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