48754 Commits (9e531370b3da27aa72703b9bb40cdd697e88607e)

Author SHA1 Message Date
Paul B Mahol 7a444501d5 avcodec/mlpenc: fix quant_step_size for 16bit sample format input 1 year ago
Paul B Mahol ffc783dea7 avcodec/mlpenc: fix writing end of stream marker 1 year ago
Paul B Mahol 873ce68f54 avcodec/flicvideo: add 1bit support 1 year ago
Andreas Rheinhardt 6f7bf64dbc avcodec: Remove DCT, FFT, MDCT and RDFT 1 year ago
Andreas Rheinhardt d9464f3e34 avcodec/mpegaudiodsp: Init dct32 directly 1 year ago
Andreas Rheinhardt 145db38f9b avcodec/bgmc: Use void* instead of AVCodecContext* as logctx 1 year ago
Andreas Rheinhardt 7a9bc09176 avcodec/flac_parse: Use void* instead of AVCodecContext* as logctx 1 year ago
Andreas Rheinhardt 3ea73bc78a avcodec/lagarith: Use void* instead of AVCodecContext* as logctx 1 year ago
Andreas Rheinhardt 08dd036b9f avcodec/roqvideo: Use void*, not AVCodecContext* for logctx 1 year ago
Andreas Rheinhardt 7d1401ed02 avcodec/sipr: Remove write-only AVCodecContext* 1 year ago
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