46758 Commits (34cbda3ee193a793dea396314d7d11f8c4108fc3)

Author SHA1 Message Date
Andreas Rheinhardt 1cb7fd317c avcodec/svq1enc: Use unsigned for parameter >= 0 to workaround GCC bug 3 years ago
Andreas Rheinhardt 890efee2b8 avcodec/h264_loopfilter: Fix incorrect function parameter array size 3 years ago
Andreas Rheinhardt 708890e78f avcodec/snowenc: Don't pass int[2] as parameter declared as int[3] 3 years ago
Michael Niedermayer 009ef35d38 avcodec/hevc_filter: copy_CTB() only within width&height 3 years ago
Michael Niedermayer 76112c2b41 avcodec/tiff: Check tile_length and tile_width 3 years ago
James Almer 5114ce1e2a avcodec/aacdec: remove skip samples multiplier 3 years ago
Michael Niedermayer 4e145f1dcd avcodec/mss4: Check image size with av_image_check_size2() 3 years ago
Michael Niedermayer 614a4d1476 avcodec/exr: Check x/ysize 3 years ago
Michael Niedermayer f7d510b33f avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size check 3 years ago
Michael Niedermayer 15785e044e avcodec/ffv1dec: consider run increase in minimal golomb frame size 3 years ago
Michael Niedermayer 282589771a avcodec/mpeg4videoenc: fix encoding long frames 3 years ago
Michael Niedermayer 3c43a7a354 avcodec/hdrdec: lines can be empty 3 years ago
Wenbin Chen 52ad617af5 libavcodec/qsvenc: Use parameter from AVCodecContext to reset qsv codec 3 years ago
Wenbin Chen 8b82c9cdc7 libavcodec/qsvenc: Change the parameter log to be thread safe 3 years ago
Anton Khirnov ac2cda4296 lavc: use AVFrame.duration instead of AVFrame.pkt_duration 3 years ago
Andreas Rheinhardt d72a671c60 avcodec/wrapped_avframe: Don't presume AVPacket to be writable 3 years ago
Andreas Rheinhardt 425b309fa4 avcodec/wrapped_avframe: Don't leak frame metadata, side-data 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 3 years ago
Andreas Rheinhardt c597510434 avcodec/pnmdec: Mark PHM decoder as init-threadsafe 3 years ago
Leo Izen 940169b8aa avcodec/libjxlenc: avoid hard failure with unspecified primaries 3 years ago
Paul B Mahol 307ab7fe8a avcodec: add Radiance HDR image format support 3 years ago
Martin Storsjö 4136405c86 aarch64: me_cmp: Don't do uaddlv once per iteration 3 years ago
Martin Storsjö 68a03f6424 aarch64: me_cmp: Switch from uabd to uabal in ff_pix_abs16_xy2_neon 3 years ago
Martin Storsjö b46de9aba4 aarch64: me_cmp: Interleave some of the loads in ff_pix_abs16_xy2_neon 3 years ago
Martin Storsjö 02e7853fd9 libavcodec: aarch64: Don't clobber v8 in the h%4 case in ff_pix_abs16_xy2_neon 3 years ago
Michael Niedermayer 9450f75974 avcodec/lagarith: Check dst/src in zero run code 3 years ago
Hubert Mazur 01e190dc99 lavc/aarch64: Add pix_abs16_x2 neon implementation 3 years ago
Michael Niedermayer fd26b07e8b Bump versions after 5.1 branch 3 years ago
Michael Niedermayer 6f1b144358 Bump Versions for 5.1 branch 3 years ago
Michael Niedermayer f7dd408d64 avcodec/h264dec: Skip late SEI 3 years ago
Michael Niedermayer 1537f40516 avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c() 3 years ago
Michael Niedermayer 4f9ee4bf43 avcodec/pixlet: consider minimum plane header in the minimal packet size 3 years ago
Michael Niedermayer 9c5250a561 avcodec/hevcdsp_template: stay within tables in sao_band_filter() 3 years ago
Michael Niedermayer 75f3d1b822 avcodec/tiff: Check pixel format types for dng 3 years ago
Michael Niedermayer e690d4edf5 avcodec/qpeldsp: copy less for the mc0x cases 3 years ago
Michael Niedermayer 78b95530f0 avcodec/ffv1dec: Check for min packet size 3 years ago
Michael Niedermayer b4431399ec avcodec/ffv1dec: Limit golomb rice coded slices to width 8M 3 years ago
Michael Niedermayer d98d5a436a avcodec/wnv1: Check for width =1 3 years ago
Michael Niedermayer eee7364c90 avcodec/ffv1dec_template: fix indention 3 years ago
Hubert Mazur eb7ab3928f lavc/aarch64: Hook up the existing ff_pix_abs16_neon to the sad[0] function pointer 3 years ago
Andreas Rheinhardt d0b050562a avcodec/pcm-dvdenc: Fix encoding 24bit samples 3 years ago
Andreas Rheinhardt 7259eef711 avcodec/pcm-dvdenc: Remove unused extra_sample(s|_count) 3 years ago
Wenbin Chen bd7dae7daf avcodec/mpegvideo_enc: Unify the code style 3 years ago
Wenbin Chen 76b33704b6 avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb() 3 years ago
Andreas Rheinhardt 8393c0721a avcodec/hevc_cabac: Don't cast const away unnecessarily 3 years ago
Andreas Rheinhardt c34e3920f2 avcodec/hevc_refs: Constify ff_hevc_get_ref_list() 3 years ago
Andreas Rheinhardt aba0cc4465 avcodec/hevc_sei: Use proper type for NALU type 3 years ago
Andreas Rheinhardt 75a2d25a6f avcodec/h26[45]_metadata_bsf: Fix range of chroma_sample_loc_type 3 years ago
Andreas Rheinhardt 12392ffee5 avcodec/hevc_ps: Fix wrong copyright years 3 years ago