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-03-17pcm: leave sample format conversion to libswresamplePaul B Mahol
2012-03-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-17mpegvideo: don't pretend the first frame is always a key frameWolfram Gloger
2012-03-16h264: K&R formatting cosmeticsDiego Biurrun
2012-03-16s3tc.h: Add missing #include to fix standalone header compilation.Diego Biurrun
2012-03-16sonic: update to new APIMichael Niedermayer
2012-03-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-16huffyuv: some more constsMichael Niedermayer
2012-03-16dsputil: mark source of diff_bytes as const.Michael Niedermayer
2012-03-16dirac: mark some variables const.Michael Niedermayer
2012-03-164xm: make mcdc() src constMichael Niedermayer
2012-03-16mpegvideo: fix constness error in ff_MPV_encode_picture()Michael Niedermayer
2012-03-15dxa: remove useless codePaul B Mahol
2012-03-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-15h264: stricter reference limit enforcement.Ronald S. Bultje
2012-03-15h264: increase reference poc list from 16 to 32.Ronald S. Bultje
2012-03-15xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.Ronald S. Bultje
2012-03-15snow: check reference frame indices.Michael Niedermayer
2012-03-15snow: reject unsupported chroma shifts.Michael Niedermayer
2012-03-15anm: convert to bytestream2 APIPaul B Mahol
2012-03-15bytestream: add more unchecked variants for bytestream2 APIPaul B Mahol
2012-03-14jvdec: unbreak video decodingPaul B Mahol
2012-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-14mmvideo: restore initial y value.Michael Niedermayer
2012-03-14mmvideo: remove unused variableMichael Niedermayer
2012-03-14jpeglsdec: suppress unused var warningMichael Niedermayer
2012-03-14h264: Fix some mixed declarations and code.Michael Niedermayer
2012-03-14eatgq: remove unused ret variable.Michael Niedermayer
2012-03-14eamad: Remove redundant initialization of mv_map.Michael Niedermayer
2012-03-14g729dec: fix scalarproduct_int16 after API changeMichael Niedermayer
2012-03-13h264: Fix invalid interlaced/progressive MB combinations for direct mode pred...Michael Niedermayer
2012-03-13libx264: add 'stats' private option for setting 2pass stats filename.Anton Khirnov
2012-03-13libx264: fix help text for slice-max-size option.Anton Khirnov
2012-03-13iff: do not decode unsupported pbms with ham decoderPeter Ross
2012-03-13dxva2_vc1: pass the overlap flag to the decoderHendrik Leppkes
2012-03-13dxva2_vc1: fix decoding of BI framesHendrik Leppkes
2012-03-13dfa: convert to bytestream2 APIPaul B Mahol
2012-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-13cosmetics: fix some typosLou Logan
2012-03-13vc1dec: Fix vc1 decoding with --disable-optimizations.Michael Niedermayer
2012-03-13anm decoder: move buffer allocation from decode_init() to decode_frame()Peter Ross
2012-03-13h264: improve parsing of broken AVC SPSMichael Niedermayer
2012-03-13pcm-mpeg: convert to bytestream2 APIPaul B Mahol
2012-03-13Revert "h264: clear trailing bits in partially parsed NAL units"Janne Grunau
2012-03-13remove iwmmxt optimizationsJanne Grunau
2012-03-13Move struc FFTContext below SECTION_RODATANico Weber
2012-03-12mimic: do not continue if swap_buf_size is 0Paul B Mahol
2012-03-12mimic: convert to bytestream2 APIPaul B Mahol
2012-03-12frwu: use MKTAG to check marker instead of AV_RL32Paul B Mahol
2012-03-12txd: port to bytestream2 APIPaul B Mahol