- 19 Feb, 2014 13 commits
-
-
Leandro Dorileo authored
We cannot easily determine if an mpeg TS's packet size is DVHS, FEC or so on, for that we need to expose the internal raw_packet_size field. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
It was never used since it was added and the things it was intended for are now exported differently.
-
Luca Barbato authored
Sample-Id: 00001667-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
-
Luca Barbato authored
The section name is the muxer, not the format.
-
Luca Barbato authored
Keep the sections alphabetically sorted.
-
Diego Biurrun authored
Also add warning comment about threading implementations without matching atomics implementation to the atomics fallback implementation.
-
Vittorio Giovara authored
-
Diego Biurrun authored
-
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 14 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
-