Mercurial > mplayer.hg
graph
-
Avoid an error at the end of chunked HTML doc generation.2009-03-17, by reimar
-
Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).2009-03-16, by cehoyos
-
Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb patch2009-03-16, by sdrik
-
Cosmetics: reindent.2009-03-16, by eugeni
-
Fix uninitialized memory access in ass_fontconfig.2009-03-16, by eugeni
-
Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,2009-03-16, by reimar
-
Check mpi type before returning an DR buffer in get_image, fixes jerkiness2009-03-16, by reimar
-
synced with r28968 with some extra roff markup fixes2009-03-16, by Gabrov
-
Split YUV2RGB operands declaration into a separate macro2009-03-16, by sdrik
-
Move initialisation of deint_surfaces[] to free_video_specific().2009-03-15, by cehoyos
-
Update -vo vdpau command line help.2009-03-15, by cehoyos
-
Cosmetics: Fix whitespace.2009-03-15, by cehoyos
-
Initial support for advanced VDPAU deinterlacers (software-decoded video2009-03-15, by cehoyos
-
Ignore generated files 'tags' and 'cpuinfo'.2009-03-15, by diego
-
Add some parentheses to silence the warnings:2009-03-15, by diego
-
Fix warning: Add forgotten 'int' to variable declaration.2009-03-15, by iive
-
sync w/r289582009-03-15, by gpoirier
-
Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)2009-03-15, by reimar
-
100l fix calculation of dropped frames, number of frames is time * fps, not time / fps.2009-03-15, by reimar
-
Synced with r28958.2009-03-15, by bircoph
-
Update sync tag.2009-03-15, by bircoph
-
cosmetics: Remove file names from file header, it only causes trouble.2009-03-15, by diego
-
roff markup: Place \& after abbreviations like i.e. and e.g.2009-03-15, by diego
-
Remove obsolete extra elements from opt_t struct initialization.2009-03-15, by diego
-
Get rid of pointless preprocessor condition indirection and use ARCH_X862009-03-15, by diego
-
"MPlayer - The Movie Player" should be used as the player name.2009-03-15, by diego
-
cosmetics: typo fix2009-03-15, by diego
-
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.2009-03-15, by reimar
-
HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.2009-03-15, by diego
-
sync w/r289502009-03-14, by gpoirier
-
KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net2009-03-14, by diego
-
Move page heading and table of contents out of the codec support table.2009-03-14, by diego
-
Give table headings more meaningful names.2009-03-14, by diego
-
Clarify that -vo vdpau:deint=n delays video output for n>2 by one frame.2009-03-14, by cehoyos
-
Add /usr/X11R7 to the list of directories in which to search for X11 includes2009-03-14, by diego
-
Only compile fastmemcpybench on x86.2009-03-14, by diego
-
Set DOCTYPE in xsl-generated HTML documentation.2009-03-14, by reimar
-
Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro2009-03-14, by sdrik
-
Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX2009-03-13, by reimar
-
Use the same code as in vf_decimate to select diff_MMX2009-03-13, by reimar
-
Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).2009-03-13, by reimar
-
Fix compilation with --charset=noconv2009-03-13, by reimar
-
Replace duplicated code by a macro.2009-03-12, by diego
-
add some info for acm and tips for searching2009-03-12, by compn
-
SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net2009-03-12, by diego
-
Use ScaledBorderAndShadow: yes by default.2009-03-11, by greg
-
Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro2009-03-11, by sdrik
-
In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos2009-03-11, by sdrik
-
Update email address for Vajna, Miklós.2009-03-11, by diego
-
add sn40 binary codec2009-03-10, by compn
-
sn40 decodes with ffodivx2009-03-10, by compn
-
Fix and restructure fastmemcpybench. It is now one binary that runs all2009-03-10, by diego
-
typo nuppelvideo spotted by kostya2009-03-10, by compn
-
Output number of reference frames before creating H264 vdpau decoder.2009-03-09, by cehoyos
-
Update entry for libdvdread; add entry for libdvdnav.2009-03-09, by diego
-
cosmetics: Add newlines for better readability, rename Homepage entry to URL.2009-03-09, by diego
-
GraphEdit is also available in the Microsoft SDK nowadays.2009-03-09, by diego
-
typo2009-03-09, by kraymer
-
libmpdemux/nuppelvideo.h was removed.2009-03-09, by diego
-
partial further sync by patch by sevenfourk, sevenfourk gmail com2009-03-09, by diego
-
Ensure the string we're trying to compare is actually not NULL.2009-03-09, by ben
-
The first valid index is total count - 1 (usually 0)2009-03-09, by ben
-
Do not call waveOutReset in uninit if you should wait till playing finishes,2009-03-09, by reimar
-
Reuse libavutil fifo code instead of reimplementing it over and over.2009-03-09, by reimar
-
Mask all unused bits for packed pixel format instead of green and alpha mask only.2009-03-09, by kostya
-
Get rid of DEMUXER_TYPE_NUV define, it is no longer used.2009-03-09, by reimar
-
Get rid of nuppelvideo.h and its ugly packed struct and instead write the2009-03-09, by reimar
-
people are forgetting to update the changelog2009-03-09, by compn
-
Fix type of zlen, fixes crashes on 64 bit systems.2009-03-09, by reimar
-
Do not calculate the same value twice2009-03-09, by reimar
-
Allocate buffer for lzo compression correctly also for large frame sizes.2009-03-09, by reimar
-
nuv encoder 64 bit fix: avoid using long/sizeof(long)2009-03-09, by reimar
-
Remove now unused parts of nuppelvideo.h2009-03-09, by reimar
-
Remove native nuv demuxer, it only needs more code to achieve the same thing2009-03-09, by reimar
-
Make fastmemcpybench almost working - only thing missing is a way to2009-03-09, by reimar
-
synced with r288952009-03-09, by Gabrov
-
comment/output cosmetics2009-03-09, by diego
-
whitespace cosmetics:2009-03-09, by diego
-
Merge two preprocessor conditions in order to drop one duplicated #else case.2009-03-09, by diego
-
Ignore all fastmem-* binaries.2009-03-09, by diego
-
Change default OSD/subtitle font sizes.2009-03-09, by greg
-
Fix fastmemcpybench tools build:2009-03-09, by diego
-
sync w/r288952009-03-08, by gpoirier
-
Synced with r28895.2009-03-08, by bircoph
-
Cosmetics: reindent.2009-03-08, by eugeni
-
Treat -font/-subfont as Fontconfig pattern in libass.2009-03-08, by eugeni
-
Add test for C memcpy()2009-03-08, by michael
-
Resurrect script needed for easy use of fastmemcpybench.c.2009-03-08, by michael
-
Remove extraneous braces.2009-03-08, by greg
-
Don't assume width == stride for bitmap composition.2009-03-08, by greg
-
Revert2009-03-08, by michael
-
rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly2009-03-08, by reimar
-
Remove internal NuppelVideo decoder, the code in libavcodec can decode2009-03-08, by reimar
-
Get rid of pointless debugging code2009-03-08, by reimar
-
Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there2009-03-08, by reimar
-
Remove colourspace-conversion stuff from rtjpeg, we have functions to do that2009-03-08, by reimar
-
Mark everything not used outside the file as "static"2009-03-08, by reimar
-
Remove functions not used by MPlayer from header2009-03-08, by reimar
-
Remove useless "extern" in function declarations.2009-03-08, by reimar
-
Add a small howto explaining how to cross-compile for MinGW2009-03-08, by reimar
-
Explain that disabling other input methods is not the purpose of -slave2009-03-08, by reimar
-
Remove unused variable from demux_mov.2009-03-08, by reimar
-
Add an option to disable the default key binding that MPlayer includes2009-03-08, by reimar
-
Fix clipping for pan-and-scan.2009-03-08, by greg
-
Add a proper color check to the overlap compositing.2009-03-08, by greg
-
Replace rotation functions with a simplified version adapted from2009-03-08, by greg
-
Only use first \org in a line.2009-03-07, by greg
-
cosmetics: spelling fixes2009-03-07, by diego
-
cosmetics: Reformat file header.2009-03-07, by diego
-
Make pausing_keep_force the default for the set_mouse_pos and key_down_event -2009-03-07, by reimar
-
Update x264 version check for version required by lavc.2009-03-07, by reimar
-
Let the 4th plane reach the swScale function2009-03-07, by sdrik
-
YUVA420P is a planar YUV format2009-03-07, by sdrik
-
Reduce size of needlessly large mp3lib bandInfoStruct2009-03-07, by reimar
-
Make several constant mp3lib tables const2009-03-07, by reimar
-
Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.2009-03-07, by reimar
-
Make data related to suboption parsing const in libvo2009-03-07, by reimar
-
Get rid of the "set" member of the subopt-parser struct, it made2009-03-06, by reimar
-
Add some "const" to mpcodecs_vd_drivers2009-03-06, by reimar