log asfdec.c @ 6481:123ebc5da327 libavformat

age author description
Thu, 23 Sep 2010 03:40:06 +0000 cehoyos Fix aspect ratio for files that have it stored in libavformat
Tue, 20 Jul 2010 13:08:10 +0000 mstorsjo asfdec: 10l, fix the minimum asf video stream header size libavformat
Tue, 20 Jul 2010 11:52:29 +0000 mstorsjo asfdec: Don't read the video stream header if there isn't enough data libavformat
Tue, 20 Jul 2010 11:50:57 +0000 mstorsjo asfdec: Handle asf_jfif_media libavformat
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavformat
Wed, 07 Jul 2010 10:39:05 +0000 michael Ignore extradata & w/h in asf/dvr. libavformat
Thu, 24 Jun 2010 15:10:06 +0000 mru asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts() libavformat
Wed, 23 Jun 2010 02:04:55 +0000 michael Continue after guids in asf after which other guids are possible instead of skiping libavformat
Wed, 26 May 2010 04:22:52 +0000 alexc Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its own packet. libavformat
Fri, 07 May 2010 08:08:09 +0000 michael Favor chunk size over hitting the correct position after reading the chunk size in asf. libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Tue, 30 Mar 2010 15:50:57 +0000 benoit Replace @returns by @return. libavformat
Mon, 08 Mar 2010 13:13:18 +0000 benoit Use ASF supports "markers" which are a name and a time stamp to create libavformat
Thu, 25 Feb 2010 16:38:23 +0000 benoit asfdec: don't strip the "WM/" prefix, this should be done during conversion. libavformat
Wed, 24 Feb 2010 18:19:54 +0000 rbultje Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our libavformat
Wed, 24 Feb 2010 07:34:12 +0000 benoit asfdec: skip byte array tags. libavformat
Wed, 24 Feb 2010 07:33:18 +0000 benoit asfdec: add a debug message about skipped tags. libavformat
Wed, 24 Feb 2010 07:32:20 +0000 benoit asfdec: fix a memleak. libavformat
Wed, 24 Feb 2010 07:31:03 +0000 benoit asfdec: only unicode tags must have even length. libavformat
Mon, 15 Feb 2010 21:14:47 +0000 cehoyos workaround for broken files created by previous versions of asfenc. libavformat
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