101812 Commits (a86f3e983ec113689af48dd49ae043d85c8dc8bd)
 

Author SHA1 Message Date
  Andreas Rheinhardt a86f3e983e avcodec/g2meet: Fix undefined NULL + 0 5 years ago
  Andreas Rheinhardt bbf8431b1b avutil/base64: Fix undefined NULL + 0 5 years ago
  Andreas Rheinhardt 566bf56791 avcodec/vmdvideo: Fix NULL + 0 5 years ago
  Andreas Rheinhardt 8429661db8 avcodec/mss12: Don't apply non-zero offset to null pointer 5 years ago
  Andreas Rheinhardt dd9cbd1cc3 avcodec/lcldec: Fix undefined NULL + 0 5 years ago
  Andreas Rheinhardt 911fe69c5f avcodec/qtrleenc: Fix negative linesizes, don't use NULL + offset 5 years ago
  Andreas Rheinhardt d5fc16a6a8 avcodec/qtrleenc: Use keyframe when no previous frame is available 5 years ago
  Andreas Rheinhardt 64977ed7ae libswresample/audioconvert: Fix undefined NULL + 0 5 years ago
  Andreas Rheinhardt f83976344e avcodec/proresdec2: Don't apply non-zero offset to null pointer 5 years ago
  Andreas Rheinhardt 4863671d88 avcodec/mpegvideo_enc: Don't apply non-zero offset to null pointer 5 years ago
  Andreas Rheinhardt 9eadd616b7 avfilter/af_hdcd: Fix undefined shifts 5 years ago
  Andreas Rheinhardt 659a925939 avcodec/dcaenc: Fix undefined left shift of negative numbers 5 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 5 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
  Michael Niedermayer 9e8475c7c7 avcodec/exr: Check oe in huf_decode() before use 4 years ago
  Martin Storsjö b484e140ef tls_gnutls: Print the underlying IO error message and pass the error code through 5 years ago
  Martin Storsjö 84ad471fce tls_openssl: Improve quality of printed error messages, pass IO error codes through 5 years ago
  Gyan Doshi eac77f7cf0 rtpenc_mpegts: add AVClass to the muxer context 4 years ago
  Michael Niedermayer ceae92cb29 avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context() 5 years ago
  Michael Niedermayer 76cea1d2ce avcodec/mpegpicture: Keep ff_mpeg_framesize_alloc() failure state consistent 5 years ago
  Michael Niedermayer 6cc65d3d67 avformat/mpc8: check for size overflow in mpc8_get_chunk_header() 5 years ago
  Michael Niedermayer c1fe1114bc avformat/mov: Do not zero memory that is written too or unused 5 years ago
  Michael Niedermayer 87d87e6587 avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change() 5 years ago
  Michael Niedermayer 2611d20d35 avformat/mov: Ignore multiple STSC / STCO 5 years ago
  Michael Niedermayer b37ff29e0e avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields() 5 years ago
  Michael Niedermayer 1cf96ce269 avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice() 5 years ago
  Michael Niedermayer 522a5259e9 avutil/common: Add FF_PTR_ADD() 5 years ago
  Andreas Rheinhardt dfeb9b3a8b avformat/asf: Factor common code out 4 years ago
  Andreas Rheinhardt 84ac35ecb8 avcodec/mjpegenc: Fix segfault when freeing incomplete context 4 years ago
  Andreas Rheinhardt e5d6af7b35 avcodec/tiff: Avoid forward declarations 4 years ago
  Andreas Rheinhardt d4575982f4 tests/matroska: Add test for WebVTT in WebM 4 years ago
  Andreas Rheinhardt 461d04d956 fftools/ffprobe: Add missing dispositions 4 years ago
  Gyan Doshi 61ea0e3191 doc/demuxers: note support for flv variant KUX 4 years ago
  Mark Plomer 6ef5d8ca86 avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and buf_size 5 years ago
  Alok Priyadarshi 62f486e793 avformat/rtpdec: Fix prft wallclock time. 5 years ago
  Andreas Rheinhardt e7cbbd9026 avcodec/put_bits: Don't set size_in_bits, fix overflow 5 years ago
  Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 5 years ago
  Andreas Rheinhardt 73fb1b8a9b avcodec/dvenc: Avoid using PutBitContext fields directly 5 years ago
  Andreas Rheinhardt f9d1528fc9 avcodec/proresenc_kostya: Factor flushing PutBitContext out 5 years ago
  Andreas Rheinhardt df1c30f139 avcodec/utvideoenc: Don't use bitcounts when byte-aligned 5 years ago
  Andreas Rheinhardt 67f6e7ed6d avcodec: Remove cumbersome way of checking for amount of bytes left 5 years ago
  Andreas Rheinhardt 11ff9cb5e9 avcodec/put_bits: Add functions for amount of bytes written/left 5 years ago
  Andreas Rheinhardt e48f18e2d5 avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriate 5 years ago
  Andreas Rheinhardt ddd0f5dbe9 avcodec/dvenc: Remove dead error message 5 years ago
  Andreas Rheinhardt 3183eda0fa avcodec/mlpenc: Avoid redundant temporary PutBitContext 5 years ago