log asf.c @ 4354:6111dd03464b libavformat

age author description
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Wed, 07 Jan 2009 14:50:19 +0000 rbultje Don't use s->pb if a local ByteIOContext was already provided by the calling libavformat
Thu, 18 Dec 2008 01:28:29 +0000 rbultje Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and libavformat
Thu, 18 Dec 2008 01:25:43 +0000 rbultje Add a ByteIOContext argument to ASF functions that will be shared with the libavformat
Sat, 13 Dec 2008 17:18:11 +0000 rbultje Separate the packet fetching from the data reading, so that the data reading libavformat
Sat, 06 Dec 2008 20:28:38 +0000 rbultje Remove static variable and a printf using it. See "[PATCH] asf.c: move libavformat
Sat, 06 Dec 2008 18:35:52 +0000 rbultje Do not access s->gb directly in functions that have a local copy of that libavformat
Wed, 03 Dec 2008 15:23:30 +0000 diego Delete unnecessary 'extern' keywords. libavformat
Fri, 14 Nov 2008 03:45:31 +0000 bcoudurier timestamp is dts in wmv/asf libavformat
Thu, 02 Oct 2008 16:03:00 +0000 benoit Use enum typers instead of int. libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Sun, 13 Jul 2008 19:41:07 +0000 mru ASF: use dprintf(), allow compilation with -DDEBUG libavformat
Sat, 12 Jul 2008 18:42:00 +0000 michael New codec probing system try #1. libavformat
Sat, 12 Jul 2008 16:43:46 +0000 michael command_streams are type data not unknown. libavformat