]> git.sesse.net Git - ffmpeg/history - libavformat/avisynth.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / avisynth.c
2016-12-06 Diego Biurrunbuild: Separate avisynth and avxsynth support
2016-11-29 Diego Biurrunavisynth: Cast to the right type when loading avisynth...
2016-11-17 Stephen Hutchinsonavisynth: Support pix_fmts added to AviSynth+
2016-11-17 Stephen Hutchinsonavisynth: Simplify the pix_fmt check for the newer...
2016-11-17 Marton Balintavisynth: Fix setting stream timebase
2016-11-13 Diego BiurrunDrop pointless void* casts
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-04-15 Diego Biurrunavisynth: Simplify shared library name construction
2015-04-14 Stephen Hutchinsonavisynth: Bump minimum required version to interface...
2015-04-14 Stephen Hutchinsonavisynth: Fix detection of AviSynth 2.5
2015-03-24 Stephen Hutchinsonavisynth: update documentation about the avisynth_c...
2015-03-24 Stephen Hutchinsonavisynth: Fix compilation against current 2.6 header(s).
2015-01-03 Martin Storsjöavisynth: Use RTLD_LOCAL instead of RTLD_GLOBAL
2014-05-16 Hendrik Leppkesavisynth: set duration of audio streams
2014-01-17 Michael Niedermayeravisynth: fix setting packet properties
2013-12-08 d savformat: AviSynth demuxer rewrite
2013-09-06 Diego Biurrunavisynth: K&R formatting cosmetics
2013-09-06 Diego Biurrunavisynth: Add missing #include for NULL_IF_CONFIG_SMALL
2013-07-29 Diego Biurrunavisynth: Fix a "AVISynth" vs. "AviSynth" struct name...
2013-07-25 Diego Biurrunmiscellaneous typo fixes
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2013-01-31 Diego Biurrunavisynth: Change demuxer name to avoid conflicts with AVS
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-05-31 Oka Motofumiavisynth: Make sure the filename passed to avisynth...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-02 Diego BiurrunRemove some stray unnecessary ffmpeg references.
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-01-19 Diego BiurrunRestore mistakenly removed period after "DivX, Inc".
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-09-09 Baptiste Coudurierset bits_per_coded_sample according to new lavc api
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Steve L'Hommeadd support for some MS DIB formats for avisynth
2006-08-29 Guillaume PoirierAdd missing file from commit r6122 (AVISynth support)