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