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-11-15avcodec/pthread_frame: remove usage of AVCodecContext accessorsJames Almer
2017-10-23Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'James Almer
2017-08-25avcodec: add missing FF_API_DEBUG_MV wrappersJames Almer
2017-07-28pthread_frame: revert 2e664b9c1e73c80aab91070c1eb7676f04bdd12d.Wan-Teh Chang
2017-07-12pthread_frame: save the FF_DEBUG_THREADS option in PerThreadContext.Wan-Teh Chang
2017-04-30avcodec/pthread_frame, decode: allow errors to happen on drainingMuhammad Faiz
2017-04-23Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer
2017-04-07pthread_frame: make accesses to debug field be protected by owner lock.Ronald S. Bultje
2017-04-06pthread_frame: don't return stale error codes after flushwm4
2017-04-06pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje
2017-04-03pthread_frame: call update_context_from_user() after acquiring lock.Ronald S. Bultje
2017-03-31pthread_frame: Propagate sw_pix_fmt across threadsMark Thompson
2017-03-29pthread_frame: minor simplification to error handlingwm4
2017-03-29pthread_frame: don't sync items between threads for intra-only codecs.Ronald S. Bultje
2017-03-27pthread_frame: fix uninitialized variable readwm4
2017-03-27pthread_frame: do not attempt to unlock a mutex on the wrong threadwm4
2017-03-23lavc: Drop deprecated global afd fieldVittorio Giovara
2017-03-23lavc: Add hwaccel_flags field to AVCodecContextwm4
2017-03-21pthread_frame: remove some dead codewm4
2017-03-21pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov
2017-03-21pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov
2017-03-21pthread_frame: use better memory orders for frame progressWan-Teh Chang
2017-03-21pthread_frame: Unreference hw_frames_ctx on per-thread codec contextsMark Thompson
2017-03-21pthread_frame: properly propagate the hw frame context across frame threadsAnton Khirnov
2017-03-21pthread_frame: use atomics for frame progressAnton Khirnov
2017-03-21pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov
2017-03-21lavc: Add hwaccel_flags field to AVCodecContextwm4
2017-02-06avcodec/pthread_frame: Check av_packet_ref() for failureMichael Niedermayer
2017-01-16lavc/pthread_frame: protect read state access in setup finish functionClément Bœsch
2016-12-19pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov
2016-12-19pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov
2016-12-14pthread_frame: use better memory orders for frame progressWan-Teh Chang
2016-12-14decode: be more explicit about storing the last packet propertiesAnton Khirnov
2016-11-10pthread_frame: Unreference hw_frames_ctx on per-thread codec contextsMark Thompson
2016-11-10pthread_frame: properly propagate the hw frame context across frame threadsAnton Khirnov
2016-10-02pthread_frame: use atomics for frame progressAnton Khirnov
2016-10-02pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov
2016-10-02pthread_frame: use a thread-safe way for signalling threads to dieAnton Khirnov
2016-03-15avcodec/pthread_frame: Remove unused variableMichael Niedermayer
2016-03-01Move the |die| member of FrameThreadContext to PerThreadContext.Wan-Teh Chang
2015-12-07lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch
2015-10-09avcodec/pthread_frame: update doxygen for update_context_from_threadGanesh Ajjanagadde
2015-09-05Merge commit '9f90b24877016e7140b9b14e4b1acee663bb6d8a'Hendrik Leppkes
2015-08-28lavc: Drop deprecated get_buffer related functionsVittorio Giovara
2015-08-22disable deprecation warnings in deprecated codeAndreas Cadhalpun
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-16avcodec/pthread_frame: clear priv_data, avoid stale pointer in error caseMichael Niedermayer