summaryrefslogtreecommitdiff
path: root/libavcodec/proresenc.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* proresenc: Do not entangle coded_frameVittorio Giovara2015-07-20
* prores: Set the bits_per_coded_sample for alpha pix_fmtLuca Barbato2015-04-22
* prores: Evaluate all the quantizersLuca Barbato2014-12-15
* proresenc: Properly account for alpha planeChristophe Gisquet2014-08-18
* proresenc: Realloc if buffer is too smallChristophe Gisquet2014-08-18
* proresenc: Report buffer overflowChristophe Gisquet2014-08-18
* proresenc: Remove unneeded parameters from encode_alpha_plane()Christophe Gisquet2014-08-18
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-07
* proresenc: Reuse proper dsputil infrastructure for FDCTDiego Biurrun2014-02-28
* prores: Drop DSP infrastructure for prores encoder bitsDiego Biurrun2014-02-28
* proresenc: Drop unnecessary DCT permutation bitsDiego Biurrun2014-02-28
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* proresenc: alpha coding supportKostya Shishkov2013-05-30
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* proresenc: Don't free a buffer not owned by the codecMartin Storsjö2012-09-04
* proresenc: Write the full value in one put_bits callMartin Storsjö2012-09-04
* prores: interlaced ProRes encodingMaksalov Boris2012-08-14
* proresenc: use the edge emulation bufferBoris Maksalov2012-08-13
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* proresenc: make a variable local to the loop where it is usedMans Rullgard2012-07-01
* proresenc: multithreaded quantiser searchKostya Shishkov2012-04-17
* prores: allow user to set fixed quantiserKostya Shishkov2012-03-18
* proresenc: give user a possibility to alter some encoding parametersKostya Shishkov2012-03-04
* prores: store and retrieve extended colourspace informationKostya Shishkov2012-02-29
* proresenc: correct edge emulationPhil Barrett2012-02-29
* prores: handle 444 chroma in right orderKostya Shishkov2012-02-29
* prores: use natural integer type for the codebook indexChristophe GISQUET2012-02-22
* proresenc: force bitrate not to exceed given limitKostya Shishkov2012-02-18
* proresenc: initialise 'sign' variableKostya Shishkov2012-02-16
* prores encoderKostya Shishkov2012-02-15