summaryrefslogtreecommitdiffstats
path: root/libavcodec/libamr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix second amr_nb_decode_frame() to also use the new AVPacket argumentRobert Swain2009-04-071-1/+3
| | | | Originally committed as revision 18354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-2/+6
| | | | | | | | | | | AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-8/+8
| | | | | | Patch by Daniel Verkamp daniel at drv dot nu. Originally committed as revision 17526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+5
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const qualifiers to decode functions.Benoit Fouet2008-12-161-6/+6
| | | | Originally committed as revision 16165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning "format not a string literal and no format arguments".Benoit Fouet2008-12-161-2/+2
| | | | Originally committed as revision 16164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+3
| | | | Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-4/+4
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-2/+2
| | | | Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+4
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AMR-NB block size const and 8 bits.Benoit Fouet2008-02-291-1/+1
| | | | Originally committed as revision 12278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define block size for AMR-WB (use IF2 table).Benoit Fouet2008-02-291-0/+1
| | | | | | Spotted by John Fitzgerald: jjfitzgerald gmail com Originally committed as revision 12277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2008-01-271-1/+1
| | | | Originally committed as revision 11637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-061-0/+711
Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud