| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/pthread_frame: add support for thread-safe hwaccels | Anton Khirnov | 2023-05-29 | 1 | -19/+82 |
* | lavc: deprecate AVCodecContext.ticks_per_frame | Anton Khirnov | 2023-05-15 | 1 | -0/+4 |
* | lavc: disable an obsolete hack for real video | Anton Khirnov | 2023-03-02 | 1 | -0/+8 |
* | avcodec/pthread_frame: remove forgotten deprecation warning wrappers | James Almer | 2023-03-01 | 1 | -2/+0 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -0/+5 |
* | avcodec: remove FF_API_THREAD_SAFE_CALLBACKS | James Almer | 2023-02-09 | 1 | -232/+5 |
* | lavu/frame: deprecate reordered_opaque | Anton Khirnov | 2023-02-04 | 1 | -0/+4 |
* | avcodec/pthread_frame.c: keep the last_pkt_props from worker threads in sync ... | James Almer | 2022-12-07 | 1 | -1/+13 |
* | lavc/pthread_frame: set worker thread names | Anton Khirnov | 2022-10-24 | 1 | -0/+13 |
* | lavc/pthread_frame: always transfer stashed hwaccel state | Anton Khirnov | 2022-09-23 | 1 | -6/+6 |
* | lavc/pthread_frame: avoid leaving stale hwaccel state in worker threads | Anton Khirnov | 2022-09-06 | 1 | -12/+35 |
* | avcodec/internal: Move ff_get_format() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec/pthread_frame: Fix compiling with thread-unsafe-callbacks disabled | Andreas Rheinhardt | 2022-08-10 | 1 | -2/+2 |
* | avcodec/threadframe: Constify the frame in ff_thread_await_progress | Andreas Rheinhardt | 2022-07-30 | 1 | -1/+1 |
* | avcodec/pthread_frame: Don't update the first thread ctx before freeing | Andreas Rheinhardt | 2022-05-24 | 1 | -7/+0 |
* | lavc/pthread_frame: do not copy AVCodecInternal contents | Anton Khirnov | 2022-05-11 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -20/+21 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | libavcodec: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -1/+1 |
* | lavc: switch to the new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+9 |
* | avcodec/pthread_frame: Remove nonsense error message | Andreas Rheinhardt | 2022-02-14 | 1 | -5/+1 |
* | avcodec/pthread_frame: Properly unref frame in case of decoding failure | Andreas Rheinhardt | 2022-02-09 | 1 | -1/+1 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -35/+44 |
* | avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+10 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | avcodec/pthread_frame: Don't prematurily presume frame-threading | Andreas Rheinhardt | 2022-02-09 | 1 | -3/+7 |
* | libavcodec/pthread_frame: remove duplicate pointers | Yu Yang | 2022-01-03 | 1 | -7/+6 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/pthread_frame: Move (init|free)_pthread() to pthread.c | Andreas Rheinhardt | 2021-09-04 | 1 | -48/+7 |
* | avcodec/pthread_frame: also keep AVCodecContext.properties in sync between th... | James Almer | 2021-08-24 | 1 | -0/+1 |
* | avcodec/avcodec: Store whether AVCodec->close needs to be called | Andreas Rheinhardt | 2021-04-28 | 1 | -4/+0 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+0 |
* | pthread_frame: introduce a codec callback to update the user-facing context | Hendrik Leppkes | 2021-04-14 | 1 | -0/+2 |
* | avcodec/pthread_frame: Reindentation | Andreas Rheinhardt | 2021-03-26 | 1 | -19/+19 |
* | avcodec/pthread_frame: Check initializing mutexes/condition variables | Andreas Rheinhardt | 2021-03-26 | 1 | -25/+73 |
* | avcodec/pthread_frame: Fix cleanup during init | Andreas Rheinhardt | 2021-03-26 | 1 | -70/+67 |
* | avcodec/pthread_frame: Factor initializing single thread out | Andreas Rheinhardt | 2021-03-26 | 1 | -59/+68 |
* | avcodec/pthread_frame: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -7/+13 |
* | avcodec: deprecate AVCodecContext.debug_mv | James Almer | 2021-01-25 | 1 | -1/+0 |
* | avcodec: remove long dead debug_mv code | James Almer | 2021-01-25 | 1 | -4/+0 |
* | avcodec: deprecate thread_safe_callbacks | Anton Khirnov | 2020-11-27 | 1 | -5/+63 |
* | pthread_frame: use av_buffer_replace() to simplify code | Anton Khirnov | 2020-09-28 | 1 | -10/+3 |
* | pthread_frame: change the criterium for updating thread contexts | Anton Khirnov | 2020-07-07 | 1 | -1/+1 |
* | pthread_frame: change the way delay is set | Anton Khirnov | 2020-06-09 | 1 | -1/+5 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | lavc: do not implicitly share the frame pool between threads | Anton Khirnov | 2020-04-10 | 1 | -0/+12 |
* | pthread_frame: do not copy a range of AVCodecContext fields at once | Anton Khirnov | 2020-04-10 | 1 | -3/+3 |
* | pthread_frame: do not embed full AVFrame structs into per-thread contexts | Anton Khirnov | 2020-04-10 | 1 | -18/+23 |
* | pthread_frame: do not share priv_data between multiple codec contexts | Anton Khirnov | 2020-04-10 | 1 | -3/+5 |