summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_frame.c
Commit message (Expand)AuthorAge
* avcodec: remove some references to avcodec_closeJames Almer2024-02-10
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-22
* avcodec/pthread_frame: Use RefStruct API for ThreadFrame.progressAndreas Rheinhardt2023-10-07
* avcodec/get_buffer: Use RefStruct API for FramePoolAndreas Rheinhardt2023-10-07
* avcodec/pthread_frame: Constify src pointeesAndreas Rheinhardt2023-09-18
* avcodec/pthread_frame: Remove FF_API_SLICE_OFFSETAndreas Rheinhardt2023-09-18
* avcodec/pthread_frame: Only set PerThreadContext* when frame-threadingAndreas Rheinhardt2023-09-18
* avcodec/pthread_frame: Fix doxygen commentsAndreas Rheinhardt2023-09-18
* avcodec/pthread_frame: Remove unused enum valuesAndreas Rheinhardt2023-09-18
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-07
* avcodec/hwconfig: Move HWACCEL_CAP_* to a new headerAndreas Rheinhardt2023-08-07
* lavc: add generic-decode-layer private dataAnton Khirnov2023-07-07
* pthread_frame: uninit the hwaccel of each frame threadLynne2023-06-15
* lavc/pthread_frame: add support for thread-safe hwaccelsAnton Khirnov2023-05-29
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-15
* lavc: disable an obsolete hack for real videoAnton Khirnov2023-03-02
* avcodec/pthread_frame: remove forgotten deprecation warning wrappersJames Almer2023-03-01
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-13
* avcodec: remove FF_API_THREAD_SAFE_CALLBACKSJames Almer2023-02-09
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-04
* avcodec/pthread_frame.c: keep the last_pkt_props from worker threads in sync ...James Almer2022-12-07
* lavc/pthread_frame: set worker thread namesAnton Khirnov2022-10-24
* lavc/pthread_frame: always transfer stashed hwaccel stateAnton Khirnov2022-09-23
* lavc/pthread_frame: avoid leaving stale hwaccel state in worker threadsAnton Khirnov2022-09-06
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-27
* 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