log

age author description
Sun, 08 Apr 2007 20:24:16 +0000 diego Get rid of unnecessary pointer casts. libavformat
Sun, 08 Apr 2007 20:21:11 +0000 diego Make some functions which aren't used outside their declaring source file libavformat
Sun, 08 Apr 2007 12:05:02 +0000 diego cosmetics: indentation fix libavformat
Sun, 08 Apr 2007 11:37:43 +0000 michael file extension based probe is max/2 libavformat
Sun, 08 Apr 2007 11:37:04 +0000 michael factorize libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Sun, 08 Apr 2007 09:50:08 +0000 michael also remove c93_ prefix for static function in the c93 demuxer libavformat
Sat, 07 Apr 2007 23:32:55 +0000 michael s/rle_num_bytes/code/ libavformat
Sat, 07 Apr 2007 23:26:11 +0000 michael simplify libavformat
Sat, 07 Apr 2007 23:24:31 +0000 michael conform to spec libavformat
Sat, 07 Apr 2007 23:10:22 +0000 michael use shorter names for the block type enum libavformat
Sat, 07 Apr 2007 22:57:04 +0000 michael code claims to use 32bit timestamp, lets make it also use that libavformat
Sat, 07 Apr 2007 22:55:15 +0000 michael remove redundant comments libavformat
Sat, 07 Apr 2007 22:51:05 +0000 michael remove inappropriate debuging av_log() alternatively they could be changed to dprintf() libavformat
Sat, 07 Apr 2007 22:47:55 +0000 michael memleak (seems ive missed that under the obfuscated indention) libavformat
Sat, 07 Apr 2007 22:41:45 +0000 michael sane indention (no more 3 statements on one line...) libavformat
Sat, 07 Apr 2007 21:34:18 +0000 diego CRYO APC demuxer libavformat
Sat, 07 Apr 2007 20:51:58 +0000 diego Bethsoft VID demuxer and video decoder libavformat
Sat, 07 Apr 2007 16:03:23 +0000 diego THP PCM decoder, used on the Nintendo GameCube. libavformat
Sat, 07 Apr 2007 14:25:25 +0000 diego Interplay C93 demuxer and video decoder libavformat
Sat, 07 Apr 2007 14:09:20 +0000 diego typos/grammar libavformat
Fri, 06 Apr 2007 18:29:27 +0000 diego SGI image decoder ported to the new image API. libavformat
Fri, 06 Apr 2007 09:43:32 +0000 diego Add some help for the analyzeduration option. libavformat
Wed, 04 Apr 2007 11:51:08 +0000 gpoirier changes some function declarations from () to (void) as per ansi c. libavformat
Tue, 03 Apr 2007 21:09:36 +0000 diego There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring libavformat
Tue, 03 Apr 2007 16:47:43 +0000 diego cosmetics: indentation libavformat
Tue, 03 Apr 2007 16:33:04 +0000 diego Get rid of unnecessary conditionals. libavformat
Tue, 03 Apr 2007 15:59:15 +0000 diego CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. libavformat
Tue, 03 Apr 2007 15:57:38 +0000 diego cosmetics: Put audio (de)muxer entries in alphabetical order. libavformat
Tue, 03 Apr 2007 15:56:21 +0000 diego Audio (de)muxer dependency on OSS is handled by configure. libavformat