7977 Commits (3b840fab902e596e2f45de9046253ef955bb1979)

Author SHA1 Message Date
  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
  Michael Niedermayer 596762f058 mp3demux: pass on error code on packet read. 14 years ago
  Laurent Aimar 3899b3be0c rmdec: Reject invalid deinterleaving parameters 14 years ago
  Kostya Shishkov 5163de0873 Use deinterleavers for demangling audio packets in RealMedia. 14 years ago
  Laurent Aimar 27128d82fa rmdec: use the deinterleaving mode and not the codec when creating audio packets. 14 years ago
  Carl Eugen Hoyos 9442f50c33 Support 3IVD in isom, produced by 3ivx DivX Doctor. 14 years ago
  Arne de Bruijn 89bd2307f5 mpegpsdec: fix reading first mpegps packet 14 years ago
  Laurent Aimar 24e0a9e451 Reject audio tracks with invalid interleaver parameters in RM demuxer. 14 years ago
  Ingo Brückl 6e21f03547 Correct determination of file size and frames in VBRI headers 14 years ago
  Michael Niedermayer 56634b2328 libavformat/utils: print ts in the "invalid dts/pts combination" case. 14 years ago
  Laurent Aimar 605f89ffc9 segafilm: Fix potential division by 0 on corrupted segafilm streams in the demuxer. 14 years ago
  Laurent Aimar 21587509ec segafilm: Check for memory allocation failures in segafilm demuxer. 14 years ago
  Kostya Shishkov b1ceca016a smacker demuxer: handle possible av_realloc() failure. 14 years ago
  Joakim Plate 8449cebc90 rmdec: Check return value of more avio_seek calls 14 years ago
  Joakim Plate 4a721b18ed avidec: Check return value of more avio_seek calls 14 years ago
  Joakim Plate f0869d3721 asf: Check return value of more avio_seek calls 14 years ago
  Laurent Aimar be82df9e12 Fix writes out of bounds in the ogg demuxer. 14 years ago
  Laurent Aimar 8511c141e0 Fixed segfault on corrupted smacker streams in the demuxer. 14 years ago
  Laurent Aimar 4601765ee8 Fixed segfault on memory allocation failure in ape demuxer. 14 years ago
  chinshou 57571f348e avisynth: Fix upside down bug 14 years ago
  chinshou ab2ea6415b avisynth: Remove wrong pts calculation. 14 years ago
  Laurent Aimar 7181adab80 Fixed size given to init_get_bits(). 14 years ago
  Diego Biurrun 5cc5152e80 Employ FF_ARRAY_ELEMS instead of manually calculating array length. 14 years ago
  Asad Mehmood 64556c200e flvdec: Remove AVFMTCTX_NOHEADER if both flags and metadata claim 1 stream 14 years ago
  Stefan Fritsch 77dafced71 http: Fix decetion of range support in HTTP servers 14 years ago
  David Goldwich dd606be909 lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails 14 years ago
  Laurent Aimar 8c987d8291 oggdec: fix out of bound write in the ogg demuxer 14 years ago
  Laurent Aimar 6ddb12b688 Fixed size given to init_get_bits(). 14 years ago
  Laurent Aimar 4482ee9d9c Fixed off by one packet size allocation in the smacker demuxer. 14 years ago
  Laurent Aimar 2ac3aa129e Check for invalid packet size in the smacker demuxer. 14 years ago
  Laurent Aimar 1486e99b90 ape demuxer: fix segfault on memory allocation failure. 14 years ago
  Kostya Shishkov 1125f26f83 smacker demuxer: handle possible av_realloc() failure. 14 years ago
  Luca Barbato e30e0a16af flvenc: use int64_t to store offsets 14 years ago
  Alex Converse c5388d680e mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata. 14 years ago
  Anton Khirnov 44b3f05309 lavf: fix segfault in av_open_input_stream() 14 years ago
  Jindrich Makovicka e308a91c9c mpegts: fix Continuity Counter error detection 14 years ago
  Tomas Härdin 91f9c7917c gxf: Fix 25 fps DV material in GXF being misdetected as 50 fps 14 years ago