summaryrefslogtreecommitdiff
path: root/libavcodec/liba52.c
Commit message (Collapse)AuthorAge
* 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