203 Commits (2124a97a4998413c7e81539b16b01ef6ac570ea9)

Author SHA1 Message Date
John Stebbins cd7a2e1502 asfdec: fix reading files larger than 2GB 8 years ago
Alexandra Hájková 0539d84d98 asfdec: Account for different Format Data sizes 8 years ago
John Stebbins 8e67039c63 asfdec: Use the ASF stream count when iterating 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Andreas Cadhalpun 2e6ba1993e asfdec: make sure packet_size is non-zero before seeking 9 years ago
Andreas Cadhalpun bf50607ab7 asfdec: check for too small size in asf_read_unknown 9 years ago
Andreas Cadhalpun e4d1621c6e asfdec: check avio_skip in asf_read_simple_index 9 years ago
Andreas Cadhalpun a32dbf2aed asfdec: break if EOF is reached after asf_read_packet_header 9 years ago
Alexandra Hájková 34d45b3616 asfdec: Fix typo in comment 9 years ago
Alexandra Hájková 066281372d asfdec: Remove unused function parameters 9 years ago
Andreas Cadhalpun 2aec600ae7 asfdec: reject size > INT64_MAX in asf_read_unknown 9 years ago
Andreas Cadhalpun c69461d737 asfdec: only set asf_pkt->data_size after sanity checks 9 years ago
Alexandra Hájková 8375dc1dd1 asfdec: handle the case when the stream index has an invalid value better 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Alexandra Hájková 00cc10aee3 asfdec: do not skip padding if offset is above packet size - padding 9 years ago
Alexandra Hájková c0a49077ea asfdec: add more checks for size left in asf packet buffer 9 years ago
Alexandra Hájková 77cf236689 asfdec: alloc enough space for storing name in asf_read_metadata_obj 9 years ago
Alexandra Hájková 317cfaa5e0 asfdec: prevent the memory leak in the asf_read_metada_obj 9 years ago
Luca Barbato e5997152f5 asf: Use time_t where needed 9 years ago
Alexandra Hájková 944f60866f asfdec: read values properly 9 years ago
Alexandra Hájková fdbc544d29 asfdec: prevent the memory leak while reading metadata 9 years ago
Alexandra Hájková 33dc1913ab asfdec: remove improper assignement that caused wrong timestamps 9 years ago
Alexandra Hájková 78491fe8cf asfdec: do not export empty metadata 9 years ago
Alexandra Hájková cd4d9df227 asfdec: free AVDictionaries properly when closing the demuxer 9 years ago
Alexandra Hájková b5c1c16247 asfdec: do not align Data Object when Broadcast Flag is set 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Alexandra Hájková 9e8627a1ff asfdec: interpret the first flag in an asf packet as length flag 9 years ago
Alexandra Hájková 7f388c0fab asfdec: remove the wrong condition 9 years ago
Alexandra Hájková aed7715b8f asfdec: increment nb_streams right after the stream allocation 9 years ago
Alexandra Hájková ee80f834cb asfdec: set nb_streams to 0 in the asf_read_close 9 years ago
Alexandra Hájková 2a187a074a asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0 9 years ago
Alexandra Hájková 93f16f338f asfdec: close the demuxer properly when read_header is failing 9 years ago
Alexandra Hájková 5655236a67 asfdec: factor out seeking to the Data Object outside while 9 years ago
Alexandra Hájková e61f39849c asfdec: make nb_sub to be unsigned int 9 years ago
Alexandra Hájková 2883ef34b5 asfdec: read the replicated data in a separate function 9 years ago
Alexandra Hájková 0989d3ad1f asfdec: convert condition for the replicated data reading to be safer 9 years ago
Alexandra Hájková 406627287e asfdec: do not read replicated data when their length is 0 9 years ago
Alexandra Hájková c571424c7f asfdec: prevent memory leaks found with Coverity Scan 9 years ago
Hendrik Leppkes 796268654c asfdec: always reset packet state after seeking 9 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 9 years ago
Alexandra Hájková 872fab4a3d asfdec: Fix reading from the pipe 9 years ago
Alexandra Hájková 016cac75c6 asfdec: prevent the infinite loop in detect unknown_subobject 10 years ago
Alexandra Hájková 9752d2e6cc asfdec: prevent possible memory leak in the asf_read_metadata_obj 10 years ago
Luca Barbato 5bdfc17189 asf: Do not skip data streams 10 years ago
Alexandra Hájková b08569a239 lavf: Replace the ASF demuxer 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Vittorio Giovara 0af3b65880 asf: do not export XMP metadata by default 10 years ago