- 12 Dec, 2011 1 commit
-
-
Anton Khirnov authored
It sets the supplied AVFormatContext pointer to NULL after freeing it, which is safer and its name is consistent with other lavf functions. Also deprecate av_close_input_file().
-
- 02 Dec, 2011 2 commits
-
-
Justin Ruggles authored
Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders.
-
Justin Ruggles authored
Add AV_NUM_DATA_POINTERS to simplify the bump transition. This will allow for supporting more planar audio channels without having to allocate separate pointer arrays.
-
- 28 Nov, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 23 Nov, 2011 2 commits
-
-
Justin Ruggles authored
Based on code by Stefano Sabatini.
-
Justin Ruggles authored
-
- 19 Nov, 2011 1 commit
-
-
Justin Ruggles authored
A new field, AVCodecContext.internal is used to hold a new struct AVCodecInternal, which has private fields that are not codec-specific and are used by general libavcodec functions. Moved internal_buffer, internal_buffer_count, and is_copy.
-
- 18 Nov, 2011 1 commit
-
-
Anton Khirnov authored
-
- 16 Nov, 2011 1 commit
-
-
Martin Storsjö authored
This is useful, since the normal timegm function isn't a standard function (requiring _BSD_SOURCE or _SVID_SOURCE on glibc to be visible, and not available on e.g. windows). The widely available function mktime uses the local time zone, which requires ugly workarounds to handle UTC time. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 06 Nov, 2011 3 commits
-
-
Anton Khirnov authored
-
Reimar Döffinger authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 05 Nov, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 28 Oct, 2011 1 commit
-
-
Justin Ruggles authored
The documentation for CODEC_CAP_PARSE_ONLY and AVCodecContext.parse_only indicates that they are utilized through avcodec_parse_frame(), which was never actually implemented.
-
- 19 Oct, 2011 1 commit
-
-
Anton Khirnov authored
It takes a codec parameter, thus enabling codec-specific defaults.
-
- 13 Oct, 2011 1 commit
-
-
Justin Ruggles authored
This will prevent seeking by bytes for formats that cannot handle this.
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 18 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 03 Sep, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It allows to search for options only with AVClass, without allocating the corresponding context.
-
- 26 Aug, 2011 1 commit
-
-
Stefano Sabatini authored
The new function provides a more generic interface than av_fifo_peek() for peeking at a FIFO buffer data. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 16 Aug, 2011 2 commits
-
-
Anton Khirnov authored
It allows to check if a given codec can be written into a container.
-
Anton Khirnov authored
-
- 12 Aug, 2011 1 commit
-
-
Dustin Brody authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 02 Aug, 2011 1 commit
-
-
Luca Barbato authored
-
- 14 Jul, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 23 Jun, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 20 Jun, 2011 1 commit
-
-
Reinhard Tartler authored
-
- 16 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 10 Jun, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Jun, 2011 1 commit
-
-
Anton Khirnov authored
Rename it to AVDictionary, since it will be used as such. Tags documentation and metadata conversion API is lavf-specific, so remains there.
-
- 07 Jun, 2011 2 commits
-
-
Justin Ruggles authored
-
Stefano Sabatini authored
Deprecate av_get_bits_per_sample_fmt(), which was a misnamed function. For the moment we don't have sample formats with a non-integer number of bytes, in that case we may need to create a new av_get_bits_per_sample() function. In the meanwhile we prefer to adopt this variant, since avoids divisions by 8 all over the place.
-
- 05 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 28 May, 2011 2 commits
-
-
Ronald S. Bultje authored
-
Stefano Sabatini authored
Also deprecate avcodec_get_pix_fmt_name() in its favor. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 25 May, 2011 2 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
- 18 May, 2011 1 commit
-
-
Justin Ruggles authored
-