Sun, 24 May 2009 10:26:41 +0000 |
bcoudurier |
fix get_str16_nolen with odd len, fix #1065
libavformat
|
Sun, 24 May 2009 09:59:53 +0000 |
bcoudurier |
move DEBUG define before include to get dprintf and move guidcmp before print_guid, fix compilation with DEBUG
libavformat
|
Tue, 12 May 2009 12:35:46 +0000 |
benoit |
Per-stream language-tags extraction in asfdec.
libavformat
|
Sun, 19 Apr 2009 13:29:11 +0000 |
diego |
Mark gsize variable as av_unused, fixes the warning:
libavformat
|
Sun, 19 Apr 2009 11:40:03 +0000 |
diego |
Revert previous removal of gsize variable. It breaks seeking.
libavformat
|
Sat, 18 Apr 2009 15:01:20 +0000 |
diego |
Remove unused variable gsize, fixes the warning:
libavformat
|
Fri, 17 Apr 2009 15:13:01 +0000 |
michael |
Remove nonsensical assignment from asf_read_seek() found by CSA.
libavformat
|
Fri, 17 Apr 2009 14:16:37 +0000 |
michael |
Remove unused variable from asf_read_header() found by CSA.
libavformat
|
Fri, 17 Apr 2009 14:05:57 +0000 |
rbultje |
Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,
libavformat
|
Fri, 17 Apr 2009 12:37:39 +0000 |
michael |
Moving variable declarations in asf_build_simple_index() to clarify&prettify code.
libavformat
|
Thu, 16 Apr 2009 00:41:31 +0000 |
rbultje |
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist
libavformat
|
Sat, 28 Mar 2009 03:54:31 +0000 |
rbultje |
Don't strip the first three characters off of any metadata in ASF file.
libavformat
|
Wed, 18 Mar 2009 14:03:40 +0000 |
reimar |
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
libavformat
|
Wed, 18 Mar 2009 13:17:23 +0000 |
reimar |
Add a special guidcmp function to compare ASF guids, to avoid the many
libavformat
|
Tue, 17 Mar 2009 12:27:32 +0000 |
diego |
cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com
libavformat
|
Sun, 01 Mar 2009 00:12:08 +0000 |
aurel |
Add some basic metadata conversion tables for matroska and asf.
libavformat
|
Thu, 26 Feb 2009 16:17:17 +0000 |
aurel |
move static tables from asf.h to non-static tables in asf.c
libavformat
|
Thu, 26 Feb 2009 15:44:19 +0000 |
aurel |
rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency
libavformat
base
asf.c@67715e649521
|