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-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2021-05-02avcodec/interplayvideo: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-22avcodec: Factor updating palette outAndreas Rheinhardt
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2020-08-30avcodec/interplayvideo: Cleanup generically after init failureAndreas Rheinhardt
2019-10-25avcodec/interplayvideo: properly decode motion vectorsPaul B Mahol
2019-10-24avcodec/interplayvideo: cosmeticsPaul B Mahol
2019-08-03avcodec/interplayvideo: Avoid ff_get_buffer() during initMichael Niedermayer
2019-06-12avcodec/interplayvideo: check decoding_map_size with video_data_sizeMichael Niedermayer
2017-07-06avcodec/interplayvideo: Clean up frames on parameter changeMichael Niedermayer
2017-06-30avcodec/interplayvideo: Check ff_get_buffer() for failureMichael Niedermayer
2017-06-29avcodec/interplayvideo: fix regression causing artifactsPaul B Mahol
2017-06-28avcodec/interplayvideo: use correct context when checking for enough bytesPaul B Mahol
2017-06-28avcodec/interplayvideo: return voidPaul B Mahol
2017-06-28avcodec/interplayvideo: fix dead-lockPaul B Mahol
2017-06-28avcodec/interplayvideo: use int16_t instead of shortPaul B Mahol
2017-06-28avcodec/interplayvideo: check that video_size is >0Paul B Mahol
2017-06-27avcodec/interplayvideo: properly check if there is enough bytes leftPaul B Mahol
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-03-03avcodec/interplayvideo: Fix timeout from lack of bitstream end checkMichael Niedermayer
2017-02-04avcodec/interplayvideo: Move parameter change check upMichael Niedermayer
2016-10-25avcodec/interplayvideo: Check side data size before useMichael Niedermayer
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-11-02avformat/ipmovie: put video decoding_map_size into packet and use it in decoderPaul B Mahol
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-04-26avcodec/interplayvideo: Use ff_tlog() for block level decode tracingMichael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2013-12-19avcodec/interplayvideo: Check that enough data is available for opcode_0x7/8/DMichael Niedermayer
2013-12-19avcodec/interplayvideo: Check that enough data is available for opcode_0x9Michael Niedermayer
2013-12-19avcodec/interplayvideo: Check that enough data is available for opcode_0xAMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun