summaryrefslogtreecommitdiff
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAge
* Favor chunk size over hitting the correct position after reading the chunk si...Reinhard Tartler2010-05-19
* 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
* Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.Reimar Döffinger2009-07-03
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-24
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-09
* fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier2009-05-24
* move DEBUG define before include to get dprintf and move guidcmp before print...Baptiste Coudurier2009-05-24
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-12
* Mark gsize variable as av_unused, fixes the warning:Diego Biurrun2009-04-19
* Revert previous removal of gsize variable. It breaks seeking.Diego Biurrun2009-04-19
* Remove unused variable gsize, fixes the warning:Diego Biurrun2009-04-18
* Remove nonsensical assignment from asf_read_seek() found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable from asf_read_header() found by CSA.Michael Niedermayer2009-04-17
* Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,Ronald S. Bultje2009-04-17
* Moving variable declarations in asf_build_simple_index() to clarify&prettify ...Michael Niedermayer2009-04-17
* Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglistRonald S. Bultje2009-04-16
* Don't strip the first three characters off of any metadata in ASF file.Ronald S. Bultje2009-03-28
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-18
* Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger2009-03-18
* cosmetics: fix indentation, patch by avcoder, ffmpeg gmail comavcoder2009-03-17
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-26
* rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs2009-02-26