summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-235-6/+27
* cosmetics related to LPC changes.Justin Ruggles2011-01-232-8/+10
* Separate window function from autocorrelation.Justin Ruggles2011-01-236-39/+99
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-2312-43/+63
* lavf: move the version macros to a new headerAnton Khirnov2011-01-234-64/+94
* Fix out of source tree builds of libmpcodecs.Michael Niedermayer2011-01-231-0/+2
* id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov2011-01-212-4/+11
* Make demuxers auto-select parsers they needMans Rullgard2011-01-211-4/+4
* Makefile: simplify setting of some variablesMans Rullgard2011-01-211-10/+10
* Split mp3 demuxer and muxer into separate files.Anton Khirnov2011-01-213-180/+198
* dca: pretty-print some tablesMans Rullgard2011-01-211-6144/+6144
* iir: change filter type if/else to a switch.Justin Ruggles2011-01-211-12/+13
* Add biquad high-pass and low-pass IIR filters.Justin Ruggles2011-01-212-0/+51
* Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje2011-01-212-0/+4
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-2110-42/+99
* Split out Butterworth filter coeff init to a separate function.Justin Ruggles2011-01-211-18/+46
* cosmetics: vertical alignment and line wrapJustin Ruggles2011-01-213-8/+9
* Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles2011-01-213-6/+17
* Make PNG test depend on PNG codecMans Rullgard2011-01-211-0/+1
* cosmetics: wrap long lineJustin Ruggles2011-01-211-1/+3
* Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles2011-01-212-39/+80
* mpegtsenc: prefer metadata keyed with "service_name"Janne Grunau2011-01-211-2/+2
* Set service_provider and service_name in mpegts demuxerGeorgi Chorbadzhiyski2011-01-211-2/+2
* id3v2: don't overwrite existing tagsAnton Khirnov2011-01-211-1/+1
* id3v2: convert metadata after all the tags were readAnton Khirnov2011-01-211-2/+2
* id3v2: make ff_id3v2_parse staticAnton Khirnov2011-01-212-34/+28
* libavcodec minor version is > 99 so fix the formatingGeorgi Chorbadzhiyski2011-01-211-1/+1
* Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-212-3/+9
* Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.Ronald S. Bultje2011-01-211-22/+10
* Fix use of sstep/dstep in ff_iir_filter().Justin Ruggles2011-01-211-1/+1
* Add regression test for stereo s16le in voc.Justin Ruggles2011-01-212-1/+8
* configure: fix mktemp test and fallback functionMans Rullgard2011-01-211-2/+2
* Add GPL dependancy for libmpcodecsMichael Niedermayer2011-01-211-0/+1
* Warn about vf_mpMichael Niedermayer2011-01-201-0/+5
* Enable libmpcodecs support.Michael Niedermayer2011-01-202-0/+66
* Add ASMALIGN() hack to patch around its recent removial from configureMichael Niedermayer2011-01-201-0/+2
* Add libmpcodecs wrapper for libavfilter, still disabledMichael Niedermayer2011-01-201-0/+913
* Hack libmpcodecs to make it buildable.Michael Niedermayer2011-01-204-7/+17
* Remove dependancy of m_option & m_struct from libmpcodecs.Michael Niedermayer2011-01-203-71/+24
* Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.cMichael Niedermayer2011-01-201-1/+1
* Add #define _BSD_SOURCE where mplayer is not C99.Michael Niedermayer2011-01-203-0/+3
* Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it.Michael Niedermayer2011-01-2075-0/+24149
* Revert "Update git-howto with ffmpeg.org URLs"Michael Niedermayer2011-01-191-4/+4
* Revert "Initial MAINTAINERS update"Michael Niedermayer2011-01-191-0/+7
* ARM: improve VFP ABI checkMans Rullgard2011-01-181-1/+9
* armcc: suppress warning about hardfp compatibilityMans Rullgard2011-01-181-0/+1
* armcc: suppress 'assignment in condition' warningMans Rullgard2011-01-181-0/+1
* fate: simplify vp8 rulesMans Rullgard2011-01-181-10/+7
* a64enc: make PixelFormat arrays constMans Rullgard2011-01-181-2/+2
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-1814-78/+77