14186 Commits (55328d5f7246d0f0e3892e253ac28600d1db75df)

Author SHA1 Message Date
  Michael Niedermayer 55328d5f72 avformat/electronicarts: detect endianness by comparing sizes instead of using an arbitrary threshold 12 years ago
  Michael Niedermayer a07d4bc80a avformat/gxfenc: dont use a int intermediate to store in a unsigned int table 12 years ago
  Michael Niedermayer 587e3c3426 avformat/electronicarts: use 64bit variable for avio_tell() result 12 years ago
  Peter Ross 8baaa924bd wtvdec: when testing for truncated files, actually check the .wtv file size 12 years ago
  Michael Niedermayer eedd914873 avformat/pva: Make sure the header is large enough before reading the timestamp from it 12 years ago
  Michael Niedermayer 5ec3c7b7c1 avformat/pva: Make sure the first byte of pes_header_data has been initialized 12 years ago
  Michael Niedermayer 632fdec9f4 avformat/nistspheredec: initialize header_size to -1 12 years ago
  Luca Barbato f412b2c9f3 flv: Use the correct type to hold the file offset 12 years ago
  Luca Barbato 15739a9bd1 jvdec: Do not feed the decoder with known wrong data 12 years ago
  Paul B Mahol e518cb863e jvdec: Fix memory leak of jv->frames 13 years ago
  Luca Barbato 027712e851 jvdec: Return EOF on end of file 12 years ago
  Michael Niedermayer a165964f3c avformat/sierravmd: Check avio_read return value 12 years ago
  Michael Niedermayer 8fe06e7ae8 avformat/nistspheredec: check sscanf() success before using the result 12 years ago
  Michael Niedermayer 5eeeb4abf9 rpl: Dont fill the index with entries that failed to be parsed 12 years ago
  Leandro Dorileo f9b997c337 libavformat/mpegts: expose raw packet size 12 years ago
  Michael Niedermayer ae09db1023 avformat/dxa: check avio_read() return 12 years ago
  Michael Niedermayer f5d039840a avformat/swfdec: clear 4 bytes at the end of a packet if they are not initialized 12 years ago
  Michael Niedermayer e72f5abbc6 avformat/swfdec: check avio_read() return code 12 years ago
  Michael Niedermayer fde74d1b9d avformat/swfdec: check avio_read() return code 12 years ago
  Michael Niedermayer 4e575adeff avformat/ipmovie: Check palette size in OPCODE_SET_PALETTE 12 years ago
  Michael Niedermayer 947e40b9fe avformat/ipmovie: Check that OPCODE_SET_PALETTE size is large enough 12 years ago
  Michael Niedermayer 5f0d552c9b avformat/ipmovie: remove superflous () 12 years ago
  Michael Niedermayer 8faabf3bd2 avformat/ipmovie: Check that the OPCODE_INIT_AUDIO_BUFFERS size is large enough 12 years ago
  Michael Niedermayer d8b4ba3c5a avformat/isom: zero MPEG4AudioConfig to avoid leaving fields uninitialized 12 years ago
  Stefano Sabatini aeccb522eb lavf/concatdec: fix crash in case a file in script cannot be opened 12 years ago
  Stefano Sabatini 8937af7b6f lavf/segment: increase logging level for message with segment start information 12 years ago
  Stoian Ivanov 5fe415f0f4 UDP: join multicast group on the interface specified with &localaddr= 12 years ago
  Michael Niedermayer 49f10c9cb1 avformat/format: av_register_output_format() and av_register_intput_format() that work in O(1) time 12 years ago
  Michael Niedermayer 4ecac81678 avformat/psxstr: zero packet to prevent uninitialized data to leak through to the decoder 12 years ago
  Michael Niedermayer ffbcb1c6f0 avformat/id3v2: Check avio_read() return value in read_chapter() 12 years ago
  Michael Niedermayer 460f8fca9c avformat/id3v2: factor free code to the end of read_chapter() 12 years ago
  Joakim Plate 6eda91ad54 mpegts: stop analyzing when pmt for all programs have been found 12 years ago
  Michael Niedermayer d600b18f22 avformat/utils: limit rfps to values larger than fps 12 years ago
  Michael Niedermayer 476aceaa22 vformat/id3v2: check avio_read for short reads in addition to errors 12 years ago
  Stefano Sabatini d37d4b6e40 lavf/mux: improve feedback in case of no streams in muxer 12 years ago
  Michael Niedermayer 4511531582 avformat/oggparsetheora: zero extradata padding area 12 years ago
  Michael Niedermayer 0e0f6bd4a5 avformat/id3v2: Check avio_read() return code in id3v2_parse() 12 years ago
  Alex Sukhanov cc0e2ba1aa Enable parser in FLV demuxer for H264 codec 12 years ago
  Michael Niedermayer f6cd447bf1 avformat/utils: treat flv like mov with timestamp discarding 12 years ago
  Michael Niedermayer 6f9be91063 avformat/iff: fix memleak of packet 12 years ago
  Michael Niedermayer 2b31a9c613 avformat/iff: shrink packets to the initialized data 12 years ago
  Michael Niedermayer 7a5d3a41fe avformat/mov: Check avio_read() return code in mov_read_extradata() and shrink the extradata if needed / return an error 12 years ago
  Michael Niedermayer 892562e921 avformat/ipmovie: Check OPCODE_CREATE_TIMER size 12 years ago
  Yu Xiaolei 20bc574b86 build fix: apetag.c depends on img2.c 12 years ago
  Michael Niedermayer 9aba0a6f7b rtpdec_h264: Check the return value of functions doing allocations 12 years ago
  Martin Storsjö 6451c8853a sdp: Check theora colorspace before producing the configuration string 12 years ago
  Michael Niedermayer 797f2a7913 hdsenc: Check the init_file() return code 12 years ago
  Michael Niedermayer b8ed15d637 hdsenc: Fix an off by one error in an array size check 12 years ago
  Michael Niedermayer 417927af3c hdsenc: Avoid integer overflow 12 years ago
  Stefano Sabatini 2cfe70ff3e lavf/movenc: return meaningful error code from mov_write_header() 12 years ago