- 02 Jul, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
- liboil bump - libschroedinger bump (remove unneeded patches) - libmp3lame (new patch added)
-
- 01 Jul, 2008 16 commits
-
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
If (a < 0 || b < 0) is false, then (a >= 0 && b >= 0) is true, which implies (a >= || b >= 0) is true as well. And this was tagged as a FALSE positive!?!
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
play/stop/etc. buttons don't jump around when album art size changes.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
For the same reason as audio outputs. The code was thread-unsafe beyond repair.
-
Rémi Denis-Courmont authored
This reverts commit 74cf34e6.
-
Rémi Denis-Courmont authored
This fixes #1651. We can hopefully get a proper patch for the FS controller.
-
Antoine Cellerier authored
-
- 30 Jun, 2008 23 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
This allows resizing non overlay output without swscale support. (I have disabled chroma chain building until someone tests it.)
-
Christophe Mutricy authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
works when you have it :p)
-
Rémi Denis-Courmont authored
Fixes crashes, deadlocks and assertions failure with #1650. One cannot remove object references one does not own. Reopens #1637.
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
There is enough sucking code.
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
Why call vlc_thread_ready when the other side does not wait anyway...
-
Laurent Aimar authored
(The clean up path of vout is in a need of more cleaning).
-
Laurent Aimar authored
Correctly free spu and filter chain. Do not free 2x vout pictures. (At least, vlc -V x11 does not segfault any more on resize, it just does not work)
-
Laurent Aimar authored
-
Olivier Aubert authored
its size should be passed to vlc_object_create (instead of VLC_OBJECT_GENERIC)
-
Olivier Aubert authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
-
Georgi Chorbadzhiyski authored
This patch adds setting to override calculated bit rate outputted into ASF stream. This is needed in the cases where ASF muxer receives stream in TS (for example) and can't correctly determine what output bit rate should be. Windows Media Player actually uses ASF bitrate setting to calculate how much to cache and if the output bit rate is wrong it tries to cache too much or too little. To test the behaviour before this patch try to stream WMV in TS container to another VLC that remuxes it into ASF. Open the remuxed stream into WMP and you'll see how it tries to cache 1%, 2%, 3% and so on... Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
-
Georgi Chorbadzhiyski authored
Small cleanup in asf muxer. Use SOUT_CFG_PREFIX in options setup. Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
-