| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/h264dec: Skip late SEI | Michael Niedermayer | 2022-07-12 | 1 | -0/+4 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/error_resilience: Remove write only ERContext.ref_count | Andreas Rheinhardt | 2022-03-25 | 1 | -2/+0 |
* | avcodec/h264dec: Move ERContext to H264Context | Andreas Rheinhardt | 2022-03-25 | 1 | -45/+41 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -8/+8 |
* | 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 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -1/+1 |
* | avcodec/h264dec: Remove unnecessary headers | Andreas Rheinhardt | 2022-01-26 | 1 | -0/+1 |
* | avcodec/h264*: Remove unnecessary h264_mvpred.h inclusions | Andreas Rheinhardt | 2022-01-26 | 1 | -9/+0 |
* | lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriate | Anton Khirnov | 2022-01-26 | 1 | -2/+2 |
* | configure: Add new mpegvideodec CONFIG_EXTRA | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec: remove the unused low_delay | Limin Wang | 2021-09-29 | 1 | -1/+0 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/h264dec: fix possible out-of-bounds array access | Niklas Haas | 2021-08-25 | 1 | -4/+2 |
* | avcodec/h264dec: apply H.274 film grain | Niklas Haas | 2021-08-24 | 1 | -18/+37 |
* | avcodec/h264_slice: compute and export film grain seed | Niklas Haas | 2021-08-24 | 1 | -0/+14 |
* | avcodec/h264dec: use picture parameters in ff_print_debug_info2() | Michael Niedermayer | 2021-08-22 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/h264dec: update exported AVOptions in the user-facing context | James Almer | 2021-04-14 | 1 | -0/+1 |
* | avcodec/h264dec: add missing flags to is_avc and nal_length_size AVOptions | James Almer | 2021-04-14 | 1 | -2/+3 |
* | avcodec: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -1/+1 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -1/+1 |
* | avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATA | Oliver Woodman | 2020-07-06 | 1 | -7/+6 |
* | avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable | Limin Wang | 2020-06-13 | 1 | -43/+17 |
* | avcodec/h264dec: store count of the tables into const variable for long lines | Limin Wang | 2020-06-13 | 1 | -3/+5 |
* | avcodec/h264dec: cosmetics | Limin Wang | 2020-06-13 | 1 | -2/+1 |
* | avcodec/h264dec: Disable forced small_padding on flag2 fast | Michael Niedermayer | 2020-06-02 | 1 | -1/+1 |
* | avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUP | Limin Wang | 2020-05-27 | 1 | -3/+1 |
* | h264dec: support exporting QP tables through the AVVideoEncParams API | Anton Khirnov | 2020-05-25 | 1 | -0/+45 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | h264dec: do not set picture_structure on init | Anton Khirnov | 2020-04-10 | 1 | -1/+0 |
* | h264dec: rename flush_dpb() | Anton Khirnov | 2020-04-10 | 1 | -3/+2 |
* | h264_ps: make the PPS hold a reference to its SPS | Anton Khirnov | 2020-04-10 | 1 | -3/+1 |
* | h264dec: do not abort if decoding extradata fails | Anton Khirnov | 2020-04-10 | 1 | -4/+10 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -29/+9 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -3/+2 |
* | h264dec: do not export the chroma sample location immediately on parsing the SPS | Anton Khirnov | 2020-03-20 | 1 | -2/+0 |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -1/+0 |
* | avcodec/h264: Fix poc_lsb in open gop context | Nicolas Gaullier | 2019-09-10 | 1 | -1/+1 |
* | avcodec/h264dec: set AVFrame decode_error_flags in case of decoding error | Amir Pauker | 2019-07-07 | 1 | -0/+5 |
* | h2645_parse: Make ff_h2645_packet_split reference-compatible | Andreas Rheinhardt | 2019-01-23 | 1 | -2/+2 |
* | lavc/h264dec: don't error out when receiving multiple IDR slices | Josh de Kock | 2018-10-26 | 1 | -5/+0 |
* | avcodec/h264dec: remove unnecessary checks in h264_decode_frame | Zhao Zhili | 2018-09-07 | 1 | -1/+1 |