- 02 Jul, 2008 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This closes #1657. We have to use the same frequency as the RTP stream output, otherwise, it's not going to work...
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
That fixes compilation when incompatible headers are installed on the system (such as headers from vlc 0.8.6)
-
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 14 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)
-