log

age author description
Mon, 13 Mar 2006 21:18:27 +0000 albeu 10L fix missing return statement.
Mon, 13 Mar 2006 17:15:51 +0000 michael do not randomly chop up packets, this isnt allowed in almost no container
Mon, 13 Mar 2006 16:56:10 +0000 albeu Fix seeking with cache enabled on systems using fork().
Mon, 13 Mar 2006 16:52:01 +0000 faust3 fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fiedler <martin.fiedler at gmx.net>
Mon, 13 Mar 2006 16:36:18 +0000 gpoirier sync with 1.1238
Mon, 13 Mar 2006 16:17:44 +0000 faust3 adapter doesn't require vm anymore
Mon, 13 Mar 2006 11:06:08 +0000 diego Ignore codecs2html.
Mon, 13 Mar 2006 10:50:37 +0000 cladisch To avoid a bug in ALSA's rate plugin that causes spurious overruns, try
Mon, 13 Mar 2006 10:49:12 +0000 cladisch Do not try to count hardware sound cards because there might be none
Mon, 13 Mar 2006 09:03:43 +0000 gabrov fixed character encoding
Mon, 13 Mar 2006 07:08:01 +0000 nicodvb recommitted version 1.22 + Rich's 1.25
Mon, 13 Mar 2006 06:50:55 +0000 ods15 cosmetic, move stuff around
Mon, 13 Mar 2006 03:46:25 +0000 pacman Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more
Mon, 13 Mar 2006 02:42:06 +0000 michael FAAC encoding through libavcodec-faac
Mon, 13 Mar 2006 02:40:09 +0000 michael -lavcopts aglobal
Sun, 12 Mar 2006 23:06:09 +0000 reimar remove mp_msg.c dependency when compiling codec-cfg binary.
Sun, 12 Mar 2006 22:29:27 +0000 reimar Fix compilation error introduced by last commit
Sun, 12 Mar 2006 22:14:00 +0000 nicodvb unified failure case in muxer_new_muxer()
Sun, 12 Mar 2006 21:47:15 +0000 reimar remove useless cruft (binds variable)
Sun, 12 Mar 2006 21:44:22 +0000 reimar fix feature pragma length check
Sun, 12 Mar 2006 20:47:52 +0000 michael + muxer_lavf.c - Michael Niedermayer
Sun, 12 Mar 2006 20:44:22 +0000 ods15 strings without terminating NUL
Sun, 12 Mar 2006 19:05:57 +0000 nicodvb in fix_parameters() move assignment of audio bitrate to the proper block (the bitrate for video is actually hardcoded to 800000)
Sun, 12 Mar 2006 18:58:08 +0000 nicodvb check stream->wf and stream->bih before using them in fix_parameters(). Fixes cid 43
Sun, 12 Mar 2006 18:31:50 +0000 rfelker 10l found by Oded: case 2 on a boolean value...
Sun, 12 Mar 2006 18:13:11 +0000 nicodvb exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fails (to avoid memleak). Fixes cid 173
Sun, 12 Mar 2006 18:11:32 +0000 rfelker fix cosmetics noticed during nico's 10l
Sun, 12 Mar 2006 18:06:46 +0000 nicodvb fixed C99-ism introduced with previous commit
Sun, 12 Mar 2006 17:46:51 +0000 nicodvb check muxer != NULL before using it; closes cid 201
Sun, 12 Mar 2006 17:40:32 +0000 ods15 bump neglected date