log

age author description
Fri, 03 Oct 2008 09:40:43 +0000 diego Internal liba52 should default to enabled.
Thu, 02 Oct 2008 22:15:45 +0000 gpoirier fix FAQ about compiling 32 bit mplayer on x86_64
Wed, 01 Oct 2008 17:05:46 +0000 reimar Use the existing pt_iter_goto_head function instead of reimplementing it
Wed, 01 Oct 2008 17:05:39 +0000 reimar mpctx->playtree is a node, files can not be directly appended to it,
Wed, 01 Oct 2008 17:05:30 +0000 reimar Add a "pause" property to allow checking if MPlayer is paused.
Wed, 01 Oct 2008 17:05:18 +0000 reimar Add a m_property_flag_ro function for the default behaviour of a
Wed, 01 Oct 2008 06:47:26 +0000 diego 10l: Remove deleted file libmpeg2/motion_comp_iwmmxt.c from Makefile as well.
Wed, 01 Oct 2008 01:01:59 +0000 diego Remove IWMMXT optimizations through libavcodec from libmpeg2.
Tue, 30 Sep 2008 19:35:10 +0000 gpoirier sync w/r27651
Tue, 30 Sep 2008 10:44:50 +0000 reimar Apply patch for oCERT #2008-013 / CVE-2008-3827
Mon, 29 Sep 2008 20:44:38 +0000 gpoirier sync w/r27607
Mon, 29 Sep 2008 06:06:19 +0000 diego Remove unused function fast_memcpy.
Mon, 29 Sep 2008 05:41:54 +0000 diego cosmetics: indentation
Mon, 29 Sep 2008 01:15:54 +0000 michael Revert mistakenly committed hunk.
Mon, 29 Sep 2008 01:14:27 +0000 michael Print all cases that are tested, not just the ones that are bad.
Mon, 29 Sep 2008 01:08:01 +0000 michael Fix infinite loop with spline, bug was introduced in r27612 by me.
Sun, 28 Sep 2008 10:14:45 +0000 diego cosmetics: prettyprinting
Fri, 26 Sep 2008 21:17:01 +0000 nicodvb slave command to get the number of chapters; patch by Kevin DeKorte - kdekorte gmail com
Thu, 25 Sep 2008 17:42:56 +0000 reimar Since the pause loop now also runs commands, set mpctx->was_paused
Thu, 25 Sep 2008 17:40:33 +0000 reimar Add an experimental pausing_keep_force slave mode command prefix
Thu, 25 Sep 2008 17:11:01 +0000 reimar Do not special-case a grouping-subsegment length of 0.
Thu, 25 Sep 2008 06:51:42 +0000 diego misc fixes for the GUI section
Wed, 24 Sep 2008 20:49:27 +0000 voroshil Add debug message about loaded frequency tables.
Wed, 24 Sep 2008 20:42:15 +0000 voroshil Make output messages of frequency selection code more useful by
Wed, 24 Sep 2008 20:30:06 +0000 voroshil Fix overflow in frequency conversion code inside tvi_dshow.
Tue, 23 Sep 2008 21:44:02 +0000 diego Add RVTR fourcc to ffrv20 decoder.
Tue, 23 Sep 2008 20:53:46 +0000 diego Remove one more pointless and gcc-specific __attribute__ ((unused)).
Tue, 23 Sep 2008 20:53:08 +0000 diego Restore function parameters mistakenly removed in previous commit.
Tue, 23 Sep 2008 20:38:30 +0000 diego Remove pointless and gcc-specific __attribute__ ((unused)).
Sun, 21 Sep 2008 22:56:53 +0000 diego Make sure -I. appears before all other -I flags.