- 10 Apr, 2015 3 commits
-
-
Tristan Matthews authored
Fixes #14104 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c41fcd64a7dc84663931bfdea8c465a579deef05) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
(cherry picked from commit 624a2a4c1d53731126f4c1c41682d8d9649870d4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Apr, 2015 2 commits
-
-
Jean-Baptiste Kempf authored
The changes on preferences association registration, seems to have attacked the taskbar part (cherry picked from commit 0dce302d4cb74f4f9a2ddebb4a5db315895d58ea) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #10350 (cherry picked from commit cf1631d2387249e1e9355cfe9a7378ec7ac8df37) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Apr, 2015 9 commits
-
-
Tristan Matthews authored
It is now under "archive" instead of "official_releases"
-
Rémi Denis-Courmont authored
The model does not matter here as affected objects do not outlive the function call and are not used across threads. Still the references counter of the apartment must remain balanced. (cherry picked from commit aa9976b1f41fe7eb44b640163c5ff5f00a4e2953) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
output pts/length is computed from input block pts. If sample rate is wrong, all timings are borked. Try to use the declared sample rate if possible. If source has wrong sample rate (cherry picked from commit 06682f220832758726789cb735bfb89f80cabe56) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit a65d5bbe862bdc37f53138a789da6a413f76488b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit bdc028195dec7e7189404d8ff7524585ab0ec6f5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 751ecf1c78191151e27f898bd58345744f35bead) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 2c785718280fd69bdfe4c033c454a0834630bf19) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
SetThreadErrorMode returns 0 on failure (cherry picked from commit 72b2f4a51d9cfe103bc9ca5644d87c0e5abdab4d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 4e702c61ece5da4d179241deb1e20c8e1324dc2d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 Apr, 2015 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 0e8b7471fe0249c59a9e02e556a5df8dad0b224f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Mar, 2015 2 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit e7ef356de5e6d6f931478e92cc000480d8284974) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 39e4fad1bc929bb35a5353380b456e36f23ea1c4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Mar, 2015 1 commit
-
-
Fabian Yamaguchi authored
The variable len is a raw 32 bit value read using GetDWBE. If this value is larger than UINT32_MAX - sizeof(eos), this will cause an integer overflow in the subsequent call to malloc, and finally a buffer overflow when calling memcpy. We fix this by checking len accordingly. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9bb0353a5c63a7f8c6fc853faa3df4b4df1f5eb5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Mar, 2015 13 commits
-
-
Hannes Domani authored
Close #14140 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 3ca2ce1e87a85a924c0f7ef45324d31c65a986cd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 2 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)
-