summaryrefslogtreecommitdiff
path: root/libavcodec/h264dec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/h264dec: Skip late SEIMichael Niedermayer2022-07-12
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/error_resilience: Remove write only ERContext.ref_countAndreas Rheinhardt2022-03-25
* avcodec/h264dec: Move ERContext to H264ContextAndreas Rheinhardt2022-03-25
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* avcodec/h264dec: Remove unnecessary headersAndreas Rheinhardt2022-01-26
* avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt2022-01-26
* lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov2022-01-26
* configure: Add new mpegvideodec CONFIG_EXTRAAndreas Rheinhardt2022-01-04
* avcodec: remove the unused low_delayLimin Wang2021-09-29
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/h264dec: fix possible out-of-bounds array accessNiklas Haas2021-08-25
* avcodec/h264dec: apply H.274 film grainNiklas Haas2021-08-24
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-24
* avcodec/h264dec: use picture parameters in ff_print_debug_info2()Michael Niedermayer2021-08-22
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avcodec/h264dec: update exported AVOptions in the user-facing contextJames Almer2021-04-14
* avcodec/h264dec: add missing flags to is_avc and nal_length_size AVOptionsJames Almer2021-04-14
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATAOliver Woodman2020-07-06
* avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang2020-06-13
* avcodec/h264dec: store count of the tables into const variable for long linesLimin Wang2020-06-13
* avcodec/h264dec: cosmeticsLimin Wang2020-06-13
* avcodec/h264dec: Disable forced small_padding on flag2 fastMichael Niedermayer2020-06-02
* avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-25
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* h264dec: do not set picture_structure on initAnton Khirnov2020-04-10
* h264dec: rename flush_dpb()Anton Khirnov2020-04-10
* h264_ps: make the PPS hold a reference to its SPSAnton Khirnov2020-04-10
* h264dec: do not abort if decoding extradata failsAnton Khirnov2020-04-10
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-10
* h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov2020-03-20
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* avcodec/h264: Fix poc_lsb in open gop contextNicolas Gaullier2019-09-10
* avcodec/h264dec: set AVFrame decode_error_flags in case of decoding errorAmir Pauker2019-07-07
* h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt2019-01-23
* lavc/h264dec: don't error out when receiving multiple IDR slicesJosh de Kock2018-10-26
* avcodec/h264dec: remove unnecessary checks in h264_decode_frameZhao Zhili2018-09-07
* avcodec/h264dec: check number of SPS in is_extraZhao Zhili2018-09-07
* h264: Support multi-field closed captions by using AVBufferRef and not resett...Kieran Kunhya2018-08-17