summaryrefslogtreecommitdiff
path: root/libavcodec/h264dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: remove FF_API_AVCTX_TIMEBASEJames Almer2023-02-091-6/+0
* avcodec/h2645_sei: Factor parsing common SEI messages outAndreas Rheinhardt2022-12-011-3/+3
* avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND capAndreas Rheinhardt2022-10-201-1/+1
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-2/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/h264dec: Skip late SEIMichael Niedermayer2022-07-121-0/+4
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/error_resilience: Remove write only ERContext.ref_countAndreas Rheinhardt2022-03-251-2/+0
* avcodec/h264dec: Move ERContext to H264ContextAndreas Rheinhardt2022-03-251-45/+41
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-0/+1
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-1/+1
* avcodec/h264dec: Remove unnecessary headersAndreas Rheinhardt2022-01-261-0/+1
* avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt2022-01-261-9/+0
* lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov2022-01-261-2/+2
* configure: Add new mpegvideodec CONFIG_EXTRAAndreas Rheinhardt2022-01-041-1/+1
* avcodec: remove the unused low_delayLimin Wang2021-09-291-1/+0
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/h264dec: fix possible out-of-bounds array accessNiklas Haas2021-08-251-4/+2
* avcodec/h264dec: apply H.274 film grainNiklas Haas2021-08-241-18/+37
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-241-0/+14
* avcodec/h264dec: use picture parameters in ff_print_debug_info2()Michael Niedermayer2021-08-221-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avcodec/h264dec: update exported AVOptions in the user-facing contextJames Almer2021-04-141-0/+1
* avcodec/h264dec: add missing flags to is_avc and nal_length_size AVOptionsJames Almer2021-04-141-2/+3
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATAOliver Woodman2020-07-061-7/+6
* avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang2020-06-131-43/+17
* avcodec/h264dec: store count of the tables into const variable for long linesLimin Wang2020-06-131-3/+5
* avcodec/h264dec: cosmeticsLimin Wang2020-06-131-2/+1
* avcodec/h264dec: Disable forced small_padding on flag2 fastMichael Niedermayer2020-06-021-1/+1
* avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-271-3/+1
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-251-0/+45
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* h264dec: do not set picture_structure on initAnton Khirnov2020-04-101-1/+0
* h264dec: rename flush_dpb()Anton Khirnov2020-04-101-3/+2
* h264_ps: make the PPS hold a reference to its SPSAnton Khirnov2020-04-101-3/+1
* h264dec: do not abort if decoding extradata failsAnton Khirnov2020-04-101-4/+10
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-29/+9
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-3/+2
* h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov2020-03-201-2/+0
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-1/+0
* avcodec/h264: Fix poc_lsb in open gop contextNicolas Gaullier2019-09-101-1/+1
* avcodec/h264dec: set AVFrame decode_error_flags in case of decoding errorAmir Pauker2019-07-071-0/+5