summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-26
* RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov2010-09-26
* Cosmetics: fix style nits.Stefano Sabatini2010-09-26
* Add d suffix to movd target register to make it work with nasm.Reimar Döffinger2010-09-26
* Split and then simplify address generation macro.Reimar Döffinger2010-09-26
* Update rv20 seek test referenceMåns Rullgård2010-09-26
* Fix rv20 encoding so the binary decoder can decode it.Michael Niedermayer2010-09-26
* In yadif filter, use current frame when previous is missing,Baptiste Coudurier2010-09-26
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Create libavfilter/$arch when building outside source treeMåns Rullgård2010-09-25
* Stefanos port was missing DIRS variable in the Makefile for the newly added x86Michael Niedermayer2010-09-25
* Bump lavfi minor and add Changelog notice after yadif addition.Stefano Sabatini2010-09-25
* Fix 0 vs 1 porting bug from mplayer.Michael Niedermayer2010-09-25
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-25
* Support deinterlacing of YUVJ422P in old deinterlacer.Maksym Veremeyenko2010-09-25
* Prefix enum var_name symbols with VAR_, to avoid conflicts with alreadyStefano Sabatini2010-09-25
* Fix memleak introduced in:Stefano Sabatini2010-09-25
* Document udp protocol.Stefano Sabatini2010-09-25
* Slightly clarify expression in for the anullsrc source documentation.Stefano Sabatini2010-09-25
* rawdec: ensure that there is always a valid palette for formats thatReimar Döffinger2010-09-25
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-25
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-25
* Make ffprobe able to set AVFormatContext options.Stefano Sabatini2010-09-25
* Add more missing checks in opt_default(), prevent a crash ifStefano Sabatini2010-09-25
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-25
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
* vorbisenc: remove VLAsMåns Rullgård2010-09-24
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-24
* Add missing NULL checks, fix crash.Stefano Sabatini2010-09-24
* Add an AVOption max_delay for AVFormatContext->max_delayMartin Storsjö2010-09-24
* Add missing existence checks in opt_default().Stefano Sabatini2010-09-24
* indentMichael Niedermayer2010-09-24
* Cosmetic (rename detect_repeats to is_atty which matches the truth)Michael Niedermayer2010-09-24
* Doxy consistency cosmeticsMichael Niedermayer2010-09-24
* Enable AV_LOG_SKIP_REPEATED to maintain previous behavior.Michael Niedermayer2010-09-24
* 2nd try to fix av_log() repeated detectionMichael Niedermayer2010-09-24
* Remove unused variable.Ronald S. Bultje2010-09-24
* Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, thisRonald S. Bultje2010-09-24
* Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in theRonald S. Bultje2010-09-24
* Update docs regarding writing optimizations:Ronald S. Bultje2010-09-24
* Remove unnecessary av_strdup() and av_free().Stefano Sabatini2010-09-24
* Update doc/APIchanges after the last API changes.Stefano Sabatini2010-09-24
* Make ffplay -h show the settable AVOptions.Stefano Sabatini2010-09-24
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-24
* Add frei0r filter.Stefano Sabatini2010-09-24
* Add a G.722 encoderMartin Storsjö2010-09-23
* rawdec: only allocate a full-frame size buffer if it actually willReimar Döffinger2010-09-23
* Correct terminology bug in poll_frame()Michael Niedermayer2010-09-23
* fate: print commands being executed with V=1Måns Rullgård2010-09-23