aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: Use av_pkt_dump_log2Martin Storsjö2011-03-031-1/+2
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-032-11/+31
* aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö2011-03-031-1/+1
* movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-031-6/+17
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-032-1/+18
* movenc: fix tkhd height for imxBaptiste Coudurier2011-03-031-1/+1
* avio: deprecate url_fskipAnton Khirnov2011-03-032-7/+3
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-0362-299/+299
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-0390-347/+352
* huffyuv: Add multithreading supportAlexander Strange2011-03-031-4/+29
* pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange2011-03-031-2/+7
* Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV.aviMichael Niedermayer2011-03-031-0/+10
* Attribute used is correctly supported by the Intel C compiler since version 1...Carl Eugen Hoyos2011-03-031-1/+1
* Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos2011-03-023-7/+7
* Use --sysroot flag for clangMans Rullgard2011-03-011-5/+1
* In mov muxer, fix adpcm mono muxing, patch by Alex ConverseBaptiste Coudurier2011-02-271-0/+1
* In mpegts demuxer, do not output known sized packet if an unbounded packetBaptiste Coudurier2011-02-271-1/+1
* ARM: VP8: fix build on systems with global symbol prefixMans Rullgard2011-02-281-1/+1
* ARM: fix vp8 neon with pic enabledMans Rullgard2011-02-281-0/+2
* configure: document FATE_SAMPLES env var in --help textReimar Döffinger2011-02-281-1/+2
* fate: get samples location from env var if not explicitly setMans Rullgard2011-02-281-1/+1
* movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-261-4/+4
* store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-261-2/+1
* reindent after tapt patchMaksym Veremeyenko2011-02-261-5/+5
* use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-261-0/+35
* bink: prevent overflows within binkidct by using int-sized intermediate arrayPeter Ross2011-02-262-7/+7
* bink: decode audio track identifiers into AVStream.idPeter Ross2011-02-261-1/+2
* Bink version 'b' audio decoderPeter Ross2011-02-263-7/+19
* binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross2011-02-261-4/+2
* binkaudio: remove unnecessary loopPeter Ross2011-02-261-5/+2
* binkaudio: perform band table scaling in decode_initPeter Ross2011-02-261-5/+5
* bink: set audio stream codec_tag such that binkaudio decoder can identify bit...Peter Ross2011-02-261-1/+1
* bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard2011-02-261-1/+1
* dxva2: define required feature selection macrosKyle2011-02-261-0/+2
* OS/2: lxlite should use stdoutDave Yeo2011-02-261-1/+1
* avio: deprecate put_tagAnton Khirnov2011-02-262-1/+3
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-268-17/+20
* avienc: replace &tag[0] with tag.Anton Khirnov2011-02-261-7/+7
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-2612-152/+166
* dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-261-20/+49
* vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-262-194/+193
* vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-261-12/+8
* vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-261-3/+5
* vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-261-12/+12
* cosmetics: reindent after previous commitJustin Ruggles2011-02-261-8/+8
* vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-261-14/+9
* cosmetics: remove debugging cruftJustin Ruggles2011-02-261-3/+0
* cosmetics: reindent after previous commitJustin Ruggles2011-02-261-11/+11
* vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-261-9/+10
* vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles2011-02-261-1/+4