summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_frame.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-0/+5
* avcodec: remove FF_API_THREAD_SAFE_CALLBACKSJames Almer2023-02-091-232/+5
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-041-0/+4
* avcodec/pthread_frame.c: keep the last_pkt_props from worker threads in sync ...James Almer2022-12-071-1/+13
* lavc/pthread_frame: set worker thread namesAnton Khirnov2022-10-241-0/+13
* lavc/pthread_frame: always transfer stashed hwaccel stateAnton Khirnov2022-09-231-6/+6
* lavc/pthread_frame: avoid leaving stale hwaccel state in worker threadsAnton Khirnov2022-09-061-12/+35
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/pthread_frame: Fix compiling with thread-unsafe-callbacks disabledAndreas Rheinhardt2022-08-101-2/+2
* avcodec/threadframe: Constify the frame in ff_thread_await_progressAndreas Rheinhardt2022-07-301-1/+1
* avcodec/pthread_frame: Don't update the first thread ctx before freeingAndreas Rheinhardt2022-05-241-7/+0
* lavc/pthread_frame: do not copy AVCodecInternal contentsAnton Khirnov2022-05-111-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-20/+21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* libavcodec: Split version.hMartin Storsjö2022-03-161-1/+1
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-151-1/+9
* avcodec/pthread_frame: Remove nonsense error messageAndreas Rheinhardt2022-02-141-5/+1
* avcodec/pthread_frame: Properly unref frame in case of decoding failureAndreas Rheinhardt2022-02-091-1/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-35/+44
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-091-0/+10
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-0/+1
* avcodec/pthread_frame: Don't prematurily presume frame-threadingAndreas Rheinhardt2022-02-091-3/+7
* libavcodec/pthread_frame: remove duplicate pointersYu Yang2022-01-031-7/+6
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/pthread_frame: Move (init|free)_pthread() to pthread.cAndreas Rheinhardt2021-09-041-48/+7
* avcodec/pthread_frame: also keep AVCodecContext.properties in sync between th...James Almer2021-08-241-0/+1
* avcodec/avcodec: Store whether AVCodec->close needs to be calledAndreas Rheinhardt2021-04-281-4/+0
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-5/+0
* pthread_frame: introduce a codec callback to update the user-facing contextHendrik Leppkes2021-04-141-0/+2
* avcodec/pthread_frame: ReindentationAndreas Rheinhardt2021-03-261-19/+19
* avcodec/pthread_frame: Check initializing mutexes/condition variablesAndreas Rheinhardt2021-03-261-25/+73
* avcodec/pthread_frame: Fix cleanup during initAndreas Rheinhardt2021-03-261-70/+67
* avcodec/pthread_frame: Factor initializing single thread outAndreas Rheinhardt2021-03-261-59/+68
* avcodec/pthread_frame: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-7/+13
* avcodec: deprecate AVCodecContext.debug_mvJames Almer2021-01-251-1/+0
* avcodec: remove long dead debug_mv codeJames Almer2021-01-251-4/+0
* avcodec: deprecate thread_safe_callbacksAnton Khirnov2020-11-271-5/+63
* pthread_frame: use av_buffer_replace() to simplify codeAnton Khirnov2020-09-281-10/+3
* pthread_frame: change the criterium for updating thread contextsAnton Khirnov2020-07-071-1/+1
* pthread_frame: change the way delay is setAnton Khirnov2020-06-091-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