summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via AVFrame.Michael Niedermayer2011-02-23
* lavf: postpone removal of deprecated avio functionsAnton Khirnov2011-02-23
* lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-02-23
* avienc: fix AVI stream index for files with >10 streamslongstone2011-02-23
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* Add more AVC Intra FOURCCsBenjamin Larsson2011-02-23
* aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-22
* Remove old VCSs from version.shAlex Converse2011-02-22
* mpegtsenc: use correct PES stream_id for AACTony Strauss2011-02-22
* spdifenc.c: fix compile because of missing include avio_internal.h.Ronald S. Bultje2011-02-22
* vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard2011-02-22
* ppc: fix vc1 inverse transform, unbreak buildMans Rullgard2011-02-22
* avio: make put_nbyte internal.Anton Khirnov2011-02-22
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-22
* targa: prevent integer overflow in bufsize check.Ronald S. Bultje2011-02-22
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-22
* 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