summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bink: set audio stream codec_tag such that binkaudio decoder can identify bit...Peter Ross2011-02-25
* bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard2011-02-25
* dxva2: define required feature selection macrosKyle2011-02-25
* OS/2: lxlite should use stdoutDave Yeo2011-02-25
* avio: deprecate put_tagAnton Khirnov2011-02-25
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-25
* avienc: replace &tag[0] with tag.Anton Khirnov2011-02-25
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-24
* vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-23
* vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-23
* vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-23
* vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-23
* cosmetics: reindent after previous commitJustin Ruggles2011-02-23
* vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-23
* cosmetics: remove debugging cruftJustin Ruggles2011-02-23
* cosmetics: reindent after previous commitJustin Ruggles2011-02-23
* vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-23
* vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles2011-02-23
* vmdaudio: validate block typeJustin Ruggles2011-02-23
* vmdaudio: use macros and a local variable for block type.Justin Ruggles2011-02-23
* vmdaudio: correct the silent chunk count in the first block.Justin Ruggles2011-02-23
* vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles2011-02-23
* vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles2011-02-23
* vmdaudio: fix raw_block_size calculation.Justin Ruggles2011-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-22
* aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-21
* Remove old VCSs from version.shAlex Converse2011-02-21
* mpegtsenc: use correct PES stream_id for AACTony Strauss2011-02-21
* spdifenc.c: fix compile because of missing include avio_internal.h.Ronald S. Bultje2011-02-21
* vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard2011-02-21
* ppc: fix vc1 inverse transform, unbreak buildMans Rullgard2011-02-21
* avio: make put_nbyte internal.Anton Khirnov2011-02-21
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* targa: prevent integer overflow in bufsize check.Ronald S. Bultje2011-02-21
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-21
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-21
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-21
* dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje2011-02-21
* VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje2011-02-21
* lavfi: put color source in a dedicated fileStefano Sabatini2011-02-21
* lavfi: add drawutilsStefano Sabatini2011-02-21
* Makefile: include deps from tools directoryMans Rullgard2011-02-20
* amrnb: use correct size when copying lsf_r arrayMans Rullgard2011-02-20
* x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-20
* Update version and APIchanges.Ronald S. Bultje2011-02-20