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
2020-07-01configure: bump yearGyan Doshi
2019-03-21configure: use vpx_codec_vp8_dx/cx for libvpx-vp8 checkingGuo, Yejun
2019-03-21configure: add missing pthreads extralibs dependency for libvpx-vp9Guo, Yejun
2019-03-21configure: bump yearJames Almer
2018-10-09configure: <fflib>_deps: validate, reduce sensitivityAvi Halachmi (:avih)
2018-10-09configure: speed up check_deps()Avi Halachmi (:avih)
2018-10-09configure: speed up print_enabled_components()Avi Halachmi (:avih)
2018-10-09configure: speed up flatten_extralibs_wrapper()Avi Halachmi (:avih)
2018-06-13configure: The eac3_core bitstream filter needs the ac3 parser.Carl Eugen Hoyos
2018-06-06configure: fix arm inline asm checksJohn Cox
2018-05-13configure: fix configure check for lilv-0Niklas Haas
2018-04-19configure: fix clang-cl check in the MSVC sectionHendrik Leppkes
2018-04-16configure: add nvcc to CMDLINE_SETTimo Rothenpieler
2018-04-16configure: extend the check for bcryptJames Almer
2018-04-15configure: fix clang-cl detectionAlexander Bilyak
2018-04-15avutil/random_seed: use bcrypt instead of the old wincrypt APISteve Lhomme
2018-04-13configure: make the C11 atomics check more robustMichael Niedermayer
2018-04-13configure: disable direct stripping in OpenBSDJames Almer
2018-04-12configure: Disable direct stripping for AIX.Carl Eugen Hoyos
2018-04-11configure: check for INIT_ONCE before enabling w32threadsJames Almer
2018-04-11configure: check that the required header for Linux Perf is availableJames Almer
2018-04-01configure: fix buildMichael Niedermayer
2018-04-01lavd: remove linked listsJosh de Kock
2018-04-01Revert "lavd: add new API for iterating input and output devices"Josh de Kock
2018-04-01lavfi: add new iteration APIJosh de Kock
2018-03-31arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supportedMartin Storsjö
2018-03-30Merge commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57'James Almer
2018-03-30Merge commit '434b44cd6fb4bb9a2bf2bb29ef55ce1a315314b8'James Almer
2018-03-30Merge commit '8c7554e6a9b126bd6ee5bf80dae9e11e056db2f1'James Almer
2018-03-30Merge commit '17ee5b0c13bc17465b71bc9ca1cde9f0eed8b3ff'James Almer
2018-03-30Merge commit 'b9ea301e02472d0982b0fa0f80294bd95885bde8'James Almer
2018-03-30Merge commit '5292e97c42b05db7ad4e51c1ea756b12fdf721ff'James Almer
2018-03-30Merge commit 'ea2f72a2c14c67a3b35dac6426d1e3c0fae33fd5'James Almer
2018-03-30Merge commit '847190ebd99ffd57dc89bd568a33bf2d5c424129'James Almer
2018-03-29Merge commit '43778a501f1bfbceeddc8eaeea2ea2b3506beeda'James Almer
2018-03-29Merge commit 'c438899a706422b8362a13714580e988be4d638b'James Almer
2018-03-28Merge commit 'dd7e63af93b2430b5d42b87a966160c66736342c'James Almer
2018-03-28Merge commit '31a53ab34e22fe1eec902f79ec1f19ab828a7a0c'James Almer
2018-03-28Merge commit '18dc1ff0fb4572b1d50a44905aa1e76bc3bbb0ad'James Almer
2018-03-28Merge commit '9c37d765ef28b027414f86b0088b0c282a3c46d8'James Almer
2018-03-28Add Haivision SRT protocolSven Dueking
2018-03-27configure: Drop unused helper function test_cflags_cpp()Diego Biurrun
2018-03-27libavfilter: Add OpenCL convolution filterDanil Iashchenko
2018-03-26configure: Simplify vararg checkDiego Biurrun
2018-03-26configure: Add check_x86asm() helper function to simplify some expressionsDiego Biurrun
2018-03-26configure: Use indirection for the -o assembler flag also for x86asmDiego Biurrun
2018-03-26configure: Use a more sensible suffix for x86 assembly tempfilesDiego Biurrun
2018-03-26configure: Document available options for the --toolchain parameterDiego Biurrun
2018-03-23hwcontext_opencl: Add support for mapping DRM objects to BeignetMark Thompson
2018-03-23lavfi: Add OpenCL avgblur filterdrfer3