14173 Commits (5ec3c7b7c1189dca0ba29edbd33b5dbe68313382)

Author SHA1 Message Date
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
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
Michael Niedermayer 797f2a7913 hdsenc: Check the init_file() return code 11 years ago
Michael Niedermayer b8ed15d637 hdsenc: Fix an off by one error in an array size check 11 years ago
Michael Niedermayer 417927af3c hdsenc: Avoid integer overflow 11 years ago
Stefano Sabatini 2cfe70ff3e lavf/movenc: return meaningful error code from mov_write_header() 11 years ago
Stefano Sabatini 54c596fe7a lavf/movenc: improve feedback in case of unsupported codec 11 years ago
Michael Niedermayer f5cf0ea93a avformat/asf: clear uninitialized areas of packets before returning them 11 years ago
Michael Niedermayer 7d7a701362 avformat/ipmovie: Fix use of uninitialized memory in OPCODE_INIT_VIDEO_BUFFERS 11 years ago
Michael Niedermayer 7439475e69 avformat/network: check ff_socket_nonblock() return and print a debug message 11 years ago
Carl Eugen Hoyos fb5518cfb7 Force one stream in caf muxer. 11 years ago
Michael Niedermayer 5d8e4f6da0 avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr dereference 11 years ago
Michael Niedermayer c5f15f40b9 avformat/rtpdec_h264: fix null pointer dereferences 11 years ago
Michael Niedermayer db8a53d86a avformat/sdp: fix memleak on error 11 years ago
Michael Niedermayer 3dbf9afe85 libavformat/hdsenc: check init_file() return code 11 years ago