43900 Commits (d6912294d39b5d15cba0236e06e5a3710e57a1a0)

Author SHA1 Message Date
Andreas Rheinhardt 0086432fc7 fftools, libavcodec, libavfilter: Add const to some AVCodec * 5 years ago
Andreas Rheinhardt 13d72cecd5 avcodec/extract_extradata: Reindent after the last commit 5 years ago
Andreas Rheinhardt 520d9a8de2 avcodec/extract_extradata: Remove always-true check 5 years ago
Michael Niedermayer 6d71a25cc4 avcodec/agm: Fix off by 1 error in decode_inter_plane() 5 years ago
Michael Niedermayer 64917ea6cf avcodec/fastaudio: Remove redundant % 32 5 years ago
gxw a4f7b09536 avcodec/mips: [loongson] Fixed mmi optimization 5 years ago
Harry Mallon 811514abb7 libavcodec/options_table: Add missing colorspace options 5 years ago
Andreas Rheinhardt 16c916e4c9 avcodec/extract_extradata: Consolidate zeroing extradata padding 5 years ago
Gyan Doshi 1e5b3f77d9 avcodec/libopusenc: add option to set inband FEC 5 years ago
Michael Niedermayer a0da95df77 avcodec/ffwavesynth: Fix integer overflow in wavesynth_synth_sample / WS_SINE 5 years ago
Andreas Rheinhardt 31b6b6685e avcodec/jpegls: Remove unused structure 5 years ago
Lynne 7ad085b2c4
tiff: remove tiff type check for ICC profiles 5 years ago
Paul B Mahol bc86629842 avcodec/pixlet: postprocess luma using precalculated lut 5 years ago
Michael Niedermayer d182d8f10c avcodec/vp9dsp_template: Fix integer overflow in iadst8_1d() 5 years ago
Michael Niedermayer 8dff6da313 avcodec/tdsc: Only reallocate deflatebuffer if its size changed 5 years ago
Andreas Rheinhardt 8821023b15 avcodec/jpeglsenc: Remove redundant av_packet_unref() 5 years ago
Paul B Mahol 4e012fc8af avcodec/notchlc: simplify reading le16 in lz4_decompress 5 years ago
Paul B Mahol 1d1411822a avcodec/dxtory: add frame threads support 5 years ago
Paul B Mahol a198b508e3 avcodec/dxtory: add missed rgb555/rgb565 formats for vflip case 5 years ago
Paul B Mahol 4562d8e8d6 avcodec/dxtory: support subsampled formats with non-aligned size 5 years ago
Andreas Rheinhardt 38ee8f80ea avcodec/photocd: Remove set-but-unused variables 5 years ago
Andreas Rheinhardt c1a5d06b82 avcodec/mobiclip: Fix mixed declarations and code 5 years ago
Andreas Rheinhardt ae343d6595 avcodec/binkaudio: Avoid allocation for array 5 years ago
Andreas Rheinhardt c703088c1b avcodec/binkaudio: Remove unused array from context 5 years ago
Andreas Rheinhardt 2777bae7f2 avcodec/binkaudio: Don't use static storage for context-dependent data 5 years ago
Andreas Rheinhardt d2308b9237 avcodec/bink: Only keep what is used from HpelDSPContext 5 years ago
Andreas Rheinhardt ceeba2ac2b avcodec/bink: Combine allocations of arrays into one 5 years ago
Andreas Rheinhardt 4f67288948 avcodec/bink: Fix memleak upon init failure 5 years ago
Paul B Mahol c8e38950e3 avcodec: add PhotoCD decoder 5 years ago
Paul B Mahol 7f95339319 avcodec: add MobiClip video decoder 5 years ago
Paul B Mahol 1304078d3c avcodec: add FastAudio decoder 5 years ago
Paul B Mahol a1caa16d45 avcodec: add ADPCM IMA MOFLEX decoder 5 years ago
Paul B Mahol 2d16b6bd3e avcodec/dxtory: add support for vertically flipped frames 5 years ago
Limin Wang 4cfe8123ea avcodec/nvenc_hevc: add ff_nvenc_encode_flush() for .flush 5 years ago
Paul B Mahol 7b1ed4b53a avcodec/proresdec2: let long name match one from codec_desc.c 5 years ago
Fei Wang bf6db5732c avcodec/cbs_av1: add missing frame restoration type enum values 5 years ago
Mark Thompson 2a19232c19 cbs_av1: Fill tile width/height values when uniform_tile_spacing_flag is set 5 years ago
Mark Thompson cf6af829c2 cbs_mpeg2: Use table-based alloc/free 5 years ago
Mark Thompson ae7686a64f cbs_av1: Use table-based alloc/free 5 years ago
Mark Thompson f643f9bd6d cbs_vp9: Use table-based alloc/free 5 years ago
Mark Thompson e38646de1c cbs_h265: Use table-based alloc/free 5 years ago
Andreas Rheinhardt d1c6e09d09 h264_redundant_pps: Make it reference-compatible 5 years ago
Mark Thompson 0720e15c03 cbs_h2645: Ensure that non-refcounted parameter sets are fully copied 5 years ago
Mark Thompson 42daac1c74 cbs: Add support functions for handling unit content references 5 years ago
Mark Thompson 2cb152d52f cbs_h264: Use table-based alloc/free 5 years ago
Mark Thompson 225f287885 cbs: Add macros to support defining unit type tables 5 years ago
Mark Thompson bc7a7e0d65 cbs: Describe allocate/free methods in tabular form 5 years ago
Mark Thompson 1fe77d4a63 cbs: Ensure that reference fields always follow the associated pointer 5 years ago
James Almer 0271098e6c avcodec/encode: unref the packet on AVCodec.receive_packet() failure 5 years ago
Paul B Mahol 97c73ba565 avcodec/qpeg: speed-up copy of bytes 5 years ago