summaryrefslogtreecommitdiff
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* Drop pointless assert.h #includesDiego Biurrun2016-05-031-1/+0
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-15/+15
* asfdec: make sure packet_size is non-zero before seekingAndreas Cadhalpun2016-02-071-0/+4
* asfdec: check for too small size in asf_read_unknownAndreas Cadhalpun2016-02-071-1/+6
* asfdec: check avio_skip in asf_read_simple_indexAndreas Cadhalpun2016-02-071-2/+6
* asfdec: break if EOF is reached after asf_read_packet_headerAndreas Cadhalpun2016-02-071-0/+2
* asfdec: Fix typo in commentAlexandra Hájková2016-01-111-1/+1
* asfdec: Remove unused function parametersAlexandra Hájková2016-01-071-10/+9
* asfdec: reject size > INT64_MAX in asf_read_unknownAndreas Cadhalpun2016-01-071-0/+3
* asfdec: only set asf_pkt->data_size after sanity checksAndreas Cadhalpun2016-01-071-8/+10
* asfdec: handle the case when the stream index has an invalid value betterAlexandra Hájková2015-11-231-3/+17
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-7/+7
* asfdec: do not skip padding if offset is above packet size - paddingAlexandra Hájková2015-10-081-3/+6
* asfdec: add more checks for size left in asf packet bufferAlexandra Hájková2015-09-121-2/+4
* asfdec: alloc enough space for storing name in asf_read_metadata_objAlexandra Hájková2015-09-061-1/+1
* asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková2015-08-161-2/+4
* asf: Use time_t where neededLuca Barbato2015-08-041-1/+1
* asfdec: read values properlyAlexandra Hájková2015-08-041-16/+36
* asfdec: prevent the memory leak while reading metadataAlexandra Hájková2015-08-021-10/+12
* asfdec: remove improper assignement that caused wrong timestampsAlexandra Hájková2015-07-311-3/+0
* asfdec: do not export empty metadataAlexandra Hájková2015-07-311-2/+4
* asfdec: free AVDictionaries properly when closing the demuxerAlexandra Hájková2015-07-311-3/+5
* asfdec: do not align Data Object when Broadcast Flag is setAlexandra Hájková2015-07-271-2/+2
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* asfdec: interpret the first flag in an asf packet as length flagAlexandra Hájková2015-07-271-2/+4
* asfdec: remove the wrong conditionAlexandra Hájková2015-07-231-1/+1
* asfdec: increment nb_streams right after the stream allocationAlexandra Hájková2015-07-231-1/+1
* asfdec: set nb_streams to 0 in the asf_read_closeAlexandra Hájková2015-07-231-0/+1
* asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0Alexandra Hájková2015-07-221-0/+2
* asfdec: close the demuxer properly when read_header is failingAlexandra Hájková2015-07-221-3/+8
* asfdec: factor out seeking to the Data Object outside whileAlexandra Hájková2015-07-221-7/+10
* asfdec: make nb_sub to be unsigned intAlexandra Hájková2015-07-191-1/+1
* asfdec: read the replicated data in a separate functionAlexandra Hájková2015-07-191-13/+24
* asfdec: convert condition for the replicated data reading to be saferAlexandra Hájková2015-07-191-2/+2
* asfdec: do not read replicated data when their length is 0Alexandra Hájková2015-07-191-11/+13
* asfdec: prevent memory leaks found with Coverity ScanAlexandra Hájková2015-07-131-4/+8
* asfdec: always reset packet state after seekingHendrik Leppkes2015-07-121-4/+2
* riff: Use the correct logging contextLuca Barbato2015-07-111-1/+1
* asfdec: Fix reading from the pipeAlexandra Hájková2015-07-101-1/+2
* asfdec: prevent the infinite loop in detect unknown_subobjectAlexandra Hájková2015-07-031-0/+2
* asfdec: prevent possible memory leak in the asf_read_metadata_objAlexandra Hájková2015-07-031-1/+2
* asf: Do not skip data streamsLuca Barbato2015-06-281-6/+0
* lavf: Replace the ASF demuxerAlexandra Hájková2015-06-281-1178/+1352
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-11/+11
* asf: do not export XMP metadata by defaultVittorio Giovara2015-03-031-1/+7
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* lavf: move internal fields from public to internal contextwm42015-02-101-5/+5
* lavf: more correct printf format specifiersDiego Biurrun2014-03-111-3/+5
* asfdec: fix seeking with fragmented packetsJanne Grunau2014-02-121-0/+10