summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29avformat/avisynth: re-add trailing \n.Clément Bœsch1-1/+1
2013-10-28avisynth: Factor out a couple of returnsStephen Hutchinson1-2/+2
2013-10-28avisynth: Simplify a stray av_log messageStephen Hutchinson1-1/+1
2013-10-28avisynth: Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM)Stephen Hutchinson1-2/+2
2013-10-28avisynth: Use AV_* prefixes for video and audio IDsStephen Hutchinson1-6/+6
2013-10-28avisynth: Remove outdated undef blockStephen Hutchinson1-6/+0
2013-10-28avisynth: Remove a couple of useless AviSynthContext castsStephen Hutchinson1-2/+2
2013-10-28avisynth: Don't declare structs anonymouslyStephen Hutchinson1-4/+3
2013-10-28avisynth: Compact AvxSynth's avoidance of 2.6's colorspaces.Stephen Hutchinson1-9/+6
2013-10-28avisynth: CosmeticsStephen Hutchinson1-85/+116
2013-10-28avisynth: Change most of the comments to /* */ from //Stephen Hutchinson1-22/+24
2013-10-28avisynth: Introduce USING_AVISYNTH macroStephen Hutchinson1-4/+5
2013-09-06Merge commit '97b052e56807fab6887e9ba210a28a622e6a4b78'Michael Niedermayer1-0/+1
2013-09-06avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun1-0/+1
2013-08-17avisynth: Support video input from AviSynth 2.5 properly.Stephen Hutchinson2-20/+81
2013-08-07avisynth: Exit gracefully when trying to serve video from v2.5.8.Stephen Hutchinson1-0/+21
2013-08-07avisynth: CosmeticsStephen Hutchinson1-14/+14
2013-07-29avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun3-3/+3
2013-07-25miscellaneous typo fixesDiego Biurrun12-30/+31
2013-07-06replace some deprecated definesPaul B Mahol5-13/+13
2013-06-22avisynth: Make sure the filename passed to Avisynth is in the right code pageOka Motofumi1-0/+11
2013-04-11avformat/avisynth: Don't insert null frames or samples at the start of a stream.Stephen Hutchinson1-4/+4
2013-04-10avformat/avisynth: Cosmeticsd s1-4/+4
2013-04-10avformat/avisynth: Fix off-by-one error in avisynth demuxer.d s1-4/+6
2013-03-31Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24.Stephen Hutchinson1-1/+1
2013-03-27Fix avisynth_context_create constructor error handling.d s1-11/+7
2013-03-21AviSynth demuxer rewrite.d s2-181/+587
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov12-110/+0
2013-01-31Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da'Michael Niedermayer2-4/+5
2013-01-31avisynth: Change demuxer name to avoid conflicts with AVSDiego Biurrun1-1/+1
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer15-32/+81
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov21-125/+160
2012-06-05Add missing CRLFs to avisynth error messages.Carl Eugen Hoyos1-2/+2
2012-06-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-14/+15
2012-05-31avisynth: Make sure the filename passed to avisynth is in the right code pageOka Motofumi1-1/+6
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov129-202/+147
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer146-468/+570
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov139-205/+338
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer75-3644/+1853
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun20-21/+21
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer181-256/+1021
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov35-57/+83
2011-09-10avisynth: Fix upside down bugchinshou1-0/+8
2011-09-10avisynth: Remove wrong pts calculation.chinshou1-1/+0
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov132-1466/+1311
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
[next]