- 21 Apr, 2012 11 commits
-
-
Adrian Yanes authored
Details: From Lua 5.2: Change to '\z' escape. Reject undefined escape sequences. The proper way to match the dot in Lua is %. Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr> (cherry picked from commit 952370a42cfa481e3e5b0896c45a42bdd68e7f1b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
There is no GPLv2 compatible AAC encoder available today FFmpeg's one is considered to be useless crap (including by its authors) (cherry picked from commit 4323b8256cccdd92d656a7bb33f3f097cb6bd95a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 56b36ede3bd13b33708c601f7483279716d51128) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 69d5d9aeaac87a57b67d18a98736066d77d06524) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
Especially this is needed when fullscreen is true in video prefs, but video has not started yet. (cherry picked from commit a0000ecec4d513724fd48f0d7df948fc0f389627) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
this is needed especially for black ui style (cherry picked from commit 2f6670cc6507ad451c4b1f5046d9b2d0ccd12d9d) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
- do not allow to collapse the window - block the playlist menu item for now, when video is playing (cherry picked from commit 44a764957d136977c9d7e1bd76cc3e4eb68e17d0) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
This also check if we should go to fullscreen at video startup (setting in video tab). (cherry picked from commit daceb54432580f1d18e27225b59d5a0720e48c8a) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
This would break fullscreen state when we are in fullscreen and another video starts. (cherry picked from commit f16e5943a6b3f89795469b215717168dfd9732fa) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit 761eabba0b967a5c4e8ba3c890b1ab757c89e5c4) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
Rafaël Carré authored
(cherry picked from commit 4644b706702c56fc6b54bfaccbcad7a4469a31fd) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 20 Apr, 2012 12 commits
-
-
David Fuhrmann authored
(cherry picked from commit bbb54a75616ca1bffa6860bf23fa7cdc50e41d85) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
(cherry picked from commit 6999ff1d9b4d9e858b81dc1761bd1bf816143438) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
...hopefully. This avoids distorted images, and also preserves a correct ar, even on crop 1:1. refs #6080 (cherry picked from commit 4a1c818c067a5481f06bcbcf0d7a5d7b56db1a8b) Conflicts: modules/video_output/macosx.m Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
macosx: allow a smaller min-height when video is playing and currently visible in order to get more exact zoom behaviour (cherry picked from commit 884199d83044b4ce5b0a4c4ebb8896ae23cf4d96) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 1930ef47a519522eb8c196e0561b1b8c837fb747) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
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 4 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>
-