summaryrefslogtreecommitdiffstats
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* asfdec: short-circuit seeking to the start of streamAndrew Kelley2014-02-121-0/+7
* asfdec: check ff_get_guid() return values during seekingJanne Grunau2014-02-121-10/+16
* asfdec: Check the return value of asf_read_stream_propertiesMartin Storsjö2013-09-301-1/+3
* asfdec: substract preroll time from marker presentation timeVladimir Pantelic2013-09-191-0/+2
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-4/+4
* riff: Move guid structs and helper functions into riffPeter Ross2013-04-211-6/+0
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-5/+11
* asfdec: do not assume every AVStream has a corresponding ASFStreamAnton Khirnov2013-02-091-5/+6
* asfdec: support reading ID3v2 tags in ASF filesVladimir Pantelic2013-02-091-3/+19
OpenPOWER on IntegriCloud