summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_frame.c
Commit message (Expand)AuthorAge
* avcodec/pthread_frame: Fix compiling with thread-unsafe-callbacks disabledAndreas Rheinhardt2022-08-10
* avcodec/threadframe: Constify the frame in ff_thread_await_progressAndreas Rheinhardt2022-07-30
* avcodec/pthread_frame: Don't update the first thread ctx before freeingAndreas Rheinhardt2022-05-24
* lavc/pthread_frame: do not copy AVCodecInternal contentsAnton Khirnov2022-05-11
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* libavcodec: Split version.hMartin Storsjö2022-03-16
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-15
* avcodec/pthread_frame: Remove nonsense error messageAndreas Rheinhardt2022-02-14
* avcodec/pthread_frame: Properly unref frame in case of decoding failureAndreas Rheinhardt2022-02-09
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-09
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* avcodec/pthread_frame: Don't prematurily presume frame-threadingAndreas Rheinhardt2022-02-09
* 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