summaryrefslogtreecommitdiff
path: root/libavformat/g723_1.c
Commit message (Collapse)AuthorAge
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
| | | | | | | `av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`.
* avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-05
|
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
| | | | Also reorder some other #include when applicable.
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
|
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-22
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>