| Commit message (Expand) | Author | Age | Files | Lines |
* | pthread_frame: change the criterium for updating thread contexts | Anton Khirnov | 2020-07-07 | 1 | -1/+1 |
* | pthread_frame: change the way delay is set | Anton Khirnov | 2020-06-09 | 1 | -1/+5 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | lavc: do not implicitly share the frame pool between threads | Anton Khirnov | 2020-04-10 | 1 | -0/+12 |
* | pthread_frame: do not copy a range of AVCodecContext fields at once | Anton Khirnov | 2020-04-10 | 1 | -3/+3 |
* | pthread_frame: do not embed full AVFrame structs into per-thread contexts | Anton Khirnov | 2020-04-10 | 1 | -18/+23 |
* | pthread_frame: do not share priv_data between multiple codec contexts | Anton Khirnov | 2020-04-10 | 1 | -3/+5 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -13/+18 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -2/+2 |
* | pthread_frame: make sure ff_thread_release_buffer always cleans the frame | Anton Khirnov | 2020-04-10 | 1 | -4/+20 |
* | lavc/pthread_frame: Update user context in ff_frame_thread_free | Linjie Fu | 2020-03-27 | 1 | -0/+7 |
* | avcodec: add an AVCodecContext field to signal types of packet, frame, and co... | James Almer | 2020-02-22 | 1 | -0/+1 |
* | lavc/pthread: use THREAD_SAFE_CALLBACKS() to simplifx more code | Jun Zhao | 2018-08-31 | 1 | -4/+2 |
* | avcodec: remove unnecessary calls to ff_init_buffer_info() | James Almer | 2018-02-14 | 1 | -2/+0 |
* | w32pthreads: always use Vista+ API, drop XP support | wm4 | 2017-12-26 | 1 | -4/+0 |
* | avcodec/pthread_frame: remove usage of AVCodecContext accessors | James Almer | 2017-11-15 | 1 | -1/+1 |
* | Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31' | James Almer | 2017-10-23 | 1 | -5/+0 |
|\ |
|
| * | lavc: Drop deprecated global afd field | Vittorio Giovara | 2017-03-23 | 1 | -5/+0 |
| * | lavc: Add hwaccel_flags field to AVCodecContext | wm4 | 2017-03-20 | 1 | -0/+2 |
| * | pthread_frame: do not run hwaccel decoding asynchronously unless it's safe | Anton Khirnov | 2016-12-19 | 1 | -6/+46 |
| * | pthread_frame: ensure the threads don't run simultaneously with hwaccel | Anton Khirnov | 2016-12-19 | 1 | -0/+35 |
| * | pthread_frame: use better memory orders for frame progress | Wan-Teh Chang | 2016-12-14 | 1 | -4/+4 |
* | | avcodec: add missing FF_API_DEBUG_MV wrappers | James Almer | 2017-08-25 | 1 | -0/+2 |
* | | pthread_frame: revert 2e664b9c1e73c80aab91070c1eb7676f04bdd12d. | Wan-Teh Chang | 2017-07-27 | 1 | -2/+4 |
* | | pthread_frame: save the FF_DEBUG_THREADS option in PerThreadContext. | Wan-Teh Chang | 2017-07-11 | 1 | -2/+9 |
* | | avcodec/pthread_frame, decode: allow errors to happen on draining | Muhammad Faiz | 2017-04-30 | 1 | -8/+7 |
* | | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f' | James Almer | 2017-04-22 | 1 | -1/+1 |
|\| |
|
| * | decode: be more explicit about storing the last packet properties | Anton Khirnov | 2016-12-14 | 1 | -1/+1 |
| * | pthread_frame: Unreference hw_frames_ctx on per-thread codec contexts | Mark Thompson | 2016-11-10 | 1 | -0/+2 |
| * | pthread_frame: properly propagate the hw frame context across frame threads | Anton Khirnov | 2016-11-10 | 1 | -0/+11 |
| * | pthread_frame: use atomics for frame progress | Anton Khirnov | 2016-10-02 | 1 | -10/+17 |
| * | pthread_frame: use atomics for PerThreadContext.state | Anton Khirnov | 2016-10-02 | 1 | -28/+39 |
| * | pthread_frame: use a thread-safe way for signalling threads to die | Anton Khirnov | 2016-10-02 | 1 | -9/+11 |
* | | pthread_frame: make accesses to debug field be protected by owner lock. | Ronald S. Bultje | 2017-04-07 | 1 | -4/+2 |
* | | pthread_frame: don't return stale error codes after flush | wm4 | 2017-04-06 | 1 | -0/+1 |
* | | pthread_frame: allow per-field ThreadFrame owners. | Ronald S. Bultje | 2017-04-06 | 1 | -8/+10 |
* | | pthread_frame: call update_context_from_user() after acquiring lock. | Ronald S. Bultje | 2017-04-03 | 1 | -5/+9 |
* | | pthread_frame: Propagate sw_pix_fmt across threads | Mark Thompson | 2017-03-31 | 1 | -0/+1 |
* | | pthread_frame: minor simplification to error handling | wm4 | 2017-03-29 | 1 | -14/+5 |
* | | pthread_frame: don't sync items between threads for intra-only codecs. | Ronald S. Bultje | 2017-03-28 | 1 | -1/+1 |
* | | pthread_frame: fix uninitialized variable read | wm4 | 2017-03-27 | 1 | -1/+1 |
* | | pthread_frame: do not attempt to unlock a mutex on the wrong thread | wm4 | 2017-03-27 | 1 | -10/+31 |
* | | lavc: Add hwaccel_flags field to AVCodecContext | wm4 | 2017-03-23 | 1 | -0/+2 |
* | | pthread_frame: remove some dead code | wm4 | 2017-03-21 | 1 | -7/+1 |
* | | pthread_frame: do not run hwaccel decoding asynchronously unless it's safe | Anton Khirnov | 2017-03-21 | 1 | -7/+47 |
* | | pthread_frame: ensure the threads don't run simultaneously with hwaccel | Anton Khirnov | 2017-03-21 | 1 | -0/+34 |
* | | pthread_frame: use better memory orders for frame progress | Wan-Teh Chang | 2017-03-21 | 1 | -4/+4 |
* | | pthread_frame: Unreference hw_frames_ctx on per-thread codec contexts | Mark Thompson | 2017-03-21 | 1 | -1/+4 |
* | | pthread_frame: properly propagate the hw frame context across frame threads | Anton Khirnov | 2017-03-21 | 1 | -0/+11 |
* | | pthread_frame: use atomics for frame progress | Anton Khirnov | 2017-03-21 | 1 | -10/+17 |