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-21avutil: Added selftest for libavutil/audio_fifo.cThomas Turner
2016-12-20avutil: Improved test coverage for avstring.cThomas Turner
2016-12-16avutil/imgutils: Clarify doxy for av_image_check_size2()Michael Niedermayer
2016-12-14Add missing #includes for standalone spherical-information-related headersDiego Biurrun
2016-12-13avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang
2016-12-13avutil/tests/imgutils: Remove unused variableMichael Niedermayer
2016-12-13opt: reject denominator zero as out of rangeAndreas Cadhalpun
2016-12-11avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADSWan-Teh Chang
2016-12-11avutil/cpu_init: remove unnecessary arguments to the main() functionWan-Teh Chang
2016-12-11avutil: Add av_image_check_size2()Michael Niedermayer
2016-12-11fate: add av_image_check_size() testMichael Niedermayer
2016-12-07lavu: Add AVSphericalMapping type and frame side dataVittorio Giovara
2016-11-30avutil/hwcontext_cuda: check for missing pixel formatTimo Rothenpieler
2016-11-25softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun
2016-11-24avutil/tests: add cpu_init to .gitignore and tests/fateWan-Teh Chang
2016-11-24cuda: check for cuda.h when enabledJames Almer
2016-11-24avutil/tests: Add cpu_init.c to check whether the one-time initialization in ...Wan-Teh Chang
2016-11-24avutil/cpu: remove the |checked| static variableWan-Teh Chang
2016-11-23avutil/opt: Add AV_OPT_TYPE_UINT64Michael Niedermayer
2016-11-22libavutil/hwcontext_cuda: Support P010 and P016 formatsPhilip Langdale
2016-11-22avutil: add P016 pixel formatPhilip Langdale
2016-11-22avutil/hwcontext_cuda: use dynamically loaded CUDATimo Rothenpieler
2016-11-21avutil/opt: Fix setting int64 to its maximumMichael Niedermayer
2016-11-16avutil/frame: fix indention after last commitMichael Niedermayer
2016-11-16avutil/frame: Copy size=0 side data in ff_init_buffer_info()Michael Niedermayer
2016-11-15aarch64: Add an offset parameter to the movrel macroMartin Storsjö
2016-11-15arm: Clear the gp register alias at the end of functionsMartin Storsjö
2016-11-15softfloat: handle -INT_MAX correctlyAndreas Cadhalpun
2016-11-14Merge commit 'd20c118975220a0256027d1c2410bade94b8534d'Hendrik Leppkes
2016-11-14Merge commit '2ef87815fec059504370ae3050cc243a53553915'Hendrik Leppkes
2016-11-14lavu/pixfmt: Add GRAY10Carl Eugen Hoyos
2016-11-14Merge commit 'f62bb216ac4cfbbff16108c6bac35a0282532972'Hendrik Leppkes
2016-11-14Merge commit 'fdfe01365d579189d9a55b3741dba2ac46eb1df8'Hendrik Leppkes
2016-11-14Merge commit '5fcae3b3f93fd02b3d1e009b9d9b17410fca9498'Hendrik Leppkes
2016-11-13hwcontext_vaapi: add a quirk for the missing MemoryType attributeAnton Khirnov
2016-11-13hwcontext_vaapi: Try the first render node as the default DRM deviceMark Thompson
2016-11-13hwcontext_vaapi: Add driver quirks to the hwdeviceMark Thompson
2016-11-13Merge commit '444a36269f853844369af0a9836507e5a2780323'Hendrik Leppkes
2016-11-13Merge commit 'f172e22d6aed0bff36e975bafb0183b6779f9444'Hendrik Leppkes
2016-11-10pixfmt: Add GRAY12Luca Barbato
2016-11-05avutil/softfloat_ieee754: make all functions inlineJames Almer
2016-11-05avutil/hwcontext_dxva.c: Use new safe dlopen code.Matt Oliver
2016-10-26Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer
2016-10-26Bump minor versions for 3.2Michael Niedermayer
2016-10-26lavu: remove comma at final enumeration items to fix pedantic warningsMichael Behrisch
2016-10-23avutil/x86/emms: Document the emms_c() vs alloc/free relation.Michael Niedermayer
2016-10-23avutil/mips: loongson add mmi utils header fileZhou Xiaoyong
2016-10-22avutil/avassert: Add av_assertX_fpu()Michael Niedermayer
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-10-15avutil: Improved selftest coverage for libavutil/fifo.cThomas Turner