log

age author description
Mon, 23 Feb 2009 22:27:28 +0000 jrash sync with en/mplayer.1 r28576
Mon, 23 Feb 2009 21:40:02 +0000 reimar Calculate border size in aspect keeping code by using AdjustWindowRect
Mon, 23 Feb 2009 11:48:45 +0000 reimar ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same
Mon, 23 Feb 2009 09:22:57 +0000 reimar Only check for vdp_video_mixer_destroy failure when we actually executed that function.
Mon, 23 Feb 2009 09:21:57 +0000 reimar EOSD/ASS support for vo_vdpau.c
Mon, 23 Feb 2009 05:47:40 +0000 bircoph Synced with r28707.
Mon, 23 Feb 2009 05:45:31 +0000 bircoph Synced with r28706.
Mon, 23 Feb 2009 05:34:26 +0000 bircoph Update faq about power management effect taking into account that
Mon, 23 Feb 2009 05:23:12 +0000 bircoph Update some statements:
Mon, 23 Feb 2009 05:16:48 +0000 bircoph Synced with r28704.
Mon, 23 Feb 2009 03:35:07 +0000 zuxy Get rid of the outdated and unmaintained CPU codename table.
Mon, 23 Feb 2009 01:39:27 +0000 uau configure: Make the special dvdnav test the last one again
Sun, 22 Feb 2009 14:12:33 +0000 diego Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.
Sun, 22 Feb 2009 09:25:13 +0000 kostya SwScaler now has new YUV2RGB table generator
Sun, 22 Feb 2009 09:22:05 +0000 kostya New LGPLed YUV2RGB table generator for SwScaler
Sat, 21 Feb 2009 22:08:50 +0000 diego Make alpha arch detection more lenient. Taken from the Debian patchset.
Sat, 21 Feb 2009 22:07:39 +0000 uau af_stats: Some fixes to the new filter
Sat, 21 Feb 2009 21:29:38 +0000 diego Add missing #include "config.h", fixes the warning:
Sat, 21 Feb 2009 21:27:27 +0000 diego Add statistics audio filter that prints information about the audio stream.
Sat, 21 Feb 2009 21:03:57 +0000 diego Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the
Sat, 21 Feb 2009 20:25:02 +0000 diego Add -ffast-math to LDFLAGS as well as to CFLAGS.
Sat, 21 Feb 2009 18:15:55 +0000 reimar Add forgotten type to variable declaration.
Sat, 21 Feb 2009 17:36:26 +0000 diego Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.
Sat, 21 Feb 2009 17:35:48 +0000 diego Print the version string after the command line has been parsed.
Sat, 21 Feb 2009 14:51:01 +0000 cehoyos Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.
Sat, 21 Feb 2009 13:37:47 +0000 reimar Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoids
Sat, 21 Feb 2009 11:44:10 +0000 reimar 100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet).
Sat, 21 Feb 2009 10:54:29 +0000 stefang move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
Sat, 21 Feb 2009 10:52:59 +0000 stefang splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
Sat, 21 Feb 2009 10:49:52 +0000 stefang make MMX registers parametrized in the WRITEBGR32 macro,
Sat, 21 Feb 2009 08:33:43 +0000 iive Cosmetics. Reindent to 4 spaces.
Sat, 21 Feb 2009 07:32:56 +0000 iive Cleanup.
Sat, 21 Feb 2009 03:35:28 +0000 bircoph Synced with r28266.
Sat, 21 Feb 2009 00:30:53 +0000 iive Cosmetics. Remove all trailing whitespaces
Fri, 20 Feb 2009 23:46:24 +0000 iive Turn all remaining printf() into mp_msg().
Fri, 20 Feb 2009 23:18:28 +0000 iive Cleanup.
Fri, 20 Feb 2009 22:49:09 +0000 iive Cosmetics part2. Indent local variable definitions like the rest of the code.
Fri, 20 Feb 2009 22:13:31 +0000 iive Cosmetics part 1. Reindent to 4 spaces.
Fri, 20 Feb 2009 19:17:10 +0000 iive Comment out "else" statement without following block.
Fri, 20 Feb 2009 18:39:02 +0000 iive Move libavcodec includes together.
Fri, 20 Feb 2009 10:00:15 +0000 reimar Document that and why deinterlacing is not working
Fri, 20 Feb 2009 09:45:48 +0000 reimar Add support for VDPAU deinterlacing, pullup, denoise and sharpening.
Thu, 19 Feb 2009 16:08:07 +0000 bircoph Synced with r28670. (Copyright year update.)
Thu, 19 Feb 2009 15:42:00 +0000 Gabrov synced with r28670
Thu, 19 Feb 2009 15:41:06 +0000 Gabrov update copyright year at the end of the man page
Thu, 19 Feb 2009 14:55:48 +0000 reimar Drop official maintainership of ao_pulse since libpulseaudio still has
Thu, 19 Feb 2009 14:00:33 +0000 reimar Work around a PulseAudio bug that causes MPlayer to hang after unpausing.
Thu, 19 Feb 2009 13:57:14 +0000 reimar Try to update libvo.txt
Thu, 19 Feb 2009 12:19:55 +0000 reimar Re-add accidentally discarded comment about YUVJ format.
Thu, 19 Feb 2009 11:42:05 +0000 zuxy Be more robust against corrupted RM files that contain invalid packet length
Thu, 19 Feb 2009 10:07:46 +0000 diego Add necessary header for ARCH_X86_64 preprocessor check.
Thu, 19 Feb 2009 10:06:43 +0000 diego Remove unused and unreachable code hunk that was surrounded by a misspelled
Thu, 19 Feb 2009 09:21:46 +0000 iive Return PIX_FMT_NONE if the video system refuses all other formats.
Thu, 19 Feb 2009 05:09:46 +0000 bircoph Synced with r28660.
Thu, 19 Feb 2009 04:04:22 +0000 bircoph Another outdated text in <screen> example.
Thu, 19 Feb 2009 03:54:26 +0000 bircoph Remove exclamation marks to make output similar to English version.
Thu, 19 Feb 2009 03:50:24 +0000 bircoph Fix capitalization to be similar to English master file.
Thu, 19 Feb 2009 03:41:35 +0000 bircoph Screen example for no audio problem is outdated:
Thu, 19 Feb 2009 02:24:03 +0000 bircoph Spelling: capitalize pronouns.
Wed, 18 Feb 2009 23:16:31 +0000 stefano Rename the "src" parameter in the sws_scale() declaration to