- 14 Feb, 2014 7 commits
-
-
Diego Biurrun authored
These files are referenced elsewhere and only generate warnings if presented to Doxygen as input files.
-
Diego Biurrun authored
-
Vittorio Giovara authored
Also drop unused assert.h.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
In preparation for MVC support.
-
Vittorio Giovara authored
Also make error style consistent and drop redundant information.
-
- 13 Feb, 2014 3 commits
-
-
Luca Barbato authored
In preparation for MVC support.
-
Janne Grunau authored
User data is usually coded before slice data. That means the frame the user data belongs to is not available while parsing the user data. The stereo3D side data has to use the same indirection over the private context as pan scan information and A53 captions. Bug-Id:632
-
Janne Grunau authored
Bug-Id: 635
-
- 12 Feb, 2014 12 commits
-
-
Janne Grunau authored
Loadable plugins were removed in d010e95f.
-
Janne Grunau authored
Fixes fate-jv under valgrind which reports a different CRC for the last frame from a partial read.
-
Janne Grunau authored
Removes the bogus but scary looking warning 'libavcodec/h264.c:4529:49: warning: array subscript is below array bounds [-Warray-bounds]'.
-
Ronald S. Bultje authored
The old one didn't use segmentation. One uses segmentation in all frame types (--aq-mode=1), and the other uses all segmentation features, but only in inter frames (mbgraph). Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Ronald S. Bultje authored
This disables backward probability updates, which makes the codec more friendly for frame-level multi-threading. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Janne Grunau authored
After seeking fragments with an offset > 0 must be skipped to correctly assemble packets. Bug-Id: 43
-
Andrew Kelley authored
Bug-id: 43 Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
Hitting EOF during seeking is quite likely. Fixes use of uninitialized data during fate-seek-lavf-asf.
-
John Stebbins authored
AVFrame.sample_rate is set in ff_get_buffer, but aacdec calls ff_get_buffer before the samplerate is known. So it needs to be set again before returning the frame.
-
Diego Biurrun authored
This fixes two related Doxygen warnings. Also document one parameter.
-
Diego Biurrun authored
This fixes two related Doxygen warnings.
-
- 11 Feb, 2014 3 commits
-
-
John Stebbins authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
This is needed for upcoming Go2Meeting (G2M2/G2M3) decoder.
-
Maxim Poliakovski authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 10 Feb, 2014 15 commits
-
-
Anton Khirnov authored
Fixes invalid writes. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Christophe Gisquet authored
Due to a wrong substitution doc/examples is not added as a prerequisite for the objects of the example programs. This results in compiler error due to the non-existing output directory. Bug-Id: 636 Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Remove some vague / incorrect statements and make the text more specific and less confusing.
-
Anton Khirnov authored
Remove some vague / incorrect statements and make the text more specific and less confusing.
-
Anton Khirnov authored
-
Guillaume Martres authored
New streams: LTRPSPS_A_Qualcomm_1, SLPPLP_A_VIDYO_1, VPSID_A_VIDYO_1 Updated streams: EXT_A_ericsson_4, NUT_A_ericsson_5, RPS_C_ericsson_5, RPS_D_ericsson_6 Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Since b0c2c097, vorbis would be used if libvorbis is compiled in.
-
Anton Khirnov authored
Libavformat should not make any assumptions about values returned from other libraries. This assert is easily reachable by using a non-raw codec id.
-
Anton Khirnov authored
-