14485 Commits (f7459bcfc5b54554f95616214696b2a9d189d7fa)

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