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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-30proresenc: alpha coding supportKostya Shishkov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-09-04proresenc: Don't free a buffer not owned by the codecMartin Storsjö
2012-09-04proresenc: Write the full value in one put_bits callMartin Storsjö
2012-08-14prores: interlaced ProRes encodingMaksalov Boris
2012-08-13proresenc: use the edge emulation bufferBoris Maksalov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-01proresenc: make a variable local to the loop where it is usedMans Rullgard
2012-04-17proresenc: multithreaded quantiser searchKostya Shishkov
2012-03-18prores: allow user to set fixed quantiserKostya Shishkov
2012-03-04proresenc: give user a possibility to alter some encoding parametersKostya Shishkov
2012-02-29prores: store and retrieve extended colourspace informationKostya Shishkov
2012-02-29proresenc: correct edge emulationPhil Barrett
2012-02-29prores: handle 444 chroma in right orderKostya Shishkov
2012-02-22prores: use natural integer type for the codebook indexChristophe GISQUET
2012-02-18proresenc: force bitrate not to exceed given limitKostya Shishkov
2012-02-16proresenc: initialise 'sign' variableKostya Shishkov
2012-02-15prores encoderKostya Shishkov