summaryrefslogtreecommitdiff
path: root/libavformat/avisynth.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avisynth: Simplify shared library name constructionDiego Biurrun2015-04-15
* avisynth: Bump minimum required version to interface version 6Stephen Hutchinson2015-04-14
* avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson2015-04-14
* avisynth: update documentation about the avisynth_c.h headerStephen Hutchinson2015-03-24
* avisynth: Fix compilation against current 2.6 header(s).Stephen Hutchinson2015-03-24
* avisynth: Use RTLD_LOCAL instead of RTLD_GLOBALMartin Storsjö2015-01-03
* avisynth: set duration of audio streamsHendrik Leppkes2014-05-16
* avisynth: fix setting packet propertiesMichael Niedermayer2014-01-17
* avformat: AviSynth demuxer rewrited s2013-12-08
* avisynth: K&R formatting cosmeticsDiego Biurrun2013-09-06
* avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun2013-09-06
* avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun2013-07-29
* miscellaneous typo fixesDiego Biurrun2013-07-25
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* avisynth: Change demuxer name to avoid conflicts with AVSDiego Biurrun2013-01-31
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* avisynth: Make sure the filename passed to avisynth is in the right code pageOka Motofumi2012-05-31
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Restore mistakenly removed period after "DivX, Inc".Diego Biurrun2009-01-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-09
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* add support for some MS DIB formats for avisynthSteve L'Homme2006-10-01
* Add missing file from commit r6122 (AVISynth support)Guillaume Poirier2006-08-29