- 09 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 06 Mar, 2013 1 commit
-
-
James Zern authored
- check ret < 0 - remove excessive error log Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 25 Feb, 2013 2 commits
-
-
Diego Biurrun authored
-
Justin Ruggles authored
This is consistent with the rest of libavcodec.
-
- 21 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 06 Oct, 2012 1 commit
-
-
Justin Ruggles authored
-
- 22 Aug, 2012 2 commits
-
-
Justin Ruggles authored
The Vorbis encoder is always VBR.
-
Justin Ruggles authored
This generates output with bitrates similar to libvorbis for a given quality value.
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 05 Jun, 2012 1 commit
-
-
Alex Converse authored
Duplicate values in this vector are explicitly banned by the Vorbis I spec and cause divide-by-zero crashes later on.
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 23 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 Mar, 2012 1 commit
-
-
Justin Ruggles authored
-
- 18 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Fixed Ticket847 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 04 Mar, 2012 1 commit
-
-
Justin Ruggles authored
-
- 25 Feb, 2012 1 commit
-
-
Justin Ruggles authored
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 12 May, 2011 1 commit
-
-
Diego Biurrun authored
The _fast integer types provide no realworld benefits, but may introduce portability issues and are just plain ugly.
-
- 23 Apr, 2011 1 commit
-
-
Diego Biurrun authored
-
- 17 Apr, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
- 12 Apr, 2011 1 commit
-
-
Alex Converse authored
According to ISO 9899:1999 S 6.5.7/4: The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits are filled with zeros. If E1 has an unsigned type, the value of the result is E1× 2^E2, reduced modulo one more than the maximum value representable in the result type. If E1 has a signed type and nonnegative value, and E1× 2^E2 is representable in the result type, then that is the resulting value; otherwise, the behavior is undefined.
-
- 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>
-
- 12 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Sep, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 25183 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jul, 2010 1 commit
-
-
Reimar Döffinger authored
audio encoders. This is purely for clarity/documentation purposes. Originally committed as revision 24481 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2010 1 commit
-
-
Frank Barchard authored
Patch by Frank Barchard, fbarchard google com Originally committed as revision 23460 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jun, 2010 1 commit
-
-
Frank Barchard authored
end of a file. Patch by Frank Barchard, fbarchard google Originally committed as revision 23426 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 May, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 23339 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2010 1 commit
-
-
Frank Barchard authored
Patch by Frank Barchard, fbarchard google Originally committed as revision 23329 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 1 commit
-
-
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
-
- 06 Mar, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Dec, 2009 1 commit
-
-
Philipp Matthias Hahn authored
Original patch by Philipp Matthias Hahn, pmhahn pmhahn de Originally committed as revision 20711 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
undefined shift behaviour. Document this, fix the assert and add a put_bits32 to handle writing 32 bits and use that where necessary. Originally committed as revision 20124 to svn://svn.ffmpeg.org/ffmpeg/trunk
-