summaryrefslogtreecommitdiffstats
path: root/libavcodec/proresenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-5/+0
* proresenc: Do not entangle coded_frameVittorio Giovara2015-07-201-7/+8
* prores: Set the bits_per_coded_sample for alpha pix_fmtLuca Barbato2015-04-221-0/+1
* prores: Evaluate all the quantizersLuca Barbato2014-12-151-3/+2
* proresenc: Properly account for alpha planeChristophe Gisquet2014-08-181-2/+8
* proresenc: Realloc if buffer is too smallChristophe Gisquet2014-08-181-1/+37
* proresenc: Report buffer overflowChristophe Gisquet2014-08-181-3/+11
* proresenc: Remove unneeded parameters from encode_alpha_plane()Christophe Gisquet2014-08-181-4/+2
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-071-16/+15
* proresenc: Reuse proper dsputil infrastructure for FDCTDiego Biurrun2014-02-281-11/+15
* prores: Drop DSP infrastructure for prores encoder bitsDiego Biurrun2014-02-281-11/+24
* proresenc: Drop unnecessary DCT permutation bitsDiego Biurrun2014-02-281-6/+5
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* proresenc: alpha coding supportKostya Shishkov2013-05-301-21/+220
* Drop DCTELEM typedefDiego Biurrun2013-01-221-8/+9
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-4/+4
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-4/+4
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-10/+10
* proresenc: Don't free a buffer not owned by the codecMartin Storsjö2012-09-041-3/+0
* proresenc: Write the full value in one put_bits callMartin Storsjö2012-09-041-2/+1
* prores: interlaced ProRes encodingMaksalov Boris2012-08-141-68/+115
* proresenc: use the edge emulation bufferBoris Maksalov2012-08-131-6/+6
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* proresenc: make a variable local to the loop where it is usedMans Rullgard2012-07-011-2/+1
* proresenc: multithreaded quantiser searchKostya Shishkov2012-04-171-60/+101
* prores: allow user to set fixed quantiserKostya Shishkov2012-03-181-44/+70
* proresenc: give user a possibility to alter some encoding parametersKostya Shishkov2012-03-041-56/+122
* prores: store and retrieve extended colourspace informationKostya Shishkov2012-02-291-3/+3
* proresenc: correct edge emulationPhil Barrett2012-02-291-7/+7
* prores: handle 444 chroma in right orderKostya Shishkov2012-02-291-12/+25
* prores: use natural integer type for the codebook indexChristophe GISQUET2012-02-221-2/+2
* proresenc: force bitrate not to exceed given limitKostya Shishkov2012-02-181-10/+62
* proresenc: initialise 'sign' variableKostya Shishkov2012-02-161-0/+2
* prores encoderKostya Shishkov2012-02-151-0/+836
OpenPOWER on IntegriCloud