summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles2011-02-231-1/+4
* vmdaudio: validate block typeJustin Ruggles2011-02-231-0/+4
* vmdaudio: use macros and a local variable for block type.Justin Ruggles2011-02-231-3/+10
* vmdaudio: correct the silent chunk count in the first block.Justin Ruggles2011-02-231-5/+1
* vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles2011-02-232-1/+30
* vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles2011-02-231-22/+1
* vmdaudio: fix raw_block_size calculation.Justin Ruggles2011-02-231-1/+2
* avienc: fix AVI stream index for files with >10 streamslongstone2011-02-232-2/+9
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-2314-34/+55
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-238-40/+51
* Add more AVC Intra FOURCCsBenjamin Larsson2011-02-221-2/+4
* aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-212-9/+12
* Remove old VCSs from version.shAlex Converse2011-02-211-13/+0
* mpegtsenc: use correct PES stream_id for AACTony Strauss2011-02-211-1/+2
* spdifenc.c: fix compile because of missing include avio_internal.h.Ronald S. Bultje2011-02-211-0/+1
* vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard2011-02-211-7/+14
* ppc: fix vc1 inverse transform, unbreak buildMans Rullgard2011-02-211-17/+17
* avio: make put_nbyte internal.Anton Khirnov2011-02-214-3/+9
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-2159-1752/+1787
* targa: prevent integer overflow in bufsize check.Ronald S. Bultje2011-02-211-1/+1
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-214-10/+16
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21107-1778/+1823
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-215-40/+170
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-215-5/+26
* dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje2011-02-212-14/+18
* VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje2011-02-211-35/+13
* lavfi: put color source in a dedicated fileStefano Sabatini2011-02-213-129/+168
* lavfi: add drawutilsStefano Sabatini2011-02-214-105/+182
* Makefile: include deps from tools directoryMans Rullgard2011-02-201-0/+2
* amrnb: use correct size when copying lsf_r arrayMans Rullgard2011-02-201-1/+1
* x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-201-1/+1
* Update version and APIchanges.Ronald S. Bultje2011-02-202-1/+7
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-2014-25/+87
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20140-834/+838
* VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().Ronald S. Bultje2011-02-201-3/+11
* x86: check for AVX supportMans Rullgard2011-02-204-1/+19
* MMS: also discover streams in extended stream properties objectMarton Balint2011-02-191-0/+28
* dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-191-4/+1
* Fix invalid reads in VC1 decoderReimar Döffinger2011-02-191-1/+1
* Fix VP3 edge emulationDavid Conrad2011-02-191-2/+1
* aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee2011-02-191-5/+7
* VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser2011-02-181-14/+6
* targa: fix potential buffer overreadsJean-Daniel Dupas2011-02-181-10/+34
* Fix PPC build.Ronald S. Bultje2011-02-173-6/+27
* VP8: init one less near_mvJason Garrett-Glaser2011-02-171-1/+0
* Force inlining of avutil common routinesJason Garrett-Glaser2011-02-172-18/+18
* VP8: split out declarations to new headerJason Garrett-Glaser2011-02-173-213/+248
* VP8: faster MV clippingJason Garrett-Glaser2011-02-171-10/+19
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-1713-221/+272
* VC1: simplify a calculation in a loop.Ronald S. Bultje2011-02-171-1/+1
OpenPOWER on IntegriCloud