43968 Commits (34aa85cd9113bde646af51440aa4528314ddfae3)

Author SHA1 Message Date
Zane van Iperen eb75a80dc8
avcodec/adpcm_ima_apm: support custom block size for encoding 4 years ago
Zane van Iperen b5c2c9a1ce
avcodec/adpcm_ima_ssi: support custom block size for encoding 4 years ago
Zane van Iperen bd1c94bb68
avcodec/adpcm_ms: support custom block size for encoding 4 years ago
Zane van Iperen c78c60c3e8
avcodec/adpcmenc: add "block_size" option 4 years ago
James Almer 0ed455b84e avcodec/av1dec: add cur_frame.spatial_id and temporal_id to AV1Frame 4 years ago
Andriy Gelman 2b5e18a953 avcodec/movtextenc: cosmetics 4 years ago
Andriy Gelman d4c46dc328 avcodec/movtextenc: fix writing to bytestream on BE arches 4 years ago
Andreas Rheinhardt 8e58db7348 avcodec/asvenc: Inline constants 4 years ago
Andreas Rheinhardt 4f3edcdcbc avcodec/asvdec: Use init_get_bits8() 4 years ago
Andreas Rheinhardt 2a8edb1ad3 avcodec/asvdec: Reduce the size of some VLCs 4 years ago
Andreas Rheinhardt 6608ecb1b5 avcodec/ylc: Inline constants 4 years ago
Andreas Rheinhardt 753e450a71 avcodec/v3/408enc: Remove empty close functions 4 years ago
Michael Niedermayer 7265b7d904 avcodec/exr: Fix overflow with many blocks 4 years ago
James Almer 191f68aec1 avcodec/Makefile: add missing av1_cuvid entry 4 years ago
Michael Niedermayer 394e8bb385 avcodec/vp9dsp_template: Fix integer overflows in idct16_1d() 4 years ago
Michael Niedermayer 949f0a6be9 avcodec/ansi: Check initial dimensions 4 years ago
Michael Niedermayer 106f11f68a avcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp_offset 4 years ago
Michael Niedermayer eeabdef1bf avcodec/sonic: Check for overread 4 years ago
Michael Niedermayer 92233a6344 avcodec/mobiclip: Check that Motion vectors are within the input frame 4 years ago
Michael Niedermayer b6b640c544 avcodec/mobiclip: set the bitstream size to the input 4 years ago
James Almer 0467991de7 avcodec/allcodecs: move av1_cuvid below libaom_av1 4 years ago
Roman Arzumanyan b23e6ae886 avcodec/cuviddec: add av1 support 4 years ago
Andreas Rheinhardt 00772ef4f7 avcodec/webp: Use LE VLC table for LE bitstream reader 4 years ago
Andreas Rheinhardt d7a503ecf9 avcodec/ivi: Avoid reversing BE VLC codes for LE bitstream reader 4 years ago
Andreas Rheinhardt 3977aeb78c avcodec/speedhq: Avoid reversing BE codes for LE bitstream reader 4 years ago
Andreas Rheinhardt 9eb7d8b45d avcodec/vlc, bitstream: Allow to use BE codes to initialize LE VLC 4 years ago
Andreas Rheinhardt e78bbbc2b1 avcodec/speedhq: Don't use ff_ prefix for static symbols 4 years ago
Andreas Rheinhardt 7b6acfa68f avcodec/speedhq: Don't pretend reading DC can fail 4 years ago
Andreas Rheinhardt 57eee75c3f avcodec/indeo2: Remove #ifdef BITSTREAM_READER_LE cruft 4 years ago
Michael Niedermayer d40f249861 avcodec/cbs_av1: Free content in cbs_av1_free_metadata() 4 years ago
Paul B Mahol 2fb517855a avcodec/apedec: use proper macro and type for pivot variable 4 years ago
Paul B Mahol ea0972f6dd avcodec/apedec: properly calculate and store absolute value 4 years ago
Paul B Mahol ed0001482a avcodec/apedec: fix decoding 24bit insane files with recent versions 4 years ago
Paul B Mahol af5ad79fe1 avformat/isom: add support for RAW ASC Bayer BGGR in mov 4 years ago
Andreas Rheinhardt 7800cc6e82 avcodec/mpeg12: Don't pretend reading dct_dc_size_* VLCs can fail 4 years ago
Andreas Rheinhardt c4990409f2 avcodec/mpeg12: Reduce size of motion-vector VLC 4 years ago
Carl Eugen Hoyos 86f0bba776 lavc, lavf: Remove newlines from calls to avpriv_request_sample(). 4 years ago
Michael Niedermayer 9b72cea446 avcodec/exr: Check line size for overflow 4 years ago
Michael Niedermayer 6949df35d0 avcodec/exr: Check xdelta, ydelta 4 years ago
Michael Niedermayer 991246657b avcodec/adpcm: Check block align for AV_CODEC_ID_ADPCM_PSX 4 years ago
Michael Niedermayer 0aa1645140 avcodec/mobiclip: Fix multiple integer overflows 4 years ago
James Almer 263a4b13db avcodec/codec.h: add missing FF_API_NEXT wrapper 4 years ago
Andreas Rheinhardt ddee53e268 avcodec/vp9: Fix stack-buffer overflow with VP9 VDPAU available 4 years ago
Andreas Rheinhardt 8227f60fee avcodec/sheervideo: Avoid code duplication when creating VLC tables 4 years ago
Andreas Rheinhardt d3f35224a9 avcodec/sheervideo: Reduce the size of static arrays 4 years ago
Andreas Rheinhardt 8969b9aa06 avcodec/sheervideo: Don't leave context in inconsistent state upon error 4 years ago
Andreas Rheinhardt 07185f331e avcodec/sheervideo: Inline compile-time constants 4 years ago
Andreas Rheinhardt 1bff2f3d92 avcodec/sheervideo: Improve creating VLC tables 4 years ago
Michael Niedermayer 11a6347f9e avcodec/celp_filters: Avoid invalid negation in ff_celp_lp_synthesis_filter() 4 years ago
Michael Niedermayer 4f54f53003 avcodec/takdsp: Fix negative shift in decorrelate_sf() 4 years ago