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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-18proresenc: force bitrate not to exceed given limitKostya Shishkov
2012-02-18vc1parse: call vc1_init_common().Ronald S. Bultje
2012-02-18wma: don't return 0 on invalid packets.Ronald S. Bultje
2012-02-18mjpegb: don't return 0 at the end of frame decoding.Ronald S. Bultje
2012-02-18libx264: unbreak libx264rgbPaul B Mahol
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-18vp8dsp: split long line.Ronald S. Bultje
2012-02-18dpcm: ignore extra unpaired bytes in stereo streams.Alex Converse
2012-02-18mp3on4: require a minimum framesize.Ronald S. Bultje
2012-02-18mpc7: assign an error level + context to av_log() msg.Ronald S. Bultje
2012-02-18huffyuv: error out on bit overrun.Ronald S. Bultje
2012-02-18dct-test: Add the missing ff_ prefix to the altivec functionsMartin Storsjö
2012-02-18dct-test: Remove a stray declaration of a nonexistent functionMartin Storsjö
2012-02-18y41penc: switch to encode2()Paul B Mahol
2012-02-18r210enc: switch to encode2()Paul B Mahol
2012-02-18h264: change deblock_h_chroma_8_mmxext() to prevent valgrind confusion.Michael Niedermayer
2012-02-18als: prevent infinite loop in zero_remaining().Ronald S. Bultje
2012-02-18cook: prevent div-by-zero if channels is zero.Ronald S. Bultje
2012-02-18Make CDXL palette opaque.Carl Eugen Hoyos
2012-02-17pamenc: switch to encode2().Anton Khirnov
2012-02-17svq1enc: switch to encode2().Anton Khirnov
2012-02-17dvenc: switch to encode2().Anton Khirnov
2012-02-17dpxenc: switch to encode2().Anton Khirnov
2012-02-17pngenc: switch to encode2().Anton Khirnov
2012-02-17v210enc: switch to encode2().Anton Khirnov
2012-02-17xwdenc: switch to encode2().Anton Khirnov
2012-02-17ttadec: use branchless unsigned-to-signed unfoldingJustin Ruggles
2012-02-17avcodec: add a Sun Rasterfile encoderAneesh Dogra
2012-02-17sunrast: Move common defines to a new header file.Aneesh Dogra
2012-02-17cdxl: fix video decoding for some filesPaul B Mahol
2012-02-17ttadec: remove dead codePaul B Mahol
2012-02-17prores: initialise encoder and decoder parts only when neededKostya Shishkov
2012-02-17prores: initialise encoder and decoder parts only when neededKostya Shishkov
2012-02-17Makefile: fix proresdec dependanciesZongyao Qu
2012-02-17flac: fix infinite loops on all-zero input or end-of-stream.Ronald S. Bultje
2012-02-17wmapro: change max. block size to 13 bits.Ronald S. Bultje
2012-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17g729dec: fix 'warning: assignment from incompatible pointer type'Michael Niedermayer
2012-02-17g729dec: fix use of deprecated functions.Michael Niedermayer
2012-02-17diracdec: fix use of deprecated funnctionsMichael Niedermayer
2012-02-17shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer
2012-02-17atrac3: Fix crash in tonal component decoding.Michael Niedermayer
2012-02-17ws_snd1: Fix wrong samples counts.Michael Niedermayer
2012-02-16qtrleenc: fix uninitialized variable warningsMichael Niedermayer
2012-02-16proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.Michael Niedermayer
2012-02-16proresdec2: Fix 16 vs. 8bit compiler warnings.Michael Niedermayer
2012-02-16golomb: avoid infinite loop on all-zero input (or end of buffer).Ronald S. Bultje
2012-02-16bethsoftvid: pass palette in side data instead of in a separate packet.Justin Ruggles
2012-02-16proresenc: initialise 'sign' variableKostya Shishkov