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-04-08Merge commit '5168026a05258537f1c48ca95c1776b1554997f4'Clément Bœsch
2017-04-08Merge commit 'ff9db5cfd14558df9cfcc54d6c062bc34bf1f341'Clément Bœsch
2017-04-08Merge commit '0a35f128f3c6e0ae9a0a2236c557602c108da269'Clément Bœsch
2017-04-08Merge commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d'Clément Bœsch
2017-04-08Merge commit '0983f9117f31521643162cb85380672495a9de1b'Clément Bœsch
2017-04-08opusenc: switch between intra/inter mode for coarse energyRostislav Pehlivanov
2017-04-08opusenc: do not signal digital silenceRostislav Pehlivanov
2017-04-08opusenc: minor style changesRostislav Pehlivanov
2017-04-08opusenc: remove unused header entries and simplify normalizationRostislav Pehlivanov
2017-04-08opus_rc: add macros for checkpoint rollbackRostislav Pehlivanov
2017-04-08opus_celt: fix some style issuesRostislav Pehlivanov
2017-04-08mdct15: use existing complex multiplication macrosRostislav Pehlivanov
2017-04-07avcodec/hevc_parse: ignore all non parameter set NAL units in extradataJames Almer
2017-04-07avcodec/utvideodec: add support for gradient predictionPaul B Mahol
2017-04-07pthread_frame: make accesses to debug field be protected by owner lock.Ronald S. Bultje
2017-04-07h264: don't re-call ff_h264_direct_ref_list_init() w/ frame-mt.Ronald S. Bultje
2017-04-07lavc/mjpegdec: allow failure while decoding APPClément Bœsch
2017-04-07avcodec/tta: Don't try to read more than MIN_CACHE_BITS bitsJames Almer
2017-04-07avcodec/h264: Check weight values to be within the specs limits.Michael Niedermayer
2017-04-07Merge commit '212c6a1d70df011b6f2a2aa02f7677503287bd00'Clément Bœsch
2017-04-07Merge commit '3ee5f25d37315b27f0e2d47aa69fc445545ee2e3'Clément Bœsch
2017-04-07Merge commit '3fe2a01df7f2c193805809f57b61d79607572351'James Almer
2017-04-07Merge commit '328cd2b599bc2d0d38f3c12606fa2a66eeec016e'James Almer
2017-04-07ac3enc: Avoid unnecessary macro indirectionsDiego Biurrun
2017-04-07Merge commit 'f0d3e43bd77b3194a28d75884cf83083b188bf30'James Almer
2017-04-07Merge commit 'e22c63ac74b2968075be8bf0d2deb1ee63b28976'James Almer
2017-04-07Merge commit '4adbb44ad154cec05e87de60bb827a13c0fe87df'James Almer
2017-04-07avcodec/dvdsubdec: Fixes 2 runtime error: left shift of 170 by 24 places cann...Michael Niedermayer
2017-04-07avcodec/bitpacked: Fix mixed declarations and statementMichael Niedermayer
2017-04-06pthread_frame: don't return stale error codes after flushwm4
2017-04-06avcodec: fix containts typoJames Almer
2017-04-06lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme
2017-04-06build fix for mipsShivraj Patil
2017-04-06vp8: make mv_min/max thread-local if using partition threading.Ronald S. Bultje
2017-04-06vp8: make wait/thread_mb_pos atomic.Ronald S. Bultje
2017-04-06x86/idctdsp_init: reindent.Ronald S. Bultje
2017-04-06jrev/xvid: hardcode use of C put/add_pixels_clamped.Ronald S. Bultje
2017-04-06x86/simple_idct: add explicit sse2 simple_idct_put/add versions.Ronald S. Bultje
2017-04-06cavs: add a sse2 idct implementation.Ronald S. Bultje
2017-04-06cavs: convert idct from inline asm to yasm.Ronald S. Bultje
2017-04-06x86/xvididct: remove use of ff_put/add_pixels_clamped function pointer.Ronald S. Bultje
2017-04-06idct_arm: remove use of ff_put/add_pixels_clamped function pointer.Ronald S. Bultje
2017-04-06pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje
2017-04-06avcodec/dvbsubdec: Replace fprintf(stderr) by av_log()Michael Niedermayer
2017-04-05bitpacked: fix potential overflowRostislav Pehlivanov
2017-04-05huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx.Ronald S. Bultje
2017-04-05codec: bitpacked: add decoderDamien Riegel
2017-04-04lavc: add AV_ prefix to CODEC_CAP_DELAY in doxyClément Bœsch
2017-04-04lavc/mediacodecdec: set AV_CODEC_CAP_AVOID_PROBING capabilityMatthieu Bouron
2017-04-04lavc/mediacodecdec: switch to AV_CODEC_CAP_DELAYMatthieu Bouron