summaryrefslogtreecommitdiff
path: root/libavcodec/libspeexdec.c
Commit message (Collapse)AuthorAge
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
| | | | | | | | | | | 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
* cosmetics: Fix a few typos and use a consistent codec long name.Diego Biurrun2009-02-08
| | | | Originally committed as revision 17084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Speex decoding via libspeexDavid Conrad2008-10-24
Originally committed as revision 15676 to svn://svn.ffmpeg.org/ffmpeg/trunk