summaryrefslogtreecommitdiff
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAge
...
* asfdec: skip the stream bitrate listAnton Khirnov2011-02-10
* asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov2011-02-09
* asfdec: move DAR list to ASFContextAnton Khirnov2011-02-09
* asfdec: remove some write-only values from the contextAnton Khirnov2011-02-09
* asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-09
* asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-09
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* asfdec: ensure that the whole tag is read.Anton Khirnov2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* asfdec: remove some commented-out cruftAnton Khirnov2011-01-25
* lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-25
* make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2010-12-26
* Change ASF demuxer to return incomplete last packets.Reimar Döffinger2010-12-18
* Return an error when get_buffer reads none or only partial data insteadReimar Döffinger2010-12-11
* Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger2010-12-11
* skip top-level objects to search for the simple index in ASF filesStefan Gehrer2010-12-03
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-16
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Fix indentation after r25158.Carl Eugen Hoyos2010-09-23
* Fix aspect ratio for files that have it stored inRichard Buteau2010-09-23
* asfdec: 10l, fix the minimum asf video stream header sizeMartin Storsjö2010-07-20
* asfdec: Don't read the video stream header if there isn't enough dataMartin Storsjö2010-07-20
* asfdec: Handle asf_jfif_mediaMartin Storsjö2010-07-20
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Ignore extradata & w/h in asf/dvr.Michael Niedermayer2010-07-07
* asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts()Måns Rullgård2010-06-24
* Continue after guids in asf after which other guids are possible instead of s...Michael Niedermayer2010-06-23
* Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its...Alex Converse2010-05-26
* Favor chunk size over hitting the correct position after reading the chunk si...Michael Niedermayer2010-05-07
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Replace @returns by @return.Benoit Fouet2010-03-30
* Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic2010-03-08
* asfdec: don't strip the "WM/" prefix, this should be done during conversion.Anton Khirnov2010-02-25
* Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in ourAnton Khirnov2010-02-24
* asfdec: skip byte array tags.Benoit Fouet2010-02-24
* asfdec: add a debug message about skipped tags.Benoit Fouet2010-02-24
* asfdec: fix a memleak.Benoit Fouet2010-02-24
* asfdec: only unicode tags must have even length.Benoit Fouet2010-02-24
* workaround for broken files created by previous versions of asfenc.Anton Khirnov2010-02-15
* Only add 1 index entry per keyframe.Michael Niedermayer2009-12-16
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor2009-10-11
* Fix incorrect display of ASF/WMV duration after r12926.Josh Harris2009-08-30
* Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:Ronald S. Bultje2009-07-26
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Check for packet_length 0, it is already treated as invalid by the padding ch...Reimar Döffinger2009-07-06
* Fix indentationReimar Döffinger2009-07-03