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
2022-09-25lavc/pthread_frame: always transfer stashed hwaccel stateAnton Khirnov
2022-09-06lavc/pthread_frame: avoid leaving stale hwaccel state in worker threadsAnton Khirnov
2021-04-08avcodec/pthread_frame: ReindentationAndreas Rheinhardt
2021-04-08avcodec/pthread_frame: Check initializing mutexes/condition variablesAndreas Rheinhardt
2021-04-08avcodec/pthread_frame: Fix cleanup during initAndreas Rheinhardt
2021-04-08avcodec/pthread_frame: Factor initializing single thread outAndreas Rheinhardt
2021-03-17avcodec/pthread_frame: use av_packet_alloc() to allocate packetsJames Almer
2021-01-26avcodec: deprecate AVCodecContext.debug_mvJames Almer
2021-01-26avcodec: remove long dead debug_mv codeJames Almer
2020-11-27avcodec: deprecate thread_safe_callbacksAnton Khirnov
2020-09-28pthread_frame: use av_buffer_replace() to simplify codeAnton Khirnov
2020-07-07pthread_frame: change the criterium for updating thread contextsAnton Khirnov
2020-06-09pthread_frame: change the way delay is setAnton Khirnov
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-04-10lavc: do not implicitly share the frame pool between threadsAnton Khirnov
2020-04-10pthread_frame: do not copy a range of AVCodecContext fields at onceAnton Khirnov
2020-04-10pthread_frame: do not embed full AVFrame structs into per-thread contextsAnton Khirnov
2020-04-10pthread_frame: do not share priv_data between multiple codec contextsAnton Khirnov
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
2020-04-10pthread_frame: make sure ff_thread_release_buffer always cleans the frameAnton Khirnov
2020-03-27lavc/pthread_frame: Update user context in ff_frame_thread_freeLinjie Fu
2020-02-23avcodec: add an AVCodecContext field to signal types of packet, frame, and co...James Almer
2018-08-31lavc/pthread: use THREAD_SAFE_CALLBACKS() to simplifx more codeJun Zhao
2018-02-15avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer
2017-12-26w32pthreads: always use Vista+ API, drop XP supportwm4
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