- 13 Jan, 2012 6 commits
-
-
Felix Paul Kühne authored
macosx: fixed crash when opening the simple preferences introduced in [f69cdcd3]
-
David Fuhrmann authored
Previously, the audio device callback was only set when you call probe. But in the case you reload the module (for example when switching from encoded to unencoded output over the UI menu) probe was not called again. This resulted in a crash when we want to delete the callback while closing. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Especially this fixes validation for audio and playback menus. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5835
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 12 Jan, 2012 10 commits
-
-
Laurent Aimar authored
-
Rafaël Carré authored
-
Rafaël Carré authored
the script was not only invalid but it wouldn't call bootstrap either
-
Laurent Aimar authored
When the integer overflow happens, the block_t returned will be smaller than requested. It fixes the second half of #5841.
-
Laurent Aimar authored
When the integer overflow happens, the block_t returned will be smaller than requested. It partially fixes #5841.
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
Cheng Sun authored
This filter allows channels to be remapped. Potential uses include downmixing, or to correct non-standard channel orders. Modified-by: Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christoph Miebach authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #3475 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Jan, 2012 10 commits
-
-
Felix Paul Kühne authored
macosx: prevent ugly rendering artifacts when resizing the black main window on a slow CPU by adding a black backdrop on top of the clear window background
-
Felix Paul Kühne authored
plus some other fixes
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Close #5545
-
Jean-Baptiste Kempf authored
Propose a choice to automatically rebuild the index when broken...
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
macosx: re-written the messages panel to use a table view instead of a text view. this vastly improves its performance and prevents any related crashes known to me so far thanks to poldi for the idea
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christoph Miebach authored
Should reduce number of strings for translation. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Naohiro KORIYAMA authored
This patch affects only on MinGW win32 builds. Fixes #5793. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 10 Jan, 2012 14 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It workarounds an avcodec issue.
-
Laurent Aimar authored
It should fix #5753. There can still be an issue with an insufficient input caching.
-
Laurent Aimar authored
It will allow to specify the number of needed extra picture buffers due to decoder latency.
-
Laurent Aimar authored
It was introduced by [45ee0e5c].
-
Laurent Aimar authored
With [447719222b4a2496482571f1725aaf36b3d2d19e], it closes #5755 and #5756.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It avoids trying to play the file.
-
Laurent Aimar authored
Some rar archives doesn't have an end block.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-