ffmpeg.git
2023-10-28 Andreas Rheinhardtavformat/matroskadec: Fix declaration-after-statement... n2.8.22
2023-10-28 Michael NiedermayerChangelog: update
2023-10-28 Michael Niedermayeravformat/rtsp: Use rtsp_st->stream_index
2023-10-28 Michael Niedermayeravcodec/jpeg2000dec: Check image offset
2023-10-19 Michael NiedermayerUpdate for FFmpeg 2.8.22
2023-10-19 Michael Niedermayeravcodec/xvididct: Make c* unsigned to avoid undefined...
2023-10-19 Michael Niedermayeravformat/tmv: Check video chunk size
2023-10-19 Michael Niedermayeravformat/matroskadec: Check prebuffered_ns for overflow
2023-10-19 Michael Niedermayeravformat/wavdec: Check left avio_tell for overflow
2023-10-19 Michael Niedermayeravformat/tta: Better totalframes check
2023-10-19 Michael Niedermayeravformat/rpl: Check for number_of_chunks overflow
2023-10-19 Michael Niedermayeravformat/jacosubdec: Check timeres
2023-10-19 Michael Niedermayeravcodec/escape124: Do not return random numbers
2023-10-19 Michael Niedermayeravformat/avs: Check if return code is representable
2023-10-19 Michael Niedermayeravcodec/lcldec: Make PNG filter addressing match the...
2023-10-19 Michael Niedermayeravformat/westwood_vqa: Check chunk size
2023-10-19 Michael Niedermayeravformat/sbgdec: Check for period overflow
2023-10-18 Michael Niedermayeravcodec/xvididct: Fix integer overflow in idct_row()
2023-10-18 Michael Niedermayeravcodec/celp_math: avoid overflow in shift
2023-10-18 Michael Niedermayeravformat/format: Stop reading data at EOF during probing
2023-10-18 Michael Niedermayeravcodec/huffyuvdec: avoid undefined behavior with get_v...
2023-10-18 Michael Niedermayeravcodec/mpeg4videodec: more unsigned in amv computation
2023-10-18 Michael Niedermayeravcodec/tta: fix signed overflow in decorrelate
2023-10-18 Michael Niedermayeravcodec/xvididct: Fix integer overflow in idct_row()
2023-10-18 Michael Niedermayeravcodec/jpeg2000dec: Check for reduction factor and...
2023-10-18 Michael Niedermayeravutil/softfloat: Basic documentation for av_sincos_sf()
2023-10-18 Michael Niedermayeravutil/softfloat: fix av_sincos_sf()
2023-10-18 Michael Niedermayeravcodec/utils: fix 2 integer overflows in get_audio_fra...
2023-10-18 Michael Niedermayeravcodec/hevcdec: Avoid null pointer dereferences in MC
2023-10-18 Michael Niedermayeravcodec: Ignoring errors is only possible before the...
2023-05-25 Michael Niedermayeravformat/wavdec: Check that smv block fits in available...
2023-05-17 Michael Niedermayeravcodec/tak: Check remaining bits in ff_tak_decode_fram...
2023-05-17 Michael Niedermayeravcodec/utils: the IFF_ILBM implementation assumes...
2023-05-17 Michael Niedermayeravcodec/pngdec: Do not pass AVFrame into global header...
2023-05-17 Michael Niedermayeravcodec/vorbisdec: Check codebook float values to be...
2023-05-17 Michael Niedermayeravcodec/lcldec: More space for rgb24
2023-05-17 Michael Niedermayeravcodec/lcldec: Support 4:1:1 and 4:2:2 with odd width
2023-05-17 Michael Niedermayerlibavcodec/lcldec: width and height should not be unsigned
2023-04-15 Michael Niedermayeravcodec/escape124: Check that blocks are allocated...
2023-04-15 Michael Niedermayeravcodec/huffyuvdec: Fix undefined behavior with shift
2023-04-15 Michael Niedermayeravcodec/vp3: Check width to avoid assertion failure
2023-04-15 Michael Niedermayeravcodec/g729postfilter: Limit shift in long term filter
2023-04-12 Lynneconfigure: update copyright year
2023-03-16 Jiasheng Jiangavcodec/vp3: Add missing check for av_malloc
2023-03-16 Michael Niedermayeravcodec/escape124: Fix some return codes
2023-03-16 Michael Niedermayeravcodec/escape124: fix signdness of end of input check
2023-03-16 Michael NiedermayerUse https for repository links
2023-02-25 Michael Niedermayeravcodec/motionpixels: Mask pixels to valid values
2023-02-25 Michael Niedermayeravcodec/bink: Avoid undefined out of array end pointers...
2023-02-25 Michael Niedermayeravcodec/bink: Fix off by 1 error in ref end
2023-02-25 Michael Niedermayeravcodec/utils: Ensure linesize for SVQ3
2023-02-25 Michael Niedermayeravcodec/utils: allocate a line more for VC1 and WMV3
2023-02-25 Michael Niedermayeravcodec/videodsp_template: Adjust pointers to avoid...
2023-02-25 Michael Niedermayeravcodec/pngdec: Check deloco index more exactly
2023-02-25 Michael Niedermayeravcodec/ffv1dec: Check that num h/v slices is supported
2023-02-25 Michael Niedermayeravformat/mov: Check samplesize and offset to avoid...
2023-02-22 Michael Niedermayeravcodec/pictordec: Remove mid exit branch
2023-02-22 Michael Niedermayeravcodec/utils: use 32pixel alignment for bink
2023-02-22 Michael Niedermayeravcodec/012v: Order operations for odd size handling
2023-02-21 Michael Niedermayeravcodec/eatgq: : Check index increments in tgq_decode_b...
2023-02-21 Michael Niedermayeravcodec/sunrast: Fix maplength check
2023-02-21 Michael Niedermayeravcodec/wavpack: Avoid undefined shift in get_tail()
2023-02-21 Michael Niedermayeravformat/id3v2: Check taglen in read_uslt()
2023-02-21 Michael Niedermayeravcodec/ffv1dec: restructure slice coordinate reading...
2023-02-20 Michael Niedermayeravcodec/mlpdec: Check max matrix instead of max channel...
2023-02-20 Michael Niedermayerswscale/input: Use more unsigned intermediates
2023-02-20 Michael Niedermayeravcodec/alsdec: The minimal block is at least 7 bits
2023-02-20 Michael Niedermayeravformat/replaygain: avoid undefined / negative abs
2023-02-20 Michael Niedermayeravcodec/ffv1dec: Fail earlier if prior context is corrupted
2022-10-28 Michael NiedermayerUpdate for FFmpeg 2.8.21 n2.8.21
2022-10-28 Michael Niedermayeravformat/rmdec: check tag_size
2022-10-28 Michael Niedermayeravformat/nutdec: Check fields
2022-10-28 Michael Niedermayeravformat/cafdec: Check that nb_frasmes fits within...
2022-10-28 Michael Niedermayeravformat/asfdec_o: Limit packet offset
2022-10-28 Michael Niedermayeravformat/ape: Check frames size
2022-10-28 Michael Niedermayeravformat/icodec: Check nb_pal
2022-10-28 Michael Niedermayeravformat/aiffdec: Check block_duration
2022-10-28 Michael Niedermayeravcodec/apedec: Fix integer overflow in filter_3800()
2022-10-28 Michael Niedermayeravcodec/tta: Check 24bit scaling for overflow
2022-10-28 Michael Niedermayerlibavformat/hls: Free keys
2022-10-28 Michael Niedermayeravcodec/bink: disallow odd positioned scaled blocks
2022-10-28 Michael Niedermayeravformat/asfdec_o: limit recursion depth in asf_read_un...
2022-10-28 Michael Niedermayerdoc/git-howto.texi: Document commit signing
2022-10-28 Michael Niedermayerlibavcodec/8bps: Check that line lengths fit within...
2022-10-28 Michael Niedermayerlibavformat/iff: Check for overflow in body_end calculation
2022-10-28 Michael Niedermayeravcodec/h263dec: Sanity check against minimal I/P frame...
2022-10-28 Michael NiedermayerMAINTAINERS: Add ED25519 key for signing my commits...
2022-10-28 Michael Niedermayeravcodec/hevc_filter: copy_CTB() only within width&height
2022-10-28 Michael Niedermayeravformat/flvdec: Check for EOF in index reading
2022-10-28 Michael Niedermayeravformat/nutdec: Check get_packetheader() in mainheader
2022-10-28 Michael Niedermayeravformat/asfdec_f: Use 64bit for packet start time
2022-10-28 Michael Niedermayeravcodec/lagarith: Check dst/src in zero run code
2022-10-28 Michael Niedermayeravcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_...
2022-10-28 Michael Niedermayeravformat/rtsp: break on unknown protocols
2022-10-28 Michael Niedermayeravcodec/hevcdsp_template: stay within tables in sao_ban...
2022-10-28 Michael Niedermayeravcodec/qpeldsp: copy less for the mc0x cases
2022-10-28 Michael Niedermayeravcodec/wnv1: Check for width =1
2022-10-28 Michael Niedermayeravformat/sctp: close socket on errors
2022-10-28 Michael Niedermayeravcodec/qdrw: adjust max colors to array size
2022-10-28 Michael Niedermayeravformat/aiffdec: cleanup size handling for extreem...
next