log

age author description
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:
Sun, 15 Mar 2009 20:02:45 +0000 iive Fix warning: Add forgotten 'int' to variable declaration.
Sun, 15 Mar 2009 18:54:25 +0000 gpoirier sync w/r28958
Sun, 15 Mar 2009 16:37:06 +0000 reimar Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)
Sun, 15 Mar 2009 16:12:05 +0000 reimar 100l fix calculation of dropped frames, number of frames is time * fps, not time / fps.
Sun, 15 Mar 2009 13:10:33 +0000 bircoph Synced with r28958.
Sun, 15 Mar 2009 12:53:40 +0000 bircoph Update sync tag.
Sun, 15 Mar 2009 12:45:16 +0000 diego cosmetics: Remove file names from file header, it only causes trouble.
Sun, 15 Mar 2009 10:13:44 +0000 diego roff markup: Place \& after abbreviations like i.e. and e.g.
Sun, 15 Mar 2009 10:03:09 +0000 diego Remove obsolete extra elements from opt_t struct initialization.
Sun, 15 Mar 2009 10:01:02 +0000 diego Get rid of pointless preprocessor condition indirection and use ARCH_X86
Sun, 15 Mar 2009 09:47:51 +0000 diego "MPlayer - The Movie Player" should be used as the player name.
Sun, 15 Mar 2009 09:47:09 +0000 diego cosmetics: typo fix
Sun, 15 Mar 2009 09:25:50 +0000 reimar Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
Sun, 15 Mar 2009 09:17:42 +0000 diego HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.
Sat, 14 Mar 2009 20:58:18 +0000 gpoirier sync w/r28950
Sat, 14 Mar 2009 18:44:58 +0000 diego KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net
Sat, 14 Mar 2009 17:01:28 +0000 diego Move page heading and table of contents out of the codec support table.
Sat, 14 Mar 2009 16:58:22 +0000 diego Give table headings more meaningful names.
Sat, 14 Mar 2009 16:43:10 +0000 cehoyos Clarify that -vo vdpau:deint=n delays video output for n>2 by one frame.
Sat, 14 Mar 2009 16:00:21 +0000 diego Add /usr/X11R7 to the list of directories in which to search for X11 includes
Sat, 14 Mar 2009 15:56:16 +0000 diego Only compile fastmemcpybench on x86.
Sat, 14 Mar 2009 12:32:28 +0000 reimar Set DOCTYPE in xsl-generated HTML documentation.
Sat, 14 Mar 2009 08:11:03 +0000 sdrik Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro
Fri, 13 Mar 2009 17:12:40 +0000 reimar Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX
Fri, 13 Mar 2009 17:09:39 +0000 reimar Use the same code as in vf_decimate to select diff_MMX
Fri, 13 Mar 2009 17:02:15 +0000 reimar Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).
Fri, 13 Mar 2009 16:42:42 +0000 reimar Fix compilation with --charset=noconv
Thu, 12 Mar 2009 11:55:26 +0000 diego Replace duplicated code by a macro.
Thu, 12 Mar 2009 11:16:51 +0000 compn add some info for acm and tips for searching
Thu, 12 Mar 2009 10:50:21 +0000 diego SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net
Wed, 11 Mar 2009 22:55:23 +0000 greg Use ScaledBorderAndShadow: yes by default.
Wed, 11 Mar 2009 14:44:22 +0000 sdrik Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro
Wed, 11 Mar 2009 14:22:53 +0000 sdrik In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos
Wed, 11 Mar 2009 00:25:23 +0000 diego Update email address for Vajna, Mikls.
Tue, 10 Mar 2009 23:23:01 +0000 compn add sn40 binary codec
Tue, 10 Mar 2009 20:16:16 +0000 compn sn40 decodes with ffodivx
Tue, 10 Mar 2009 10:05:09 +0000 diego Fix and restructure fastmemcpybench. It is now one binary that runs all
Tue, 10 Mar 2009 02:21:49 +0000 compn typo nuppelvideo spotted by kostya
Mon, 09 Mar 2009 23:46:28 +0000 cehoyos Output number of reference frames before creating H264 vdpau decoder.
Mon, 09 Mar 2009 23:19:16 +0000 diego Update entry for libdvdread; add entry for libdvdnav.
Mon, 09 Mar 2009 23:15:26 +0000 diego cosmetics: Add newlines for better readability, rename Homepage entry to URL.
Mon, 09 Mar 2009 21:40:20 +0000 diego GraphEdit is also available in the Microsoft SDK nowadays.
Mon, 09 Mar 2009 21:31:36 +0000 kraymer typo
Mon, 09 Mar 2009 20:56:19 +0000 diego libmpdemux/nuppelvideo.h was removed.
Mon, 09 Mar 2009 20:48:20 +0000 diego partial further sync by patch by sevenfourk, sevenfourk gmail com
Mon, 09 Mar 2009 20:31:03 +0000 ben Ensure the string we're trying to compare is actually not NULL.
Mon, 09 Mar 2009 20:30:24 +0000 ben The first valid index is total count - 1 (usually 0)
Mon, 09 Mar 2009 19:15:20 +0000 reimar Do not call waveOutReset in uninit if you should wait till playing finishes,
Mon, 09 Mar 2009 18:21:47 +0000 reimar Reuse libavutil fifo code instead of reimplementing it over and over.
Mon, 09 Mar 2009 17:25:43 +0000 kostya Mask all unused bits for packed pixel format instead of green and alpha mask only.
Mon, 09 Mar 2009 15:01:53 +0000 reimar Get rid of DEMUXER_TYPE_NUV define, it is no longer used.
Mon, 09 Mar 2009 15:01:12 +0000 reimar Get rid of nuppelvideo.h and its ugly packed struct and instead write the
Mon, 09 Mar 2009 14:49:17 +0000 compn people are forgetting to update the changelog
Mon, 09 Mar 2009 14:40:55 +0000 reimar Fix type of zlen, fixes crashes on 64 bit systems.
Mon, 09 Mar 2009 14:32:19 +0000 reimar Do not calculate the same value twice
Mon, 09 Mar 2009 14:30:41 +0000 reimar Allocate buffer for lzo compression correctly also for large frame sizes.
Mon, 09 Mar 2009 13:37:55 +0000 reimar nuv encoder 64 bit fix: avoid using long/sizeof(long)
Mon, 09 Mar 2009 13:23:27 +0000 reimar Remove now unused parts of nuppelvideo.h
Mon, 09 Mar 2009 13:11:37 +0000 reimar Remove native nuv demuxer, it only needs more code to achieve the same thing
Mon, 09 Mar 2009 12:59:14 +0000 reimar Make fastmemcpybench almost working - only thing missing is a way to
Mon, 09 Mar 2009 12:29:42 +0000 Gabrov synced with r28895
Mon, 09 Mar 2009 11:32:43 +0000 diego comment/output cosmetics
Mon, 09 Mar 2009 11:28:31 +0000 diego whitespace cosmetics:
Mon, 09 Mar 2009 11:02:54 +0000 diego Merge two preprocessor conditions in order to drop one duplicated #else case.
Mon, 09 Mar 2009 10:14:11 +0000 diego Ignore all fastmem-* binaries.
Mon, 09 Mar 2009 01:48:42 +0000 greg Change default OSD/subtitle font sizes.
Mon, 09 Mar 2009 00:48:03 +0000 diego Fix fastmemcpybench tools build:
Sun, 08 Mar 2009 20:27:31 +0000 gpoirier sync w/r28895
Sun, 08 Mar 2009 17:49:34 +0000 bircoph Synced with r28895.
Sun, 08 Mar 2009 16:13:26 +0000 eugeni Cosmetics: reindent.
Sun, 08 Mar 2009 16:13:21 +0000 eugeni Treat -font/-subfont as Fontconfig pattern in libass.
Sun, 08 Mar 2009 15:56:20 +0000 michael Add test for C memcpy()
Sun, 08 Mar 2009 15:43:52 +0000 michael Resurrect script needed for easy use of fastmemcpybench.c.
Sun, 08 Mar 2009 15:30:40 +0000 greg Remove extraneous braces.
Sun, 08 Mar 2009 15:30:27 +0000 greg Don't assume width == stride for bitmap composition.
Sun, 08 Mar 2009 15:20:14 +0000 michael Revert
Sun, 08 Mar 2009 13:56:35 +0000 reimar rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly
Sun, 08 Mar 2009 13:32:42 +0000 reimar Remove internal NuppelVideo decoder, the code in libavcodec can decode
Sun, 08 Mar 2009 13:21:00 +0000 reimar Get rid of pointless debugging code
Sun, 08 Mar 2009 13:17:18 +0000 reimar Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there
Sun, 08 Mar 2009 13:10:21 +0000 reimar Remove colourspace-conversion stuff from rtjpeg, we have functions to do that
Sun, 08 Mar 2009 13:08:22 +0000 reimar Mark everything not used outside the file as "static"
Sun, 08 Mar 2009 13:02:44 +0000 reimar Remove functions not used by MPlayer from header
Sun, 08 Mar 2009 12:57:53 +0000 reimar Remove useless "extern" in function declarations.
Sun, 08 Mar 2009 10:01:21 +0000 reimar Add a small howto explaining how to cross-compile for MinGW
Sun, 08 Mar 2009 09:34:26 +0000 reimar Explain that disabling other input methods is not the purpose of -slave
Sun, 08 Mar 2009 09:28:01 +0000 reimar Remove unused variable from demux_mov.
Sun, 08 Mar 2009 09:14:30 +0000 reimar Add an option to disable the default key binding that MPlayer includes
Sun, 08 Mar 2009 08:56:28 +0000 reimar Bump etc/codecs.conf version to eliminate one possible cause when debugging VDPAU issues.
Sun, 08 Mar 2009 04:03:28 +0000 greg Fix clipping for pan-and-scan.
Sun, 08 Mar 2009 04:03:24 +0000 greg Add a proper color check to the overlap compositing.
Sun, 08 Mar 2009 02:53:14 +0000 greg Replace rotation functions with a simplified version adapted from
Sat, 07 Mar 2009 23:56:03 +0000 greg Only use first \org in a line.
Sat, 07 Mar 2009 17:41:34 +0000 diego cosmetics: spelling fixes
Sat, 07 Mar 2009 13:45:48 +0000 diego cosmetics: Reformat file header.
Sat, 07 Mar 2009 13:25:55 +0000 reimar Make pausing_keep_force the default for the set_mouse_pos and key_down_event -
Sat, 07 Mar 2009 12:50:52 +0000 reimar Update x264 version check for version required by lavc.
Sat, 07 Mar 2009 09:39:48 +0000 sdrik Let the 4th plane reach the swScale function
Sat, 07 Mar 2009 09:37:25 +0000 sdrik YUVA420P is a planar YUV format
Sat, 07 Mar 2009 09:14:45 +0000 reimar Reduce size of needlessly large mp3lib bandInfoStruct
Sat, 07 Mar 2009 09:08:02 +0000 reimar Make several constant mp3lib tables const
Sat, 07 Mar 2009 08:52:57 +0000 reimar Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Fri, 06 Mar 2009 20:41:02 +0000 reimar Get rid of the "set" member of the subopt-parser struct, it made
Fri, 06 Mar 2009 20:20:12 +0000 reimar Add some "const" to mpcodecs_vd_drivers
Fri, 06 Mar 2009 20:11:23 +0000 reimar The large -help help_text should be const so it goes into .rodata
Fri, 06 Mar 2009 19:58:16 +0000 reimar Make audio_out_* structs const so they end up in .rodata
Fri, 06 Mar 2009 19:43:12 +0000 reimar Make ao_info_t structs const.
Fri, 06 Mar 2009 19:23:24 +0000 reimar Use code that is actually thread-safe to calculate delay, free space etc. in ao_win32
Fri, 06 Mar 2009 19:10:54 +0000 reimar Cosmetics: get rid of trailing whitespace.
Fri, 06 Mar 2009 19:07:50 +0000 reimar get rid of full_buffers variable, if the check it is used for is triggered
Fri, 06 Mar 2009 18:53:29 +0000 reimar Remove now unused buf_write_pos variable from ao_win32
Fri, 06 Mar 2009 18:50:50 +0000 reimar Always write full buffers in ao_win32, except for the last block.
Fri, 06 Mar 2009 16:27:31 +0000 reimar Use calloc instead of malloc+memset
Fri, 06 Mar 2009 15:52:48 +0000 gpoirier sync w/r28807
Fri, 06 Mar 2009 13:22:48 +0000 reimar The 8 bit per sample formats are unsigned on Windows, fixes playback with
Fri, 06 Mar 2009 12:56:13 +0000 reimar Refactor smalltex/tinytex EOSD optimization in vo_gl
Fri, 06 Mar 2009 11:47:51 +0000 reimar Remove several useless casts from af_resample
Fri, 06 Mar 2009 11:46:06 +0000 reimar Free af->setup and contents in af_resample uninit function.
Fri, 06 Mar 2009 11:42:45 +0000 reimar Use calloc to allocate the af_resample ring buffers, reportedly using
Fri, 06 Mar 2009 11:39:13 +0000 reimar Use a single malloc to allocate space for the circular buffers.
Fri, 06 Mar 2009 11:31:18 +0000 reimar Comment typo fixes for af_resample
Fri, 06 Mar 2009 10:53:30 +0000 reimar Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,
Fri, 06 Mar 2009 10:50:43 +0000 reimar Remove duplicate OSD drawing introduced due to a conflict between r28840 and r28839.
Fri, 06 Mar 2009 10:45:49 +0000 reimar Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn
Fri, 06 Mar 2009 10:39:58 +0000 reimar As for vo_gl, do not rely on draw_osd to render EOSD.
Fri, 06 Mar 2009 10:38:27 +0000 greg Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.
Fri, 06 Mar 2009 10:33:35 +0000 reimar Do not rely on draw_osd to render the EOSD, instead draw it already at the
Fri, 06 Mar 2009 09:20:14 +0000 greg Fix \be blur start position.
Fri, 06 Mar 2009 09:20:09 +0000 greg Raise max. number of \be applications to 100, introduce #define for it.
Fri, 06 Mar 2009 01:26:44 +0000 greg Replace magic numbers (for subpixel accuracy masking) with a define.
Fri, 06 Mar 2009 01:17:05 +0000 greg Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.
Fri, 06 Mar 2009 00:47:03 +0000 diego Sync latest set of changes.
Fri, 06 Mar 2009 00:41:09 +0000 diego Sync local changes file with #ifdef --> #if conversion.
Fri, 06 Mar 2009 00:10:17 +0000 diego Sync local changes file with #ifdef --> #if conversion.
Thu, 05 Mar 2009 23:36:28 +0000 diego Add support for extracting the release version number from a VERSION file.
Thu, 05 Mar 2009 22:19:47 +0000 diego Only add -Ilibdvdnav to the CFLAGS of the files that require it.
Thu, 05 Mar 2009 22:07:06 +0000 reimar Sleep based on get_delay in ao_win32 uninit instead of a loop.
Thu, 05 Mar 2009 21:27:05 +0000 diego Simplify CFLAGS generation for individual targets.
Thu, 05 Mar 2009 21:16:21 +0000 greg Update libass changelog.
Thu, 05 Mar 2009 21:02:33 +0000 sdrik Fix bug introduced by me in r28756
Thu, 05 Mar 2009 20:47:33 +0000 greg Combine adjacent overlapping, translucent glyph borders and shadows to
Thu, 05 Mar 2009 20:36:59 +0000 greg Fix positioned events' y-position when pan-and-scan is used.
Thu, 05 Mar 2009 20:36:56 +0000 greg Support for subpixel accuracy of 3 bits for \pos and \move.
Thu, 05 Mar 2009 20:36:52 +0000 greg Style override for ScaledBorderAndShadow.
Thu, 05 Mar 2009 20:36:48 +0000 greg Support ScaledBorderAndShadow property.
Thu, 05 Mar 2009 20:36:44 +0000 greg Scale shadow displacement and blur size like border size.
Thu, 05 Mar 2009 20:36:41 +0000 greg Round shadow displacement to nearest int.
Thu, 05 Mar 2009 20:36:39 +0000 greg Support a vsfilter special case:
Thu, 05 Mar 2009 20:36:35 +0000 greg Hack: half-merge glyph border with outline to avoid ugly anti-aliasing
Thu, 05 Mar 2009 20:25:54 +0000 diego Simplify some vidix dhahelper build commands with automatic make variables.
Thu, 05 Mar 2009 20:05:56 +0000 greg Ignore PlayResX/Y aspect ratio for font aspect ratio.
Thu, 05 Mar 2009 19:46:08 +0000 Gabrov synced with r28807
Thu, 05 Mar 2009 19:00:36 +0000 diego mphq now runs Subversion 1.5.
Thu, 05 Mar 2009 12:25:10 +0000 reimar full_buffers and buffered_bytes must be volatile because they are used from
Thu, 05 Mar 2009 07:00:45 +0000 bircoph Synced with r28807.
Wed, 04 Mar 2009 19:37:07 +0000 reimar Make sure all output_surfaces are initialized in preinit.
Wed, 04 Mar 2009 19:12:49 +0000 sdrik Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions
Wed, 04 Mar 2009 18:07:34 +0000 cehoyos 10l: Fix max value for -vo vdpau:deint.
Wed, 04 Mar 2009 08:37:54 +0000 reimar Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right
Wed, 04 Mar 2009 08:11:42 +0000 reimar Fix mp_msg call with too few arguments.
Tue, 03 Mar 2009 19:47:23 +0000 henry remove the rest of x86 asm from LGPL build
Tue, 03 Mar 2009 18:12:03 +0000 reimar 100l, remove a pointless opt = NULL assignment that made print_int crash since r28794
Tue, 03 Mar 2009 16:17:11 +0000 diego Add back mistakenly removed copyright notice.
Tue, 03 Mar 2009 13:38:33 +0000 reimar Add another hack to work-around the currently completely inconsistent way in
Tue, 03 Mar 2009 09:19:35 +0000 Gabrov synced with r28788
Mon, 02 Mar 2009 21:01:46 +0000 gpoirier sync w/ r28788
Mon, 02 Mar 2009 19:52:52 +0000 gpoirier sync w/r28707
Mon, 02 Mar 2009 19:42:11 +0000 gpoirier french punctuation cosmetics
Mon, 02 Mar 2009 17:15:46 +0000 gpoirier - french punctuation cosmetics that was done weeks before.
Mon, 02 Mar 2009 11:24:20 +0000 reimar Make WinID a 64 bit integer, this should avoid issues with valid Window
Mon, 02 Mar 2009 11:17:50 +0000 reimar Add a 64 bit integer type to the suboption parser.
Mon, 02 Mar 2009 11:10:11 +0000 reimar Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.
Mon, 02 Mar 2009 11:06:05 +0000 reimar Minor cosmetics: fix indentation
Mon, 02 Mar 2009 02:40:21 +0000 compn import ffmpeg changelog
Mon, 02 Mar 2009 02:39:40 +0000 bircoph Synced with r28788.
Mon, 02 Mar 2009 02:05:32 +0000 compn changes
Sun, 01 Mar 2009 20:40:38 +0000 cehoyos Improve vdpau deinterlacing documentation.
Sun, 01 Mar 2009 19:31:29 +0000 eugeni Fix a memory leak.
Sun, 01 Mar 2009 19:11:46 +0000 reimar Document that -heartbeat-cmd is only for video, not audio-only
Sun, 01 Mar 2009 17:53:06 +0000 diego Use UTF-8 as character set.
Sun, 01 Mar 2009 17:48:05 +0000 diego cosmetics: Remove trailing whitespace.
Sun, 01 Mar 2009 16:01:24 +0000 eugeni With pan-and-scan, keep positioned events in their original positions
Sun, 01 Mar 2009 15:55:20 +0000 diego Remove unnecessary linking hack, compilation works fine without.
Sun, 01 Mar 2009 15:51:43 +0000 diego Remove now unnecessary linking hacks.
Sun, 01 Mar 2009 15:00:38 +0000 cehoyos Mention VDPAU in Changelog.
Sun, 01 Mar 2009 13:13:25 +0000 diego Add standard license headers to files.
Sun, 01 Mar 2009 12:25:31 +0000 Gabrov synced with r28775
Sun, 01 Mar 2009 11:43:56 +0000 rathann Fix typo in comments.
Sun, 01 Mar 2009 11:38:46 +0000 reimar Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).
Sun, 01 Mar 2009 11:36:39 +0000 diego DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net
Sun, 01 Mar 2009 11:35:00 +0000 reimar Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA