summaryrefslogtreecommitdiff
path: root/libavformat/idcin.c
Commit message (Expand)AuthorAge
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-10
* idcin: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat/utils: make ff_update_cur_dts() sharedJames Almer2021-06-09
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-14
* | 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
| * idcin: fix return checkVittorio Giovara2014-10-20
* | avformat/idcin: Remove redundant chunk size checkMichael Niedermayer2015-05-12
* | avformat/idcin: Use 64bit for ret to avoid overflowMichael Niedermayer2015-02-20
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-24
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | avformat/idcin: use ff_get_extradata()Michael Niedermayer2013-12-25
* | avformat/idcin: check the decompressed frame size during probingMichael Niedermayer2013-11-08
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* | idcin: check return value of av_malloc()Paul B Mahol2013-07-01
* | Autodetect idcin only if audio properties allow decoding.Carl Eugen Hoyos2013-06-19
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-05
|\|
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-04
|\|
| * silly typo fixesDiego Biurrun2013-05-03
* | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer2013-03-12
|\|
| * Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-17
|\|
| * idcin: fix memleaks in idcin_read_packet()Justin Ruggles2013-01-16
* | idcin: fix memleakMichael Niedermayer2013-01-10
* | Merge commit 'ed79093222ceb42f0c3a39095a69af0b32be5450'Michael Niedermayer2013-01-10
|\|
| * idcin: return 0 from idcin_read_packet() on success.Justin Ruggles2013-01-09
* | Merge commit '5d0450461ff729be5f531d333d29754155e406c5'Michael Niedermayer2013-01-10
|\|
| * idcin: better error handlingJustin Ruggles2013-01-09
| * idcin: check for integer overflow when calling av_get_packet()Justin Ruggles2013-01-09
* | Merge commit '7040e479a1530b2eda4b89a182d5eb50a77bd907'Michael Niedermayer2013-01-10
|\|
| * idcin: allow seeking back to the first packetJustin Ruggles2013-01-09
| * idcin: set AV_PKT_FLAG_KEY for video packets with a paletteJustin Ruggles2013-01-09
* | Merge commit 'ccc0ffb1ba3fc1adb05a9f56dfc26131e61db3fb'Michael Niedermayer2013-01-10
|\|
| * idcin: set start_time and packet duration instead of manually tracking pts.Justin Ruggles2013-01-09
| * idcin: set channel_layoutJustin Ruggles2013-01-09
* | Merge commit '12c2530b1d87fa94f81ea97df575b77c825e6f4f'Michael Niedermayer2013-01-10
|\|
| * idcin: fix check for presence of an audio streamJustin Ruggles2013-01-09
| * idcin: validate header parametersJustin Ruggles2013-01-09
* | idcin: check chunk_size value before using itPaul B Mahol2012-10-15
* | 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
|\|