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_set_dimensions() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-07-04avcodec/decoders: Use const uint8_t* to access input packet dataAndreas 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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2018-06-26lavc/libopenjpeg: Support GRAY10, GRAY12 and GRAY14.Carl Eugen Hoyos
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-10-21lavc: drop support for OpenJPEG 1.3-2.0Michael Bradshaw
2017-10-08lavc: add support for OpenJPEG 2.3.0Michael Bradshaw
2017-06-24Add support for LibOpenJPEG v2.2/gitReino17
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
2016-12-28avcodec/libopenjpegdec: Set key frame metadataMichael Bradshaw
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-10-13configure: fix detection of libopenjpegAndreas Cadhalpun
2016-03-25avcodec/libopenjpegdec: fix mixed declarations and codeJames Almer
2015-12-25avcodec: add OpenJPEG 2.x compatibilityMichael Bradshaw
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-09avcodec/libopenjpegdec: Mark as experimental if <= 1.3Michael Niedermayer
2015-06-02libopenjpegdec: register logging callback functionsAndreas Cadhalpun
2015-05-30libopenjpegdec: check existence of image component dataAndreas Cadhalpun
2015-03-04acvodec/lipopenjpeg: Fix pixel value shift for 12-bit pixel formatsVilius Grigaliūnas
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2015-02-01Support YA16 in jpeg 2000.Carl Eugen Hoyos
2014-08-04Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-03-19Merge commit '1ea9fa15c3f9074f6199f68bdd6258c5a2bb89e0'Michael Niedermayer
2014-03-19libopenjpeg: Support rgba64 decodingVittorio Giovara
2014-03-19libopenjpeg: K&R formatting cosmeticsVittorio Giovara
2014-01-27Fix decoding of some 8 < bpc < 16 signed j2k samples with libopenjpeg.Carl Eugen Hoyos
2014-01-11Cast signed libopenjpeg data values to unsigned before shifting.Carl Eugen Hoyos
2014-01-10Fix libopenjpeg colour range adjust for 8<bpp<16.Carl Eugen Hoyos
2014-01-10Support signed j2k images via libopenjpeg.Carl Eugen Hoyos
2013-11-01Merge commit '967cd6fafbf2fdec9cbe011296ad34a70212427e'Michael Niedermayer
2013-10-31libopenjpegdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-30Merge commit '5c0a09839c707f10e5dba59460e219e989c1da93'Michael Niedermayer
2013-10-30libopenjpegdec: return meaningful error codesAnton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-12libopenjpegdec.c: Correctly scale gray16 output if precision < 16Michael Bradshaw
2013-07-04Rename "AVClass class" as "AVClass component_class" for external codecs.Sean McGovern
2013-04-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer