log

age author description
Tue, 14 Aug 2007 14:30:27 +0000 diego cosmetics: prettyprint
Tue, 14 Aug 2007 14:29:22 +0000 diego Apple Remote support
Mon, 13 Aug 2007 22:50:44 +0000 diego AC3 --> AC-3
Mon, 13 Aug 2007 22:42:42 +0000 diego Document how to encode with some libavcodec audio codecs.
Mon, 13 Aug 2007 17:41:56 +0000 diego Fix compilation on BSD.
Mon, 13 Aug 2007 08:49:11 +0000 diego Remove unused variables.
Mon, 13 Aug 2007 08:32:47 +0000 cehoyos Fix likely mistake when using char*.
Mon, 13 Aug 2007 08:30:53 +0000 cehoyos Remove additional warnings when using icc - similar to -Wno-pointer-sign.
Sun, 12 Aug 2007 13:22:46 +0000 diego MP3 audio encoder was renamed to libmp3lame in FFmpeg.
Sun, 12 Aug 2007 12:47:13 +0000 diego Remove unused definition.
Sun, 12 Aug 2007 12:42:47 +0000 diego Remove outdated lines.
Sun, 12 Aug 2007 12:21:07 +0000 diego Declare all vo_gamma variables in libvo/video_out.h and remove them from
Sun, 12 Aug 2007 12:16:11 +0000 diego Fix UDP select timeout.
Thu, 09 Aug 2007 20:13:53 +0000 gpoirier Change "object type complexity" parameter of FAAC in the
Thu, 09 Aug 2007 19:04:21 +0000 reimar The "svn copy" method for reverting has worked flawlessly for me without
Thu, 09 Aug 2007 11:35:41 +0000 diego Move some more compiler flags to configure.
Thu, 09 Aug 2007 10:26:00 +0000 reimar When a new subtitle stream becomes available check if it is the one that
Wed, 08 Aug 2007 23:33:34 +0000 diego Remove unused definition.
Wed, 08 Aug 2007 23:28:29 +0000 cehoyos printf in mp_image.h was changed to fprintf in r17972.
Wed, 08 Aug 2007 22:30:51 +0000 cehoyos Fix warning: too many arguments for format
Wed, 08 Aug 2007 22:14:00 +0000 cehoyos Cosmetics: Remove empty block.
Wed, 08 Aug 2007 21:47:36 +0000 cehoyos Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.
Wed, 08 Aug 2007 19:33:26 +0000 kraymer r23920: Teletext support (and editor's info)
Wed, 08 Aug 2007 13:13:12 +0000 reimar Add <application> tag around MEncoder
Wed, 08 Aug 2007 13:03:01 +0000 ptt synced with r24030
Wed, 08 Aug 2007 12:48:47 +0000 ptt synced with r23996
Wed, 08 Aug 2007 10:40:17 +0000 cehoyos Remove useless #include and silence warnings when compiling find_sub.c.
Wed, 08 Aug 2007 09:12:33 +0000 diego Move some #defines into configure/config.h.
Wed, 08 Aug 2007 08:59:59 +0000 reimar Document special A-V sync issues with FLV files
Wed, 08 Aug 2007 08:10:35 +0000 cehoyos bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless.