45301 Commits (072496ca40b03f8c7c46498f739e4246199426bb)

Author SHA1 Message Date
Andreas Rheinhardt c59398970b avcodec/libmp3lame: Avoid copying data, allow user-supplied buffer 4 years ago
Andreas Rheinhardt 95c8a859d9 avcodec/libkvazaar: Allow user-supplied buffers 4 years ago
Andreas Rheinhardt 91567c28fc avcodec/libgsmenc: Avoid copying packet data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt 398822a70e avcodec/libcodec2: Avoid copying packet data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt 044daa7c45 avcodec/libaomenc: Avoid copying data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt c685249ff8 avcodec/audiotoolboxenc: Remove AV_CODEC_CAP_DR1 4 years ago
Martin Storsjö f27e3ccf06 aarch64: hevc_idct: Fix overflows in idct_dc 4 years ago
Lynne 660d1d8e3b
aacenc: make the twoloop coder the default 4 years ago
Fei Wang 9b131e8500 avcodec/vaapi_av1: pass full buffer size for each tile 4 years ago
Zane van Iperen f9eb440e78
avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the SDK 4 years ago
Andreas Rheinhardt bc40cd6214 avcodec/exrenc: Allow user-supplied buffers 4 years ago
Andreas Rheinhardt ed8a7c25cd avcodec/vc2enc: Allow user-supplied buffers 4 years ago
Andreas Rheinhardt 911806ec75 avcodec/jpeglsenc: Remove unnecessary header 4 years ago
Andreas Rheinhardt 83cb9be1d2 avcodec/jpeglsenc: Remove redundant implicit checks 4 years ago
Andreas Rheinhardt f249c32eff avcodec/jpeglsenc: Avoid intermediate buffer, allow user-supplied buffers 4 years ago
Andreas Rheinhardt 634a187b9b avcodec/jpeglsenc: Allocate buffer with fixed size only once 4 years ago
Andreas Rheinhardt 79402e2c36 avcodec/jpeglsenc: Check for invalid dimensions 4 years ago
Andreas Rheinhardt c9a79532e5 avcodec/libx264: Fix redundant setting of caps_internal 4 years ago
Anton Khirnov aa726eaed9 lavc/pngdec: fix updating reference frames for APNG_DISPOSE_OP_BACKGROUND 4 years ago
James Almer f44d4f511d avcodec: remove leftover references to AVCodecContext.refcounted_frames 4 years ago
Andreas Rheinhardt 5a413b392e avcodec/allcodecs: Don't include libx264 twice in the list of codecs 4 years ago
Michael Niedermayer f119d7526e Revert "avcodec/adpcm: Set vqa_version before use in init" 4 years ago
Michael Niedermayer 63e75e09ae avcodec/clearvideo: Check for 0 tile_shift 4 years ago
Michael Niedermayer 7a403da0cb avcodec/adpcm: Set vqa_version before use in init 4 years ago
Michael Niedermayer 38c4761588 avcodec/vc1: Check remaining bits in ff_vc1_parse_frame_header() 4 years ago
Zane van Iperen d1c28c6c78
avcodec/adpcm_psx: ignore unknown flag bits 4 years ago
Zane van Iperen a845e6daa9
avcodec/adpcm_psx: always fetch next byte irregardless of flag 4 years ago
Andreas Rheinhardt 175f675f7b avcodec/dvdsubdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt adf9dd1dec avcodec/dvdsubdec: Remove unnecessary close function 4 years ago
Andreas Rheinhardt 5ee8359441 avcodec/metasound: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 06e9e9b2db avcodec/twinvqdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt cb59c8cec4 avcodec/nuv: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 4082520385 avcodec/webp: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 99ed543340 avcodec/j2kenc: Make encoder init-threadsafe 4 years ago
Andreas Rheinhardt 3c26773ae2 avcodec/jpeg2000dec: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt b43e946b71 avcodec/mqc: Hardcode tables to save space 4 years ago
Andreas Rheinhardt 6546218572 avcodec/vorbisenc: Combine codebooks, avoid relocations 4 years ago
Andreas Rheinhardt e1e59d7383 avcodec/vorbisenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt 44e0a31ac4 avcodec/vorbisenc: Don't free uninitialized pointers 4 years ago
Andreas Rheinhardt d919c7165a avcodec/wmaenc: Mark encoders as init-threadsafe 4 years ago
Andreas Rheinhardt 20232cbbf7 avcodec/wmaenc: Check operations that can fail 4 years ago
Andreas Rheinhardt 08fcb43aff avcodec/wmadec: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt bd1cbb5427 avcodec/wmadec: Check operations that can fail 4 years ago
Andreas Rheinhardt 35381d2201 avcodec/wmadec: Forward error instead of return -1 4 years ago
Andreas Rheinhardt cb8f01951b avcodec/wma: Check initializing VLC 4 years ago
Andreas Rheinhardt fcdb012a10 avcodec/wma(dec|enc): Fix memleaks upon allocation error 4 years ago
Andreas Rheinhardt 0bc522a0a1 avcodec/wma: Remove nonsense volatile 4 years ago
Andreas Rheinhardt 6bf95c2066 avcodec/vp3: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt 802166f709 avcodec/vp3: Reindentation 4 years ago
Andreas Rheinhardt 80b5c4bc08 avcodec/vp3: Avoid code duplication when initializing coeff_vlcs 4 years ago