Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-24asfdec: fix reading files larger than 2GBJohn Stebbins
2017-02-15asfdec: Account for different Format Data sizesAlexandra Hájková
2017-02-04asfdec: Use the ASF stream count when iteratingJohn Stebbins
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-07asfdec: make sure packet_size is non-zero before seekingAndreas Cadhalpun
2016-02-07asfdec: check for too small size in asf_read_unknownAndreas Cadhalpun
2016-02-07asfdec: check avio_skip in asf_read_simple_indexAndreas Cadhalpun
2016-02-07asfdec: break if EOF is reached after asf_read_packet_headerAndreas Cadhalpun
2016-01-11asfdec: Fix typo in commentAlexandra Hájková
2016-01-07asfdec: Remove unused function parametersAlexandra Hájková
2016-01-07asfdec: reject size > INT64_MAX in asf_read_unknownAndreas Cadhalpun
2016-01-07asfdec: only set asf_pkt->data_size after sanity checksAndreas Cadhalpun
2015-11-23asfdec: handle the case when the stream index has an invalid value betterAlexandra Hájková
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-08asfdec: do not skip padding if offset is above packet size - paddingAlexandra Hájková
2015-09-12asfdec: add more checks for size left in asf packet bufferAlexandra Hájková
2015-09-06asfdec: alloc enough space for storing name in asf_read_metadata_objAlexandra Hájková
2015-08-16asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková
2015-08-04asf: Use time_t where neededLuca Barbato
2015-08-04asfdec: read values properlyAlexandra Hájková
2015-08-02asfdec: prevent the memory leak while reading metadataAlexandra Hájková
2015-07-31asfdec: remove improper assignement that caused wrong timestampsAlexandra Hájková
2015-07-31asfdec: do not export empty metadataAlexandra Hájková
2015-07-31asfdec: free AVDictionaries properly when closing the demuxerAlexandra Hájková
2015-07-27asfdec: do not align Data Object when Broadcast Flag is setAlexandra Hájková
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27asfdec: interpret the first flag in an asf packet as length flagAlexandra Hájková
2015-07-23asfdec: remove the wrong conditionAlexandra Hájková
2015-07-23asfdec: increment nb_streams right after the stream allocationAlexandra Hájková
2015-07-23asfdec: set nb_streams to 0 in the asf_read_closeAlexandra Hájková
2015-07-22asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0Alexandra Hájková
2015-07-22asfdec: close the demuxer properly when read_header is failingAlexandra Hájková
2015-07-22asfdec: factor out seeking to the Data Object outside whileAlexandra Hájková
2015-07-19asfdec: make nb_sub to be unsigned intAlexandra Hájková
2015-07-19asfdec: read the replicated data in a separate functionAlexandra Hájková
2015-07-19asfdec: convert condition for the replicated data reading to be saferAlexandra Hájková
2015-07-19asfdec: do not read replicated data when their length is 0Alexandra Hájková
2015-07-13asfdec: prevent memory leaks found with Coverity ScanAlexandra Hájková
2015-07-12asfdec: always reset packet state after seekingHendrik Leppkes
2015-07-11riff: Use the correct logging contextLuca Barbato
2015-07-10asfdec: Fix reading from the pipeAlexandra Hájková
2015-07-03asfdec: prevent the infinite loop in detect unknown_subobjectAlexandra Hájková
2015-07-03asfdec: prevent possible memory leak in the asf_read_metadata_objAlexandra Hájková
2015-06-28asf: Do not skip data streamsLuca Barbato
2015-06-28lavf: Replace the ASF demuxerAlexandra Hájková
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-03-03asf: do not export XMP metadata by defaultVittorio Giovara