log

age author description
Wed, 25 Mar 2009 21:37:57 +0000 diego Update date in manual page.
Wed, 25 Mar 2009 21:31:56 +0000 diego Rename 'default-binds' input option to 'default-bindings'.
Wed, 25 Mar 2009 19:48:05 +0000 diego cosmetics: Drop leading underscore from extra_ variables.
Wed, 25 Mar 2009 18:08:52 +0000 diego swscale-example is an API example, not a test program.
Wed, 25 Mar 2009 17:38:52 +0000 cehoyos 1l: There is no more delay since r29051.
Wed, 25 Mar 2009 07:52:41 +0000 cehoyos Clarify vdpau deinterlacers.
Tue, 24 Mar 2009 21:49:08 +0000 cehoyos New VDPAU deinterlacing code needs one reference surface less for software decoding.
Tue, 24 Mar 2009 21:47:56 +0000 cehoyos New vdpau deinterlacing code needs one reference surface less.
Tue, 24 Mar 2009 21:45:39 +0000 cehoyos Stephen Warren reported that VDPAU deinterlacing did not work correctly.
Tue, 24 Mar 2009 19:48:51 +0000 compn sqcp plays with ffqclp in ffmpeg
Tue, 24 Mar 2009 09:32:35 +0000 diego Update help output with previous --extra-ldflags change.
Tue, 24 Mar 2009 07:11:35 +0000 sdrik Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion
Tue, 24 Mar 2009 07:10:19 +0000 sdrik Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane
Tue, 24 Mar 2009 07:09:19 +0000 sdrik Simpler and more elegant fix to the x86_32/OSX+PIC build failure
Tue, 24 Mar 2009 00:22:51 +0000 diego Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary
Mon, 23 Mar 2009 23:41:24 +0000 diego typo fix: Remove stray '-' from --extra-cflags option evaluation.
Mon, 23 Mar 2009 23:37:51 +0000 diego Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary
Mon, 23 Mar 2009 22:53:42 +0000 diego Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.
Mon, 23 Mar 2009 22:42:53 +0000 diego Do not use full CFLAGS to build codec-cfg, they are unnecessary.
Sun, 22 Mar 2009 23:58:40 +0000 cehoyos Change function call order in config().
Sun, 22 Mar 2009 23:15:54 +0000 diego Rename 'tests' target to 'testprogs'. It is too easily confused with the
Sun, 22 Mar 2009 23:09:20 +0000 diego Remove unnecessary CLEANFILES declaration. Test programs do not require it.
Sun, 22 Mar 2009 14:28:13 +0000 reimar Add forgotten "static" to new data_length variable in ao_pcm
Sun, 22 Mar 2009 14:27:10 +0000 reimar Whitespace-only cosmetics: use consistent indentation in ao_pcm.c
Sun, 22 Mar 2009 14:23:07 +0000 reimar Print a warning if ao_pcm wrote more data than what can be specified in the
Sun, 22 Mar 2009 13:19:58 +0000 bircoph Sync with r28984: 17% done.
Sun, 22 Mar 2009 12:38:52 +0000 bircoph Synced with r28991.
Sun, 22 Mar 2009 02:53:07 +0000 jrash sync with en/mplayer.1 r28991
Sat, 21 Mar 2009 23:59:02 +0000 michael Enable unscaled packed422 -> planar 420 converters by default as the
Sat, 21 Mar 2009 23:52:34 +0000 michael 10l: C code of extract_even2avg(), extract_odd2() and extract_odd2avg() was