summaryrefslogtreecommitdiff
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAge
* 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
* asfdec: short-circuit seeking to the start of streamAndrew Kelley2014-02-12
* asfdec: check ff_get_guid() return values during seekingJanne Grunau2014-02-12
* asfdec: Check the return value of asf_read_stream_propertiesMartin Storsjö2013-09-30
* asfdec: substract preroll time from marker presentation timeVladimir Pantelic2013-09-19
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* riff: Move guid structs and helper functions into riffPeter Ross2013-04-21
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* asfdec: do not assume every AVStream has a corresponding ASFStreamAnton Khirnov2013-02-09
* asfdec: support reading ID3v2 tags in ASF filesVladimir Pantelic2013-02-09
* asfdec: also read Metadata Library ObjectVladimir Pantelic2013-02-09
* asfdec: read the full Metadata Object, not just aspect ratio informationVladimir Pantelic2013-02-09
* asfdec: silence a warningVladimir Pantelic2013-02-09
* asf: K&R formatting cosmeticsDiego Biurrun2013-02-06
* asfdec: Fix printf format string length modifierDiego Biurrun2013-01-07