- 22 Mar, 2012 2 commits
-
-
Michael Niedermayer authored
The new API allows (optionally and on by default) using a internal buffer to encode, avoiding the need to allocate large buffers or risking failure on too small buffers. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This contains a AVCodecContext thus allowing us to prevent the error message duplication Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Feb, 2012 1 commit
-
-
Justin Ruggles authored
-
- 01 Feb, 2012 1 commit
-
-
Justin Ruggles authored
This will simplify encoders which use this function to request the exact packet size rather than the maximum size.
-
- 16 Jan, 2012 1 commit
-
-
Justin Ruggles authored
This allows audio encoders to optionally take an AVFrame as input and write encoded output to an AVPacket. This also adds AVCodec.encode2() which will also be usable by video and subtitle encoders once support is implemented in the public functions.
-
- 14 Jan, 2012 1 commit
-
-
Reimar Döffinger authored
While we correctly "register" the side data when we split it, the application (in this case FFmpeg) might not update the AVPacket pool it uses to finally free the packet, thus causing a leak. This also makes the av_dup_packet unnecessary which could cause an even worse leak in this situation. Also change the code to not modify the user-provide AVPacket at all. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 12 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 18 Dec, 2011 1 commit
-
-
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>
-
- 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.
-
- 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.
-
- 05 Nov, 2011 1 commit
-
-
Martin Storsjö authored
This extends the lock manager in avcodec to manage two separate mutexes via the user-specified lock functions. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
It's used in lavf.
-
- 07 Oct, 2011 1 commit
-
-
Michael Niedermayer authored
Fixes seeking per fileposition in ffplay. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jul, 2011 1 commit
-
-
Anton Khirnov authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 May, 2010 1 commit
-
-
Francesco Lavra authored
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23158 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jan, 2010 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 21115 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21114 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jun, 2009 2 commits
-
-
Ronald S. Bultje authored
header file. Originally committed as revision 19295 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 19294 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jun, 2009 1 commit
-
-
Stefano Sabatini authored
improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Feb, 2009 1 commit
-
-
Gwenole Beauchesne authored
patch by Gwenole Beauchesne, gbeauchesne,splitted-desktop,com Originally committed as revision 17593 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Feb, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 17569 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jan, 2009 1 commit
-
-
Kenan Gillet authored
and ff_log_ask_for_sample. Patch by Kenan Gillet: gmail_adress(author) Originally committed as revision 16637 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Dec, 2008 1 commit
-
-
Stefano Sabatini authored
to ff_log_missing_feature. Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 May, 2007 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 8985 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2007 1 commit
-
-
Aurelien Jacobs authored
now h263dec depends on mpeg4video_parser this fixes compilation when h263 decoder is disabled Originally committed as revision 8962 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Oct, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 6670 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Sep, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2006 1 commit
-
-
Corey Hickey authored
- Add new function av_tempfile() for creating temporary files; contains workaround for MinGW. - Make XviD stuff use av_tempfile(). Originally committed as revision 5245 to svn://svn.ffmpeg.org/ffmpeg/trunk
-