summaryrefslogtreecommitdiff
path: root/libavformat/amr.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* amr: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat/amr: Return error upon errorAndreas Rheinhardt2022-01-09
* avformat/amr: Fix writing AMR headerAndreas Rheinhardt2022-01-08
* avformat/amr: Don't reset AVFormatContext.priv_dataAndreas Rheinhardt2022-01-08
* avformat/Makefile, amr: Add missing amr-demuxers->rawdec.o dependencyAndreas Rheinhardt2022-01-08
* avcodec/amr*dec: add multichannel supportPaul B Mahol2021-10-03
* avcodec: add amr parserPaul B Mahol2021-10-02
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/amr: Don't reimplement ff_raw_write_packet()Andreas Rheinhardt2020-04-14
* libavformat/amr.c: Check return value from avio_read()John Rummell2020-04-03
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-07
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* lavf/amr: Fix heuristic to avoid detection of repeated bytes.Carl Eugen Hoyos2018-06-26
* lavf/amr: Make the heuristic for auto-detection even stricter.Carl Eugen Hoyos2018-06-22
* lavf/amr: Stricter heuristic for auto-detection.Carl Eugen Hoyos2018-04-06
* lavf/amr: Do not set codec_tag for raw amr_nb and raw amr_wb.Carl Eugen Hoyos2017-11-06
* lavf/amr: Add amrnb and amrwb demuxers.Carl Eugen Hoyos2017-11-05
* lavf/amr: Return AVERROR_EOF on EOF.Carl Eugen Hoyos2017-03-31
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'Michael Niedermayer2014-06-18
|\|
| * lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-18
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* | Improve amr bitrate calculation for VBR files.Carl Eugen Hoyos2014-04-11
* | Fix a typo in amr.c.Carl Eugen Hoyos2014-04-09
* | Remove an unneeded include of avassert.h from amr.c.Carl Eugen Hoyos2014-04-09
* | Remove an incorrect and unneeded assert in the amr demuxer.Carl Eugen Hoyos2013-09-29
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-14
* | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-13
|\|
| * amr: set channel_layoutJustin Ruggles2012-11-12
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-18
|\|
| * amr: Mark an array constMartin Storsjö2012-06-17
| * amr: More space cleanupMartin Storsjö2012-06-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-17
|\|
| * amr: Cosmetic cleanupMartin Storsjö2012-06-17
* | amr: use av_assert()Michael Niedermayer2012-06-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-06
|\|
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\|