Mercurial > mplayer.hg
graph
-
Relicense file to LGPL with the permission of Romain Dolbeau, the author.2009-03-29, by diego
-
sync with en/mplayer.1 r290592009-03-29, by jrash
-
Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is2009-03-29, by reimar
-
Cosmetics: Reindent after last commit.2009-03-29, by cehoyos
-
10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.2009-03-29, by cehoyos
-
synced with r290592009-03-28, by Gabrov
-
Move config.h include directive up as a precaution measure.2009-03-28, by bircoph
-
Reorder includes alphabetically.2009-03-28, by bircoph
-
Remove af_mp.h and add its content to af.h2009-03-28, by bircoph
-
Remove af_msg special-casing API in libaf.2009-03-28, by bircoph
-
Document the ass_render_event event_images parameter.2009-03-28, by reimar
-
Initialize all structs to 0 before using them.2009-03-28, by reimar
-
Check for ddk/ntddcdrm.h header before enabling VCD on mingw.2009-03-28, by reimar
-
100l, revert r29082, I missed that the vts comparison should be case-insensitive.2009-03-28, by reimar
-
Reindent2009-03-28, by reimar
-
Simplify extracting title number from ifo name2009-03-28, by reimar
-
Move bfin specific code to its subdir.2009-03-27, by ramiro
-
Simplify detection of .ifo extension.2009-03-27, by reimar
-
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
-
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
-
The large -help help_text should be const so it goes into .rodata2009-03-06, by reimar
-
Make audio_out_* structs const so they end up in .rodata2009-03-06, by reimar
-
Make ao_info_t structs const.2009-03-06, by reimar
-
Use code that is actually thread-safe to calculate delay, free space etc. in ao_win322009-03-06, by reimar
-
Cosmetics: get rid of trailing whitespace.2009-03-06, by reimar
-
get rid of full_buffers variable, if the check it is used for is triggered2009-03-06, by reimar
-
Remove now unused buf_write_pos variable from ao_win322009-03-06, by reimar
-
Always write full buffers in ao_win32, except for the last block.2009-03-06, by reimar
-
Use calloc instead of malloc+memset2009-03-06, by reimar
-
sync w/r288072009-03-06, by gpoirier
-
The 8 bit per sample formats are unsigned on Windows, fixes playback with2009-03-06, by reimar
-
Refactor smalltex/tinytex EOSD optimization in vo_gl2009-03-06, by reimar
-
Remove several useless casts from af_resample2009-03-06, by reimar
-
Free af->setup and contents in af_resample uninit function.2009-03-06, by reimar
-
Use calloc to allocate the af_resample ring buffers, reportedly using2009-03-06, by reimar
-
Use a single malloc to allocate space for the circular buffers.2009-03-06, by reimar
-
Comment typo fixes for af_resample2009-03-06, by reimar
-
Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,2009-03-06, by reimar
-
Remove duplicate OSD drawing introduced due to a conflict between r28840 and r28839.2009-03-06, by reimar
-
Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn2009-03-06, by reimar
-
As for vo_gl, do not rely on draw_osd to render EOSD.2009-03-06, by reimar
-
Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.2009-03-06, by greg
-
Do not rely on draw_osd to render the EOSD, instead draw it already at the2009-03-06, by reimar
-
Fix \be blur start position.2009-03-06, by greg
-
Raise max. number of \be applications to 100, introduce #define for it.2009-03-06, by greg
-
Replace magic numbers (for subpixel accuracy masking) with a define.2009-03-06, by greg
-
Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.2009-03-06, by greg
-
Sync latest set of changes.2009-03-06, by diego
-
Sync local changes file with #ifdef --> #if conversion.2009-03-06, by diego
-
Sync local changes file with #ifdef --> #if conversion.2009-03-06, by diego
-
Add support for extracting the release version number from a VERSION file.2009-03-05, by diego
-
Only add -Ilibdvdnav to the CFLAGS of the files that require it.2009-03-05, by diego
-
Sleep based on get_delay in ao_win32 uninit instead of a loop.2009-03-05, by reimar
-
Simplify CFLAGS generation for individual targets.2009-03-05, by diego
-
Update libass changelog.2009-03-05, by greg
-
Fix bug introduced by me in r287562009-03-05, by sdrik
-
Combine adjacent overlapping, translucent glyph borders and shadows to2009-03-05, by greg
-
Fix positioned events' y-position when pan-and-scan is used.2009-03-05, by greg
-
Support for subpixel accuracy of 3 bits for \pos and \move.2009-03-05, by greg
-
Style override for ScaledBorderAndShadow.2009-03-05, by greg
-
Support ScaledBorderAndShadow property.2009-03-05, by greg
-
Scale shadow displacement and blur size like border size.2009-03-05, by greg
-
Round shadow displacement to nearest int.2009-03-05, by greg
-
Support a vsfilter special case:2009-03-05, by greg
-
Hack: half-merge glyph border with outline to avoid ugly anti-aliasing2009-03-05, by greg
-
Simplify some vidix dhahelper build commands with automatic make variables.2009-03-05, by diego
-
Ignore PlayResX/Y aspect ratio for font aspect ratio.2009-03-05, by greg
-
synced with r288072009-03-05, by Gabrov
-
mphq now runs Subversion 1.5.2009-03-05, by diego
-
full_buffers and buffered_bytes must be volatile because they are used from2009-03-05, by reimar
-
Synced with r28807.2009-03-05, by bircoph
-
Make sure all output_surfaces are initialized in preinit.2009-03-04, by reimar
-
Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions2009-03-04, by sdrik
-
10l: Fix max value for -vo vdpau:deint.2009-03-04, by cehoyos
-
Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right2009-03-04, by reimar
-
Fix mp_msg call with too few arguments.2009-03-04, by reimar
-
remove the rest of x86 asm from LGPL build2009-03-03, by henry
-
100l, remove a pointless opt = NULL assignment that made print_int crash since r287942009-03-03, by reimar
-
Add back mistakenly removed copyright notice.2009-03-03, by diego
-
Add another hack to work-around the currently completely inconsistent way in2009-03-03, by reimar
-
synced with r287882009-03-03, by Gabrov
-
sync w/ r287882009-03-02, by gpoirier
-
sync w/r287072009-03-02, by gpoirier
-
french punctuation cosmetics2009-03-02, by gpoirier
-
- french punctuation cosmetics that was done weeks before.2009-03-02, by gpoirier
-
Make WinID a 64 bit integer, this should avoid issues with valid Window2009-03-02, by reimar
-
Add a 64 bit integer type to the suboption parser.2009-03-02, by reimar
-
Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.2009-03-02, by reimar
-
Minor cosmetics: fix indentation2009-03-02, by reimar
-
import ffmpeg changelog2009-03-02, by compn
-
Synced with r28788.2009-03-02, by bircoph
-
changes2009-03-02, by compn
-
Improve vdpau deinterlacing documentation.2009-03-01, by cehoyos
-
Fix a memory leak.2009-03-01, by eugeni
-
Document that -heartbeat-cmd is only for video, not audio-only2009-03-01, by reimar
-
Use UTF-8 as character set.2009-03-01, by diego
-
cosmetics: Remove trailing whitespace.2009-03-01, by diego
-
With pan-and-scan, keep positioned events in their original positions2009-03-01, by eugeni
-
Remove unnecessary linking hack, compilation works fine without.2009-03-01, by diego
-
Remove now unnecessary linking hacks.2009-03-01, by diego
-
Mention VDPAU in Changelog.2009-03-01, by cehoyos
-
Add standard license headers to files.2009-03-01, by diego
-
synced with r287752009-03-01, by Gabrov
-
Fix typo in comments.2009-03-01, by rathann
-
Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).2009-03-01, by reimar
-
DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net2009-03-01, by diego
-
Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA2009-03-01, by reimar
-
Fix braindead and broken way to calculate abase, fixes regression tests on2009-03-01, by reimar
-
Fix 10l typo in ADD_ALL_EXESUFS function name.2009-03-01, by diego
-
codec-cfg does not depend on codecs.conf.h, it is used to generate it.2009-03-01, by diego
-
Make all object files depend on generated header files.2009-03-01, by diego
-
Add explicit dependencies on generated header files for the object files along2009-03-01, by diego
-
Fix dependencies on generated header files for the codec* binaries.2009-03-01, by diego
-
10l, replace a tab that slipped in.2009-03-01, by reimar
-
Create a set_format_params function that sets all the special options needed2009-03-01, by reimar
-
sync with en/mplayer.1 r287452009-03-01, by jrash
-
Use M_PI for pi.2009-02-28, by cehoyos
-
Make VdpVideoMixerAttribute attributes[] static const.2009-02-28, by cehoyos
-
synced with r287452009-02-28, by Gabrov
-
sync by Ivan (sevenfourk, sevenfourk gmail com)2009-02-28, by diego
-
Support brightness, contrast, hue and saturation adjustments via2009-02-28, by cehoyos
-
Fix OSD for vo vdpau:deint>1.2009-02-28, by cehoyos
-
Handle vdp_decoder_create failures better, in particular avoid unrelated2009-02-28, by reimar
-
Fix a possible NULL-pointer crash introduced by local changes to libfaad22009-02-28, by reimar
-
Synced with r28745.2009-02-28, by bircoph
-
Zero-fill glyph_info_t before use.2009-02-27, by eugeni
-
Remove unused function argument.2009-02-27, by eugeni
-
Support fractional arguments for some override tags.2009-02-27, by eugeni
-
Fix two gcc warnings.2009-02-27, by eugeni
-
Fix memory leak produced by the \blur patch.2009-02-27, by eugeni
-
Stronger blur.2009-02-27, by eugeni
-
Allow shadow without border.2009-02-27, by eugeni
-
Add an isALPHA macro to check if pixel format has alpha channel2009-02-27, by sdrik
-
Use YUV420P code path for YUVA420P where appropriate2009-02-27, by sdrik
-
Update vdpau:deint documentation.2009-02-27, by cehoyos
-
Do not forget the chosen deinterlacer for -vo vdpau.2009-02-27, by cehoyos
-
Add one-field-only output for -vo vdpau.2009-02-27, by cehoyos
-
Document that all vdpau deinterlacers respect -field-dominance.2009-02-27, by cehoyos
-
Refactor code for upcoming alpha patches.2009-02-27, by cehoyos
-
vdpau:pullup only works with temporal and temporal-spatial deinterlacing.2009-02-27, by cehoyos
-
synced with r287362009-02-27, by Gabrov
-
r27801 Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.2009-02-26, by kraymer
-
10l: Remove debug printf() from last commit.2009-02-26, by cehoyos
-
Support "D" to (de-)activate deinterlacing when using vo vdpau.2009-02-26, by cehoyos
-
Document that -field-dominance also works for vdpau.2009-02-26, by cehoyos
-
10l: Add missing braces for VOCTRL_GET_EOSD_RES.2009-02-25, by cehoyos
-
r27390 Fix a misleading section in the libavcodec options manual2009-02-25, by kraymer
-
Use memset to make sure all parts of struct sockaddr_in are always initialized.2009-02-25, by reimar
-
Change code to actually work when NUM_OUTPUT_SURFACES is changed.2009-02-25, by reimar
-
synced with r287272009-02-25, by Gabrov
-
copyright year update in man pages2009-02-25, by Gabrov
-
Read revision string from the file snapshot_version if available.2009-02-24, by diego
-
Document -vo vdpau:pullup.2009-02-24, by cehoyos
-
cosmetics: Use $() instead of ``, the former can be nested more easily.2009-02-24, by diego
-
Document -vo vdpau:deint.2009-02-24, by cehoyos
-
Cosmetics: Fix indentation and line length.2009-02-24, by cehoyos
-
Rename yuv2rgb2.c --> yuv2rgb.c.2009-02-24, by diego
-
Clarify -vo vdpau:sharpen.2009-02-24, by cehoyos
-
Document -vo vdpau:denoise.2009-02-24, by cehoyos
-
Document -vo vdpau:sharpen.2009-02-24, by cehoyos
-
Enable Bob de-interlacing for VDPAU.2009-02-24, by cehoyos
-
version bump2009-02-24, by kraymer
-
Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman2009-02-24, by diego
-
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.2009-02-24, by diego
-
add Zhu Tian (JRaSH) as Chinese document translator2009-02-23, by jrash
-
sync with en/mplayer.1 r285762009-02-23, by jrash
-
Calculate border size in aspect keeping code by using AdjustWindowRect2009-02-23, by reimar
-
ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same2009-02-23, by reimar
-
Only check for vdp_video_mixer_destroy failure when we actually executed that function.2009-02-23, by reimar
-
EOSD/ASS support for vo_vdpau.c2009-02-23, by reimar
-
Synced with r28707.2009-02-23, by bircoph
-
Synced with r28706.2009-02-23, by bircoph
-
Update faq about power management effect taking into account that2009-02-23, by bircoph
-
Update some statements:2009-02-23, by bircoph
-
Synced with r28704.2009-02-23, by bircoph
-
Get rid of the outdated and unmaintained CPU codename table.2009-02-23, by zuxy
-
configure: Make the special dvdnav test the last one again2009-02-23, by uau
-
Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.2009-02-22, by diego
-
SwScaler now has new YUV2RGB table generator2009-02-22, by kostya
-
New LGPLed YUV2RGB table generator for SwScaler2009-02-22, by kostya
-
Make alpha arch detection more lenient. Taken from the Debian patchset.2009-02-21, by diego
-
af_stats: Some fixes to the new filter2009-02-21, by uau
-
Add missing #include "config.h", fixes the warning:2009-02-21, by diego
-
Add statistics audio filter that prints information about the audio stream.2009-02-21, by diego
-
Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the2009-02-21, by diego
-
Add -ffast-math to LDFLAGS as well as to CFLAGS.2009-02-21, by diego
-
Add forgotten type to variable declaration.2009-02-21, by reimar
-
Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.2009-02-21, by diego
-
Print the version string after the command line has been parsed.2009-02-21, by diego
-
Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.2009-02-21, by cehoyos
-
Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoids2009-02-21, by reimar
-
move zeroing of alpha channel register out of YSCALEYUV2xxx macros,2009-02-21, by stefang
-
splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,2009-02-21, by stefang
-
make MMX registers parametrized in the WRITEBGR32 macro,2009-02-21, by stefang
-
Cosmetics. Reindent to 4 spaces.2009-02-21, by iive
-
Cleanup.2009-02-21, by iive
-
Synced with r28266.2009-02-21, by bircoph
-
Cosmetics. Remove all trailing whitespaces2009-02-21, by iive
-
Turn all remaining printf() into mp_msg().2009-02-20, by iive
-
Cleanup.2009-02-20, by iive
-
Cosmetics part2. Indent local variable definitions like the rest of the code.2009-02-20, by iive
-
Cosmetics part 1. Reindent to 4 spaces.2009-02-20, by iive
-
Comment out "else" statement without following block.2009-02-20, by iive
-
Move libavcodec includes together.2009-02-20, by iive
-
Document that and why deinterlacing is not working2009-02-20, by reimar
-
Add support for VDPAU deinterlacing, pullup, denoise and sharpening.2009-02-20, by reimar
-
Synced with r28670. (Copyright year update.)2009-02-19, by bircoph
-
synced with r286702009-02-19, by Gabrov
-
update copyright year at the end of the man page2009-02-19, by Gabrov
-
Drop official maintainership of ao_pulse since libpulseaudio still has2009-02-19, by reimar
-
Work around a PulseAudio bug that causes MPlayer to hang after unpausing.2009-02-19, by reimar
-
Try to update libvo.txt2009-02-19, by reimar
-
Re-add accidentally discarded comment about YUVJ format.2009-02-19, by reimar
-
Be more robust against corrupted RM files that contain invalid packet length2009-02-19, by zuxy
-
Add necessary header for ARCH_X86_64 preprocessor check.2009-02-19, by diego
-
Remove unused and unreachable code hunk that was surrounded by a misspelled2009-02-19, by diego
-
Return PIX_FMT_NONE if the video system refuses all other formats.2009-02-19, by iive
-
Synced with r28660.2009-02-19, by bircoph
-
Another outdated text in <screen> example.2009-02-19, by bircoph
-
Remove exclamation marks to make output similar to English version.2009-02-19, by bircoph
-
Fix capitalization to be similar to English master file.2009-02-19, by bircoph
-
Screen example for no audio problem is outdated:2009-02-19, by bircoph
-
Spelling: capitalize pronouns.2009-02-19, by bircoph
-
Rename the "src" parameter in the sws_scale() declaration to2009-02-18, by stefano
-
Document sws_scale().2009-02-18, by stefano
-
Replace the dash sign by — tag.2009-02-18, by bircoph
-
Exterminate one more trailing whitespace.2009-02-18, by bircoph
-
Sync with r26990.2009-02-18, by bircoph
-
Use the same code to convert fps in float to fraction as used in mencoder,2009-02-18, by reimar
-
Current revision is in sync with r28645, because r28644 and r286452009-02-18, by bircoph
-
Restore synchronization with r28618.2009-02-18, by bircoph
-
Revert r28597 as requested by Diego in order to be cautious before2009-02-18, by bircoph
-
Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for2009-02-18, by reimar