- 14 Apr, 2012 1 commit
-
-
Stefano Sabatini authored
This is required for letting applications to create and destroy AVFilterInOut structs in a convenient way. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 08 Apr, 2012 1 commit
-
-
Justin Ruggles authored
Based on a patch by Clément Bœsch <ubitux@gmail.com>
-
- 05 Apr, 2012 1 commit
-
-
Justin Ruggles authored
Also, use the new function in the AC-3 encoder.
-
- 26 Mar, 2012 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 18 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 06 Mar, 2012 1 commit
-
-
Anton Khirnov authored
-
- 05 Mar, 2012 1 commit
-
-
Justin Ruggles authored
This is a utility function for the user to get the frame duration based on the codec id, frame size in bytes, and various AVCodecContext parameters.
-
- 04 Mar, 2012 1 commit
-
-
Anton Khirnov authored
-
- 01 Mar, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Feb, 2012 1 commit
-
-
Anton Khirnov authored
-
- 27 Feb, 2012 1 commit
-
-
Anton Khirnov authored
-
- 25 Feb, 2012 1 commit
-
-
Justin Ruggles authored
Useful to return instead of -1 when the cause of the error is unknown, typically from an external library.
-
- 23 Feb, 2012 1 commit
-
-
Diego Biurrun authored
This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
-
- 20 Feb, 2012 2 commits
-
-
Justin Ruggles authored
This will allow parsers to export the duration of the current frame being output, if known, instead of using AVCodecContext.frame_size.
-
Justin Ruggles authored
-
- 08 Feb, 2012 2 commits
-
-
Anton Khirnov authored
This makes it possible to dintinguish them from PAL8. Fixes an invalid write in avpicture_layout().
-
Anton Khirnov authored
Deprecate avcodec_encode_video().
-
- 02 Feb, 2012 1 commit
-
-
Janne Grunau authored
-
- 01 Feb, 2012 1 commit
-
-
Janne Grunau authored
Wrapper around av_fast_malloc() that keeps FF_INPUT_BUFFER_PADDING_SIZE zero-padded bytes at the end of the used buffer. Based on a patch by Reimar Döffinger <Reimar.Doeffinger@gmx.de>.
-
- 31 Jan, 2012 2 commits
-
-
Anton Khirnov authored
Fixes bug 212.
-
Anton Khirnov authored
It allows to check whether an AVCodecContext is open in a documented way. Right now the undocumented way this check is done in lavf/lavc is by checking whether AVCodecContext.codec is NULL. However it's desirable to be able to set AVCodecContext.codec before avcodec_open2().
-
- 30 Jan, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Paul B Mahol authored
The functions are already av_ prefixed and intfloat header is already provided. Install libavutil/intfloat.h Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 28 Jan, 2012 1 commit
-
-
Anton Khirnov authored
There was no minor bump for making avcodec_alloc_context3() public and deprecating the other two, so I'm using the first next lavc bump.
-
- 27 Jan, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
The lavf-ffm test results change because ffmenc writes AVCodecContext.flags/flags2 and the defaults for those change.
-
- 25 Jan, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 21 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 16 Jan, 2012 1 commit
-
-
Justin Ruggles authored
-
- 12 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 11 Jan, 2012 1 commit
-
-
Reinhard Tartler authored
update documentation to inform developers that it may be removed in a later release. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 03 Jan, 2012 2 commits
-
-
Jonathan Nieder authored
Fixes bug 188. Signed-off-by:
Jonathan Nieder <jrnieder@gmail.com> Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
Add it to doc/APIchanges and update and correct other entries.
-
- 25 Dec, 2011 1 commit
-
-
Anton Khirnov authored
-
- 18 Dec, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This was intended as an optimisation for skipped blocks in MPEG2 P-frames and never used elsewhere. Removing this "optimisation" speeds up MPEG2 decoding by 1-2% (ARM Cortex-A9). Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 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 1 commit
-
-
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.
-