summaryrefslogtreecommitdiff
path: root/libavformat/ipmovie.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/utils: Move ff_add_param_change to demux_utils.cAndreas Rheinhardt2022-05-101-0/+1
* ipmovie: convert to new channel layout APIVittorio Giovara2022-03-151-5/+3
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-171-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/ipmovie: Avoid stack packetAndreas Rheinhardt2021-03-241-3/+1
* avformat/ipmovie: Remove redundant initializationsAndreas Rheinhardt2021-03-241-7/+0
* avformat/ipmovie: Fix indentationAndreas Rheinhardt2021-03-241-17/+17
* avformat/ipmovie: Deduplicate parsing video data opcodesAndreas Rheinhardt2021-03-241-20/+3
* avformat/ipmovie: Avoid reading packets during read_headerAndreas Rheinhardt2021-03-241-9/+9
* avformat/ipmovie: Remove redundant av_packet_unref()Andreas Rheinhardt2021-03-241-3/+0
* avformat/ipmovie: Free packets allocated in header readingMichael Niedermayer2021-03-151-2/+6
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Interplay MVE: Implement frame format 0x10Hein-Pieter van Braam2017-06-271-16/+52
* Interplay MVE: Implement frame format 0x06Hein-Pieter van Braam2017-06-271-3/+12
* Interplay MVE: Refactor IP packet formatHein-Pieter van Braam2017-06-271-17/+29
* Interplay MVE: Implement MVE SEND_BUFFER operationHein-Pieter van Braam2017-06-271-5/+11
* Cleanly exit at the end of an Interplay MVEHein-Pieter van Braam2017-06-181-0/+2
* Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'Clément Bœsch2017-03-241-3/+0
|\
| * Remove some pointless TRACE level debug codeDiego Biurrun2016-10-271-3/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-18/+18
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-19/+19
* | avformat/ipmovie: add context to av_log()Paul B Mahol2015-11-021-38/+38
* | avformat/ipmovie: put video decoding_map_size into packet and use it in decoderPaul B Mahol2015-11-021-3/+4
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-2/+2
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* | avformat/ipmovie: Fix late audio detectionMichael Niedermayer2015-07-261-2/+3
* | avformat/ipmovie: Parse&handle late audio initMichael Niedermayer2015-07-261-1/+6
* | avformat/ipmovie: Factor init_audio() outMichael Niedermayer2015-07-261-18/+26
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-37/+37
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-37/+37
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-3/+3
* | avformat/ipmovie: Check palette size in OPCODE_SET_PALETTEMichael Niedermayer2013-12-181-1/+2
* | avformat/ipmovie: Check that OPCODE_SET_PALETTE size is large enoughMichael Niedermayer2013-12-181-2/+2
* | avformat/ipmovie: remove superflous ()Michael Niedermayer2013-12-181-1/+1
* | avformat/ipmovie: Check that the OPCODE_INIT_AUDIO_BUFFERS size is large enoughMichael Niedermayer2013-12-181-1/+1
* | avformat/ipmovie: Check OPCODE_CREATE_TIMER sizeMichael Niedermayer2013-12-141-1/+1
* | avformat/ipmovie: Fix use of uninitialized memory in OPCODE_INIT_VIDEO_BUFFERSMichael Niedermayer2013-12-131-1/+3
* | avformat/ipmovie: check OPCODE_INIT_VIDEO_BUFFERS size more completelyMichael Niedermayer2013-11-221-1/+1
* | ipmovie_probe: make buffer pointers constMichael Niedermayer2012-12-251-2/+2
* | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-131-0/+3
|\ \ | |/
| * ipmovie: set channel layoutJustin Ruggles2012-11-121-0/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-11/+11
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-11/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | ipmovie_probe: speedup by avoiding memcmp() callMichael Niedermayer2012-05-311-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
|\ \ | |/