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
2016-12-28avutil/tests/audio_fifo.c: Corrected test error messagesThomas Turner
2016-12-24avutil/random_seed: Reduce the time needed on systems with very low precissio...Michael Niedermayer
2016-12-24tests/audio_fifo: fix buffer allocation for non planar formatsJames Almer
2016-12-23avutil/tests/random_seed: eliminate gotoMichael Niedermayer
2016-12-23avutil/tests: Improved code coverage for random_seedThomas Turner
2016-12-22tests/avstring: free the pointer after calls to av_d2str()James Almer
2016-12-22avutil/random_seed: Improve get_generic_seed() with higher precission clock()Michael Niedermayer
2016-12-21avutil/random_seed: Use uint64 instead of uint8 for struct to avoid potential...Michael Niedermayer
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