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
2011-01-24reindent after last commitKostya
2011-01-24Extend WavPack demuxer and decoder to support >2 channel audioKostya
2011-01-24ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard
2011-01-23MIPS: use inline asm only when supported by compilerMans Rullgard
2011-01-23aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau
2011-01-23Remove redundant checks against MIN_CACHE_BITSMans Rullgard
2011-01-23get_bits: move tracing macros to end of fileMans Rullgard
2011-01-23Sanitise get_bits macros, part 2Mans Rullgard
2011-01-23Sanitise get_bits macros, part 1Mans Rullgard
2011-01-23Remove "libmpeg2" bitstream readerMans Rullgard
2011-01-22ac3enc: use dsputil functions in apply_window()Justin Ruggles
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-22Reindent.Ronald S. Bultje
2011-01-22Fix crash on resolution change (issue 2393).Ronald S. Bultje
2011-01-22Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard
2011-01-22Remove H.264 encoder fragmentsAlex Converse
2011-01-22aacenc: mark SBR absentAlex Converse
2011-01-2210l: reverse the biquad coefficients.Justin Ruggles
2011-01-22libfaac: add recognized profiles arrayAnssi Hannula
2011-01-22Move ID3v1 skip from decoder to demuxerClément Bœsch
2011-01-22dca: add profile namesAnssi Hannula
2011-01-22iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles
2011-01-22dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula
2011-01-21cosmetics related to LPC changes.Justin Ruggles
2011-01-21Separate window function from autocorrelation.Justin Ruggles
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-21dca: pretty-print some tablesMans Rullgard
2011-01-21iir: change filter type if/else to a switch.Justin Ruggles
2011-01-21Add biquad high-pass and low-pass IIR filters.Justin Ruggles
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-21Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje
2011-01-20Split out Butterworth filter coeff init to a separate function.Justin Ruggles
2011-01-20cosmetics: vertical alignment and line wrapJustin Ruggles
2011-01-20Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles
2011-01-20cosmetics: wrap long lineJustin Ruggles
2011-01-20Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles
2011-01-20Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.Ronald S. Bultje
2011-01-19Fix use of sstep/dstep in ff_iir_filter().Justin Ruggles
2011-01-18a64enc: make PixelFormat arrays constMans Rullgard
2011-01-18Replace ASMALIGN() with .p2alignMans Rullgard
2011-01-18x86: remove VLA in ac3_downmix_sseMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-18cosmetics: reindentJustin Ruggles
2011-01-18Add check for changing number of channels in DCA.Daniel Kang
2011-01-18update av_log_missing_feature() to gitJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-17VP3: remove an unnecessary static variableAlexander Strange
2011-01-17Allocate last picture for 4xm pfrm if its not allocated.Michael Niedermayer
2011-01-16support decoding of files that contain the numberSascha Sommer
2011-01-16Values >4 for lowres corrupt output.Carl Eugen Hoyos