101843 Commits (af867e59d9ac3db5aaf7df4691f032e14ea51588)
 

Author SHA1 Message Date
Andreas Rheinhardt af867e59d9 avformat/vividas: Fix crash when seeking without audio stream 4 years ago
Andreas Rheinhardt a2a38b1606 avutil/cpu: Fix race condition in av_cpu_count() 4 years ago
Andreas Rheinhardt f38f791a23 avcodec/ass_split: Don't presume strlen to be >= 2 4 years ago
Andreas Rheinhardt 0062aca592 avcodec/binkaudio: Check return value of functions that can fail 4 years ago
Andreas Rheinhardt 85aed2e390 avcodec/binkaudio: Fix memleak upon init failure 4 years ago
Andreas Rheinhardt 56bd071e54 avcodec/flacenc: Fix memleak upon init error 4 years ago
Andreas Rheinhardt d789d72d30 avcodec/proresenc_anatoliy: Fix memleak upon init error 4 years ago
Andreas Rheinhardt 9bf2b32da0 avcodec/bsf: Fix segfault when freeing half-allocated BSF 4 years ago
Andreas Rheinhardt 8081a0b10f avcodec/av1_metadata_bsf: Check for the existence of units 4 years ago
Andreas Rheinhardt b917218c35 avcodec/h264_metadata_bsf: Don't add AUD to extradata 4 years ago
Andreas Rheinhardt b0cd60bd97 avcodec/tiff: Don't use separate temporary buffer for fax 4 years ago
Andreas Rheinhardt f0042e573e avcodec/msmpeg4enc: Don't use code for static init that can fail 4 years ago
Andreas Rheinhardt afa511ad34 avformat/dss: Don't prematurely modify context variable 4 years ago
Andreas Rheinhardt 543e4a1942 avformat/utils: Check allocations for failure 4 years ago
Andreas Rheinhardt 18bb323da4 avcodec/ac3enc: Simplify AC-3 bit counting 4 years ago
Andreas Rheinhardt eca36784b8 avcodec/[e]ac3enc: Fix indentation 4 years ago
Andreas Rheinhardt 5d4234b3ea avcodec/ac3enc: Avoid needlessly copying encoded packets around 4 years ago
Andreas Rheinhardt 968c158abd avcodec/ac3enc: Use actual size of buffer in init_put_bits() 4 years ago
Gyan Doshi 3d97a0061c doc/muxers: add entry for A64 muxer 4 years ago
Gyan Doshi a3f695d54b doc/encoders: add entry for a64 encoders 4 years ago
Zane van Iperen aa1cfe05a5
avcodec/adpcmenc: don't share a single AVClass between multiple AVCodecs. 4 years ago
Alan Kelly 3ce8d09244 libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxext 4 years ago
Alan Kelly dc57762cb4 libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0 4 years ago
Alan Kelly e1484bc455 tests/checkasm/sw_scale: adds additional tests sizes for yux2yuvX 4 years ago
Andreas Rheinhardt ec4c04aa7b avformat/asf: Use ff_add_attached_pic() to read attached pics 4 years ago
Andreas Rheinhardt 7aee4762d3 avformat/utils: Free new streams in ff_add_attached_pic on error 4 years ago
Andreas Rheinhardt 39ecb63d0f avformat: Add and use helper function to add attachment streams 4 years ago
Andreas Rheinhardt b7b73e83e3 avcodec/flashsv2enc: Fix undefined NULL + 0 4 years ago
Andreas Rheinhardt b7565b65b8 avutil/pixdesc: Fix 1 << 32 4 years ago
Andreas Rheinhardt 3ef65fd4d1 avcodec/motion_est: Fix invalid left shift of negative numbers 4 years ago
Andreas Rheinhardt 3c151e7999 avfilter/vf_codecview: Fix undefined left shifts of negative numbers 4 years ago
Andreas Rheinhardt a86f3e983e avcodec/g2meet: Fix undefined NULL + 0 4 years ago
Andreas Rheinhardt bbf8431b1b avutil/base64: Fix undefined NULL + 0 4 years ago
Andreas Rheinhardt 566bf56791 avcodec/vmdvideo: Fix NULL + 0 4 years ago
Andreas Rheinhardt 8429661db8 avcodec/mss12: Don't apply non-zero offset to null pointer 4 years ago
Andreas Rheinhardt dd9cbd1cc3 avcodec/lcldec: Fix undefined NULL + 0 4 years ago
Andreas Rheinhardt 911fe69c5f avcodec/qtrleenc: Fix negative linesizes, don't use NULL + offset 4 years ago
Andreas Rheinhardt d5fc16a6a8 avcodec/qtrleenc: Use keyframe when no previous frame is available 4 years ago
Andreas Rheinhardt 64977ed7ae libswresample/audioconvert: Fix undefined NULL + 0 4 years ago
Andreas Rheinhardt f83976344e avcodec/proresdec2: Don't apply non-zero offset to null pointer 4 years ago
Andreas Rheinhardt 4863671d88 avcodec/mpegvideo_enc: Don't apply non-zero offset to null pointer 4 years ago
Andreas Rheinhardt 9eadd616b7 avfilter/af_hdcd: Fix undefined shifts 4 years ago
Andreas Rheinhardt 659a925939 avcodec/dcaenc: Fix undefined left shift of negative numbers 4 years ago
Andreas Rheinhardt 0c7d02844c tests/matroska: Add test for remuxing annex B H.264 into Matroska 4 years ago
Michael Niedermayer 79ac8d5546 avcodec/pnm_parser: Check image size addition for overflow 4 years ago
Michael Niedermayer c01cd2a8b2 avcodec/lscrdec: Check length in decode_idat() 4 years ago
Michael Niedermayer 6055b93379 tools/target_dem_fuzzer: Fix packet leak 4 years ago
Michael Niedermayer f7a5150447 avformat/imx: Check palette chunk size 4 years ago
Michael Niedermayer 497ea04dbd avcodec/h265_metadata_bsf: Check nb_units before accessing the first in h265_metadata_update_fragment() 4 years ago
Michael Niedermayer cf2fd9204b avformat/rmdec: use larger intermediate type for audio_framesize * sub_packet_h check 4 years ago