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