- 03 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
The CONFIG_ name-space is set by configure, so its better to use a different prefix here. This also unifies the encoder & decoder define that is used Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 26 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov 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
-
-
Justin Ruggles authored
It is called once for each mpegaudio codec that is registered, which adds significant overhead.
-
- 15 Nov, 2011 1 commit
-
-
Justin Ruggles authored
-
- 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.
-
- 21 Oct, 2011 1 commit
-
-
Justin Ruggles authored
The correct decoder private context needs to be used. This fixes mp3on4 playback and seeking in avplay.
-
- 24 Sep, 2011 1 commit
-
-
Diego Biurrun authored
-
- 31 May, 2011 1 commit
-
-
Mans Rullgard authored
This merges the float and fixed-point versions of the compute_antialias function, fixes invalid array indexing, and eliminates a dead copy of csa_table. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 May, 2011 1 commit
-
-
Mans Rullgard authored
This separation allows these functions to be used in a cleaner fashion from other codecs (e.g. qdm2) and simplifies creating optimised versions of them. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 18 May, 2011 1 commit
-
-
Mans Rullgard authored
This function is not needed since 721d6f2d removed the DCT table allocations for the configuration used here. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 Mar, 2011 1 commit
-
-
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>
-
- 18 Jul, 2010 1 commit
-
-
flybird2k@gmail.com authored
Patch by flybird2k at gmail Originally committed as revision 24307 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jul, 2010 1 commit
-
-
Måns Rullgård authored
Also put compute_antialias_integer() under !CONFIG_FLOAT and change forward declarations to declare only the relevant one of these. Fixes warnings about unused functions and pointer type mismatches. Originally committed as revision 23950 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 1 commit
-
-
Vitor Sessak authored
Should allow for future SIMD optimizations. Originally committed as revision 23912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jun, 2010 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 23743 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 May, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 23095 to svn://svn.ffmpeg.org/ffmpeg/trunk
-