summaryrefslogtreecommitdiffstats
path: root/libavcodec/proresenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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