log mpcommon.c @ 29248:6ebc9e7ffa12

age author description
Wed, 08 Apr 2009 20:21:21 +0000 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
Mon, 26 Jan 2009 11:24:05 +0000 diego Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
Mon, 26 Jan 2009 09:29:53 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW
Sun, 25 Jan 2009 22:52:00 +0000 diego Add SSSE3 and CMOV to CPU information printed on startup.
Sun, 25 Jan 2009 22:49:51 +0000 diego cosmetics: Consistently name 3DNow! extensions.
Sun, 25 Jan 2009 21:03:02 +0000 diego HAVE_3DNOWEX --> HAVE_3DNOWEXT
Sun, 25 Jan 2009 20:35:58 +0000 diego Factorize print_version().
Mon, 08 Sep 2008 21:26:22 +0000 uau Revert bad changes to SSA/ASS subtitle packet format
Fri, 05 Sep 2008 15:07:06 +0000 aurel libass: add a new ass_process_data() to process demuxed subtitle packets
Thu, 04 Sep 2008 23:36:17 +0000 aurel a valid ASS line contains 9 ',' before actual text
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Wed, 30 Jul 2008 13:44:59 +0000 diego Rename two GUI-related preprocessor directives:
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Tue, 15 Apr 2008 13:20:15 +0000 albeu noconfig fix, disable_gui_conf was not defined when compiling mencoder.
Mon, 14 Apr 2008 11:21:29 +0000 albeu Add options to disable some or all config files.
Sun, 30 Mar 2008 16:55:46 +0000 eugeni Support 'default' attribute for audio and subtitle tracks.
Fri, 29 Feb 2008 17:25:50 +0000 eugeni Select audio stream in mplayer and mencoder, overriding demuxer decision.
Sun, 27 Jan 2008 16:38:04 +0000 reimar Reindent
Sun, 27 Jan 2008 16:36:35 +0000 reimar Simplify subtitle handling with -ass
Sun, 27 Jan 2008 16:13:21 +0000 reimar Support mov subtitle format directly instead of converting to text in the demuxer
Fri, 11 Jan 2008 21:45:20 +0000 eugeni Remove global_ass_track. Instead create an ass_track for each 't' track.
Fri, 11 Jan 2008 21:45:17 +0000 eugeni Move all subtitle parsing from mkv demuxer to update_subtitles().
Sun, 06 Jan 2008 20:27:14 +0000 reimar Whitespace-only cosmetics: get rid of tabs
Fri, 28 Dec 2007 20:57:38 +0000 eugeni Fix update_subtitles() checking subtitle type for the wrong track.
Tue, 11 Dec 2007 10:12:58 +0000 ulion Fix spudec to display current vobsub immediately after a seek.
Sat, 08 Sep 2007 03:06:23 +0000 voroshil Decrease teletext page rendering frequency from 1/frame to about 4/sec.
Sun, 29 Jul 2007 17:57:39 +0000 voroshil Teletext support
Thu, 21 Jun 2007 08:18:51 +0000 voroshil Revert r23530.
Sun, 10 Jun 2007 00:06:12 +0000 voroshil Teletext support for tv:// (v4l and v4l2 only)
Sat, 17 Feb 2007 21:04:46 +0000 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c