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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-03-05configure: Add sanitize_var_name convenience functionDiego Biurrun
2013-03-05configure: Fix silly typo in logging command of check_struct()Diego Biurrun
2013-02-26configure: icc: Drop nonsense adding of cpuflags to LDFLAGSDiego Biurrun
2013-02-25configure: Identify icc compiler with a less ambiguous patternDiego Biurrun
2013-02-25configure: Separate "ln" command line argumentsDiego Biurrun
2013-02-24configure: List external libs used using print_enabled()Mans Rullgard
2013-02-24configure: Move list of external libs to a separate variableMans Rullgard
2013-02-24configure: Move x11grab option to a more suitable place in the help outputDiego Biurrun
2013-02-24configure: Fix vaapi/vda/vdpau dependency declarationsDiego Biurrun
2013-02-24configure: Refactor dxva2api.h dependency declarationsDiego Biurrun
2013-02-23build: Add proper infrastructure for adding and checking host CPPFLAGSDiego Biurrun
2013-02-23configure: Simplify VDPAU header checkDiego Biurrun
2013-02-23configure: Simplify VDA header and extralibs checkDiego Biurrun
2013-02-23configure: Do not redundantly list enabled hwaccel libsMans Rullgard