176 Commits (8d674e604c4025c7cc2ece969486196d180817e3)

Author SHA1 Message Date
James Almer 660e7e6a0e avcodec: add LCEVC decoding support via LCEVCdec 3 months ago
Anton Khirnov 5acbdd2264 lavc: convert frame threading to the receive_frame() pattern 5 months ago
Andreas Rheinhardt 45cf0541cf avcodec/mpegpicture: Use ThreadProgress instead of ThreadFrame API 7 months ago
Andreas Rheinhardt eee88ba0dc avcodec/decode: Set KEY flag+pict_type generically for intra-only codecs 7 months ago
Andreas Rheinhardt 277f051ff6 avcodec/pthread_frame: Fix leak of coded side data 8 months ago
Andreas Rheinhardt 2b46ae6407 avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS 8 months ago
Andreas Rheinhardt d48d7bc434 avcodec/vp8: Convert to ProgressFrame API 8 months ago
Andreas Rheinhardt 9dc8f8839e avcodec/pthread_frame: Add API to share RefStruct refs just once 8 months ago
Andreas Rheinhardt 2135a40b1c avcodec/decode: Add new ProgressFrame API 8 months ago
James Almer 6d0c89980c avcodec/hevcdec: export global side data in AVCodecContext 9 months ago
James Almer 67e7f0b05e avutil: remove deprecated FF_API_REORDERED_OPAQUE 10 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 10 months ago
James Almer 2717dcfb85 avcodec: remove deprecated FF_API_AVCTX_FRAME_NUMBER 10 months ago
James Almer 81c2557691 avcodec: remove some references to avcodec_close 11 months ago
Andreas Rheinhardt 315c956cbd avcodec/pthread_frame: Remove ff_thread_release_buffer() 1 year ago
Andreas Rheinhardt 2ec62b1ca6 avcodec/pthread_frame: Use RefStruct API for ThreadFrame.progress 1 year ago
Andreas Rheinhardt 78c9ed26b6 avcodec/get_buffer: Use RefStruct API for FramePool 1 year ago
Andreas Rheinhardt da1d56776c avcodec/pthread_frame: Constify src pointees 1 year ago
Andreas Rheinhardt 1046cfe347 avcodec/pthread_frame: Remove FF_API_SLICE_OFFSET 1 year ago
Andreas Rheinhardt f9b6e3e48d avcodec/pthread_frame: Only set PerThreadContext* when frame-threading 1 year ago
Andreas Rheinhardt bca2651a32 avcodec/pthread_frame: Fix doxygen comments 1 year ago
Andreas Rheinhardt aa8e3f0342 avcodec/pthread_frame: Remove unused enum values 1 year ago
Andreas Rheinhardt e35dfe864d avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel 1 year ago
Andreas Rheinhardt dcc1847b18 avcodec/hwconfig: Move HWACCEL_CAP_* to a new header 1 year ago
Anton Khirnov f2fb882b3f lavc: add generic-decode-layer private data 2 years ago
Lynne f30b979ca2
pthread_frame: uninit the hwaccel of each frame thread 2 years ago
Anton Khirnov 8b23644408
lavc/pthread_frame: add support for thread-safe hwaccels 2 years ago
Anton Khirnov 7d1d61cc5f lavc: deprecate AVCodecContext.ticks_per_frame 2 years ago
Anton Khirnov 432adca5fe lavc: disable an obsolete hack for real video 2 years ago
James Almer de133eaaba avcodec/pthread_frame: remove forgotten deprecation warning wrappers 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
James Almer e0786a8eeb avcodec: remove FF_API_THREAD_SAFE_CALLBACKS 2 years ago
Anton Khirnov bdc76f467f lavu/frame: deprecate reordered_opaque 2 years ago
James Almer 2eb7151261 avcodec/pthread_frame.c: keep the last_pkt_props from worker threads in sync with the user context 2 years ago
Anton Khirnov 5f82447dfc lavc/pthread_frame: set worker thread names 2 years ago
Anton Khirnov c504fb8692 lavc/pthread_frame: always transfer stashed hwaccel state 2 years ago
Anton Khirnov cc867f2c09 lavc/pthread_frame: avoid leaving stale hwaccel state in worker threads 2 years ago
Andreas Rheinhardt 17e23aed41 avcodec/internal: Move ff_get_format() to decode.h 2 years ago
Andreas Rheinhardt 8fc7f0fdec avcodec/pthread_frame: Fix compiling with thread-unsafe-callbacks disabled 2 years ago
Andreas Rheinhardt a2d7da01e8 avcodec/threadframe: Constify the frame in ff_thread_await_progress 2 years ago
Andreas Rheinhardt 49838705a4 avcodec/pthread_frame: Don't update the first thread ctx before freeing 3 years ago
Anton Khirnov 28b8b41e5a lavc/pthread_frame: do not copy AVCodecInternal contents 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö f2da2e1458 libavcodec: Split version.h 3 years ago
Vittorio Giovara 548aeb9383 lavc: switch to the new channel layout API 3 years ago
Andreas Rheinhardt 71547cb7b3 avcodec/pthread_frame: Remove nonsense error message 3 years ago
Andreas Rheinhardt e1edfe6416 avcodec/pthread_frame: Properly unref frame in case of decoding failure 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago