- 15 Apr, 2009 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This does _not_ fix #2322 (Qt4).
-
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
This reverts commit 3cda36f4.
-
- 14 Apr, 2009 13 commits
-
-
Derk-Jan Hartman authored
-
Antoine Cellerier authored
-
Phil Roffe and David Grellscheid authored
and therefore freeing the memory only when the i_refcount successfully went to 0. The problem was that i_refcount is an unsigned variable, and was being decremented twice, once erroneously by mosaic_bridge, and then again in the picture's original pf_release function. If i_refcount started at 1, it wrapped to the maximum unsigned value rather than -1, failing the refcount tests in the pf_release function. Patch Authors: Phil Roffe and David Grellscheid Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
-
Jean-Baptiste Kempf authored
Sample can be found at ftp://streams.videolan.org/streams-videolan/matroska/MLP_5.1.mka It seems to work, but I have difficulties to find a reference output. Support for TrueHD is not yet tested because of lack of correct sample.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
-
Rémi Denis-Courmont authored
-
Geoffroy Couprie authored
-
- 13 Apr, 2009 17 commits
-
-
Felix Paul Kühne authored
First step of fixing linking errors against libx264
-
Felix Paul Kühne authored
contribs: don't compile ffmpeg with mdynamic-no-pic on PPC-Macs, as this is a really bad idea. You need PIC in shared libs on this platform. This slows down the compilation speed by 5%, but that should be fine. Pointed by nobody.loopback on the forum.
-
Laurent Aimar authored
It fixes #2648.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
This removes a lot of false true positives.
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
It was based on xxcv investigation and preliminary patch. It should fix #2644.
-
Felix Paul Kühne authored
-
Laurent Aimar authored
Always increase i_bytes_per_frame to avoid cycling between 2 values with some files.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
YES, imagine, including stdint.h is apparently a good idea from time to time!
-
Laurent Aimar authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 12 Apr, 2009 3 commits
-
-
Felix Paul Kühne authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
macosx: get rid of the infamous 'get' prefixes everywhere and finally respect Cocoa's naming scheme here
-