103 Commits (0a2b768d3ecca32d496da1393406bebcab7680e2)

Author SHA1 Message Date
Stephen Hutchinson a5387f983d avisynth: adapt 239d02eff3 to dlsym 6 years ago
Stephen Hutchinson b1681bad33 libavformat/avisynth: enable additional pix_fmts 6 years ago
wm4 86a13bf2ff lavc, lavf: move avformat static mutex from avcodec to avformat 7 years ago
Diego Biurrun 9265364bec build: Separate avisynth and avxsynth support 8 years ago
Diego Biurrun 239d02eff3 avisynth: Cast to the right type when loading avisynth library functions 8 years ago
Stephen Hutchinson 3cc3463f30 avisynth: Support pix_fmts added to AviSynth+ 8 years ago
Stephen Hutchinson aaae59700f avisynth: Simplify the pix_fmt check for the newer AviSynth API 8 years ago
Marton Balint bcefafa226 avisynth: Fix setting stream timebase 8 years ago
Diego Biurrun 800d91d348 Drop pointless void* casts 8 years ago
Matt Oliver d6f85ec270 avformat/avisynth.c: Use new safe dlopen code. 8 years ago
Stephen Hutchinson bf14393635 avisynth: fix Planar RGB output 8 years ago
Stephen Hutchinson 92916e8542 avisynth: support pix_fmts added to AviSynth+ 8 years ago
Stephen Hutchinson 0ed5c3ce81 avisynth: simplify the pix_fmt check for the newer AviSynth API 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Marton Balint 8009a1f1fd avisynth: fix setting stream timebase 9 years ago
Diego Biurrun 247aa7af7d avisynth: Simplify shared library name construction 10 years ago
Stephen Hutchinson 7a5f444766 avisynth: Bump minimum required version to interface version 6 10 years ago
Stephen Hutchinson a6a45e5a9a avisynth: Fix detection of AviSynth 2.5 10 years ago
Stephen Hutchinson 3723a18310 avisynth: Bump minimum required version to interface version 6 10 years ago
Stephen Hutchinson d858c3a18f avisynth: Fix detection of AviSynth 2.5 10 years ago
Stephen Hutchinson 1492118c9d avisynth: drop support of AviSynth 2.5 10 years ago
Stephen Hutchinson 1188119624 avisynth: update documentation about the avisynth_c.h header 10 years ago
Stephen Hutchinson a8c99205ca avisynth: Fix compilation against current 2.6 header(s). 10 years ago
Martin Storsjö f2ad1495f2 avisynth: Use RTLD_LOCAL instead of RTLD_GLOBAL 10 years ago
Hendrik Leppkes 7c377f0e74 avisynth: set duration of audio streams 11 years ago
Hendrik Leppkes ae8e2d7634 avisynth: set duration of audio streams 11 years ago
Michael Niedermayer c9db8694a8 avisynth: fix setting packet properties 11 years ago
Michael Niedermayer 4cb9c20136 avformat/avisynth simplify packet allocation 11 years ago
Stephen Hutchinson 16ae337bd8 avisynth: Use av_packet_from_data instead of av_new_packet 11 years ago
Anton Khirnov 02dd178d9d avisynth: More av_new_packet changes 11 years ago
d s f0b234ab9e avformat: AviSynth demuxer rewrite 11 years ago
Michael Niedermayer b2c89453dc avformat/avisynth: remove duplicate av_new_packet() call 11 years ago
Anton Khirnov c46ab34d81 avisynth: make avs_library statically allocated. 11 years ago
Stephen Hutchinson 801c186440 avisynth: Move to av_new_packet/av_free_packet. 11 years ago
Clément Bœsch 8d55362fd0 avformat/avisynth: re-add trailing \n. 11 years ago
Stephen Hutchinson f87a2e1272 avisynth: Factor out a couple of returns 11 years ago
Stephen Hutchinson ac9529ceec avisynth: Simplify a stray av_log message 11 years ago
Stephen Hutchinson 7ac67583c3 avisynth: Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM) 11 years ago
Stephen Hutchinson c7f9aab801 avisynth: Use AV_* prefixes for video and audio IDs 11 years ago
Stephen Hutchinson cf31c1d4f8 avisynth: Remove outdated undef block 11 years ago
Stephen Hutchinson df6279e737 avisynth: Remove a couple of useless AviSynthContext casts 11 years ago
Stephen Hutchinson da9852670c avisynth: Don't declare structs anonymously 11 years ago
Stephen Hutchinson d10d60be68 avisynth: Compact AvxSynth's avoidance of 2.6's colorspaces. 11 years ago
Stephen Hutchinson 2c18bfe6af avisynth: Cosmetics 11 years ago
Stephen Hutchinson 1549122d26 avisynth: Change most of the comments to /* */ from // 11 years ago
Stephen Hutchinson bd97ba72dc avisynth: Introduce USING_AVISYNTH macro 11 years ago
Diego Biurrun c16ddcc90b avisynth: K&R formatting cosmetics 11 years ago
Diego Biurrun 97b052e568 avisynth: Add missing #include for NULL_IF_CONFIG_SMALL 11 years ago
Stephen Hutchinson 2c25e83b1d avisynth: Support video input from AviSynth 2.5 properly. 11 years ago