- 25 Mar, 2015 12 commits
-
-
Jonathan McGowan authored
A bad parameter definition in function RegisterExtension resulted in the same value entry being written every time ("${EXT}"=""). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 506b7918936d668d221f79b9e926cf96c32c5005) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Of course, it's technically a GCC bug, because selectany is broken, but there is no simple fix for that. (cherry picked from commit 48d665494c2d23e474081a8b222942068b74b9b3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Gina Dobrescu authored
Fixes #13855 The small menu buttons on the left doesn't move downwards anymore when the menu is expanded Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 42970596e763a9fe34815a6ddf835cdc29be9eb1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit b0e058b561b61404f992433964f82f9646c4863a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Fixes #14205 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e99891e77f95b69a4bcc599f36ac13b296125226) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Miha Sokolov authored
Check the teletext framing code in PES buffer for each of the received lines and only copy those with correct framing code (p_block->p_buffer[3]) to the p_sliced buffer that is later forwarded to ZVBI vbi_decode. Invalid lines will not reach vbi_decode anymore. When also packets with erroneous framing code are sent to vbi_decode (often 0x00 with some noise), in most cases those are decoded as packet 1/2, causing the second text line on the teletext page to be overwritten with spaces. So we need to avoid sending such packets with invalid framing code to vbi_decode. Close #14191 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 20c15610261c4a61d6f5408653124ec23f622c37) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Fixes incorrect offset when playing http://streams.videolan.org/misc/test-files-ccc/vsfilter_general_TestCase.mkvSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 3f106f42be8e7d5b66b74b0c6cf96a6f513eec90) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Eugen Geist authored
Fixes #2100. Override toggleVisible of BookmarkDialog to call update before using toggleVisible of QVLCFrame Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b506e7db2cbd3cf8c7742efc59a6994fd2719477) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Fixes #14186 a positive HRESULT means it succeeded. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 936279b55ad908e031d450d377afa8e09feea296) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
close #14006 (cherry picked from commit 5c2fc028e78429b8a9d540c7fa9d227c5efa0620) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tristan Matthews authored
(cherry picked from commit 3682cdd28fed93c43d36116ae443fb50224d27cf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit dc51ba0240553965f8c6eddc05024302436a15c9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 Mar, 2015 1 commit
-
-
Ilkka Ollakka authored
Try to detect runtime what windows version it is running to see if receive buffers should be increased or leave to OS handling. Fixes #14200 (cherry picked from commit ca1e15692ce9acc2d421c302434efd10eec64d27) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 22 Mar, 2015 1 commit
-
-
Rémi Denis-Courmont authored
This is better than leaking them to the DNS resolver. This also avoids confusing error messages if live555 is missing or failing. (cherry picked from commit 2e3dee03644cafd3533495a53e1f6e0c1adf839c)
-
- 21 Mar, 2015 3 commits
-
-
David Fuhrmann authored
MainMenus p_intf can be already accessed before applicationWillFinishLaunching was called. This should fix quite some crashes reported by the users. (cherry picked from commit 34e54feea7de9f75e6b2085df4a12235a516571a) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David Fuhrmann authored
This should fix some crashes as reported by the users. (cherry picked from commit 984aadb5ca4f9a8bf01dffae42440320a1ea0f13) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David Fuhrmann authored
wallpaper mode is more complicated than setting fullscreen and level values. Thus, it is implemented in the macosx UI, and we need to ignore some core events for proper functioning. close #14151 (cherry picked from commit b8c639dd6c19dd8ecdf0804836c3dd0cf58bb217) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
- 20 Mar, 2015 1 commit
-
-
Fabian Yamaguchi authored
Check the return value of malloc to avoid a null-pointer dereference. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 229c385a79d48e41687fae8b4dfeaeef9c8c3eb7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Mar, 2015 1 commit
-
-
Rémi Denis-Courmont authored
With the current input clock and decoder buffering code, getting large buffers is essential. So favor that over having short audio periods. (Ideally the audio period should probably be an half or a third of the PTS delay, rather than hard-coded to 40 ms, but that is a separate issue). (cherry picked from commit 4aeccbd7667c65bd278111a26c2aab088bc60a20)
-
- 16 Mar, 2015 3 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 45db0215add18231b00e3ebdf7762a0e68da5b2a)
-
Rémi Denis-Courmont authored
Other ALSA plugs do not support those parameters. Regresion from 7a19c0b4. (cherry picked from commit 8add728fb5bd34a73e97462960343f604660a48f)
-
Rémi Denis-Courmont authored
(cherry picked from commit f4604778e41b385e464ce17c4c64488b40aa61da)
-
- 14 Mar, 2015 1 commit
-
-
Francois Cartegnie authored
(cherry picked from commit f10d3f0435df67b62ebdd318179949429cf77e2b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 12 Mar, 2015 3 commits
-
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit bd306466c8535a807725df88caf6dd79698f8234) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 063838110416e60e0a8dec864c58c3b896d8c352) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 43dea53f52f49461024942d995356ec4ac790fb8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Mar, 2015 7 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 26ccf4df57357f83a6b565656e07db033b1e2999)
-
Zoran Turalija authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 5e6b6558c6e72b9c743d961fba0dae0707768392) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martell Malone authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f309e6438bce710fcadf956da53f231bb6970fcb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
libssh2_sftp_read may return less than requested. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 56d7e5528a8c35bd7d515049e90117d2ff262fcc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Fixes #11690 #11690 still fails to play with avcodec after that fix but is fine with libvpx Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit eadf306345f0e545c51af9a49925756e258538ba) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 65b5f88f52fdfb0e1b51dd95f292bf7540fd9e1e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Fixes #11690 which didn't work with avcodec Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6a298f986879816bd32691cf2f1459f756a017cf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Mar, 2015 1 commit
-
-
Christoph Miebach authored
-
- 09 Mar, 2015 3 commits
-
-
Rémi Denis-Courmont authored
This reverts commit c24ea5fb. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit d47fcbb413a08efbe65d72c3b79d83c39c8685fa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
- Fix encoding (fixes #14123) - Fix data race on URI - Avoid useless variable retrievals - Avoid upcasting to double precision (cherry picked from commit 7bd17ef11da115c95318bc0489f8acee8fc1354b)
-
Francois Cartegnie authored
24bit LPCM is packed and can't be reordered without introducing clipping issues. (cherry picked from commit ab727f94736c1e34ee75d920689621e72ae080c9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Mar, 2015 3 commits
-
-
Jean-Baptiste Kempf authored
This reverts commit 539e6471. This fixes #14104
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
We cannot assume that timeval.tv_usec (i.e. suseconds_t) is long. Reported-by: Ian Chamberlain <ian.h.chamberlain@gmail.com> (cherry picked from commit ab8b6a88654fbe8c0b0664678c07a8191de16bac) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-