log

age author description
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
Wed, 18 Feb 2009 23:11:47 +0000 stefano Document sws_scale().
Wed, 18 Feb 2009 21:07:11 +0000 bircoph Replace the dash sign by &mdash; tag.
Wed, 18 Feb 2009 20:46:46 +0000 bircoph Exterminate one more trailing whitespace.
Wed, 18 Feb 2009 19:57:12 +0000 bircoph Sync with r26990.
Wed, 18 Feb 2009 16:49:12 +0000 reimar Use the same code to convert fps in float to fraction as used in mencoder,
Wed, 18 Feb 2009 14:58:06 +0000 bircoph Current revision is in sync with r28645, because r28644 and r28645
Wed, 18 Feb 2009 14:52:51 +0000 bircoph Restore synchronization with r28618.
Wed, 18 Feb 2009 14:48:30 +0000 bircoph Revert r28597 as requested by Diego in order to be cautious before
Wed, 18 Feb 2009 12:30:15 +0000 reimar Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for
Wed, 18 Feb 2009 10:32:07 +0000 diego Also shorten <channel> to <chan> in the description, not just in the example.
Wed, 18 Feb 2009 10:07:11 +0000 diego Shorten one example line to avoid the groff warning:
Wed, 18 Feb 2009 07:52:17 +0000 reimar Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles
Wed, 18 Feb 2009 02:04:16 +0000 bircoph Sync with r28618.
Tue, 17 Feb 2009 22:05:25 +0000 diego AVR32 apparently supports fast unaligned accesses.
Tue, 17 Feb 2009 21:08:22 +0000 reimar Set samplerate in reset also for AC3, and set it before the format in that
Tue, 17 Feb 2009 20:44:45 +0000 reimar Mark all Linux RealVideo decoders as buggy, they all seem to have some problem
Tue, 17 Feb 2009 19:01:29 +0000 reimar Make it possible for mpcodecs_get_image to return NULL as the
Tue, 17 Feb 2009 18:59:47 +0000 reimar Print an error and return NULL in vf_get_image if we try to allocate
Tue, 17 Feb 2009 16:40:50 +0000 reimar Set avctx->opaque already at init instead of decode so it can be used in
Tue, 17 Feb 2009 15:00:57 +0000 Gabrov Typo fix
Tue, 17 Feb 2009 12:00:43 +0000 diego cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
Tue, 17 Feb 2009 11:59:49 +0000 reimar Extend calc_src_dst_rects to also calculate the border values needed for
Tue, 17 Feb 2009 11:52:39 +0000 diego cosmetics: const static --> static const, avoids the debug mode warning:
Tue, 17 Feb 2009 11:40:59 +0000 diego Also set HAVE_EBP_AVAILABLE in debug mode.
Tue, 17 Feb 2009 11:29:43 +0000 diego cosmetics: Remove stray empty lines.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Tue, 17 Feb 2009 10:41:13 +0000 diego Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:
Tue, 17 Feb 2009 10:13:08 +0000 cehoyos Fix compilation after last commit.
Tue, 17 Feb 2009 08:09:36 +0000 reimar Cropping parameter to calc_src_dst_rects is const
Tue, 17 Feb 2009 08:05:14 +0000 reimar 100l, reset ass_border when switching out of fullscreen mode.
Tue, 17 Feb 2009 03:20:40 +0000 diego Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this
Tue, 17 Feb 2009 03:15:10 +0000 diego Move FFmpeg #includes below all others so that they do not override
Tue, 17 Feb 2009 03:08:56 +0000 diego Move libavutil #includes below all others so that they do not override
Tue, 17 Feb 2009 02:57:10 +0000 diego The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,
Tue, 17 Feb 2009 00:09:15 +0000 uau Fix compilation without VDPAU
Mon, 16 Feb 2009 23:56:19 +0000 cehoyos Fix #endif comment.
Mon, 16 Feb 2009 23:05:18 +0000 cehoyos Add note about ffwmv3vdpau.
Mon, 16 Feb 2009 20:58:13 +0000 reimar Add support for VDPAU video out, including hardware decoding.