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-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-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-02-28avcodec/dxtory: Fix undefined shift with negative linesizeMichael Niedermayer
2020-10-04avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420()Michael Niedermayer
2020-09-26avcodec/dxtory: Fix negative shift in dx2_decode_slice_410()Michael Niedermayer
2020-09-26avcodec/dxtory: Fix negative shift in dxtory_decode_v1_410()Michael Niedermayer
2020-09-26avcodec/dxtory: Fix get_raw_size() for YUVMichael Niedermayer
2020-09-05avcodec/dxtory: add frame threads supportPaul B Mahol
2020-09-05avcodec/dxtory: add missed rgb555/rgb565 formats for vflip casePaul B Mahol
2020-09-05avcodec/dxtory: support subsampled formats with non-aligned sizePaul B Mahol
2020-09-03avcodec/dxtory: add support for vertically flipped framesPaul B Mahol
2019-04-24avcodec/dxtory: Check slice_size against minimum in dxtory_decode_v2()Michael Niedermayer
2019-03-25avcodec/dxtory: Check slice sizes before allocating imageMichael Niedermayer
2018-02-20avcodec/dxtory: Remove code that corrupts dimensionsMichael Niedermayer
2018-01-23avcodec/dxtory: Fix bits left checksMichael Niedermayer
2017-03-27Merge commit '7a2b2b6a92c4b528ecb640790eca0aa790d858f4'Clément Bœsch
2016-10-28dxtory: Drop nonsense ISO C printf conversion specifiers for standard typesDiego Biurrun
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-03-30Mark tables used only within their files as staticDiego Biurrun
2015-11-15avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()Michael Niedermayer
2015-11-15avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()Michael Niedermayer
2015-09-08Merge commit 'd0f7e4a57fbffa0efb204d4274c3dd56fbfff946'Hendrik Leppkes
2015-09-08Merge commit 'a7e6fbd90e62d3320b1e26d8209fc0f55ee5b0be'Hendrik Leppkes
2015-09-08Merge commit '6a6bc43f5f79587b8936334cc0b3a6616f4807ac'Hendrik Leppkes
2015-09-06dxtory: Unify and rework the decoding routinesLuca Barbato
2015-09-04dxtory: Factorize the buffer loadingLuca Barbato
2015-09-04dxtory: Factorize slice size checksLuca Barbato
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-02-14avcodec/dxtory: use init_get_bits8()Paul B Mahol
2015-02-01avcodec/dxtory: Use LL instead of L number suffixMichael Niedermayer
2014-10-30avcodec/dxtory: use unaligned copy for unaligned addressesMichael Niedermayer
2014-09-26avcodec/dxtory: remove unused variablesMichael Niedermayer
2014-09-26avcodec/dxtory: Support dxtory-2.0.127.aviMichael Niedermayer
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-02-17avcodec/dxtory: fix src size checksMichael Niedermayer
2014-01-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-25Merge commit '0e1ad2f591b87e944550c15b54e54f8189743289'Michael Niedermayer
2014-01-24dxtory: compressed RGB555/RGB565 decoding supportKostya Shishkov
2014-01-24dxtory: add more compressed and uncompressed modesKostya Shishkov
2014-01-22Merge commit '025fd76e1a2623c858d8c686a73cc30980a314b0'Michael Niedermayer
2014-01-22Merge commit 'e91a3f1bdba9b4945e42c191d2e35e9844625fb4'Michael Niedermayer
2014-01-21dxtory: change error code for unexpected slice configurationKostya Shishkov