- 09 Oct, 2012 1 commit
-
-
Felix Paul Kühne authored
macosx: show the localized, intended to be user-facing encoding names instead of the variable values to the user. This way, s/he is never presented an empty menu item for the default value. This also closes #7539 by preventing stringWithUTF8String calls with empty strings. (cherry picked from commit d7246593be4f2484d13adaaf5bd8cbd4c8e5b812) Conflicts: modules/gui/macosx/open.m
-
- 06 Oct, 2012 1 commit
-
-
David Fuhrmann authored
-
- 02 Oct, 2012 4 commits
-
-
David Fuhrmann authored
This reverts commit 31c26485.
-
David Fuhrmann authored
This avoids grey or transparent flashes on start (backport of 568303d7e84c1cb8a66ad694ea82e5fc7b2f4d43)
-
Felix Paul Kühne authored
The main window may be asked to update its content prior to VLCFSPanel being fully initialized (cherry picked from commit 8ef447a49d49598e5b022c4b2f03a3b8a6a24d98)
-
Felix Paul Kühne authored
(cherry picked from commit 48fcb08c1afd28d0aec079e964805254364d8dd8)
-
- 01 Oct, 2012 1 commit
-
-
Rémi Denis-Courmont authored
Some filters and outputs rely on the samples count (which was correct), others on the bytes size (which was not), accounting for why decoding failed only in some combinations. (cherry picked from commit 244a35b0301164f753a381f569181c6bd3419ad1)
-
- 30 Sep, 2012 9 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 2f66c69631cc461ac8619d1f14561fd13a59dc08) Conflicts: src/network/tls.c
-
Pierre Ynard authored
(cherry picked from commit 6c5a0639e7281ce93d1b1881ba45ddc2373396ff) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 4491de9a6b93ac1838eaa0ef89ad97eddbcf4960) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Jean-Baptiste Kempf authored
Close #7490 (cherry picked from commit fe6e7e3d43238b85c9c2f2379410a5ea1c5c8247) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit ce6521381bc24cda9c9ac4f54ae6e0b61bbcde53) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rui Zhang authored
refs #6897 Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com> (cherry picked from commit 4ab81377158ece056cae3a45084f20efb5df79d7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rui Zhang authored
So we have chance to try other streams instead of just fail. Fixes #6898 Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com> (cherry picked from commit e71bbc493deae0a2f1c01ea06dbb5e51a555edbe) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Quoting the reporter: | According to include/vlc_access.h, access_t.psz_location is "URL with | the scheme stripped". But in http module, schema stays there after | 302 redirection. That may cause httplive module try to access URL like | "http://http://host/path". Pointed-out-by: bbcallen <bbcallen@gmail.com> (cherry picked from commit 15eb1dff90131cee1244c5d2c652b07b04816d7f)
-
Jean-Baptiste Kempf authored
Close #7529 (cherry picked from commit 89b1b06c5eb7a1a5a882b6dfd07d30d9250443be) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Sep, 2012 3 commits
-
-
Felix Paul Kühne authored
Manual backport of 79a5d68775e135b0f7337d5300a03875588f459d since it doesn't introduce new strings.
-
Rémi Denis-Courmont authored
(cherry picked from commit 38150d6e9de4d8d382149aa2e174b565958ceef7)
-
Konstantin Pavlov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 703ecf7456a80e8c967742f9f77d9643dfc7874a) Signed-off-by: Konstantin Pavlov <thresh@videolan.org>
-
- 28 Sep, 2012 3 commits
-
-
Felix Paul Kühne authored
-
Pierre Ynard authored
It was in fact still there, but as a separate parameter. We keep the alternate API as a fallback for the next time things break, maybe. Ref #7471 (cherry picked from commit 3a4021cfde854da79675fa67df47fc4f463f264b) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 43db5ce6cde15260be0c3fb98964f86aa6b64595) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 27 Sep, 2012 6 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 24491d22594b78ac65766db540daf2f33a950df7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 675443e455b833ba0fdb05206e8b414e085d874f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Yes, a release after 3 years... (cherry picked from commit 4e4547f4ad45f560500022932a8c2e8c63b1ffb9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 2332198fea65aa50ea48fb7fde22b753e1e96a8f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Daniel Peng authored
This resolves two issues with playback of RTSP-over-http streams from Foscam h.264 IP cameras. Combined with a small fix to modules/demux/live55.cpp, VLC now plays 'rtsp://hostname/iphone/11?user:password&' from Foscam h.264 cameras. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b2fafcee354efb6b49686307da632999f158f72c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 6cdaecdb6a12afbefd4448dc0dba3d89f416d720) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Sep, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Close #7426
-
- 25 Sep, 2012 5 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 2f747cb43fc664c5cb180e8fc92bdd78510d277e) Conflicts: extras/package/macosx/vlc.xcodeproj/project.pbxproj modules/gui/macosx/ControlsBar.m
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 8fec38bc36d5e7899a6e1a70cb016697c042cf65)
-
Konstantin Pavlov authored
(cherry picked from commit eba83a2a77b7896eb6b2fd90ec9fb1f20da0e966) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit a26c0ae3ec1609f95a39768f8c06802aa59a2d98)
-
Christoph Miebach authored
-
- 24 Sep, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
This fixes most -mt deadlocks and size-change issues, except the H264 change Close #6579 #6533
-
- 19 Sep, 2012 1 commit
-
-
David Fuhrmann authored
This tries to fix wrong behavior when optical cable is unplugged while spdif-output is running. Currently, you will probably hear pops and you only get sound from internal speakers, after you changed system volume. (cherry picked from commit bdf858dae3bd2c81ceb2082b4c3ac36d2712d612) Conflicts: modules/audio_output/auhal.c Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 18 Sep, 2012 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Threading does not currently work with some codec profiles and is thus not suited as default. Threading is also known to deadlock in certain circumstances, such as if no data is ever received (a rather common scenario with network or DVB reception). Fixed avcodec version should be checked before this is re-enabled. Acked-by: Ilkka Ollakka <ileoo@videolan.org> (cherry picked from commit 8d59ba01d33c96d61db5e0e7ab9b8a30b052ebab) Conflicts: modules/codec/avcodec/avcodec.c
-
Jean-Baptiste Kempf authored
-