| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '97b052e56807fab6887e9ba210a28a622e6a4b78' | Michael Niedermayer | 2013-09-06 | 1 | -0/+1 |
|\ |
|
| * | avisynth: Add missing #include for NULL_IF_CONFIG_SMALL | Diego Biurrun | 2013-09-06 | 1 | -0/+1 |
| * | avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo | Diego Biurrun | 2013-07-29 | 1 | -1/+1 |
| * | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 1 | -13/+13 |
| * | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |
* | | avisynth: Support video input from AviSynth 2.5 properly. | Stephen Hutchinson | 2013-08-17 | 1 | -20/+13 |
* | | avisynth: Exit gracefully when trying to serve video from v2.5.8. | Stephen Hutchinson | 2013-08-07 | 1 | -0/+21 |
* | | avisynth: Cosmetics | Stephen Hutchinson | 2013-08-07 | 1 | -14/+14 |
* | | replace some deprecated defines | Paul B Mahol | 2013-07-06 | 1 | -9/+9 |
* | | avisynth: Make sure the filename passed to Avisynth is in the right code page | Oka Motofumi | 2013-06-22 | 1 | -0/+11 |
* | | avformat/avisynth: Don't insert null frames or samples at the start of a stream. | Stephen Hutchinson | 2013-04-11 | 1 | -4/+4 |
* | | avformat/avisynth: Cosmetics | d s | 2013-04-10 | 1 | -4/+4 |
* | | avformat/avisynth: Fix off-by-one error in avisynth demuxer. | d s | 2013-04-10 | 1 | -4/+6 |
* | | Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24. | Stephen Hutchinson | 2013-03-31 | 1 | -1/+1 |
* | | Fix avisynth_context_create constructor error handling. | d s | 2013-03-27 | 1 | -11/+7 |
* | | AviSynth demuxer rewrite. | d s | 2013-03-21 | 1 | -180/+584 |
* | | Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da' | Michael Niedermayer | 2013-01-31 | 1 | -1/+1 |
|\| |
|
| * | avisynth: Change demuxer name to avoid conflicts with AVS | Diego Biurrun | 2013-01-31 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -2/+5 |
|\| |
|
| * | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -2/+5 |
* | | Add missing CRLFs to avisynth error messages. | Carl Eugen Hoyos | 2012-06-05 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-01 | 1 | -1/+6 |
|\| |
|
| * | avisynth: Make sure the filename passed to avisynth is in the right code page | Oka Motofumi | 2012-05-31 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
|\| |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -1/+2 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
|\| |
|
| * | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -2/+4 |
|\| |
|
| * | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -2/+4 |
* | | avisynth: Fix upside down bug | chinshou | 2011-09-10 | 1 | -0/+8 |
* | | avisynth: Remove wrong pts calculation. | chinshou | 2011-09-10 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -11/+8 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -11/+8 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -2/+2 |
* | Restore mistakenly removed period after "DivX, Inc". | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | set bits_per_coded_sample according to new lavc api | Baptiste Coudurier | 2008-09-09 | 1 | -3/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | add support for some MS DIB formats for avisynth | Steve L'Homme | 2006-10-01 | 1 | -3/+4 |
* | Add missing file from commit r6122 (AVISynth support) | Guillaume Poirier | 2006-08-29 | 1 | -0/+219 |