8020 Commits (fdd09e5d7b2b0fff9458e287c41aea2e89359b23)

Author SHA1 Message Date
  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
  Nicolas George 17b6abab50 movenc: Replace av_realloc by av_realloc_f when relevant. 14 years ago
  Nicolas George cfff8db729 gxfenc: Replace av_realloc by av_realloc_f when relevant. 14 years ago
  Nicolas George 431937883f aviobuf: Replace av_realloc by av_realloc_f when relevant. 14 years ago
  Nicolas George 7bc9c32573 avienc: Replace av_realloc by av_realloc_f when relevant. 14 years ago
  Nicolas George 1537f86a93 avidec: Replace av_realloc by av_realloc_f when relevant. 14 years ago
  Nicolas George 2a934e87b1 4xm: Replace av_realloc by av_realloc_f when relevant. 14 years ago
  Laurent Aimar 521dbccc11 Fix return value on EOF in mpc v8 demuxer. 14 years ago
  Michael Niedermayer e394f7984c psxstr: improve probe to not misdetect so much. 14 years ago
  Michael Niedermayer 3aad92f3e6 lavf/utils: only complain about aspect missmatch when the difference is "meassureable" 14 years ago
  Michael Niedermayer 4d36f7cf88 avformat_free_context: favor av_freep() 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
  Laurent Aimar 54a178f28f Fixed size given to init_get_bits(). 14 years ago
  Laurent Aimar 9f391c4971 Fixed off by one packet size allocation in the smacker demuxer. 14 years ago
  Laurent Aimar 4e7905fa9e Check for invalid packet size in the smacker demuxer. 14 years ago
  Laurent Aimar 4ee014309c ape demuxer: fix segfault on memory allocation failure. 14 years ago
  Kostya Shishkov 0b9b3570a3 smacker demuxer: handle possible av_realloc() failure. 14 years ago
  Luca Barbato fe3e7297fe flvenc: use int64_t to store offsets 14 years ago