summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2Jan Ekström2020-08-25
* avcodec/aacdec_template: keep tabs on layout in sniff_channel_orderJan Ekström2020-08-25
* avcodec/av1_parser: read frame properties directly from AV1RawFrameHeaderJames Almer2020-08-23
* avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frameJames Almer2020-08-23
* avcodec/cbs_av1: infer frame sizes when not coded in the bitstreamJames Almer2020-08-23
* cbs_av1: Fix test for presence of buffer_removal_time elementMark Thompson2020-08-23
* avcodec/v4l2_m2m_enc: reindent after previous commitAndriy Gelman2020-08-23
* avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueuedAndriy Gelman2020-08-23
* avcodec/cbs_av1: always store temporal_id and spatial_id in CodedBitstreamAV1...James Almer2020-08-23
* avcodec/cbs_av1: fix storage size for render_{width,height}_minus_1James Almer2020-08-23
* avcodec/gif: fix disposal method for first frame and transparent gifsPaul B Mahol2020-08-23
* avcodec/notchlc: add initial alpha supportPaul B Mahol2020-08-23
* avcodec/dvbsubdec: error out on unsupported coding methodsClément Bœsch2020-08-22
* avcodec/dvbsubdec: request samples for missing coding methodsClément Bœsch2020-08-22
* avcodec/dvbsubenc: fix onject/object typoClément Bœsch2020-08-22
* avcodec/dvbsubenc: reindent after previous commitClément Bœsch2020-08-22
* avcodec/dvbsubenc: merge rectangle encode code blocksClément Bœsch2020-08-22
* avcodec/dvbsub: add "enc" suffix to encoderClément Bœsch2020-08-22
* avcodec/dvbsub: remove useless indirection in dvbsub_encode.Clément Bœsch2020-08-22
* avcodec/rzpaenc: Remove set-but-unused variableAndreas Rheinhardt2020-08-22
* avcodec/libaomdec: Set SAR based on RenderWidth and RenderHeightDerek Buitenhuis2020-08-21
* avcodec/proresenc: infer array lengthsMichael Bradshaw2020-08-21
* avcodec: add RPZA encoderPaul B Mahol2020-08-21
* avcodec/proresenc: add support for PQ and HLGMichael Bradshaw2020-08-21
* avcodec/qdmc: reduce insanely huge tablesPaul B Mahol2020-08-21
* avcodec/h2645_parse: reset the H2645NAL type value before parsing a NAL headerJames Almer2020-08-20
* avcodec/h2645_parse: skip empty NAL units earlierJames Almer2020-08-20
* avcodec/h2645_parse: always return 0 on successful h{264,evc}_parse_nal_heade...James Almer2020-08-20
* avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer2020-08-20
* libavcodec/proresdec2: Setup qmat_chroma according to RDD36Harry Mallon2020-08-20
* lavc/libkvazaar: export encoded frame statsJun Zhao2020-08-20
* avcodec/v4l2_context: return EAGAIN to signal full buffersAndriy Gelman2020-08-16
* avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang2020-08-16
* avcodec/bsf: improve the doxy for av_bsf_flush()James Almer2020-08-15
* avcodec/qsvenc_h264: add missing atsc_a53.h includeJames Almer2020-08-15
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-15
* avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed CaptionsJames Almer2020-08-15
* avcodec/h264_sei: use ff_parse_a53_cc() to parse A53 Closed CaptionsJames Almer2020-08-15
* avcodec/libdav1d: add support for A53 Closed CaptionsJames Almer2020-08-15
* avcodec: split off A53 Closed Caption parsing code into its own fileJames Almer2020-08-15
* avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()Limin Wang2020-08-14
* avcodec/mpeg12enc: support mpeg2 encoder const levelLimin Wang2020-08-14
* avcodec: extend CFHD descriptionPaul B Mahol2020-08-14
* avcodec/av1_parse: use macro for MAX_OBU_HEADER_SIZEXu Guangxin2020-08-13
* cbs: Mention all codecs in unit type commentMark Thompson2020-08-12
* lavc/snowenc: Expose an option to set the rc_eq expressionAlexander Strasser2020-08-12
* lavc/aac_ac3_parser: fix potential overflow when averaging bitrateAlexander Strasser2020-08-12
* avcodec/sheervideo: reduce size of vlc tables to normal valuesPaul B Mahol2020-08-12
* avcodec/libsvtav1: fix copy and paste errorLimin Wang2020-08-12
* avcodec/agm: Mark fill_pixels() as av_always_inlineMichael Niedermayer2020-08-11