- 17 Dec, 2011 1 commit
-
-
Ronald S. Bultje authored
When turned on, H264/CAVLC gets ~15% (CVPCMNL1_SVA_C.264) slower for ultra-high-bitrate files, or ~2.5% (CVFI1_SVA_C.264) for lower-bitrate files. Other codecs are affected to a lesser extent because they are less optimized; e.g., VC-1 slows down by less than 1% (all on x86). The patch generated 3 extra instructions (cmp, cmovae and mov) per call to get_bits(). The performance penalty on ARM is within the error margin for most files, up to 4% in extreme cases such as CVPCMNL1_SVA_C.264. Based on work (for GCI) by Aneesh Dogra <lionaneesh@gmail.com>, and inspired by patch in Chromium by Chris Evans <cevans@chromium.org>.
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 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.
-
- 27 Nov, 2011 1 commit
-
-
Alex Converse authored
-
- 28 Oct, 2011 2 commits
-
-
Justin Ruggles authored
this allows for checking against the actual output size instead of max size.
-
Justin Ruggles authored
-
- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
They are used in lavf.
-
- 09 Oct, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 07 Oct, 2011 2 commits
-
-
Laurent Aimar authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Laurent Aimar authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
- 27 Sep, 2011 2 commits
-
-
Laurent Aimar authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 02 Jul, 2011 1 commit
-
-
Reinhard Tartler authored
Before this, almost all module groups have been used for grouping functions and fields in structures semantically. This causes them to not appear properly in the file documentation and needlessly clutters up the "Modules" index. Additionally, this commit streamlines some spelling and appearances.
-
- 06 May, 2011 1 commit
-
-
Alex Converse authored
sizeof(array_functrion_argument) gives the size of the pointer type not the size of the array to which it points.
-
- 26 Apr, 2011 1 commit
-
-
Vitor Sessak authored
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
- 17 Apr, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
- 20 Mar, 2011 2 commits
-
-
Mans Rullgard authored
This leaves fft.h with only the core FFT and MDCT definitions thus making it more managable. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These windows do not really belong in fft/mdct files and were easily confused with the similarly named tables used by rdft. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 Mar, 2011 2 commits
-
-
Mans Rullgard authored
This removes the rather pointless wrappers (one not even inline) for calling the fft_calc and related function pointers. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 28 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 26 Dec, 2010 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 26099 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Aug, 2010 1 commit
-
-
Ronald S. Bultje authored
two padding zeroes before it. Should fix fate failures on openBSD and crashes on MacOSX (that I cannot reproduce). Originally committed as revision 24750 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jul, 2010 1 commit
-
-
Axel Holzinger authored
Patch by Axel Holzinger <aholzinger gmx de>. Originally committed as revision 24508 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jul, 2010 1 commit
-
-
Diego Biurrun authored
libavcodec/wmavoice.c:1906: warning: format `%lu' expects type `long unsigned int', but argument 5 has type `unsigned int' approved by Ronald and Mans on IRC Originally committed as revision 24218 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jul, 2010 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 24109 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Eli Friedman authored
"passing argument 1 of ‘av_memcpy_backptr’ from incompatible pointer type" Patch by Eli Friedman, eli D friedman A gmail Originally committed as revision 23895 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 May, 2010 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 23011 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 May, 2010 1 commit
-
-
Ronald S. Bultje authored
Partially fixes issue 1758. Originally committed as revision 23005 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2010 2 commits
-
-
Ronald S. Bultje authored
Originally committed as revision 22938 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
to the audio conversion routines. Originally committed as revision 22937 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
-
- 30 Mar, 2010 2 commits
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Benoit Fouet authored
Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Feb, 2010 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 21770 to svn://svn.ffmpeg.org/ffmpeg/trunk
-