summaryrefslogtreecommitdiff
path: root/libavformat/avisynth.c
Commit message (Expand)AuthorAge
* Merge commit '97b052e56807fab6887e9ba210a28a622e6a4b78'Michael Niedermayer2013-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: Support video input from AviSynth 2.5 properly.Stephen Hutchinson2013-08-17
* | avisynth: Exit gracefully when trying to serve video from v2.5.8.Stephen Hutchinson2013-08-07
* | avisynth: CosmeticsStephen Hutchinson2013-08-07
* | replace some deprecated definesPaul B Mahol2013-07-06
* | avisynth: Make sure the filename passed to Avisynth is in the right code pageOka Motofumi2013-06-22
* | avformat/avisynth: Don't insert null frames or samples at the start of a stream.Stephen Hutchinson2013-04-11
* | avformat/avisynth: Cosmeticsd s2013-04-10
* | avformat/avisynth: Fix off-by-one error in avisynth demuxer.d s2013-04-10
* | Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24.Stephen Hutchinson2013-03-31
* | Fix avisynth_context_create constructor error handling.d s2013-03-27
* | AviSynth demuxer rewrite.d s2013-03-21
* | Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da'Michael Niedermayer2013-01-31
|\|
| * avisynth: Change demuxer name to avoid conflicts with AVSDiego Biurrun2013-01-31
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* | Add missing CRLFs to avisynth error messages.Carl Eugen Hoyos2012-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-01
|\|
| * avisynth: Make sure the filename passed to avisynth is in the right code pageOka Motofumi2012-05-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* | avisynth: Fix upside down bugchinshou2011-09-10
* | avisynth: Remove wrong pts calculation.chinshou2011-09-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * 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
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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