summaryrefslogtreecommitdiff
path: root/libavformat/ipmovie.c
Commit message (Expand)AuthorAge
* avformat/utils: Move ff_add_param_change to demux_utils.cAndreas Rheinhardt2022-05-10
* ipmovie: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-17
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/ipmovie: Avoid stack packetAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Remove redundant initializationsAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Fix indentationAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Deduplicate parsing video data opcodesAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Avoid reading packets during read_headerAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Remove redundant av_packet_unref()Andreas Rheinhardt2021-03-24
* avformat/ipmovie: Free packets allocated in header readingMichael Niedermayer2021-03-15
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* Interplay MVE: Implement frame format 0x10Hein-Pieter van Braam2017-06-27
* Interplay MVE: Implement frame format 0x06Hein-Pieter van Braam2017-06-27
* Interplay MVE: Refactor IP packet formatHein-Pieter van Braam2017-06-27
* Interplay MVE: Implement MVE SEND_BUFFER operationHein-Pieter van Braam2017-06-27
* Cleanly exit at the end of an Interplay MVEHein-Pieter van Braam2017-06-18
* Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'Clément Bœsch2017-03-24
|\
| * Remove some pointless TRACE level debug codeDiego Biurrun2016-10-27
* | 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
* | avformat/ipmovie: add context to av_log()Paul B Mahol2015-11-02
* | avformat/ipmovie: put video decoding_map_size into packet and use it in decoderPaul B Mahol2015-11-02
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | avformat/ipmovie: Fix late audio detectionMichael Niedermayer2015-07-26
* | avformat/ipmovie: Parse&handle late audio initMichael Niedermayer2015-07-26
* | avformat/ipmovie: Factor init_audio() outMichael Niedermayer2015-07-26
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-24
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | avformat/ipmovie: Check palette size in OPCODE_SET_PALETTEMichael Niedermayer2013-12-18
* | avformat/ipmovie: Check that OPCODE_SET_PALETTE size is large enoughMichael Niedermayer2013-12-18
* | avformat/ipmovie: remove superflous ()Michael Niedermayer2013-12-18
* | avformat/ipmovie: Check that the OPCODE_INIT_AUDIO_BUFFERS size is large enoughMichael Niedermayer2013-12-18
* | avformat/ipmovie: Check OPCODE_CREATE_TIMER sizeMichael Niedermayer2013-12-14
* | avformat/ipmovie: Fix use of uninitialized memory in OPCODE_INIT_VIDEO_BUFFERSMichael Niedermayer2013-12-13
* | avformat/ipmovie: check OPCODE_INIT_VIDEO_BUFFERS size more completelyMichael Niedermayer2013-11-22
* | ipmovie_probe: make buffer pointers constMichael Niedermayer2012-12-25
* | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-13
|\|
| * ipmovie: 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
* | ipmovie_probe: speedup by avoiding memcmp() callMichael Niedermayer2012-05-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|