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