summaryrefslogtreecommitdiff
path: root/libavformat/ilbc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-7/+8
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* ilbc: convert to new channel layout APIVittorio Giovara2022-03-151-1/+1
* avformat/ilbc: Use av_get_packetAndreas Rheinhardt2021-08-061-6/+2
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-2/+2
* avformat/ilbc: Add missing #if for muxerMichael Niedermayer2020-04-071-0/+2
* avformat/ilbc: Don't reimplement ff_raw_write_packetAndreas Rheinhardt2020-04-031-7/+2
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-071-1/+0
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-18/+18
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-18/+18
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-161-1/+0
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-141-1/+0
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-2/+2
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-191-4/+4
|/
* Implement the iLBC storage file formatMartin Storsjö2012-06-181-0/+141