summaryrefslogtreecommitdiffstats
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAgeFilesLines
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-091-2/+17
* fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier2009-05-241-2/+3
* move DEBUG define before include to get dprintf and move guidcmp before print...Baptiste Coudurier2009-05-241-6/+6
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-121-1/+32
* Mark gsize variable as av_unused, fixes the warning:Diego Biurrun2009-04-191-1/+1
* Revert previous removal of gsize variable. It breaks seeking.Diego Biurrun2009-04-191-0/+1
* Remove unused variable gsize, fixes the warning:Diego Biurrun2009-04-181-1/+0
* Remove nonsensical assignment from asf_read_seek() found by CSA.Michael Niedermayer2009-04-171-1/+0
* Remove unused variable from asf_read_header() found by CSA.Michael Niedermayer2009-04-171-2/+0
* Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,Ronald S. Bultje2009-04-171-1/+1
* Moving variable declarations in asf_build_simple_index() to clarify&prettify ...Michael Niedermayer2009-04-171-10/+7
* Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglistRonald S. Bultje2009-04-161-1/+1
* Don't strip the first three characters off of any metadata in ASF file.Ronald S. Bultje2009-03-281-1/+1
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-181-7/+7
* Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger2009-03-181-19/+24
* cosmetics: fix indentation, patch by avcoder, ffmpeg gmail comavcoder2009-03-171-26/+25
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-011-0/+1
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-261-36/+36
* rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs2009-02-261-0/+1090
OpenPOWER on IntegriCloud