aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avio: add avio_skip macroPeter Ross2011-03-071-0/+6
* h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern2011-03-071-2/+17
* Add Apple HTTP Live Streaming protocol handlerMartin Storsjö2011-03-064-0/+361
* URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö2011-03-062-1/+10
* URLProtocol: Add a flags fieldMartin Storsjö2011-03-061-0/+1
* yadif: add parens around macro parametersMans Rullgard2011-03-051-4/+4
* ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles2011-03-041-4/+7
* ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-042-3/+4
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-0487-391/+392
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-045-15/+14
* avio: add avio_get_str()Reimar Döffinger2011-03-042-0/+31
* avio: fix fourcc if any character is >=0x80.Ronald S. Bultje2011-03-041-1/+4
* vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje2011-03-021-0/+1
* threads: allow thread count of zeroMans Rullgard2011-03-021-2/+5
* vc1: fix decoding when end sequence is presentBaptiste Coudurier2011-03-021-1/+1
* ffmpeg: Use av_pkt_dump_log2Martin Storsjö2011-03-021-1/+2
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-022-11/+31
* aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö2011-03-021-1/+1
* movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-021-6/+17
* 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