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