- 27 Sep, 2012 4 commits
-
-
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 5 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
-
Felix Paul Kühne authored
macosx: work-around a playlist core limitation, which doesn't allow the UI to set the currently displayed root properly, so triggering a play can lead to unwanted results (close #7484) (cherry picked from commit 722c751deddeb6106ed18e379a1364ed85cd2f86) Conflicts: modules/gui/macosx/CoreInteraction.m
-
- 17 Sep, 2012 5 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
Manual backport of a38092cd83d85fe232a18b1e3c4581440043b742
-
Damien Erambert authored
(cherry picked from commit 17bf09b0790a14908461b5a58b16b6e9b5f74036)
-
Felix Paul Kühne authored
(cherry picked from commit 1e861aad8ed1fc551f9884a025376d80ecd7be9f)
-
Pierre Ynard authored
It seems that the normal URLs included in the web page miss a "signature" field and return 403 errors now. This approach has a number of issues, it requires an extra HTTP request, still seems to fail due to lack of signatures, and have different access restrictions than the the web pages. This shall meet the popular demand for now. Closes #7471 (cherry picked from commit aaf17f6592d2cf8f122ed6d9291a8eadb4812576) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Sep, 2012 18 commits
-
-
Christoph Miebach authored
-
Stian Jørgensrud authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Biraj Karmakar authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Ibrahima SARR authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Goswami Hardikpuri Kishorpuri authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Adnan Memija authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
airplanez authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Marián Hikaník authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Predrag Ljubenović authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Alexander Lakhin authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Jean-Baptiste Kempf authored
Close #2246 #4424 #7431 #5377 (cherry picked from commit f447119e42aa353b18f8ba96ff6a52af363f8a3e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frank Chao authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Dean Lee authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Rémi Denis-Courmont authored
(cherry picked from commit f2d861c7341f75ee223b7859c6960d10bafdd1bf) Conflicts: po/he.po
-
Bruno Miguel Queiros authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Gaëtan Rousseaux authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Kaya Zeren authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
T. Chomphuming authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-