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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-14libopenjpegenc: fix out-of-bounds reads when filling the edgesAndreas Cadhalpun
2016-10-14libopenjpegenc: stop reusing image data buffer for openjpeg 2Andreas Cadhalpun
2016-10-13configure: fix detection of libopenjpegAndreas Cadhalpun
2016-06-26avcodec/libopenjpegenc: Set numresolutions by default to a value that is not ...Michael Niedermayer
2016-03-25avcodec/libopenjpegenc: fix mixed declarations and codeJames Almer
2015-12-25avcodec: add OpenJPEG 2.x compatibilityMichael Bradshaw
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-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-06-02libopenjpegenc: use variable instead of type for sizeofAndreas Cadhalpun
2015-06-02libopenjpegenc: add NULL check for img before accessing itAndreas Cadhalpun
2015-03-02avcodec: use av_frame_free() for coded_frameClément Bœsch
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2015-02-02lavc/libopenjpegenc: move opj_create_compress, opj_cio_open and opj_set_event...Jean First
2015-02-02lavc/libopenjpegenc: factorize cinema parameters to it's own functionJean First
2015-02-01Support YA16 in jpeg 2000.Carl Eugen Hoyos
2015-01-24lavc/libopenjpegenc: move opj_setup_encoder to libopenjpeg_encode_frameJean First
2014-08-04Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-06-03avcodec/libopenjpegenc: Add frame-threading capabilityDave Rice
2014-03-19Merge commit '8f45bd1433a1d8534d7b3997219c4ca31a669042'Michael Niedermayer
2014-03-19Merge commit '1ea9fa15c3f9074f6199f68bdd6258c5a2bb89e0'Michael Niedermayer
2014-03-19libopenjpeg: Support rgba64 encodingCarl Eugen Hoyos
2014-03-19libopenjpeg: K&R formatting cosmeticsVittorio Giovara
2014-01-24avcodec/libopenjpegenc: Replace av_frame_alloc() and av_frame_ref() by av_fra...Michael Niedermayer
2014-01-24avcodec/libopenjpegenc: Check the return code of av_frame_ref()Michael Niedermayer
2013-12-30lavc/libopenjpegenc: check av_frame_alloc() failure.Nicolas George
2013-12-17avcodec/libopenjpegenc: drop dependancy on sizeof(AVFrame)Michael Niedermayer
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-28libopenjpeg: fix encoding of odd sized subsampled imagesMichael Bradshaw
2013-09-23libopenjpeg: init and close properly; don't config during encodeMichael Bradshaw
2013-07-23avcodec/libopenjpegen: XYZ 12 bit support for libopenjpeg encoderclook
2013-07-04Rename "AVClass class" as "AVClass component_class" for external codecs.Sean McGovern
2013-02-04libopenjpegenc: make dci compliant j2cMichaël Cinquin
2013-02-01libopenjpegenc: simplify switch statementMichael Bradshaw
2013-02-01libopenjpegenc: add support for pix fmt gbrp (8-16 bit)Michael Bradshaw
2012-12-22configure: consider using /usr/include/openjpeg-1.5 when searching for openjpegJohannes Nixdorf
2012-11-04Support new transparency colour-spaces with libopenjpeg.Carl Eugen Hoyos
2012-10-27Update my email addressMichael Bradshaw
2012-10-12Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5'Michael Niedermayer
2012-10-12lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov