Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-10avformat/utils: Move ff_add_param_change to demux_utils.cAndreas Rheinhardt
2022-03-15ipmovie: convert to new channel layout APIVittorio Giovara
2021-09-17avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-03-24avformat/ipmovie: Avoid stack packetAndreas Rheinhardt
2021-03-24avformat/ipmovie: Remove redundant initializationsAndreas Rheinhardt
2021-03-24avformat/ipmovie: Fix indentationAndreas Rheinhardt
2021-03-24avformat/ipmovie: Deduplicate parsing video data opcodesAndreas Rheinhardt
2021-03-24avformat/ipmovie: Avoid reading packets during read_headerAndreas Rheinhardt
2021-03-24avformat/ipmovie: Remove redundant av_packet_unref()Andreas Rheinhardt
2021-03-16avformat/ipmovie: Free packets allocated in header readingMichael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2017-06-27Interplay MVE: Implement frame format 0x10Hein-Pieter van Braam
2017-06-27Interplay MVE: Implement frame format 0x06Hein-Pieter van Braam
2017-06-27Interplay MVE: Refactor IP packet formatHein-Pieter van Braam
2017-06-27Interplay MVE: Implement MVE SEND_BUFFER operationHein-Pieter van Braam
2017-06-18Cleanly exit at the end of an Interplay MVEHein-Pieter van Braam
2017-03-24Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'Clément Bœsch
2016-10-27Remove some pointless TRACE level debug codeDiego Biurrun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-11-02avformat/ipmovie: add context to av_log()Paul B Mahol
2015-11-02avformat/ipmovie: put video decoding_map_size into packet and use it in decoderPaul B Mahol
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-07-26avformat/ipmovie: Fix late audio detectionMichael Niedermayer
2015-07-26avformat/ipmovie: Parse&handle late audio initMichael Niedermayer
2015-07-26avformat/ipmovie: Factor init_audio() outMichael Niedermayer
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2013-12-19avformat/ipmovie: Check palette size in OPCODE_SET_PALETTEMichael Niedermayer
2013-12-19avformat/ipmovie: Check that OPCODE_SET_PALETTE size is large enoughMichael Niedermayer
2013-12-19avformat/ipmovie: remove superflous ()Michael Niedermayer
2013-12-19avformat/ipmovie: Check that the OPCODE_INIT_AUDIO_BUFFERS size is large enoughMichael Niedermayer
2013-12-15avformat/ipmovie: Check OPCODE_CREATE_TIMER sizeMichael Niedermayer
2013-12-13avformat/ipmovie: Fix use of uninitialized memory in OPCODE_INIT_VIDEO_BUFFERSMichael Niedermayer
2013-11-22avformat/ipmovie: check OPCODE_INIT_VIDEO_BUFFERS size more completelyMichael Niedermayer
2012-12-25ipmovie_probe: make buffer pointers constMichael Niedermayer
2012-11-13Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer
2012-11-12ipmovie: set channel layoutJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-05-31ipmovie_probe: speedup by avoiding memcmp() callMichael Niedermayer
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer