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
2017-02-13hwcontext_dxva2: support D3D9Exwm4
2017-02-13AVFrame: add an opaque_ref fieldwm4
2017-02-05Revert "avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails"Mark Thompson
2017-02-03avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize failsAman Gupta
2017-02-02Merge commit 'f637046d3134a331e4b5a7243ac3dfb92735b8a5'Clément Bœsch
2017-02-02Merge commit '6f9e34baea4f6f484392e4e67f606a0835d07b73'Clément Bœsch
2017-01-31Merge commit '8e9cd81d291b1010c625b2766058aadf4affb537'James Almer
2017-01-31Merge commit '7d7355aa92bb36ca0765c49a569a999bcb96f332'James Almer
2017-01-31avutil/frame: fix av_frame_copy for unknown layoutsMarton Balint
2017-01-30avutil/eval: add atan2 functionPaul B Mahol
2017-01-25avutil/channel_layout: add av_get_extended_channel_layoutMarton Balint
2017-01-25avutil/channel_layout: fix remains of old syntax in docs and commentsMarton Balint
2017-01-23hwcontext_cuda: implement frames_get_constraintswm4
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