summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-22
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-22
* dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje2011-02-22
* VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje2011-02-22
* Makefile: include deps from tools directoryMans Rullgard2011-02-22
* amrnb: use correct size when copying lsf_r arrayMans Rullgard2011-02-22
* x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-22
* Add shadow support to the drawtext filterMichael Niedermayer2011-02-22
* factor draw_glyphs out of drawtext filterMichael Niedermayer2011-02-22
* Fix and optimize yuv blend in the drawtext filterMichael Niedermayer2011-02-22
* get rid of divisions in the inner loop of the drawtext filterMichael Niedermayer2011-02-22
* fix chroma alpha in the drawtext filterMichael Niedermayer2011-02-22
* Simplify chroma blend in the drawtext filterMichael Niedermayer2011-02-22
* Port drawtext filter by Hemanth from the libavfilter soc repo, withStefano Sabatini2011-02-22
* lavfi: add fade filterBrandon Mintern2011-02-21
* lavfi: put color source in a dedicated fileStefano Sabatini2011-02-21
* lavfi: add drawutilsStefano Sabatini2011-02-21
* Update version and APIchanges.Ronald S. Bultje2011-02-20
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().Ronald S. Bultje2011-02-20
* x86: check for AVX supportMans Rullgard2011-02-20
* MMS: also discover streams in extended stream properties objectMarton Balint2011-02-20
* dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-20
* Fix invalid reads in VC1 decoderReimar Döffinger2011-02-20
* Fix VP3 edge emulationDavid Conrad2011-02-20
* aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee2011-02-20
* VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser2011-02-20
* Fix issue2619.Michael Niedermayer2011-02-19
* targa: fix potential buffer overreadsJean-Daniel Dupas2011-02-18
* Fix PPC build.Ronald S. Bultje2011-02-18
* VP8: init one less near_mvJason Garrett-Glaser2011-02-18
* Force inlining of avutil common routinesJason Garrett-Glaser2011-02-18
* VP8: split out declarations to new headerJason Garrett-Glaser2011-02-18
* VP8: faster MV clippingJason Garrett-Glaser2011-02-18
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-18
* VC1: simplify a calculation in a loop.Ronald S. Bultje2011-02-18
* VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-18
* ffserver: Try matching the RTSP url without a trailing slashMartin Storsjö2011-02-18
* Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find_info_tagJanne Grunau2011-02-18
* lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-18
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-18
* mdct: remove unnecessary multiplicationYoung Han Lee2011-02-18
* ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles2011-02-18
* Replace remaining uses of parse_date with av_parse_time.Anton Khirnov2011-02-18
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-18
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-18
* rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö2011-02-18
* ffserver: set the sample aspect ratioNicolas George2011-02-18