log asfdec.c @ 5273:f292b3e34823 libavformat

age author description
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