summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix several security issues in flicvideo.cMichael Niedermayer2010-09-27
* mpegtsenc: IndentTomas Härdin2010-09-27
* mpegtsenc: Write subtitle extradata if setTomas Härdin2010-09-27
* Simplify include, since opt.c is now in libavutil there is no needStefano Sabatini2010-09-27
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-09-27
* Improve error concealment of lost framesJason Garrett-Glaser2010-09-27
* Make avfilter_destroy() code less convoluted, introducing a temporaryStefano Sabatini2010-09-27
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-27
* yadif: remove unnecessary #includeMåns Rullgård2010-09-26
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-26
* configure: detect nasm vs yasm and set flags correspondinglyMåns Rullgård2010-09-26
* ARM: change return type of AV_RN16() to unsignedMåns Rullgård2010-09-26
* fix typos and grammarRamiro Polla2010-09-26
* Make the avoptions list of sws more complete.Michael Niedermayer2010-09-26
* Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer2010-09-26
* swscale: use full chroma input for point scalerRamiro Polla2010-09-26
* Bump minor version for the addition of the G.722 encoderMartin Storsjö2010-09-26
* 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