48744 Commits (b2f5899ec2062f209b9a4d4277910678c6d55f79)

Author SHA1 Message Date
Andreas Rheinhardt b2f5899ec2 avcodec/utvideo: Split UTvideoContext into decoder and encoder contexts 1 year ago
Andreas Rheinhardt 0e18f1e9a3 avcodec/vorbis: Use void* logctx instead of AVCodecContext* 1 year ago
Andreas Rheinhardt bdbf9aa402 avcodec/ffv1dec: Reindent after the previous commit 1 year ago
Andreas Rheinhardt 0cfc7418bb avcodec/ffv1dec: Fix data races emanating from copying whole context 1 year ago
James Almer 5ba06ad0b8 avcodec/decode: reduce scope of a variable in ff_decode_frame_props() 1 year ago
Paul B Mahol ead1426a68 avcodec/rka: improve VRQ mode decoding 1 year ago
Paul B Mahol 8bfadacfd1 avcodec/rka: rename variable to something more representative 1 year ago
Paul B Mahol 3bbc7d799c avcodec/ffv1*: add GBRAP14, GRAY14, YUVA422P12, YUVA444P12 formats support 1 year ago
Andreas Rheinhardt 40aa451154 avcodec/opus_silk: Use void* instead of AVCodecContext* as logctx 1 year ago
Andreas Rheinhardt 7d112c638a avcodec/snow: Move freeing encoder-only buffers to snowenc.c 1 year ago
Andreas Rheinhardt 433925ac4d avcodec/snow: Move initializing HpelDSPContext to snowenc.c 1 year ago
Andreas Rheinhardt abaf02a7e7 avcodec/snow: Move decoder/encoder-only inline funcs to snow(dec|enc).c 1 year ago
Andreas Rheinhardt 10dad7ccc2 avcodec/snow: Move initializing QpelDSPContext to snowenc.c 1 year ago
Paul B Mahol eaffbd9ac4 avcodec/magicyuv: add 14bit rgb(a) support 1 year ago
Paul B Mahol 29b673bdcf swscale: add GBRAP14 format support 1 year ago
Niklas Haas 48fc414c7c lavc/h274: fix comment (cosmetic) 1 year ago
Niklas Haas 616e9d2413 lavc/h274: correct grain DB indices 1 year ago
Niklas Haas 338a5fcdbe lavc/h274: fix PRNG definition 1 year ago
Andreas Rheinhardt 8eb094adb2 avcodec/error_resilience: Remove set-but-not-used variable 1 year ago
Andreas Rheinhardt 945760b347 avcodec/jpegxl_parser: Remove unused function 1 year ago
Andreas Rheinhardt 89c9929144 avcodec/tests/.gitignore: Add bitstream test tools 1 year ago
Andreas Rheinhardt 533ebe755a avcodec/aacsbrdata: Move ff_sbr_noise_table to sbrdsp_template.c 1 year ago
Andreas Rheinhardt 00ba78cd6f avcodec/snow: Move decoder parts out of ff_snow_common_init_after_header 1 year ago
Andreas Rheinhardt 418332e01c avcodec/snow: Split ff_snow_get_buffer() 1 year ago
Paul B Mahol b23eaf968e avcodec/vlc: fix off by one in limit check for multi 1 year ago
Paul B Mahol 58d9b5caf3 avcodec/vlc: fix min/max bits calculation in multi vlc 1 year ago
Andreas Rheinhardt 14015b9e15 avcodec/hevcdec: Check early whether film grain is supported, fix race 1 year ago
Andreas Rheinhardt 378f1b6a39 avcodec/evc_ps: Fix leak on error 1 year ago
Paul B Mahol e1530a319a avcodec/cdgraphics: fix for negative linesize and vertical scrolling 1 year ago
Logan Lyu 8fa83ad70f lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_hv 1 year ago
Logan Lyu 23ca61b7de lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_v 1 year ago
Logan Lyu b7a3150bc5 lavc/aarch64: new optimization for 8-bit hevc_epel_uni_hv 1 year ago
Logan Lyu c0374f77f4 lavc/aarch64: move macros calc_epelh, calc_epelh2, load_epel_filterh 1 year ago
Logan Lyu 7ce5a2f640 lavc/aarch64: new optimization for 8-bit hevc_epel_uni_v 1 year ago
Paul B Mahol 56085e057f avcodec/vlc: use logctx instead of NULL 1 year ago
Michael Niedermayer 768704b640 avcodec/vlc: free multi on fail 1 year ago
Michael Niedermayer 2e04d35c69 avcodec/vlc: Attempt to free buf after use in ff_vlc_init_multi_from_lengths() 1 year ago
Michael Niedermayer d897f82cf8
avcodec/vmixdec: Fix signed integer overflow in dc 1 year ago
Paul B Mahol 9e768c8133 avcodec/dxa: use uint8_t for type of arrays 1 year ago
Paul B Mahol 13a3e2a9b4 avcodec/rtv1: stop returning incomplete frames 1 year ago
Paul B Mahol b61733f61f avcodec/notchlc: make variables that can be negative as signed 1 year ago
Chema Gonzalez 984d0b6e6f pixdesc: add limited|full aliases for -color_range parameter 1 year ago
Paul B Mahol c7f8d42c12 avcodec/flicvideo: fix decoding with AVFrame's negative linesize 1 year ago
Paul B Mahol cb26b85953 avcodec/svq1dec: fix runtime error: applying non-zero offset 4 to null pointer 1 year ago
Paul B Mahol 5d98259841 avcodec/pnmdec: fix decoding with AVFrame's negative linesize 1 year ago
Paul B Mahol cdf0931fdb avcodec/pcx: fix decoding with AVFrame's negative linesize 1 year ago
Paul B Mahol ee357d6991 avcodec/rasc: fix decoding with AVFrame's negative linesize 1 year ago
Michael Niedermayer 284d1a8a6a
avcodec/wavarc: Use unsigned for samples in 1dif, 2slp, 5elp 1 year ago
Michael Niedermayer b12444fe72
avcodec/xvididct: Fix integer overflow in idct_row() 1 year ago
Michael Niedermayer 6580a7b2b2
avcodec/celp_math: avoid overflow in shift 1 year ago