- 19 Feb, 2014 3 commits
-
-
Diego Biurrun authored
-
Martin Storsjö authored
Previously the default fragmentation method was only enabled if writing an ISM file. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
If linking in an object file without this attribute set, the linker will assume that an executable stack might be needed. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 18 Feb, 2014 2 commits
-
-
Luca Barbato authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Luca Barbato authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 17 Feb, 2014 2 commits
-
-
Diego Biurrun authored
@parblock is only supported in very recent Doxygen versions.
-
Diego Biurrun authored
-
- 16 Feb, 2014 4 commits
-
-
Vittorio Giovara authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Also drop support for building examples in library directories.
-
Maxim Poliakovski authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 15 Feb, 2014 5 commits
-
-
Reinhard Tartler authored
-
Tim Walker authored
-
Tim Walker authored
-
Tim Walker authored
'11b' is reserved in the A/52 specification, but newer encoders use it to indicate a Dolby Pro Logic II compatible Lt/Rt downmix.
-
Vittorio Giovara authored
-
- 14 Feb, 2014 16 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Janne Grunau authored
Altivec can only load naturally aligned vectors. To handle possibly unaligned data a second vector is loaded from an offset of the original location and the data is recovered through a vector permutation. Overreads are minimal if the offset for second load points to the last element of data. This is 7 for loading eight 8-bit pixels and overreads are reduced from 16 bytes to 8 bytes if the pixels are 64-bit aligned. For unaligned pixels the overread is reduced from 23 bytes to 15 bytes in the worst case.
-
Jan Ekström authored
The official Ut Video decoder only threads with slices, thus until now any files encoded by the libavcodec encoder have only been decodable with a single thread. The default slice count is now set to subsampled_height / 120. Also sets slices to 1 for the Ut Video encoder tests to keep them green. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Diego Biurrun authored
Add properly formatted @example tag and fix Doxygen syntax.
-
Diego Biurrun authored
-
Diego Biurrun authored
This allows using the libav source path as the example path.
-
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 5 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>
-