summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/hevc_filter: copy_CTB() only within width&heightMichael Niedermayer2022-07-22
* avcodec/tiff: Check tile_length and tile_widthMichael Niedermayer2022-07-22
* avcodec/aacdec: remove skip samples multiplierJames Almer2022-07-22
* avcodec/mss4: Check image size with av_image_check_size2()Michael Niedermayer2022-07-21
* avcodec/exr: Check x/ysizeMichael Niedermayer2022-07-21
* avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size checkMichael Niedermayer2022-07-21
* avcodec/ffv1dec: consider run increase in minimal golomb frame sizeMichael Niedermayer2022-07-20
* avcodec/mpeg4videoenc: fix encoding long framesMichael Niedermayer2022-07-20
* avcodec/hdrdec: lines can be emptyMichael Niedermayer2022-07-20
* libavcodec/qsvenc: Use parameter from AVCodecContext to reset qsv codecWenbin Chen2022-07-20
* libavcodec/qsvenc: Change the parameter log to be thread safeWenbin Chen2022-07-20
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* avcodec/wrapped_avframe: Don't presume AVPacket to be writableAndreas Rheinhardt2022-07-18
* avcodec/wrapped_avframe: Don't leak frame metadata, side-dataAndreas Rheinhardt2022-07-18
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/pnmdec: Mark PHM decoder as init-threadsafeAndreas Rheinhardt2022-07-18
* avcodec/libjxlenc: avoid hard failure with unspecified primariesLeo Izen2022-07-17
* avcodec: add Radiance HDR image format supportPaul B Mahol2022-07-16
* aarch64: me_cmp: Don't do uaddlv once per iterationMartin Storsjö2022-07-16
* aarch64: me_cmp: Switch from uabd to uabal in ff_pix_abs16_xy2_neonMartin Storsjö2022-07-16
* aarch64: me_cmp: Interleave some of the loads in ff_pix_abs16_xy2_neonMartin Storsjö2022-07-16
* libavcodec: aarch64: Don't clobber v8 in the h%4 case in ff_pix_abs16_xy2_neonMartin Storsjö2022-07-16
* avcodec/lagarith: Check dst/src in zero run codeMichael Niedermayer2022-07-14
* lavc/aarch64: Add pix_abs16_x2 neon implementationHubert Mazur2022-07-13
* Bump versions after 5.1 branchMichael Niedermayer2022-07-13
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-13
* avcodec/h264dec: Skip late SEIMichael Niedermayer2022-07-12
* avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c()Michael Niedermayer2022-07-12
* avcodec/pixlet: consider minimum plane header in the minimal packet sizeMichael Niedermayer2022-07-12
* avcodec/hevcdsp_template: stay within tables in sao_band_filter()Michael Niedermayer2022-07-12
* avcodec/tiff: Check pixel format types for dngMichael Niedermayer2022-07-12
* avcodec/qpeldsp: copy less for the mc0x casesMichael Niedermayer2022-07-12
* avcodec/ffv1dec: Check for min packet sizeMichael Niedermayer2022-07-12
* avcodec/ffv1dec: Limit golomb rice coded slices to width 8MMichael Niedermayer2022-07-12
* avcodec/wnv1: Check for width =1Michael Niedermayer2022-07-12
* avcodec/ffv1dec_template: fix indentionMichael Niedermayer2022-07-12
* lavc/aarch64: Hook up the existing ff_pix_abs16_neon to the sad[0] function p...Hubert Mazur2022-07-11
* avcodec/pcm-dvdenc: Fix encoding 24bit samplesAndreas Rheinhardt2022-07-10
* avcodec/pcm-dvdenc: Remove unused extra_sample(s|_count)Andreas Rheinhardt2022-07-10
* avcodec/mpegvideo_enc: Unify the code styleWenbin Chen2022-07-09
* avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb()Wenbin Chen2022-07-09
* avcodec/hevc_cabac: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-09
* avcodec/hevc_refs: Constify ff_hevc_get_ref_list()Andreas Rheinhardt2022-07-09
* avcodec/hevc_sei: Use proper type for NALU typeAndreas Rheinhardt2022-07-09
* avcodec/h26[45]_metadata_bsf: Fix range of chroma_sample_loc_typeAndreas Rheinhardt2022-07-09
* avcodec/hevc_ps: Fix wrong copyright yearsAndreas Rheinhardt2022-07-09
* avcodec/dv: Remove unnecessary headerAndreas Rheinhardt2022-07-09
* avcodec/cbs: Mark init and close functions as av_coldAndreas Rheinhardt2022-07-09
* avcodec/encode: Avoid check whose result is known in advanceAndreas Rheinhardt2022-07-09