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-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-01WMAL: do not output last frame again if nothing was decoded in current packetJakub Stachowski
2012-05-01WMAL: do not start decoding if frame does not end in current packetMashiat Sarker Shakkhar
2012-05-01adpcm-thp: fix invalid array indexingMans Rullgard
2012-05-01ppc: add const where needed in scalarproduct_int16_altivec()Mans Rullgard
2012-05-01ppc: remove shift parameter from scalarproduct_int16_altivec()Mans Rullgard
2012-05-01ppc: dsputil: do unaligned block accesses correctlyMans Rullgard
2012-05-01dvenc: do not call dsputil functions with stride not a multiple of 16Mans Rullgard
2012-05-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-30Exposing forced flag for DVD and PGS subtitleshakuya
2012-04-30Added AVClass for AVSubtitleRecthakuya
2012-04-30ffv1: 10l add forgotten avclassMichael Niedermayer
2012-04-30ffv1: add slicecrc optionMichael Niedermayer
2012-04-30EC: fix dest index for non 420 chroma.Michael Niedermayer
2012-04-30avcodec: introduce YCoCg colorspaceHendrik Leppkes
2012-04-30avcodec: cosmetic cleanup on headerLuca Barbato
2012-04-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-29aac sbr: align struct member by 32 byte.Ronald S. Bultje
2012-04-29Simplify camstudio decoding and fix odd 16bit decoding.Carl Eugen Hoyos
2012-04-294xm: fix invalid array indexingMans Rullgard
2012-04-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-28lavc: minor bump for the new fields in AVFrame.Nicolas George
2012-04-28rv34dsp: factorize a multiplication in the noround inverse transformChristophe GISQUET
2012-04-28lavc: add a sample_rate field to AVFrame.Nicolas George
2012-04-28lavc: add a channel_layout field to AVFrame.Nicolas George
2012-04-28rv40: perform bitwise checks in loop filterChristophe Gisquet
2012-04-28rv34: remove inline keyword from rv34_decode_block().Ronald S. Bultje
2012-04-28rv40: change a logical test into a bitwise one.Christophe Gisquet
2012-04-28rv34: remove constant parameterChristophe Gisquet
2012-04-28rv40: don't always do the full prev_type searchChristophe Gisquet
2012-04-28h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger
2012-04-28h264: use one table instead of several for cabac functionsRoland Scheidegger
2012-04-28h264: (trivial) make ff_h264_lps_state staticRoland Scheidegger
2012-04-28h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger
2012-04-28dsputil x86: revert a test back to its previous valueChristophe GISQUET
2012-04-28rv34dsp x86: implement MMX2 inverse transformChristophe Gisquet
2012-04-28h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger
2012-04-28h264: use one table instead of several for cabac functionsRoland Scheidegger
2012-04-28h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger
2012-04-28libschroedingerdec: check mallocJordi Ortiz
2012-04-27lavc: add MicroDVD decoder.Clément Bœsch
2012-04-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-26dsputil: fix invalid array indexingMans Rullgard
2012-04-26ffv1: add examples of supported slices countsMichael Niedermayer
2012-04-26fft-test: add option to set cpuflag maskMans Rullgard
2012-04-26vp8: armv6: fix non-armv6t2 buildMans Rullgard
2012-04-26vp8: armv6 optimisationsMans Rullgard
2012-04-26vp8: arm: separate ARMv6 functions from NEONMans Rullgard
2012-04-26ARM: add some compatibility macrosMans Rullgard
2012-04-25ffv1: remove clear_state(), it has become unusedMichael Niedermayer