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
2016-12-20avcodec/magicyuv: add 10 bit supportPaul B Mahol
2016-12-13configure: add -fPIE instead of -pie to C flags for ThreadSanitizerWan-Teh Chang
2016-12-10configure: fail if autodetect-libraries are requested but not foundAndreas Cadhalpun
2016-12-10configure: enable autodetected libraries after option parsingAndreas Cadhalpun
2016-12-10configure: enable sdl if sdl2 is enabledAndreas Cadhalpun
2016-12-10configure: Require bit_depth field for VAAPI VP9 decode hwaccelMark Thompson
2016-12-05configure: check for strtoull on msvcJames Almer
2016-12-03configure: Fix standalone compilation of the rtp muxer.Carl Eugen Hoyos
2016-12-02Add a compat dummy stdatomic.h used when threading is disabledAnton Khirnov
2016-12-02Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov
2016-12-02Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov
2016-12-02Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov
2016-12-02Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov
2016-11-27lavfi/f_ebur128: relicense to LGPLClément Bœsch
2016-11-27configure: check for stdatomic.hAnton Khirnov
2016-11-24cuda: check for cuda.h when enabledJames Almer
2016-11-23avfilter/vf_zscale: add support for some recent new additionsPaul B Mahol
2016-11-22configure: cuda is no longer nonfree, enable and autodetect by defaultTimo Rothenpieler
2016-11-22avcodec/nvenc: use dynamically loaded CUDATimo Rothenpieler
2016-11-22avutil/hwcontext_cuda: use dynamically loaded CUDATimo Rothenpieler
2016-11-16configure: properly add dxva2 link dependenciesHendrik Leppkes
2016-11-14Merge commit '8c929037ec75fbe9f367e0a31ee34839e92de481'Hendrik Leppkes
2016-11-13configure: use check_lib2 for cuda and cuvidHendrik Leppkes
2016-11-11lavfi/loudnorm: add an internal libebur128 libraryMarton Balint
2016-11-05avformat/avisynth.c: Use new safe dlopen code.Matt Oliver
2016-10-31configure: add '-uninstalled' to uninstalled .pc filesReynaldo H. Verdejo Pinochet
2016-10-31avcodec/cuvid: Don't claim to decode h.263 (it doesn't)Philip Langdale
2016-10-29configure: add missing fork() dependency to http_multiclient exampleJames Almer
2016-10-29configure: make sure LTO does not optimize out the test functionsAndreas Cadhalpun
2016-10-26configure: remove missing incompatible_libav_abi referencesJames Almer
2016-10-26configure: Remove --enable-incompatible-libav-abi from the help outputMichael Niedermayer
2016-10-21openssl: Support version 1.1.0.Matt Oliver
2016-10-19lavc: add mpeg4 mediacodec decoderMatthieu Bouron
2016-10-19lavc: add vp8/vp9 mediacodec decodersMatthieu Bouron
2016-10-14configure: Enable pie for toolchain=hardened.Carl Eugen Hoyos
2016-10-13configure: fix detection of libopenjpegAndreas Cadhalpun
2016-10-12configure: Use LDEXEFLAGS in check_ld().Carl Eugen Hoyos
2016-10-10configure: loongson disable mipsfpu and mipsdsp optimizationsZhou Xiaoyong
2016-10-06configure: Also try -mstack-alignment for clang,Carl Eugen Hoyos
2016-10-04configure: add linker export script support on DarwinRodger Combs
2016-10-02configure: define posix source on cygwinTimo Rothenpieler
2016-10-01lavc: remove libfaac wrapperJosh de Kock
2016-10-01avcodec: add missing xmm/neon clobber test wrappers for the new encode APIJames Almer
2016-09-30doc/examples: build http_multiclient exampleClément Bœsch
2016-09-30build: remove references to inexistant avcodec exampleClément Bœsch
2016-09-30build: fix avio_dir_cmd and avio_reading example dependenciesClément Bœsch
2016-09-30build: sort EXAMPLE_LISTClément Bœsch
2016-09-25lavd/sdl2: add sdl aliasJosh de Kock
2016-09-24lavd: drop SDL1 device and SDL1 supportJosh de Kock
2016-09-24ffplay: add SDL2 supportMarton Balint