summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avutil/pixdesc: Fix 1 << 32Andreas Rheinhardt2021-04-01
* avcodec/motion_est: Fix invalid left shift of negative numbersAndreas Rheinhardt2021-04-01
* avfilter/vf_codecview: Fix undefined left shifts of negative numbersAndreas Rheinhardt2021-04-01
* avcodec/g2meet: Fix undefined NULL + 0Andreas Rheinhardt2021-04-01
* avutil/base64: Fix undefined NULL + 0Andreas Rheinhardt2021-04-01
* avcodec/vmdvideo: Fix NULL + 0Andreas Rheinhardt2021-04-01
* avcodec/mss12: Don't apply non-zero offset to null pointerAndreas Rheinhardt2021-04-01
* avcodec/lcldec: Fix undefined NULL + 0Andreas Rheinhardt2021-04-01
* avcodec/qtrleenc: Fix negative linesizes, don't use NULL + offsetAndreas Rheinhardt2021-04-01
* avcodec/qtrleenc: Use keyframe when no previous frame is availableAndreas Rheinhardt2021-04-01
* libswresample/audioconvert: Fix undefined NULL + 0Andreas Rheinhardt2021-04-01
* avcodec/proresdec2: Don't apply non-zero offset to null pointerAndreas Rheinhardt2021-04-01
* avcodec/mpegvideo_enc: Don't apply non-zero offset to null pointerAndreas Rheinhardt2021-04-01
* avfilter/af_hdcd: Fix undefined shiftsAndreas Rheinhardt2021-04-01
* avcodec/dcaenc: Fix undefined left shift of negative numbersAndreas Rheinhardt2021-04-01
* tests/matroska: Add test for remuxing annex B H.264 into MatroskaAndreas Rheinhardt2021-04-01
* avcodec/pnm_parser: Check image size addition for overflowMichael Niedermayer2021-04-01
* avcodec/lscrdec: Check length in decode_idat()Michael Niedermayer2021-04-01
* tools/target_dem_fuzzer: Fix packet leakMichael Niedermayer2021-04-01
* avformat/imx: Check palette chunk sizeMichael Niedermayer2021-04-01
* avcodec/h265_metadata_bsf: Check nb_units before accessing the first in h265_...Michael Niedermayer2021-04-01
* avformat/rmdec: use larger intermediate type for audio_framesize * sub_packet...Michael Niedermayer2021-04-01
* avcodec/exr: Check oe in huf_decode() before useMichael Niedermayer2021-04-01
* tls_gnutls: Print the underlying IO error message and pass the error code thr...Martin Storsjö2021-04-01
* tls_openssl: Improve quality of printed error messages, pass IO error codes t...Martin Storsjö2021-04-01
* rtpenc_mpegts: add AVClass to the muxer contextGyan Doshi2021-04-01
* avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context()Michael Niedermayer2021-03-31
* avcodec/mpegpicture: Keep ff_mpeg_framesize_alloc() failure state consistentMichael Niedermayer2021-03-31
* avformat/mpc8: check for size overflow in mpc8_get_chunk_header()Michael Niedermayer2021-03-31
* avformat/mov: Do not zero memory that is written too or unusedMichael Niedermayer2021-03-31
* avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change()Michael Niedermayer2021-03-31
* avformat/mov: Ignore multiple STSC / STCOMichael Niedermayer2021-03-31
* avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields()Michael Niedermayer2021-03-31
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-03-31
* avutil/common: Add FF_PTR_ADD()Michael Niedermayer2021-03-31
* avformat/asf: Factor common code outAndreas Rheinhardt2021-03-31
* avcodec/mjpegenc: Fix segfault when freeing incomplete contextAndreas Rheinhardt2021-03-31
* avcodec/tiff: Avoid forward declarationsAndreas Rheinhardt2021-03-31
* tests/matroska: Add test for WebVTT in WebMAndreas Rheinhardt2021-03-31
* fftools/ffprobe: Add missing dispositionsAndreas Rheinhardt2021-03-31
* doc/demuxers: note support for flv variant KUXGyan Doshi2021-03-31
* avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and bu...Mark Plomer2021-03-30
* avformat/rtpdec: Fix prft wallclock time.Alok Priyadarshi2021-03-30
* avcodec/put_bits: Don't set size_in_bits, fix overflowAndreas Rheinhardt2021-03-30
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/dvenc: Avoid using PutBitContext fields directlyAndreas Rheinhardt2021-03-30
* avcodec/proresenc_kostya: Factor flushing PutBitContext outAndreas Rheinhardt2021-03-30
* avcodec/utvideoenc: Don't use bitcounts when byte-alignedAndreas Rheinhardt2021-03-30
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-30
* avcodec/put_bits: Add functions for amount of bytes written/leftAndreas Rheinhardt2021-03-30