| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove nonsensical assignment from asf_read_seek() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+0 |
* | Remove unused variable from asf_read_header() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, | Ronald S. Bultje | 2009-04-17 | 1 | -1/+1 |
* | Moving variable declarations in asf_build_simple_index() to clarify&prettify ... | Michael Niedermayer | 2009-04-17 | 1 | -10/+7 |
* | Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist | Ronald S. Bultje | 2009-04-16 | 1 | -1/+1 |
* | Don't strip the first three characters off of any metadata in ASF file. | Ronald S. Bultje | 2009-03-28 | 1 | -1/+1 |
* | Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure | Reimar Döffinger | 2009-03-18 | 1 | -7/+7 |
* | Add a special guidcmp function to compare ASF guids, to avoid the many | Reimar Döffinger | 2009-03-18 | 1 | -19/+24 |
* | cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com | avcoder | 2009-03-17 | 1 | -26/+25 |
* | Add some basic metadata conversion tables for matroska and asf. | Aurelien Jacobs | 2009-03-01 | 1 | -0/+1 |
* | move static tables from asf.h to non-static tables in asf.c | Aurelien Jacobs | 2009-02-26 | 1 | -36/+36 |
* | rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency | Aurelien Jacobs | 2009-02-26 | 1 | -0/+1090 |