summaryrefslogtreecommitdiff
path: root/libavformat/g723_1.c
Commit message (Expand)AuthorAgeFilesLines
* g723_1: convert to new channel layout APIVittorio Giovara2022-03-151-2/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-6/+6
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-6/+6
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* | Merge commit '7abd35a1ffaecfd79fa07b801621ee11ab595c43'Michael Niedermayer2013-05-061-1/+2
|\ \ | |/
| * avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-051-1/+2
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-7/+10
|\ \ | |/
| * G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-221-0/+85
* Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer2012-05-301-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
* Use more designated initializers.Paul B Mahol2011-12-301-6/+4
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-031-1/+2
* Rename remaining url_ftell to avio_tell.Clément Bœsch2011-11-141-1/+1
* Rename remaining get_byte to avio_r8.Clément Bœsch2011-11-141-1/+1
* Rename remaining get_buffer to avio_read.Clément Bœsch2011-11-141-1/+1
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-051-1/+1
* g723.1: use raw muxerMohamed Naufal2011-10-131-21/+0
* g723.1 muxerMohamed Naufal2011-10-101-0/+21
* g723_1_demuxer: rco is also a commonly used extension.Michael Niedermayer2011-09-301-1/+1
* Add the G723.1 demuxer and decoderMohamed Naufal Basheer2011-09-291-0/+83