9019 Commits (53c430415a65cb4097bdb59b924aaa09bc5e2bb2)

Author SHA1 Message Date
  Michael Niedermayer 53c430415a nsvdec: Check av_malloc(string_size) 14 years ago
  Michael Niedermayer e1152971a6 issdemux: Check packet_size for validity 14 years ago
  Michael Niedermayer a80205ff82 segafilm: fail earlier in case theres not enough bytestream left for a 14 years ago
  Michael Niedermayer 0231a68ecd avio: Fix ffio_limit() when due to seeking past the end less than 0 bytes remain. 14 years ago
  Michael Niedermayer 42476635ba asfdec: fix endless loop on EOF 14 years ago
  Michael Niedermayer 462ecdb9bb sierravmd: limit packetsize to the amount that could be read. 14 years ago
  Michael Niedermayer a1666ae8f0 rmdec: Avoid allocating huge packets 14 years ago
  Michael Niedermayer adf0c1c70c rpl: Fix near infinite loop in index reading due to missing eof check. 14 years ago
  Michael Niedermayer a9de82ac17 avio: fix handling of , in urls 14 years ago
  Michael Niedermayer 33636442e2 udp: support non blocking reads with fifo 14 years ago
  Michael Niedermayer 3710f0b9ed udp: Replace double select() by select+mutex+cond. 14 years ago
  Michael Niedermayer 12d0e44bdb udp: return circular buffer error if such error happened. 14 years ago
  Paul B Mahol 8dce2dd9cc lavf: Add SMJPEG demuxer. 14 years ago
  Michael Niedermayer 532731369a ipmovie: fix FPE 14 years ago
  Tomas Härdin 5c2097cff7 mxfdec: Sanity check PreviousPartition 14 years ago
  Tomas Härdin 6a8826abf4 mxfdec: Move the current_partition check inside mxf_read_header() 14 years ago
  Tomas Härdin 46e4dd66da mxfdec: Check url_feof() in mxf_read_local_tags() 14 years ago
  Tomas Härdin 7e35c3e177 mxfdec: Check for NULL component 14 years ago
  Michael Niedermayer fd552756d9 avio: remove ENOTSUP mention in doxy as its not available on all supported platforms 14 years ago
  Luca Barbato cb75ed3014 nut: support 10bit YUV 14 years ago
  Alex Converse 7a8fc9906f mpegts: Suppress invalid timebase warnings on DMB streams. 14 years ago
  Alex Converse c2507fb986 mpegts: Fix typo in handling sections in the PMT. 14 years ago
  Michael Niedermayer 1db39228c6 roq: fix excessive memory alloc 14 years ago
  Michael Niedermayer d561025e49 avidec: move eof check before continue. 14 years ago
  Michael Niedermayer a1a079dce4 siff: simplify code by using ffio_limit() 14 years ago
  Michael Niedermayer c0c5189e66 soxdec: check av_malloc return. 14 years ago
  Michael Niedermayer 0ab9072ee0 dsicin demuxer: Fix excessive malloc() 14 years ago
  Michael Niedermayer 3461d27506 lavf: split out ffio_limit() 14 years ago
  Michael Niedermayer 0815a2907a rl2demux: Fix FPE 14 years ago
  Michael Niedermayer 21ca96049f siff: Fix excessive memory allocation. 14 years ago
  Michael Niedermayer 9f1dde03d5 mov: detect EOF in mov_read_dref() 14 years ago
  Michael Niedermayer cb2d66a470 avienc: Fix rawvideo 32bit 14 years ago
  Michael Niedermayer c55b158b87 mtvdemuxer: fix segfault caused by truncated packets. 14 years ago
  Michael Niedermayer 5ca4ec76b7 lavf: print an error if a packet has been truncated due to filesize 14 years ago
  Michael Niedermayer 813c05fcd2 txd/westwood: remove demuxer specific overallocate solutions as the new generic code 14 years ago
  Michael Niedermayer dd5d2de5ec lavf: Update AVIOContext.maxsize when hitting the end. 14 years ago
  Michael Niedermayer c40296d1ad avidec: Check that the header chunks fit in the available filesize. 14 years ago
  Michael Niedermayer cd5d5bf45c txddemux: Limit allocated packets to filesize. 14 years ago
  Michael Niedermayer aed8e8f9f3 thp: simplify overallocate checks. 14 years ago
  Michael Niedermayer 349cca9f12 lavf: add internal AVIOContext.maxsize 14 years ago
  Michael Niedermayer 58b65c1241 thpdemux: Check that packed sizes are within the files data size and filesize. 14 years ago
  Michael Niedermayer 44e7ef15ae avidec: Fix infinite loop caused by rounding of timestamps in non interleaved avis. 14 years ago
  Michael Niedermayer 4af03698f3 smackerdemuxer: check some values before instead of just after malloc() 14 years ago
  Michael Niedermayer 8af76473b3 westwooddemux: dont require avio_size() functionality. 14 years ago
  Michael Niedermayer 0177ac9637 lavf: Fix fps misdetection when codec_info_duration is 0 and only a few frames are used to estimate fps. 14 years ago
  Michael Niedermayer 17044e1a2b mov: Fix near infinite loop in stsd parsing. 14 years ago
  Michael Niedermayer 19babec06f westwooddemuxer: use av_get_packet() 14 years ago
  Michael Niedermayer 02798736bf westwooddemuxer: Fix 1gb alloc 14 years ago
  Martin Storsjö 3f1e77a44c flvenc: Support muxing 16 kHz nellymoser 14 years ago
  Shitiz Garg 0c62a00e68 westwood: Make sure audio header info is present when parsing audio packets 14 years ago