Wed, 16 Dec 2009 21:24:04 +0000 |
michael |
Only add 1 index entry per keyframe.
libavformat
|
Sun, 13 Dec 2009 20:27:29 +0000 |
michael |
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped
libavformat
|
Sun, 11 Oct 2009 23:09:33 +0000 |
cehoyos |
Detect Windows Media DRM protected files and display warning if no key
libavformat
|
Sun, 30 Aug 2009 18:14:22 +0000 |
cehoyos |
Fix incorrect display of ASF/WMV duration after r12926.
libavformat
|
Sun, 26 Jul 2009 19:09:35 +0000 |
rbultje |
Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:
libavformat
|
Sun, 26 Jul 2009 12:20:04 +0000 |
mru |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
libavformat
|
Mon, 06 Jul 2009 17:08:32 +0000 |
reimar |
Check for packet_length 0, it is already treated as invalid by the padding check,
libavformat
|
Fri, 03 Jul 2009 11:18:56 +0000 |
reimar |
Fix indentation
libavformat
|
Fri, 03 Jul 2009 11:18:07 +0000 |
reimar |
Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.
libavformat
|
Wed, 24 Jun 2009 23:04:05 +0000 |
rbultje |
Remove any reference to ASFContext.packet_size and replace it with
libavformat
|
Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Tue, 09 Jun 2009 20:58:32 +0000 |
rbultje |
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:
libavformat
|
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
|