Mercurial > mplayer.hg
graph
-
Use x86_reg instead of long in several video filters to fix compilation on MinGW64.2009-03-27, by reimar
-
Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating it2009-03-27, by reimar
-
Get rid of gettimeofday reimplementation for MinGW, all remotely recent2009-03-27, by reimar
-
spelling fixes, add release name2009-03-27, by diego
-
Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADER2009-03-27, by reimar
-
misc updates2009-03-27, by diego
-
Sync cpuid detection code with libavcodec: assume it is always available on x86_642009-03-27, by reimar
-
Rename local TMP variable to TMPRES to avoid a clash with the2009-03-27, by reimar
-
Rename cs_test.c --> colorspace-test.c. This is more consistent with the names2009-03-26, by diego
-
change close to closesocket, unifies close streaming code2009-03-26, by compn
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test2009-03-26, by diego
-
Add support for mmsh:// as alias for mmshttp://2009-03-26, by reimar
-
Move yuv2rgb code to subdirs.2009-03-26, by ramiro
-
enable vp6 codec to read/write .fpf (passlogfile)2009-03-25, by compn
-
Simplify vdpau deinterlacing code and fix timing for deint=2.2009-03-25, by cehoyos
-
typo fixes2009-03-25, by diego
-
Update date in manual page.2009-03-25, by diego
-
Rename 'default-binds' input option to 'default-bindings'.2009-03-25, by diego
-
cosmetics: Drop leading underscore from extra_ variables.2009-03-25, by diego
-
swscale-example is an API example, not a test program.2009-03-25, by diego
-
1l: There is no more delay since r29051.2009-03-25, by cehoyos
-
Clarify vdpau deinterlacers.2009-03-25, by cehoyos
-
New VDPAU deinterlacing code needs one reference surface less for software decoding.2009-03-24, by cehoyos
-
New vdpau deinterlacing code needs one reference surface less.2009-03-24, by cehoyos
-
Stephen Warren reported that VDPAU deinterlacing did not work correctly.2009-03-24, by cehoyos
-
sqcp plays with ffqclp in ffmpeg2009-03-24, by compn
-
Update help output with previous --extra-ldflags change.2009-03-24, by diego
-
Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion2009-03-24, by sdrik
-
Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane2009-03-24, by sdrik
-
Simpler and more elegant fix to the x86_32/OSX+PIC build failure2009-03-24, by sdrik
-
Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary2009-03-24, by diego
-
typo fix: Remove stray '-' from --extra-cflags option evaluation.2009-03-23, by diego
-
Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary2009-03-23, by diego
-
Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.2009-03-23, by diego
-
Do not use full CFLAGS to build codec-cfg, they are unnecessary.2009-03-23, by diego
-
Change function call order in config().2009-03-22, by cehoyos
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the2009-03-22, by diego
-
Remove unnecessary CLEANFILES declaration. Test programs do not require it.2009-03-22, by diego
-
Add forgotten "static" to new data_length variable in ao_pcm2009-03-22, by reimar
-
Whitespace-only cosmetics: use consistent indentation in ao_pcm.c2009-03-22, by reimar
-
Print a warning if ao_pcm wrote more data than what can be specified in the2009-03-22, by reimar
-
Sync with r28984: 17% done.2009-03-22, by bircoph
-
Synced with r28991.2009-03-22, by bircoph
-
sync with en/mplayer.1 r289912009-03-22, by jrash
-
Enable unscaled packed422 -> planar 420 converters by default as the2009-03-21, by michael
-
10l: C code of extract_even2avg(), extract_odd2() and extract_odd2avg() was2009-03-21, by michael
-
Average chroma of 2 lines in packed 422 -> planar 420.2009-03-21, by michael
-
10l: Only try to create vdpau decoder if hardware decoding is intended.2009-03-21, by cehoyos
-
Test if create_vdp_decoder() might succeed by calling it from config()2009-03-21, by cehoyos
-
Change return value for create_vdp_decoder().2009-03-21, by cehoyos
-
map jls (jpeg-ls), thm and db (thumbnails) files to jpg2009-03-21, by compn
-
Factorize create_vdp_decoder().2009-03-21, by cehoyos
-
Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.2009-03-21, by diego
-
Fix build failure on x86_32 Mac OS X with PIC enabled2009-03-21, by sdrik
-
Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regression test.2009-03-21, by reimar
-
Remove postinst script that asks for a TrueType font to use as default.2009-03-21, by diego
-
Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.2009-03-21, by diego
-
Avoid crash on planarCopy to a destination without alpha.2009-03-20, by reimar
-
Initialize pointer arrays which may be freed before being initialized.2009-03-20, by benoit
-
Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it2009-03-20, by reimar
-
Fix swscale compilation with Altivec enabled.2009-03-20, by reimar
-
Reindent after last commit2009-03-20, by sdrik
-
Also test the alpha channel in swscale-example2009-03-20, by sdrik
-
YUVA420P is now supported as output format2009-03-20, by sdrik
-
Add alpha channel scaling2009-03-20, by sdrik
-
Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters2009-03-20, by sdrik
-
Use a simpler and more general check for the gray case in the planarCopy function2009-03-20, by sdrik
-
Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:2009-03-19, by diego
-
Remove useless casting in asm "m" operand.2009-03-19, by cehoyos
-
Allocate executable memory with VirtualAlloc() in Windows.2009-03-19, by ramiro
-
Drop unnecessary cast and cosmetically align.2009-03-19, by ramiro
-
Fix HTML docs generation, broken in r28980.2009-03-19, by rathann
-
Revert2009-03-19, by michael
-
Fix 10l typo.2009-03-19, by michael
-
remove trailing whitespaces2009-03-19, by Gabrov
-
remove trailing whitespaces2009-03-19, by Gabrov
-
remove trailing whitespaces all over the place2009-03-19, by Gabrov
-
synced with r289912009-03-19, by Gabrov
-
Unscaled converters for2009-03-19, by michael
-
Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.2009-03-18, by reimar
-
Support icc 11.1.2009-03-18, by cehoyos
-
drop obsolete guidelines2009-03-18, by rathann
-
swscale-example: use LFG instead of random()2009-03-18, by ramiro
-
Do not assume long is same width as x86 register.2009-03-18, by ramiro
-
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.2009-03-18, by cehoyos
-
Support FFmpeg codecs that decode to other formats than S16.2009-03-18, by reimar
-
Older versions of <vdpau/vdpau.h> will fail during compilation.2009-03-18, by cehoyos
-
Consistently use ff_ prefixes for internal symbols.2009-03-18, by diego
-
10l: Fix indentation.2009-03-18, by cehoyos
-
Add a fillPlane function to fill a plane with one constant value2009-03-17, by sdrik
-
Don't write outside of the picture buffer in planarCopy in the gray case2009-03-17, by sdrik
-
Get rid of trailing whitespaces.2009-03-17, by bircoph
-
Synced with r28979.2009-03-17, by bircoph
-
Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name2009-03-17, by diego
-
whitespace cosmetics: Consistently format function calls without space2009-03-17, by diego
-
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