summaryrefslogtreecommitdiff
path: root/libavformat/amr.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-8/+9
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* amr: convert to new channel layout APIVittorio Giovara2022-03-151-11/+7
* avformat/amr: Return error upon errorAndreas Rheinhardt2022-01-091-1/+1
* avformat/amr: Fix writing AMR headerAndreas Rheinhardt2022-01-081-2/+2
* avformat/amr: Don't reset AVFormatContext.priv_dataAndreas Rheinhardt2022-01-081-2/+0
* avformat/Makefile, amr: Add missing amr-demuxers->rawdec.o dependencyAndreas Rheinhardt2022-01-081-1/+1
* avcodec/amr*dec: add multichannel supportPaul B Mahol2021-10-031-19/+45
* avcodec: add amr parserPaul B Mahol2021-10-021-51/+12
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-4/+4
* avformat/amr: Don't reimplement ff_raw_write_packet()Andreas Rheinhardt2020-04-141-7/+2
* libavformat/amr.c: Check return value from avio_read()John Rummell2020-04-031-2/+4
* 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-3/+3
* lavf/amr: Fix heuristic to avoid detection of repeated bytes.Carl Eugen Hoyos2018-06-261-4/+2
* lavf/amr: Make the heuristic for auto-detection even stricter.Carl Eugen Hoyos2018-06-221-3/+3
* lavf/amr: Stricter heuristic for auto-detection.Carl Eugen Hoyos2018-04-061-4/+6
* lavf/amr: Do not set codec_tag for raw amr_nb and raw amr_wb.Carl Eugen Hoyos2017-11-061-2/+0
* lavf/amr: Add amrnb and amrwb demuxers.Carl Eugen Hoyos2017-11-051-10/+123
* lavf/amr: Return AVERROR_EOF on EOF.Carl Eugen Hoyos2017-03-311-1/+3
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | 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
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'Michael Niedermayer2014-06-181-0/+1
|\ \ | |/
| * lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-181-0/+1
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-161-1/+0
* | Improve amr bitrate calculation for VBR files.Carl Eugen Hoyos2014-04-111-2/+12
* | Fix a typo in amr.c.Carl Eugen Hoyos2014-04-091-1/+1
* | Remove an unneeded include of avassert.h from amr.c.Carl Eugen Hoyos2014-04-091-1/+0
* | Remove an incorrect and unneeded assert in the amr demuxer.Carl Eugen Hoyos2013-09-291-2/+0
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-141-1/+0
* | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-131-0/+3
|\ \ | |/
| * amr: set channel_layoutJustin Ruggles2012-11-121-0/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-9/+9
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-9/+9
* | 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-181-2/+2
|\ \ | |/
| * amr: Mark an array constMartin Storsjö2012-06-171-1/+1
| * amr: More space cleanupMartin Storsjö2012-06-171-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-171-56/+41
|\ \ | |/
| * amr: Cosmetic cleanupMartin Storsjö2012-06-171-57/+40
* | amr: use av_assert()Michael Niedermayer2012-06-151-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-1/+1
|\ \ | |/
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1