- 29 May, 2014 13 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This allows making it visible without name clashes.
-
Martin Storsjö authored
This fixes building in PIC mode with gas. The examples in the gas manual showed using a # here even though gas itself actually didn't support that syntax (and the gas test suite only tests it without the extra hash sign). CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Fixes calculating the ts offset for audio codecs with delay.
-
Anton Khirnov authored
Do not fall back on the codec timebase, since that can be anything for VFR video.
-
Anton Khirnov authored
-
Anton Khirnov authored
This results in DefaultDuration not being written when the framerate is not known, but as this field is purely informative, this should not break any sane demuxers.
-
Roman Savchenko authored
First free metadata, then the side data it is contained in. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 28 May, 2014 16 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
Utility function to get the upper bound on the number of samples the resampler would output.
-
Luca Barbato authored
Add the low overhead pipe mode and the extended broadcast mode. Export the options as 'syncponts' since it impacts only that. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Provide f_strict for avconv usage. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
This corrects the bug that caused the checksums to change in 9767d7c0. It caused the EOS flag to be set incorrectly; the ogg spec does not allow it to be set in the middle of a logical bitstream. Signed-off-by: Andrew Kelley <superjoe30@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
This allows reusing it from multiple files.
-
Diego Biurrun authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It is commonly stored in a vorbiscomment block in codec private data.
-
Anton Khirnov authored
It contains all information that is used by the decoder and the other FLAC-capable demuxers (flacdec, ogg) export only STREAMINFO as well.
-
Anton Khirnov authored
-
Anton Khirnov authored
This avoids all the ABI troubles associated with avpriv_. Since this function is very small and does not depend on any tables, making it inline should have no adverse effects.
-
Anton Khirnov authored
-
Anton Khirnov authored
It is used to store the channel mask for non-standard layouts.
-
Anton Khirnov authored
The channel layout mask for non-standard layouts is typically stored at the container level (as a vorbiscomment tag) for FLAC.
-
- 27 May, 2014 6 commits
-
-
Andrew Kelley authored
Before, header information for ogg format files was sent with the first encoded packet. This patch makes it so that it is possible for API users to differentiate between headers and encoded audio. This is useful, for example, when creating an audio stream where you want to send one set of headers for every client that connects and then the encoded stream of audio. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Andrew Kelley authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
Also shorten HuffYUV context member names to avoid clutter.
-
Diego Biurrun authored
Also shorten HuffYUV context member names to avoid clutter.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 26 May, 2014 5 commits
-
-
Anton Khirnov authored
Thatt hardcodes the number of formats into lavfi and will break when a shared lavu is updated, adding new formats.
-
Anton Khirnov authored
That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
Anton Khirnov authored
That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
Anton Khirnov authored
Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
Anton Khirnov authored
Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-