summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_frame.c
Commit message (Expand)AuthorAge
* libavcodec/pthread_frame: remove duplicate pointersYu Yang2022-01-03
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/pthread_frame: Move (init|free)_pthread() to pthread.cAndreas Rheinhardt2021-09-04
* avcodec/pthread_frame: also keep AVCodecContext.properties in sync between th...James Almer2021-08-24
* avcodec/avcodec: Store whether AVCodec->close needs to be calledAndreas Rheinhardt2021-04-28
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* pthread_frame: introduce a codec callback to update the user-facing contextHendrik Leppkes2021-04-14
* avcodec/pthread_frame: ReindentationAndreas Rheinhardt2021-03-26
* avcodec/pthread_frame: Check initializing mutexes/condition variablesAndreas Rheinhardt2021-03-26
* avcodec/pthread_frame: Fix cleanup during initAndreas Rheinhardt2021-03-26
* avcodec/pthread_frame: Factor initializing single thread outAndreas Rheinhardt2021-03-26
* avcodec/pthread_frame: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec: deprecate AVCodecContext.debug_mvJames Almer2021-01-25
* avcodec: remove long dead debug_mv codeJames Almer2021-01-25
* avcodec: deprecate thread_safe_callbacksAnton Khirnov2020-11-27
* pthread_frame: use av_buffer_replace() to simplify codeAnton Khirnov2020-09-28
* pthread_frame: change the criterium for updating thread contextsAnton Khirnov2020-07-07
* pthread_frame: change the way delay is setAnton Khirnov2020-06-09
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* lavc: do not implicitly share the frame pool between threadsAnton Khirnov2020-04-10
* pthread_frame: do not copy a range of AVCodecContext fields at onceAnton Khirnov2020-04-10
* pthread_frame: do not embed full AVFrame structs into per-thread contextsAnton Khirnov2020-04-10
* pthread_frame: do not share priv_data between multiple codec contextsAnton Khirnov2020-04-10
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-10
* pthread_frame: make sure ff_thread_release_buffer always cleans the frameAnton Khirnov2020-04-10
* lavc/pthread_frame: Update user context in ff_frame_thread_freeLinjie Fu2020-03-27
* avcodec: add an AVCodecContext field to signal types of packet, frame, and co...James Almer2020-02-22
* lavc/pthread: use THREAD_SAFE_CALLBACKS() to simplifx more codeJun Zhao2018-08-31
* avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer2018-02-14
* w32pthreads: always use Vista+ API, drop XP supportwm42017-12-26
* avcodec/pthread_frame: remove usage of AVCodecContext accessorsJames Almer2017-11-15
* Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'James Almer2017-10-23
|\
| * lavc: Drop deprecated global afd fieldVittorio Giovara2017-03-23
| * lavc: Add hwaccel_flags field to AVCodecContextwm42017-03-20
| * pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2016-12-19
| * pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2016-12-19
| * pthread_frame: use better memory orders for frame progressWan-Teh Chang2016-12-14
* | avcodec: add missing FF_API_DEBUG_MV wrappersJames Almer2017-08-25
* | pthread_frame: revert 2e664b9c1e73c80aab91070c1eb7676f04bdd12d.Wan-Teh Chang2017-07-27
* | pthread_frame: save the FF_DEBUG_THREADS option in PerThreadContext.Wan-Teh Chang2017-07-11
* | avcodec/pthread_frame, decode: allow errors to happen on drainingMuhammad Faiz2017-04-30
* | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer2017-04-22
|\|
| * decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-14
| * pthread_frame: Unreference hw_frames_ctx on per-thread codec contextsMark Thompson2016-11-10
| * pthread_frame: properly propagate the hw frame context across frame threadsAnton Khirnov2016-11-10
| * pthread_frame: use atomics for frame progressAnton Khirnov2016-10-02
| * pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov2016-10-02
| * pthread_frame: use a thread-safe way for signalling threads to dieAnton Khirnov2016-10-02
* | pthread_frame: make accesses to debug field be protected by owner lock.Ronald S. Bultje2017-04-07