summaryrefslogtreecommitdiff
path: root/libavcodec/liba52.c
Commit message (Collapse)AuthorAge
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationThorsten Jordan2008-02-13
| | | | | | | Patch by Thorsten Jordan (tjordan atay macrosystem otday de) [FFmpeg-devel] Behaviour of liba52 decoder Originally committed as revision 11927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless buffering of input data, so that avcodec_decode_audio neverThorsten Jordan2008-02-13
| | | | | | | | | returns 0 for a valid frame Patch by Thorsten Jordan (tjordan atay macrosystem otday de) [FFmpeg-devel] Behaviour of liba52 decoder Originally committed as revision 11926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set channels before checking request_channelsJustin Ruggles2008-01-05
| | | | Originally committed as revision 11418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use request_channels in liba52 decoderJustin Ruggles2008-01-05
| | | | Originally committed as revision 11417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give names of external library decoders/encoders a lib prefixDiego Biurrun2007-06-06
| | | | | | in the ffmpeg/ffplay output. Originally committed as revision 9227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk