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
2012-12-13snowenc: check ff_get_buffer() return valueMichael Niedermayer
2012-12-08Merge commit '9ebd45c2d58ad9241ad09718679f0cf7fb57da52'Michael Niedermayer
2012-12-07snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793Anton Khirnov
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-27get_dc: fix roundingMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-06snowenc: get rid of VLA (well it wasnt really variable anyway)Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-13Use log2(x) instead of log(x) / log(2)Mans Rullgard
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-15snow: refactor code to work around a compiler bug in MSVC.Ronald S. Bultje
2012-07-10Define snow .pix_fmts to allow colour space auto-selection.Carl Eugen Hoyos
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03snow: remove a VLA used for edge emulationRonald S. Bultje
2012-07-03snow: remove the runs[] VLA.Ronald S. Bultje
2012-07-03snow: Check mallocs at initMartin Storsjö
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-02snow: remove a VLA.Ronald S. Bultje
2012-06-22snow: yuv410 supportMichael Niedermayer
2012-06-22snow: yuv444 supportMichael Niedermayer
2012-06-22snowenc: update pix_sum for rectangles, needed for non 420Michael Niedermayer
2012-06-22snowenc: set chroma subsample factors correctly for non 420Michael Niedermayer
2012-06-18snowenc: update selftest code for the new temporary arraysMichael Niedermayer
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-18dwt: remove variable-length arraysRonald S. Bultje
2012-05-12snow: fix 32x32 encodingMichael Niedermayer
2012-04-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-10Drop some pointless #ifdefs.Diego Biurrun
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-02snow-test: fix pointer type warningsMichael Niedermayer
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22snowenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-20snowenc: move runs from stack to heap.Michael Niedermayer
2012-03-10snowenc: add no_bitstream option.Reimar Döffinger
2012-03-10snowenc: mark some encode_subband arguments const.Reimar Döffinger
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23snowenc: switch to encode2().Anton Khirnov
2012-02-23snowenc: don't abuse input picture for storing information.Anton Khirnov
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-01-26snowenc: dont crash with gray but exit with an error msg.Michael Niedermayer
2011-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer