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-03-11aarch64: Add parentheses around the offset parameter in movrelMartin Storsjö
2017-03-08avutil/tests/lfg: Remove debugging start/stop timerMichael Niedermayer
2017-03-08avutil/tests/lfg.c: added proper normality testThomas Turner
2017-03-08Revert "lavu/atomic: add support for the new memory model aware gcc built-ins"James Almer
2017-03-07spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara
2017-03-03avutil/md5: stop discarding the const qualifier for the src pointerJames Almer
2017-03-03avutil/md5: fix misaligned readsJames Almer
2017-03-03Revert "avutil/frame: Disallow zero sized frame side data"Michael Niedermayer
2017-03-02hwcontext_vaapi: Don't abort on failing to allocate from a fixed-size poolMark Thompson
2017-03-02avcodec, avutil, avformat: remove AVOption requirement for some fieldswm4
2017-02-26add locale month names to av_small_strptimeMicah Galizia
2017-02-26avutil/frame: Disallow zero sized frame side dataMichael Niedermayer
2017-02-26avutil/frame: Reimplement av_frame_new_side_data() without size=0 special caseMichael Niedermayer
2017-02-21Factorize CHECK/SUINT codeMichael Niedermayer
2017-02-19Factor CHECKED out of DEBUG so it can be set seperatlyMichael Niedermayer
2017-02-18avcodec/h264: sse2, avx h luma mbaff deblock/loop filterJames Darnley
2017-02-18x86util: import MOVHL macroJames Darnley
2017-02-18avcodec/x86: deduplicate PASS8ROWS macroJames Darnley
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