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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-15configure: Use linker hardening flags on mingwAlex Smith
2013-05-13configure: Disable PIC for cygwin just as for win32/mingwMartin Storsjö
2013-05-12configure: x86: Only enable cpunop on i686Diego Biurrun
2013-05-12configure: Rename cmov processor capability to i686Diego Biurrun
2013-05-12configure: Explicitly disable PIC when targeting win32/mingwMartin Storsjö
2013-05-12configure: Use enable_weak when enabling picMartin Storsjö
2013-05-08msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö
2013-05-07configure: add dependencies to lavfi .pc fileAnton Khirnov
2013-05-07configure: make avconv select (a)trim filtersAnton Khirnov
2013-05-05configure: Check for getenvMartin Storsjö
2013-05-04configure: Add basic valgrind-memcheck supportReinhard Tartler
2013-05-03compat: msvc: Make sure the object files are included when linking staticallyMartin Storsjö
2013-05-02configure: Don't do enable_deep_weak on disabled variablesMartin Storsjö
2013-05-02configure: Use a different variable name in push/popvarMartin Storsjö
2013-04-20mjpeg: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20svq1enc: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20svq3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20svq1: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20mimic: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20interplayvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20bink: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20indeo3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20vp56: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20vp3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-20hpeldsp: Add half-pel functions (currently copies of dsputil)Ronald S. Bultje
2013-04-11lavfi: new interlace filterVittorio Giovara
2013-04-11Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-04-05Integrate lcov/gcov into LibavReinhard Tartler
2013-04-03clang: use -fsantize=address and -fsanitize=threadLuca Barbato
2013-04-03configure: Check for the atomic.h functions used in the suncc atomics headerMartin Storsjö
2013-04-03configure: prettify atomics handling.Anton Khirnov
2013-03-27configure: Add error_resilience as dependency to the eatqi decoderMartin Storsjö
2013-03-27configure: fix dependencies of XvMC and old vdpau mpeg2 decodersJanne Grunau
2013-03-26configure: Remove a stray msmpeg4v1 encoder declarationMartin Storsjö
2013-03-26configure: Remove the mpegvideo dependency from svq1Martin Storsjö
2013-03-26h264: Make it possible to compile without error_resilienceRonald S. Bultje
2013-03-26lavc: Move start code finding to utils.cMartin Storsjö
2013-03-21configure: Enable hwaccels without external dependencies by default.Diego Biurrun
2013-03-09avplay: enable only when SDL 1.2 is foundVittorio Giovara
2013-03-08atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö
2013-03-08lavu: add support for atomic operations.Ronald S. Bultje
2013-03-07configure: Add missing videodsp dependencies to some decodersDiego Biurrun
2013-03-07configure: Add missing h264chroma dependencies to vp5, vp6Diego Biurrun
2013-03-07build: Fix error_resilience code dependenciesDiego Biurrun
2013-03-07h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje
2013-03-06cavs: Add a dependency on h264chromaCarl Eugen Hoyos
2013-03-05configure: Use check_builtin() where appropriateDiego Biurrun
2013-03-05configure: Add check_builtin convenience functionDiego Biurrun