summaryrefslogtreecommitdiff
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAge
* 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