log

age author description
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
Fri, 20 Mar 2009 14:15:14 +0000 sdrik Add alpha channel scaling
Fri, 20 Mar 2009 14:14:28 +0000 sdrik Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
Fri, 20 Mar 2009 14:01:51 +0000 sdrik Use a simpler and more general check for the gray case in the planarCopy function
Thu, 19 Mar 2009 23:33:35 +0000 diego Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:
Thu, 19 Mar 2009 23:29:19 +0000 cehoyos Remove useless casting in asm "m" operand.
Thu, 19 Mar 2009 21:52:44 +0000 ramiro Allocate executable memory with VirtualAlloc() in Windows.
Thu, 19 Mar 2009 21:50:10 +0000 ramiro Drop unnecessary cast and cosmetically align.
Thu, 19 Mar 2009 19:44:11 +0000 rathann Fix HTML docs generation, broken in r28980.
Thu, 19 Mar 2009 15:02:44 +0000 michael Revert
Thu, 19 Mar 2009 14:04:14 +0000 michael Fix 10l typo.
Thu, 19 Mar 2009 11:30:29 +0000 Gabrov remove trailing whitespaces
Thu, 19 Mar 2009 11:21:54 +0000 Gabrov remove trailing whitespaces
Thu, 19 Mar 2009 11:18:04 +0000 Gabrov remove trailing whitespaces all over the place
Thu, 19 Mar 2009 11:02:16 +0000 Gabrov synced with r28991
Thu, 19 Mar 2009 03:45:29 +0000 michael Unscaled converters for
Wed, 18 Mar 2009 22:11:50 +0000 reimar Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.
Wed, 18 Mar 2009 21:48:35 +0000 cehoyos Support icc 11.1.
Wed, 18 Mar 2009 18:17:49 +0000 rathann drop obsolete guidelines
Wed, 18 Mar 2009 17:12:44 +0000 ramiro swscale-example: use LFG instead of random()
Wed, 18 Mar 2009 17:07:30 +0000 ramiro Do not assume long is same width as x86 register.
Wed, 18 Mar 2009 17:02:29 +0000 cehoyos Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
Wed, 18 Mar 2009 12:50:17 +0000 reimar Support FFmpeg codecs that decode to other formats than S16.
Wed, 18 Mar 2009 09:17:15 +0000 cehoyos Older versions of <vdpau/vdpau.h> will fail during compilation.
Wed, 18 Mar 2009 08:06:08 +0000 diego Consistently use ff_ prefixes for internal symbols.
Wed, 18 Mar 2009 00:17:26 +0000 cehoyos 10l: Fix indentation.
Tue, 17 Mar 2009 19:53:36 +0000 sdrik Add a fillPlane function to fill a plane with one constant value
Tue, 17 Mar 2009 19:51:52 +0000 sdrik Don't write outside of the picture buffer in planarCopy in the gray case
Tue, 17 Mar 2009 18:44:06 +0000 bircoph Get rid of trailing whitespaces.
Tue, 17 Mar 2009 18:33:52 +0000 bircoph Synced with r28979.
Tue, 17 Mar 2009 12:05:56 +0000 diego Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name
Tue, 17 Mar 2009 11:52:39 +0000 diego whitespace cosmetics: Consistently format function calls without space
Tue, 17 Mar 2009 11:47:27 +0000 reimar Avoid an error at the end of chunked HTML doc generation.
Mon, 16 Mar 2009 23:03:18 +0000 cehoyos Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).
Mon, 16 Mar 2009 20:04:32 +0000 sdrik Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb patch
Mon, 16 Mar 2009 19:26:23 +0000 eugeni Cosmetics: reindent.
Mon, 16 Mar 2009 19:26:19 +0000 eugeni Fix uninitialized memory access in ass_fontconfig.
Mon, 16 Mar 2009 17:12:29 +0000 reimar Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,
Mon, 16 Mar 2009 14:25:03 +0000 reimar Check mpi type before returning an DR buffer in get_image, fixes jerkiness
Mon, 16 Mar 2009 10:29:30 +0000 Gabrov synced with r28968 with some extra roff markup fixes
Mon, 16 Mar 2009 08:29:40 +0000 sdrik Split YUV2RGB operands declaration into a separate macro
Sun, 15 Mar 2009 22:19:05 +0000 cehoyos Move initialisation of deint_surfaces[] to free_video_specific().
Sun, 15 Mar 2009 21:48:52 +0000 cehoyos Update -vo vdpau command line help.
Sun, 15 Mar 2009 21:26:10 +0000 cehoyos Cosmetics: Fix whitespace.
Sun, 15 Mar 2009 21:20:06 +0000 cehoyos Initial support for advanced VDPAU deinterlacers (software-decoded video
Sun, 15 Mar 2009 20:40:48 +0000 diego Ignore generated files 'tags' and 'cpuinfo'.
Sun, 15 Mar 2009 20:34:02 +0000 diego Add some parentheses to silence the warnings: