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-07-30h264_ps: declare array of colorspace strings on its own line.Ronald S. Bultje
2012-07-30eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard
2012-07-30eamad: remove use of MpegEncContextMans Rullgard
2012-07-30mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard
2012-07-28h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje
2012-07-28fft: rename "z" to "zc" to prevent name collision.Ronald S. Bultje
2012-07-28vc1dec: Override invalid macroblock quantizerMichael Niedermayer
2012-07-28vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer
2012-07-28vc1dec: check that coded slice positions and interlacing match.Michael Niedermayer
2012-07-28vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return valueMichael Niedermayer
2012-07-28vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje
2012-07-28h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje
2012-07-28h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje
2012-07-28vp3: port x86 SIMD to cpuflags.Ronald S. Bultje
2012-07-28rv34: port x86 SIMD to cpuflags.Ronald S. Bultje
2012-07-28vp56: only compile MMX SIMD on x86-32.Ronald S. Bultje
2012-07-28vp56: port x86 simd to cpuflags.Ronald S. Bultje
2012-07-27proresdsp: port x86 assembly to cpuflags.Ronald S. Bultje
2012-07-27alac: check for truncated packetsJustin Ruggles
2012-07-27alac: reverse lpc coeff order, simplify filterJustin Ruggles
2012-07-27tscc2: fix typo in array indexKostya Shishkov
2012-07-27build: Rename aandct component to more descriptive aandcttablesDiego Biurrun
2012-07-27mpegaudio: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-27x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje
2012-07-26libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw
2012-07-26Fix typo in v410 decoder.Carl Eugen Hoyos
2012-07-25vp8: Replace x*155/100 by x*101581>>16.Ronald S. Bultje
2012-07-25vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje
2012-07-25x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-25dsputil_mmx: fix incorrect assembly codeYang Wang
2012-07-25libfdk-aacenc: add LATM/LOAS encapsulation supportKieran Kunhya
2012-07-24aac: Mention abbreviation as well in long_nameDiego Biurrun
2012-07-23v410dec: Implement explode mode supportDerek Buitenhuis
2012-07-23zerocodec: fix direct rendering.Reimar Döffinger
2012-07-23wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bitHendrik Leppkes
2012-07-23h264: refactor NAL decode loopRonald S. Bultje
2012-07-23dsputil: ppc: cosmetics: pretty-printJustin Ruggles
2012-07-23dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
2012-07-22Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer
2012-07-22Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer
2012-07-22libopenjpeg: K&R formatting cosmeticsLuca Barbato
2012-07-22ac3: don't use different names for option tables in the template file.Ronald S. Bultje
2012-07-22adpcm: don't duplicate identical AVSampleFmt array for each encoder.Ronald S. Bultje
2012-07-20libopenjpeg: introduce lowres and lowqual private optionsLuca Barbato
2012-07-20alac: fix channel pointer assignment for 24 and 32-bitJustin Ruggles
2012-07-19alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles
2012-07-19alac: calculate buffer size outside the loop in allocate_buffers()Justin Ruggles
2012-07-19alac: change some data types to plain intJustin Ruggles
2012-07-19alac: cosmetics: rename some variables and function namesJustin Ruggles