8046 Commits (a3d331f2d88ec77dc60f6eb8de89e8d778cc9938)

Author SHA1 Message Date
  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
  Michael Niedermayer d38580a7bb mpegtsenc: fix handling of large audio packets 14 years ago
  Michael Niedermayer 5c6a2d9878 ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3. 14 years ago
  Michael Niedermayer 17c54e9317 mjpeg: support mpo 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
  Michael Niedermayer 64a854d06b rawdec: use a default sample rate if none is specified. 14 years ago
  Stefano Sabatini 91805f06a3 rawdec: add check on sample_rate 14 years ago
  Miroslav Slugeň fd30240e98 libavformat: add support for G726 audio decoder in RTP and RTSP streams 14 years ago
  Reimar Döffinger 54e4bf3296 Do not call parse_keyframes_index with NULL stream. 14 years ago
  Tobias Rapp d8acee792f mp3enc: avoid truncating id3v1 tags by one byte 14 years ago
  Michael Niedermayer 0e3dec6b08 asfdec: Check packet_replic_size earlier 14 years ago
  Justin Ruggles 241f15f1c9 tta: check for extradata allocation failure in tta demuxer 14 years ago
  Laurent Aimar cbfd34246c mpegts: do not return from ff_mpegts_parse_packet() after having seen the first PMT 14 years ago
  Laurent Aimar feef77ec3a mpegts: fix return value when enough ts packets have been parsed or when the first PMT has been seen. 14 years ago
  Alex Converse e86e9f8b7a avio: Check for invalid buffer length. 14 years ago
  Ronald S. Bultje d51c7b4cbe matroskadec: fix out of bounds write 14 years ago
  Alex Converse e58870a587 mov: 10l: Terminate string with 0 not '0' 14 years ago
  Alex Converse 5c18bcfd9c mov: Prevent illegal writes when chapter titles are very short. 14 years ago
  John Brooks 2c0cddf255 rtpdec: Read the packet length for all RTCP packet types 14 years ago
  John Brooks d398d042c1 rtpdec: Fix the minimum packet length for RTCP SR packets 14 years ago
  Alex Converse 9b6080f685 mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related functions. 14 years ago
  Laurent Aimar b832e539c0 vqa: fix double free on corrupted streams 14 years ago
  Mans Rullgard edc942202b lavf: fix signed overflow in avformat_find_stream_info() 14 years ago
  Compn d33a1d6507 riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.avi 14 years ago
  Loren Osborn b981c5d4e0 mpegtsenc: Lift limit on PMT PID 14 years ago
  Carl Eugen Hoyos 60171d8fa6 Do not set codec_tag property for matroska muxers. 14 years ago
  Michael Niedermayer a39b603bf6 lavf/utils: fix overestimation of the rational number density. 14 years ago
  Laurent Aimar 2e342df4a2 Fix use of uninitialized memory in 4X Technologies demuxer. 14 years ago
  Michael Niedermayer 80331265ca avienc: Add a limit on the number of skiped frames muxed in a row. 14 years ago
  Laurent Aimar 67b704982f Fix double free on error in Deluxe Paint Animation demuxer. 14 years ago
  Laurent Aimar fa79af6845 Check for out of bound writes in the avs demuxer. 14 years ago
  Laurent Aimar c23d5261f7 Check for corrupted data in avs demuxer. 14 years ago
  Martin Storsjö 932b5f3cbb lavf: Avoid using av_malloc(0) in av_dump_format 14 years ago
  Tomas Härdin 2451228b0c mov: Only touch extradata in mov_read_extradata() if codec_id is what we expect 14 years ago