Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-17Disable native opus decoder until the swresample/avresample situation is ↵Hendrik Leppkes
worked out. Opus decoding is still supported through libopus, of course.
2014-05-12Update ffmpeg and switch to w32threadsHendrik Leppkes
2014-05-04Remove obsolete dxva2api headerHendrik Leppkes
Any supported build environment includes a more recent dxva2api.h, and this header was never used anymore.
2014-02-26Enable support for "demuxing" AviSynth scriptsHendrik Leppkes
2014-02-01Build FFmpeg as LGPLHendrik Leppkes
Since YADIF is now LGPL, nothing requires GPL anymore.
2013-11-29Update ffmpegHendrik Leppkes
Also re-enable --disable-doc, which was broken for a while.
2013-11-25Update ffmpegHendrik Leppkes
2013-11-04Pretify ffmpeg build optionsHendrik Leppkes
2013-10-20Disable building ffmpeg documentationHendrik Leppkes
The documentation is never used, so make the build slightly faster.
2013-09-03Accept x86 as a valid argument to the build scriptsHendrik Leppkes
2013-09-02Add a "quick" option to the build scripts to avoid a full rebuildHendrik Leppkes
2013-07-08Remove nxcompat/dynamicbase LDFLAGSHendrik Leppkes
They are set by ffmpeg configure automatically now.
2013-07-07Enable "pipe" protocol when building ffmpegHendrik Leppkes
2013-06-24Favor pthreads over w32threads for improved udp protocol supportHendrik Leppkes
2013-06-24Use strip without prefix when building 32-bitHendrik Leppkes
Allows building with a "limited" toolchain
2013-05-21strip ffmpeg libsHendrik Leppkes
2013-05-11Bring PE flags inline with the MSVC flags on the other dllsHendrik Leppkes
2013-05-11Set appropriate PE flagsHendrik Leppkes
2013-02-28Update ffmpeg build scripts for dxva2 configure changesHendrik Leppkes
2012-12-09Update ffmpegHendrik Leppkes
2012-11-30Define _WIN32_WINNT and WINVER to 0x0502 to specify XP SP2 as the minimal ↵Hendrik Leppkes
supported OS.
2012-10-31Output build type when building ffmpegHendrik Leppkes
2012-10-13Rewrite ffmpeg build scriptsHendrik Leppkes