log

age author description
Sun, 21 Jan 2007 22:42:06 +0000 Gabrov synced with r21906
Sun, 21 Jan 2007 21:49:24 +0000 Gabrov synced with r21989
Sun, 21 Jan 2007 21:40:23 +0000 Gabrov fix typo
Sun, 21 Jan 2007 21:38:41 +0000 reimar Fix compilation: define CONFIG_ZLIB in config.mak
Sun, 21 Jan 2007 20:08:06 +0000 voroshil r21959: Apply ancient double-click patch that nobody cares to comment on.
Sun, 21 Jan 2007 18:29:18 +0000 reimar Instead of printing a useless "sig11 coming soon" message, just abort parsing
Sun, 21 Jan 2007 18:22:07 +0000 reimar Sanity-check sh_video->bih->biSize
Sun, 21 Jan 2007 15:44:58 +0000 reimar Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
Sun, 21 Jan 2007 11:10:52 +0000 reimar Add ignore key bind
Sun, 21 Jan 2007 11:05:21 +0000 reimar Move code to ignore mouse wheel "down" events to fifo.c (needed because
Sun, 21 Jan 2007 10:49:08 +0000 reimar Another AVCodecTag compile fix
Sun, 21 Jan 2007 10:33:34 +0000 reimar Forgotten CodecTag -> AVCodecTag
Sun, 21 Jan 2007 10:17:40 +0000 reimar Fix compilation after lavf changes
Sun, 21 Jan 2007 10:10:07 +0000 reimar support -ffourcc with -of lavf
Sat, 20 Jan 2007 21:57:57 +0000 diego Simplify install calls.
Sat, 20 Jan 2007 21:55:57 +0000 diego Remove redundant informative output.
Sat, 20 Jan 2007 21:55:30 +0000 diego Don't suppress make output during installation.
Sat, 20 Jan 2007 21:39:21 +0000 diego some simplifications
Sat, 20 Jan 2007 21:19:58 +0000 diego Move ldconfig platform differences into configure where they belong.
Sat, 20 Jan 2007 21:14:14 +0000 diego Move ranlib setting to a more sensible place.
Sat, 20 Jan 2007 13:46:17 +0000 nicodvb in h264_parse_sps() reuse mp_unescape03()
Sat, 20 Jan 2007 13:14:09 +0000 nicodvb vc1 probing code: if sh_video->bih can't be callocated exit
Sat, 20 Jan 2007 13:10:40 +0000 nicodvb in vc1 probing code, all packets before the first sequence header must be skipped, not read
Sat, 20 Jan 2007 13:06:17 +0000 nicodvb removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing code
Sat, 20 Jan 2007 12:17:22 +0000 nicodvb decode vc1 sequence header and frame it in video_read_frame();
Sat, 20 Jan 2007 12:13:50 +0000 nicodvb demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_extension_2 payload)
Sat, 20 Jan 2007 12:04:20 +0000 nicodvb added function to parse vc1 sequence header
Fri, 19 Jan 2007 23:15:53 +0000 reimar BE_32 -> AV_RB32
Fri, 19 Jan 2007 23:14:57 +0000 reimar Compile fix: LE_* -> AV_RL*
Fri, 19 Jan 2007 01:19:02 +0000 nicodvb include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SO