| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avisynth simplify packet allocation | Michael Niedermayer | 2014-01-10 | 1 | -24/+14 |
* | avisynth: Use av_packet_from_data instead of av_new_packet | Stephen Hutchinson | 2014-01-08 | 1 | -4/+16 |
* | avisynth: More av_new_packet changes | Anton Khirnov | 2014-01-08 | 1 | -9/+6 |
* | Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b' | Michael Niedermayer | 2013-12-09 | 1 | -1/+1 |
|\ |
|
| * | avformat: AviSynth demuxer rewrite | d s | 2013-12-08 | 1 | -166/+625 |
| * | avisynth: K&R formatting cosmetics | Diego Biurrun | 2013-09-06 | 1 | -145/+150 |
* | | avformat/avisynth: remove duplicate av_new_packet() call | Michael Niedermayer | 2013-12-01 | 1 | -1/+0 |
* | | avisynth: make avs_library statically allocated. | Anton Khirnov | 2013-12-01 | 1 | -33/+26 |
* | | avisynth: Move to av_new_packet/av_free_packet. | Stephen Hutchinson | 2013-12-01 | 1 | -3/+5 |
* | | avformat/avisynth: re-add trailing \n. | Clément Bœsch | 2013-10-29 | 1 | -1/+1 |
* | | avisynth: Factor out a couple of returns | Stephen Hutchinson | 2013-10-28 | 1 | -2/+2 |
* | | avisynth: Simplify a stray av_log message | Stephen Hutchinson | 2013-10-28 | 1 | -1/+1 |
* | | avisynth: Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM) | Stephen Hutchinson | 2013-10-28 | 1 | -2/+2 |
* | | avisynth: Use AV_* prefixes for video and audio IDs | Stephen Hutchinson | 2013-10-28 | 1 | -6/+6 |
* | | avisynth: Remove outdated undef block | Stephen Hutchinson | 2013-10-28 | 1 | -6/+0 |
* | | avisynth: Remove a couple of useless AviSynthContext casts | Stephen Hutchinson | 2013-10-28 | 1 | -2/+2 |
* | | avisynth: Don't declare structs anonymously | Stephen Hutchinson | 2013-10-28 | 1 | -4/+3 |
* | | avisynth: Compact AvxSynth's avoidance of 2.6's colorspaces. | Stephen Hutchinson | 2013-10-28 | 1 | -9/+6 |
* | | avisynth: Cosmetics | Stephen Hutchinson | 2013-10-28 | 1 | -85/+116 |
* | | avisynth: Change most of the comments to /* */ from // | Stephen Hutchinson | 2013-10-28 | 1 | -22/+24 |
* | | avisynth: Introduce USING_AVISYNTH macro | Stephen Hutchinson | 2013-10-28 | 1 | -4/+5 |
* | | 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 |
|\| |
|