summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_frame.c
Commit message (Expand)AuthorAgeFilesLines
* pthread_frame: change the way delay is setAnton Khirnov2020-06-111-1/+5
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* lavc: do not implicitly share the frame pool between threadsAnton Khirnov2020-04-101-0/+12
* pthread_frame: do not copy a range of AVCodecContext fields at onceAnton Khirnov2020-04-101-3/+3
* pthread_frame: do not embed full AVFrame structs into per-thread contextsAnton Khirnov2020-04-101-18/+23
* pthread_frame: do not share priv_data between multiple codec contextsAnton Khirnov2020-04-101-3/+5
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-13/+18
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-2/+2
* pthread_frame: make sure ff_thread_release_buffer always cleans the frameAnton Khirnov2020-04-101-4/+20
* lavc/pthread_frame: Update user context in ff_frame_thread_freeLinjie Fu2020-03-271-0/+7
* avcodec: add an AVCodecContext field to signal types of packet, frame, and co...James Almer2020-02-221-0/+1
* lavc/pthread: use THREAD_SAFE_CALLBACKS() to simplifx more codeJun Zhao2018-08-311-4/+2
* avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer2018-02-141-2/+0
* w32pthreads: always use Vista+ API, drop XP supportwm42017-12-261-4/+0
* avcodec/pthread_frame: remove usage of AVCodecContext accessorsJames Almer2017-11-151-1/+1
* Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'James Almer2017-10-231-5/+0
|\
| * lavc: Drop deprecated global afd fieldVittorio Giovara2017-03-231-5/+0
| * lavc: Add hwaccel_flags field to AVCodecContextwm42017-03-201-0/+2
| * pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2016-12-191-6/+46
| * pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2016-12-191-0/+35
| * pthread_frame: use better memory orders for frame progressWan-Teh Chang2016-12-141-4/+4
* | avcodec: add missing FF_API_DEBUG_MV wrappersJames Almer2017-08-251-0/+2
* | pthread_frame: revert 2e664b9c1e73c80aab91070c1eb7676f04bdd12d.Wan-Teh Chang2017-07-271-2/+4
* | pthread_frame: save the FF_DEBUG_THREADS option in PerThreadContext.Wan-Teh Chang2017-07-111-2/+9
* | avcodec/pthread_frame, decode: allow errors to happen on drainingMuhammad Faiz2017-04-301-8/+7
* | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer2017-04-221-1/+1
|\ \ | |/
| * decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-141-1/+1
| * pthread_frame: Unreference hw_frames_ctx on per-thread codec contextsMark Thompson2016-11-101-0/+2
| * pthread_frame: properly propagate the hw frame context across frame threadsAnton Khirnov2016-11-101-0/+11
| * pthread_frame: use atomics for frame progressAnton Khirnov2016-10-021-10/+17
| * pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov2016-10-021-28/+39
| * pthread_frame: use a thread-safe way for signalling threads to dieAnton Khirnov2016-10-021-9/+11
* | pthread_frame: make accesses to debug field be protected by owner lock.Ronald S. Bultje2017-04-071-4/+2
* | pthread_frame: don't return stale error codes after flushwm42017-04-061-0/+1
* | pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje2017-04-061-8/+10
* | pthread_frame: call update_context_from_user() after acquiring lock.Ronald S. Bultje2017-04-031-5/+9
* | pthread_frame: Propagate sw_pix_fmt across threadsMark Thompson2017-03-311-0/+1
* | pthread_frame: minor simplification to error handlingwm42017-03-291-14/+5
* | pthread_frame: don't sync items between threads for intra-only codecs.Ronald S. Bultje2017-03-281-1/+1
* | pthread_frame: fix uninitialized variable readwm42017-03-271-1/+1
* | pthread_frame: do not attempt to unlock a mutex on the wrong threadwm42017-03-271-10/+31
* | lavc: Add hwaccel_flags field to AVCodecContextwm42017-03-231-0/+2
* | pthread_frame: remove some dead codewm42017-03-211-7/+1
* | pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2017-03-211-7/+47
* | pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2017-03-211-0/+34
* | pthread_frame: use better memory orders for frame progressWan-Teh Chang2017-03-211-4/+4
* | pthread_frame: Unreference hw_frames_ctx on per-thread codec contextsMark Thompson2017-03-211-1/+4
* | pthread_frame: properly propagate the hw frame context across frame threadsAnton Khirnov2017-03-211-0/+11
* | pthread_frame: use atomics for frame progressAnton Khirnov2017-03-211-10/+17
* | pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov2017-03-211-37/+47