7438 Commits (e3e369f6962cb73ead3ca5d49a5cc313eb85e5fc)

Author SHA1 Message Date
  Anton Khirnov 05f5a2eb62 avidec: use actually read size instead of requested size 13 years ago
  Anton Khirnov 77d43bf42d lavf: don't segfault when a NULL filename is passed to avformat_open_input() 13 years ago
  Mans Rullgard 0054d70f23 mov: set AVCodecContext.width/height for h264 13 years ago
  Ronald S. Bultje 50336dc4f1 ea: check chunk_size for validity. 14 years ago
  Michael Niedermayer b15e85d820 rtpdec_asf: Fix integer underflow that could allow remote code execution 14 years ago
  Anton Khirnov bc5d86d23d id3v2: fix skipping extended header in id3v2.4 14 years ago
  Diego Biurrun 6fe5038753 nsvdec: Propagate error values instead of returning 0 in nsv_read_header(). 14 years ago
  Ronald S. Bultje f2e412d050 smacker: error out if palette copy-with-offset overruns palette size. 14 years ago
  Alex Converse 853ce33dbc mov: Add more HDV and XDCAM FourCCs. 14 years ago
  Alex Converse 5015ada0ec mov: Add support for MPEG2 HDV 720p24 (hdv4) 14 years ago
  Alex Converse b0888b8a48 dv: Fix small overread in audio frequency table. 14 years ago
  Alex Converse 00fa6ffe1a dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936. 14 years ago
  Michael Niedermayer 44e182d41e dv: Fix null pointer dereference due to ach=0 14 years ago
  Michael Niedermayer bb737d381f dv: check stype 14 years ago
  Alex Converse 0100c4b1b0 nsvdec: Propagate errors 14 years ago
  Alex Converse be524c186b nsvdec: Be more careful with av_malloc(). 14 years ago
  Michael Niedermayer 65beb8c117 nsvdec: Fix use of uninitialized streams. 14 years ago
  Ronald S. Bultje 433aaeb2f1 matroska: check buffer size for RM-style byte reordering. 14 years ago
  Ronald S. Bultje a2d5e741a8 asf: don't seek back on EOF. 14 years ago
  Ronald S. Bultje 18caebca4c asf: error out on ridiculously large minpktsize values. 14 years ago
  Ronald S. Bultje 811989e910 rm: prevent infinite loops for index parsing. 14 years ago
  Ronald S. Bultje cd6c5e16c6 swf: check return values for av_get/new_packet(). 14 years ago
  Ronald S. Bultje 9a331217b0 asf: prevent packet_size_left from going negative if hdrlen > pktlen. 14 years ago
  Ronald S. Bultje 6c12293f6c matroska: don't overwrite string values until read/alloc was succesful. 14 years ago
  Alex Converse dd7b323d9a matroskadec: Pad AAC extradata. 14 years ago
  Laurent Aimar 5ab326d7db 4xmdemux: prevent use of uninitialized memory 14 years ago
  Laurent Aimar 7fa13e12e6 avsdemux: check for out of bound writes 14 years ago
  Laurent Aimar b696d61518 avsdemux: check for corrupted data 14 years ago
  Alex Converse a23bcc923d mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related functions. 14 years ago
  Mans Rullgard 2c99aa48d7 lavf: fix signed overflow in avformat_find_stream_info() 14 years ago
  Alex Converse 4faa00b256 mpegps: Use av_get_packet() instead of poorly emulating it. 14 years ago
  Laurent Aimar fce03f8783 mpc8: Fix return value on EOF 14 years ago
  Laurent Aimar ea5a5f0908 segafilm: Check for memory allocation failures in segafilm demuxer. 14 years ago
  Martin Storsjö 151aaf539f lavf: Avoid using av_malloc(0) in av_dump_format 14 years ago
  Justin Ruggles ce80957cf1 sol: return error if av_get_packet() fails. 14 years ago
  Laurent Aimar 74f4c1358c flvdec: Fix invalid pointer deferences when parsing index 14 years ago
  Alex Converse 2f62b677cc mpegps: Handle buffer exhaustion when reading packets. 14 years ago
  Alex Converse 684f671f28 mp4: Don't read an empty Decoder Config Descriptor 14 years ago
  Chris Evans 1f625431e2 matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc() 14 years ago
  Anton Khirnov 07624cfeaa Add a version bump and APIchanges entry for avcodec_open2 and avformat_find_stream_info. 14 years ago
  Mans Rullgard d6f763659c lavf: fix multiplication overflow in avformat_find_stream_info() 14 years ago
  Anton Khirnov e297459eb6 lavf: fix invalid reads in avformat_find_stream_info() 14 years ago
  Anton Khirnov afe2726089 lavf: add avformat_find_stream_info() 14 years ago
  Mans Rullgard e257eebd17 lavf: do not set codec_tag for rawvideo 14 years ago
  Michael Niedermayer a2443e89d7 Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. 14 years ago
  Anton Khirnov 9f9b731a3a movenc: fix NULL reference in mov_write_tkhd_tag 14 years ago
  Anton Khirnov ad47a5ec85 movenc: create an alternate group for each media type 14 years ago
  Michael Niedermayer fed7f5b04f flvdec: Check for overflow before allocating arrays 14 years ago
  David Goldwich 9973ca992e lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails 14 years ago
  Laurent Aimar a3d471e500 oggdec: fix out of bound write in the ogg demuxer 14 years ago