summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-012-1/+18
* movenc: fix tkhd height for imxBaptiste Coudurier2011-03-011-1/+1
* avio: deprecate url_fskipAnton Khirnov2011-03-012-7/+3
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-0162-299/+299
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-0190-347/+352
* huffyuv: Add multithreading supportAlexander Strange2011-03-011-4/+29
* pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange2011-03-011-2/+7
* Use --sysroot flag for clangMans Rullgard2011-02-281-5/+1
* ARM: VP8: fix build on systems with global symbol prefixMans Rullgard2011-02-271-1/+1
* ARM: fix vp8 neon with pic enabledMans Rullgard2011-02-271-0/+2
* configure: document FATE_SAMPLES env var in --help textReimar Döffinger2011-02-261-1/+2
* fate: get samples location from env var if not explicitly setMans Rullgard2011-02-261-1/+1
* movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-251-4/+4
* store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-251-2/+1
* reindent after tapt patchMaksym Veremeyenko2011-02-251-5/+5
* use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-251-0/+35
* bink: prevent overflows within binkidct by using int-sized intermediate arrayPeter Ross2011-02-252-7/+7
* bink: decode audio track identifiers into AVStream.idPeter Ross2011-02-251-1/+2
* Bink version 'b' audio decoderPeter Ross2011-02-253-7/+19
* binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross2011-02-251-4/+2
* binkaudio: remove unnecessary loopPeter Ross2011-02-251-5/+2
* binkaudio: perform band table scaling in decode_initPeter Ross2011-02-251-5/+5
* bink: set audio stream codec_tag such that binkaudio decoder can identify bit...Peter Ross2011-02-251-1/+1
* bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard2011-02-251-1/+1
* dxva2: define required feature selection macrosKyle2011-02-251-0/+2
* OS/2: lxlite should use stdoutDave Yeo2011-02-251-1/+1
* avio: deprecate put_tagAnton Khirnov2011-02-252-1/+3
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-258-17/+20
* avienc: replace &tag[0] with tag.Anton Khirnov2011-02-251-7/+7
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-2512-152/+166
* dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-241-20/+49
* vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-232-194/+193
* vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-231-12/+8
* vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-231-3/+5
* vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-231-12/+12
* cosmetics: reindent after previous commitJustin Ruggles2011-02-231-8/+8
* vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-231-14/+9
* cosmetics: remove debugging cruftJustin Ruggles2011-02-231-3/+0
* cosmetics: reindent after previous commitJustin Ruggles2011-02-231-11/+11
* vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-231-9/+10
* 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
OpenPOWER on IntegriCloud