- 24 Jul, 2013 25 commits
-
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastien Zwickert authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
With the reference counting stuff, the AVFrame structure is gone or unreachable by the time the release function is called.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This will simplify later commits.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This can happen in some corner cases such as flushing (luckily the leak would automatically be resolved when the device instance is released).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reenables direct rendering with libavcodec in most cases.
-
Rémi Denis-Courmont authored
-
Mark Lee authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Mark Lee authored
Functions are provided to: * query the available equalizer presets * create a new default equalizer instance * create an equalizer instance from a preset * set individual equalizer band amplitudes * set equalizer pre-amplification * apply an equalizer to a media player Equalizer settings can be applied whether media is playing or not, and will automatically be retained when playing media subsequently. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rafaël Carré authored
Fixes: #8516
-
- 23 Jul, 2013 15 commits
-
-
Rémi Denis-Courmont authored
In C, an enumeration is unsigned unless it contains an explicit negative member.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
no new strings. close #8628
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
refs #8628
-
Felix Paul Kühne authored
This patch doesn't stop you from going above the limit using the hotkeys or the Apple Remote
-
Felix Paul Kühne authored
Modified-by: Rafaël Carré <funman@videolan.org> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Fixes: #3899
-
Rafaël Carré authored
-
Martin Storsjö authored
This is required for building libav from yesterday for iOS. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-