- 20 Apr, 2012 5 commits
-
-
David Fuhrmann authored
(cherry picked from commit 3aa0de6df1fefefa861e8f09f82dcc7d66375bea) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Should be now the same as it would be in fullscreen. (cherry picked from commit 0d6fe822a85332701ab5052e5a460fd37b5ee9cd) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Also, this commit reenables resize to native video size, if video starts. (cherry picked from commit 12b4d49591f5843bdaaac3d0c2f45193c65bdc62) Conflicts: modules/video_output/macosx.m Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Also, this commit reenables resize to native video size, if video starts. (cherry picked from commit 12b4d49591f5843bdaaac3d0c2f45193c65bdc62) Conflicts: modules/video_output/macosx.m Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 5769e0a402a4970a22f3073497f86ef4c5ed4a1b)
-
- 18 Apr, 2012 3 commits
-
-
Rafaël Carré authored
(cherry picked from commit a234ac644c8cd60fca4bcc1894704b8ca8a394af) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
The so-called "Vista/7 helpers" only define interfaces missing from mingw* Remove duplicate declarations already in all mingw headers, include the correct headers instead. Link video outputs against libuuid to get the existing UUID instead of defining our own. Define the C interfaces as Microsoft does it by using lpVtbl for the virtual table pointer. See http://blogs.msdn.com/b/oldnewthing/archive/2004/02/05/68017.aspx Define a C++ interface to TaskbarList3 for qt4, keep the C for video outputs. Define only a C++ interface to IApplicationAssociationRegistrationUI Define TaskbarList3->SetTabActive() correctly. See http://msdn.microsoft.com/en-us/library/windows/desktop/dd391699(v=vs.85).aspx ifdef the TaskbarList3 interface because mingw-w64 defines it already. (cherry picked from commit 9394c716596cdbcd91d483376f4cfbc936ddfa63) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Jean-Baptiste Kempf authored
This reverts commit d6b589b1. This broke mmsh radios
-
- 17 Apr, 2012 1 commit
-
-
Konstantin Pavlov authored
Closes #6644.
-
- 16 Apr, 2012 3 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 2eab05e34ae0f580c25fde33c183bd9737c8aa3f)
-
Felix Paul Kühne authored
(cherry picked from commit 5b8a40579cfbacb736484f4210f1cc93e9caf440)
-
Felix Paul Kühne authored
'control' and 'extraintf' will be checked for occurences of 'macosx', which, if found, in turn will be removed. Other contents of these settings won't be touched. Same for all the other prefs. (cherry picked from commit d864f1cac639f2a8a71727d37c8187de3e56d2ba)
-
- 15 Apr, 2012 3 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit b54ea14fb14faa924b7353a4112ecab8c719b604)
-
David Fuhrmann authored
Crash was introduced in 3e73ad2a8ab6d5e50ea80025d364edbe7ead1d1b (subsdelay filter) and occurs when user or init methods set subsdelay to 0. (cherry picked from commit fd9f59ec7cbda944c729118302c7434e5696896a) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 8e6070daf4506090d0ab52dec97d3ca567ed0791) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 13 Apr, 2012 3 commits
-
-
Jean-Baptiste Kempf authored
-
Denis Charmet authored
If no frame was found in the cluster rewind to previous seekpoint Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9561207ffd6e431d26dfde2c6b8353b146d9a77b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Casian Andrei authored
popupAddToPlaylist() didn't check for the column of the selected model indexes when adding items. In the case of the tree view, a selected row meant selected model indexes for all it's columns, so whatever was selected was added multiple times. Close #6408 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 4cc9d5770a108434038e7f5a4e1bf9b3aafa3d8e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Apr, 2012 8 commits
-
-
Felix Paul Kühne authored
macosx: prevent intermittent crashes on quit by releasing the main window later, since libvlc can try to access it as long as it is alive (cherry picked from commit 2ad2a0bd8d9caee51a66e8b0fcd4669f942cbfa0)
-
Felix Paul Kühne authored
(cherry picked from commit d082caf8f4f680bcfbcef9b6e86fafc1b16bca13)
-
Hugo Beauzée-Luyssen authored
("0 = no subtitles autodetected\n") (cherry picked from commit 8748391fd5f6d31fad420eb7e23d004a55698774) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit c517279280c28114ef0ceb1bf5e8a99cf6ce436f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 2ae88e927cc5df1c07385412b72d60f86fc2f073) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit f97effab97f11c8b187e4734b452fd88a92fa713) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
This bug was unnoticed because this constructor is only called in a situation where really copying from origin or leaving it to the compiler to set it via the default constructor leads to the same result (an empty list). Yet, this was a bug. It may solve trac #6599 though, (a Linux port where there is a real initialization issue) (cherry picked from commit 076851b74bee39d0c911a344063f5e4731dda28a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
However, we still cannot select the full scale. Close #6603 and #6602 (cherry picked from commit 5deeed2ecd91ca2634fa2e657a8a887e274c226d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Apr, 2012 5 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit e908f36fd20d67465af399507ad0a898e86c678b)
-
Felix Paul Kühne authored
additionally, clean up misc.m and move code shared by VLCVoutView, VLBrushedMetalImageView and VLCThreePartDropView to VLCCoreInteraction (cherry picked from commit c55ac4febf308e50ccc72ff96becf1aeb76faac5)
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 5395e9b85e5823b41cf7353b327445c6ff426edf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
We received already complaints/samples by 4 people in the last week-end... (cherry picked from commit b4dc61ce93b6706c67139dad1259f1a3b788f18c) (cherry picked from commit ba1316be2521e153593ca75e588b78d5077caec3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 3273505a50f62e15dab7b6c328e940d456f2a07e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Apr, 2012 8 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 9ad094db2b47d5b57f5f8ac53c4a2848b3bffac7)
-
Rémi Denis-Courmont authored
(cherry picked from commit 4c09ad19963e3940e2ef3be43843d4902afebcd7)
-
Felix Paul Kühne authored
(cherry picked from commit 337aaf7c1ff706467c2c8e3abafff58263277b5b)
-
Felix Paul Kühne authored
(cherry picked from commit e16774656a1e7abc526d1ac0d37755fd38a3e496)
-
Felix Paul Kühne authored
(cherry picked from commit 470ccf4d276b59879a59663082f13e4c0dd78708)
-
Felix Paul Kühne authored
(cherry picked from commit 815b2ce8389f038c12552b26df59fea67a96ad43)
-
Felix Paul Kühne authored
macosx: added 'subsdelay' to the track synchro panel and removed the bogus, non HIG-compliant plus and minux buttons (cherry picked from commit 3e73ad2a8ab6d5e50ea80025d364edbe7ead1d1b)
-
Felix Paul Kühne authored
(cherry picked from commit 03ad78e9e4799fe3ff713b9b37ec521f7ffb61fd)
-
- 08 Apr, 2012 1 commit
-
-
Felix Paul Kühne authored
macosx: implemented drag & drop from playlist to media library and vice verca. additionally, drag from SD to ML or PL is supported. (close #6044) (cherry picked from commit 09aae32b04734a520c0087fe12af8deab518bd7d)
-