log

age author description
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
Sat, 21 Mar 2009 23:45:20 +0000 michael Average chroma of 2 lines in packed 422 -> planar 420.
Sat, 21 Mar 2009 22:53:18 +0000 cehoyos 10l: Only try to create vdpau decoder if hardware decoding is intended.
Sat, 21 Mar 2009 20:11:05 +0000 cehoyos Test if create_vdp_decoder() might succeed by calling it from config()
Sat, 21 Mar 2009 19:59:35 +0000 cehoyos Change return value for create_vdp_decoder().
Sat, 21 Mar 2009 19:46:13 +0000 compn map jls (jpeg-ls), thm and db (thumbnails) files to jpg
Sat, 21 Mar 2009 17:10:19 +0000 cehoyos Factorize create_vdp_decoder().
Sat, 21 Mar 2009 16:00:15 +0000 diego Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.
Sat, 21 Mar 2009 12:16:32 +0000 sdrik Fix build failure on x86_32 Mac OS X with PIC enabled
Sat, 21 Mar 2009 10:20:16 +0000 reimar Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regression test.
Sat, 21 Mar 2009 09:31:57 +0000 diego Remove postinst script that asks for a TrueType font to use as default.
Sat, 21 Mar 2009 09:18:36 +0000 diego Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.
Fri, 20 Mar 2009 17:22:03 +0000 reimar Avoid crash on planarCopy to a destination without alpha.
Fri, 20 Mar 2009 16:29:47 +0000 benoit Initialize pointer arrays which may be freed before being initialized.
Fri, 20 Mar 2009 16:23:48 +0000 reimar Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it
Fri, 20 Mar 2009 16:12:03 +0000 reimar Fix swscale compilation with Altivec enabled.
Fri, 20 Mar 2009 14:44:26 +0000 sdrik Reindent after last commit
Fri, 20 Mar 2009 14:17:20 +0000 sdrik Also test the alpha channel in swscale-example
Fri, 20 Mar 2009 14:16:24 +0000 sdrik YUVA420P is now supported as output format