]> git.sesse.net Git - ffmpeg/history - libavformat/gsmdec.c
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
[ffmpeg] / libavformat / gsmdec.c
2012-11-12 Justin Rugglesgsmdec: set channel layout
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-01-31 Anton Khirnovlavf: rename AVInputFormat.value to raw_codec_id.
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-11 Justin Rugglesgsm demuxer: use generic seeking instead of a gsm-speci...
2012-01-11 Justin Rugglesgsm demuxer: return packets with only 1 gsm block at...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-02 Justin Rugglesgsm demuxer: do not allocate packet twice.
2011-11-02 Justin RugglesCreate separate functions for the raw GSM demuxer.