summaryrefslogtreecommitdiff
path: root/libavformat/avisynth.c
Commit message (Expand)AuthorAge
* avisynth: set duration of audio streamsHendrik Leppkes2014-05-05
* avformat/avisynth simplify packet allocationMichael Niedermayer2014-01-10
* avisynth: Use av_packet_from_data instead of av_new_packetStephen Hutchinson2014-01-08
* avisynth: More av_new_packet changesAnton Khirnov2014-01-08
* Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b'Michael Niedermayer2013-12-09
|\
| * avformat: AviSynth demuxer rewrited s2013-12-08
| * avisynth: K&R formatting cosmeticsDiego Biurrun2013-09-06
* | avformat/avisynth: remove duplicate av_new_packet() callMichael Niedermayer2013-12-01
* | avisynth: make avs_library statically allocated.Anton Khirnov2013-12-01
* | avisynth: Move to av_new_packet/av_free_packet.Stephen Hutchinson2013-12-01
* | avformat/avisynth: re-add trailing \n.Clément Bœsch2013-10-29
* | avisynth: Factor out a couple of returnsStephen Hutchinson2013-10-28
* | avisynth: Simplify a stray av_log messageStephen Hutchinson2013-10-28
* | avisynth: Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM)Stephen Hutchinson2013-10-28
* | avisynth: Use AV_* prefixes for video and audio IDsStephen Hutchinson2013-10-28
* | avisynth: Remove outdated undef blockStephen Hutchinson2013-10-28
* | avisynth: Remove a couple of useless AviSynthContext castsStephen Hutchinson2013-10-28
* | avisynth: Don't declare structs anonymouslyStephen Hutchinson2013-10-28
* | avisynth: Compact AvxSynth's avoidance of 2.6's colorspaces.Stephen Hutchinson2013-10-28
* | avisynth: CosmeticsStephen Hutchinson2013-10-28
* | avisynth: Change most of the comments to /* */ from //Stephen Hutchinson2013-10-28
* | avisynth: Introduce USING_AVISYNTH macroStephen Hutchinson2013-10-28
* | 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