166 Commits (0e5f71230a1668cfdbc6e5d9d2b3bbee613cdfcc)

Author SHA1 Message Date
James Almer 67e7f0b05e avutil: remove deprecated FF_API_REORDERED_OPAQUE 9 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 9 months ago
James Almer 2717dcfb85 avcodec: remove deprecated FF_API_AVCTX_FRAME_NUMBER 9 months ago
James Almer 81c2557691 avcodec: remove some references to avcodec_close 9 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 1 year ago
Lynne f30b979ca2
pthread_frame: uninit the hwaccel of each frame thread 1 year ago
Anton Khirnov 8b23644408
lavc/pthread_frame: add support for thread-safe hwaccels 1 year 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
Andreas Rheinhardt f025b8e110 avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() 3 years ago
Andreas Rheinhardt b3551b6072 avcodec/thread: Move ff_thread_(await|report)_progress to new header 3 years ago
Andreas Rheinhardt 7bf38eb000 avcodec/pthread_frame: Don't prematurily presume frame-threading 3 years ago
Yu Yang 5e2a1f1e7d libavcodec/pthread_frame: remove duplicate pointers 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt a4f7fabc26 avcodec/pthread_frame: Move (init|free)_pthread() to pthread.c 3 years ago
James Almer 6dd7149f4c avcodec/pthread_frame: also keep AVCodecContext.properties in sync between threads 3 years ago
Andreas Rheinhardt 29f5c1e51b avcodec/avcodec: Store whether AVCodec->close needs to be called 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Hendrik Leppkes 82ebe0c796 pthread_frame: introduce a codec callback to update the user-facing context 4 years ago