| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | lavc: use AVFrame.duration instead of AVFrame.pkt_duration | Anton Khirnov | 2022-07-19 | 1 | -1/+1 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+2 |
* | avcodec/cuviddec: fix null pointer dereference | Zhao Zhili | 2022-06-26 | 1 | -9/+11 |
* | avcodec/cuviddec: fix AV1 decoding error | Zhao Zhili | 2022-06-26 | 1 | -0/+10 |
* | avcodec/internal: Hide stuff only used by the core decode API | Andreas Rheinhardt | 2022-05-12 | 1 | -0/+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 | -10/+10 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | lavc/cuviddec: convert to the new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -12/+10 |
* | lavc/cuviddec: do not reallocate the fifo unnecessarily | Anton Khirnov | 2022-02-07 | 1 | -7/+1 |
* | avcodec/cuviddec: Use AVCodecInternal.in_pkt instead of stack packet | Andreas Rheinhardt | 2021-11-07 | 1 | -4/+9 |
* | avcodec/cuviddec: signal that the decoder sets all output frame properties | James Almer | 2021-06-21 | 1 | -0/+1 |
* | avcodec/cuviddec: remove unused AVCodec.decode() callback | James Almer | 2021-06-21 | 1 | -32/+0 |
* | avcodec/cuviddec: correctly set key_frame with interlaced content | stuhlo | 2021-06-11 | 1 | -1/+4 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/frame: Remove deprecated AVFrame.pkt_pts field | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+0 |
* | avcodec/cuviddec: set ulMaxDisplayDelay to zero if low_delay flag is set | Michal Novotny | 2021-02-22 | 1 | -1/+1 |
* | avcodec/cuviddec: unref output frame on failure | James Almer | 2020-12-13 | 1 | -0/+3 |
* | avcodec/cuviddec: check for av_buffer_ref() failure | James Almer | 2020-12-13 | 1 | -0/+6 |
* | avcodec/cuviddec: fix missing context push/pop | leozhang | 2020-11-21 | 1 | -0/+7 |
* | lavc: Mark hw_config pointer arrays as const | Mark Thompson | 2020-11-08 | 1 | -1/+1 |
* | avcodec/cuviddec: add av1 support | Roman Arzumanyan | 2020-10-15 | 1 | -0/+13 |
* | avcodec/cuviddec: avoid copy of uninitialized extradata pointer | Timo Rothenpieler | 2020-10-01 | 1 | -4/+5 |
* | avcodec/cuviddec: use correct type for extradata_size | Timo Rothenpieler | 2020-10-01 | 1 | -2/+2 |
* | avcodec/cuviddec: fix copy&paste error | Timo Rothenpieler | 2020-10-01 | 1 | -1/+1 |
* | avcodec/cuviddec: handle arbitrarily sized extradata | Timo Rothenpieler | 2020-09-29 | 1 | -16/+24 |
* | avcodec/decode: use a single list bsf for codec decode bsfs | Marton Balint | 2020-05-02 | 1 | -1/+1 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | avcodec/cuviddec: use AVCodec.bsfs to filter packets | James Almer | 2020-03-03 | 1 | -62/+16 |
* | avcodec/cuviddec: add capability check for maximum macroblock count | Ruta Gadkari | 2019-05-08 | 1 | -0/+6 |
* | avcodec/cuviddec: improve progressive frame detection | Sergey Svechnikov | 2019-04-23 | 1 | -0/+6 |
* | avcodec/cuviddec: Remove unnecessary stream synchronisation | Philip Langdale | 2019-03-30 | 1 | -4/+0 |
* | avcodec/cuviddec: Add support for decoding HEVC 4:4:4 content | Philip Langdale | 2019-02-16 | 1 | -20/+46 |
* | avutil/hwcontext_cuda: Define and use common CHECK_CU() | Philip Langdale | 2018-11-14 | 1 | -23/+2 |
* | avcodec/cuviddec: properly take deinterlacing and display delay into account ... | Timo Rothenpieler | 2018-10-14 | 1 | -1/+5 |
* | avcodec/cuviddec: explicitly synchronize cuMemcpy calls | Timo Rothenpieler | 2018-05-10 | 1 | -1/+5 |
* | avcodec/cuviddec: set key frame for decoded frames | Yogender Gupta | 2018-01-19 | 1 | -0/+13 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -1/+2 |
* | lavc: Delete all fake hwaccels | Mark Thompson | 2017-11-26 | 1 | -6/+0 |
* | lavc: Use hardware config information in ff_get_format() | Mark Thompson | 2017-11-26 | 1 | -2/+0 |
* | lavc: Add hardware config metadata for decoders supporting hardware output | Mark Thompson | 2017-11-26 | 1 | -0/+15 |
* | compat/cuda: Pass a logging context to load functions | Mark Thompson | 2017-11-20 | 1 | -1/+1 |
* | avcodec: allow multiple hwaccels for the same codec/pixfmt | wm4 | 2017-11-10 | 1 | -0/+2 |
* | avcodec/cuvid: rename cuvid.c to cuviddec.c | wm4 | 2017-11-10 | 1 | -0/+1164 |