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
2017-01-22libavutil: add av_lfg_init_from_data() functionJonathan Campbell
2017-01-18hwcontext_vdpau: Fix missing subscriptsMark Thompson
2017-01-17avutil/tests: add aes_ctr, audio_fifo and imgutils to .gitignoreMatthieu Bouron
2017-01-13avutil/tests/audio_fifo.c: pass by reference for efficiency and change dataty...Thomas Turner
2017-01-13avutil/reverse: move the ff_reverse declaration to a separate headerJames Almer
2017-01-09x86inc: Avoid using eax/rax for storing the stack pointerHenrik Gramner
2017-01-09avutil/tile: check clock_gettime at runtime for apple platformsWang Bin
2017-01-02avutil/tests: added selftest for aes_ctr.cThomas Turner
2017-01-01avutil/tests: improved code coverage for atomicThomas Turner
2016-12-31libavutil/random_seed: Ensure that get_generic_seed() spends at least 1/32 se...Michael Niedermayer
2016-12-31avutil/tests/audio_fifo.c: Memory leak and tab space fixesThomas Turner
2016-12-31avutil/tests/audio_fifo.c: use av_malloc() family of functionsThomas Turner
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