summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r28755Uoti Urpala2009-02-2822-203/+417
|\
| * Synced with r28745.bircoph2009-02-281-3/+34
| * Zero-fill glyph_info_t before use.eugeni2009-02-271-1/+1
| * Remove unused function argument.eugeni2009-02-273-44/+44
| * Support fractional arguments for some override tags.eugeni2009-02-273-22/+40
| * Fix two gcc warnings.eugeni2009-02-271-2/+2
| * Fix memory leak produced by the \blur patch.eugeni2009-02-271-2/+2
| * Stronger blur.eugeni2009-02-271-0/+1
| * Allow shadow without border.eugeni2009-02-271-6/+3
| * Add an isALPHA macro to check if pixel format has alpha channelsdrik2009-02-271-0/+7
| * Use YUV420P code path for YUVA420P where appropriatesdrik2009-02-271-3/+4
| * Update vdpau:deint documentation.cehoyos2009-02-271-2/+5
| * Do not forget the chosen deinterlacer for -vo vdpau.cehoyos2009-02-271-0/+6
| * Add one-field-only output for -vo vdpau.cehoyos2009-02-271-6/+7
| * Document that all vdpau deinterlacers respect -field-dominance.cehoyos2009-02-271-1/+1
| * Refactor code for upcoming alpha patches.cehoyos2009-02-271-40/+42
| * vdpau:pullup only works with temporal and temporal-spatial deinterlacing.cehoyos2009-02-271-1/+1
| * synced with r28736Gabrov2009-02-271-4/+4
| * r27801 Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.kraymer2009-02-261-18/+50
| * 10l: Remove debug printf() from last commit.cehoyos2009-02-261-1/+0
| * Support "D" to (de-)activate deinterlacing when using vo vdpau.cehoyos2009-02-262-1/+8
| * Document that -field-dominance also works for vdpau.cehoyos2009-02-261-1/+1
| * 10l: Add missing braces for VOCTRL_GET_EOSD_RES.cehoyos2009-02-251-2/+4
| * r27390 Fix a misleading section in the libavcodec options manualkraymer2009-02-251-52/+115
| * Use memset to make sure all parts of struct sockaddr_in are always initialized.reimar2009-02-253-0/+4
| * Change code to actually work when NUM_OUTPUT_SURFACES is changed.reimar2009-02-251-9/+10
| * synced with r28727Gabrov2009-02-253-8/+47
| * copyright year update in man pagesGabrov2009-02-256-6/+6
* | Merge svn changes up to r28728Uoti Urpala2009-02-2511-1342/+712
|\|
| * Read revision string from the file snapshot_version if available.diego2009-02-241-1/+4
| * Document -vo vdpau:pullup.cehoyos2009-02-241-0/+2
| * cosmetics: Use $() instead of ``, the former can be nested more easily.diego2009-02-241-4/+4
| * Document -vo vdpau:deint.cehoyos2009-02-241-0/+13
| * Cosmetics: Fix indentation and line length.cehoyos2009-02-241-6/+7
| * Rename yuv2rgb2.c --> yuv2rgb.c.diego2009-02-242-1/+1
| * Clarify -vo vdpau:sharpen.cehoyos2009-02-241-1/+2
| * Document -vo vdpau:denoise.cehoyos2009-02-241-0/+2
| * Document -vo vdpau:sharpen.cehoyos2009-02-241-0/+6
| * Enable Bob de-interlacing for VDPAU.cehoyos2009-02-241-13/+26
| * version bumpkraymer2009-02-241-9/+10
| * Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffmandiego2009-02-241-8/+8
| * Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.diego2009-02-241-780/+0
| * add Zhu Tian (JRaSH) as Chinese document translatorjrash2009-02-231-0/+3
| * sync with en/mplayer.1 r28576jrash2009-02-231-69/+173
| * Calculate border size in aspect keeping code by using AdjustWindowRectreimar2009-02-231-5/+6
* | Merge svn changes up to r28712Uoti Urpala2009-02-2322-665/+1159
|\|
| * ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the samereimar2009-02-231-2/+2
| * Only check for vdp_video_mixer_destroy failure when we actually executed that...reimar2009-02-231-2/+3
| * EOSD/ASS support for vo_vdpau.creimar2009-02-231-1/+187
| * Synced with r28707.bircoph2009-02-231-2/+2
| * Synced with r28706.bircoph2009-02-231-5/+13
| * Update faq about power management effect taking into account thatbircoph2009-02-231-1/+1
| * Update some statements:bircoph2009-02-231-3/+11
| * Synced with r28704.bircoph2009-02-231-1/+10
| * Get rid of the outdated and unmaintained CPU codename table.zuxy2009-02-232-589/+1
| * configure: Make the special dvdnav test the last one againuau2009-02-231-43/+47
| * Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.diego2009-02-221-1/+8
| * SwScaler now has new YUV2RGB table generatorkostya2009-02-221-0/+2
| * New LGPLed YUV2RGB table generator for SwScalerkostya2009-02-224-5/+685
| * Make alpha arch detection more lenient. Taken from the Debian patchset.diego2009-02-211-2/+2
| * af_stats: Some fixes to the new filteruau2009-02-211-13/+14
| * Add missing #include "config.h", fixes the warning:diego2009-02-211-0/+1
| * Add statistics audio filter that prints information about the audio stream.diego2009-02-215-0/+169
| * Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at thediego2009-02-211-0/+2
| * Add -ffast-math to LDFLAGS as well as to CFLAGS.diego2009-02-211-0/+1
| * Add forgotten type to variable declaration.reimar2009-02-211-2/+2
| * Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.diego2009-02-211-0/+2
| * Print the version string after the command line has been parsed.diego2009-02-211-1/+2
* | Merge svn changes up to r28690Uoti Urpala2009-02-2125-1978/+2008
|\|
| * Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.cehoyos2009-02-211-158/+73
| * Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), av...reimar2009-02-211-8/+9
| * 100l, place vdpau below xv, it should not normally be preferred for auto-sele...reimar2009-02-211-3/+3
| * move zeroing of alpha channel register out of YSCALEYUV2xxx macros,stefang2009-02-211-4/+23
| * splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,stefang2009-02-211-8/+27
| * make MMX registers parametrized in the WRITEBGR32 macro,stefang2009-02-211-24/+23
| * Cosmetics. Reindent to 4 spaces.iive2009-02-211-473/+473
| * Cleanup.iive2009-02-211-20/+2
| * Synced with r28266.bircoph2009-02-211-51/+46
| * Cosmetics. Remove all trailing whitespacesiive2009-02-211-61/+61
| * Turn all remaining printf() into mp_msg().iive2009-02-201-84/+85
| * Cleanup.iive2009-02-201-53/+29
| * Cosmetics part2. Indent local variable definitions like the rest of the code.iive2009-02-201-55/+62
| * Cosmetics part 1. Reindent to 4 spaces.iive2009-02-201-916/+916
| * Comment out "else" statement without following block.iive2009-02-201-1/+1
| * Move libavcodec includes together.iive2009-02-201-1/+1
| * Document that and why deinterlacing is not workingreimar2009-02-201-3/+6
| * Add support for VDPAU deinterlacing, pullup, denoise and sharpening.reimar2009-02-201-5/+71
| * Synced with r28670. (Copyright year update.)bircoph2009-02-191-2/+2
| * synced with r28670Gabrov2009-02-193-12/+19
| * update copyright year at the end of the man pageGabrov2009-02-191-1/+1
| * Drop official maintainership of ao_pulse since libpulseaudio still hasreimar2009-02-191-1/+1
| * Work around a PulseAudio bug that causes MPlayer to hang after unpausing.reimar2009-02-191-0/+18
| * Try to update libvo.txtreimar2009-02-191-13/+64
| * Re-add accidentally discarded comment about YUVJ format.reimar2009-02-191-2/+7
| * Be more robust against corrupted RM files that contain invalid packet lengthzuxy2009-02-191-1/+9
| * Add necessary header for ARCH_X86_64 preprocessor check.diego2009-02-191-0/+2
| * Remove unused and unreachable code hunk that was surrounded by a misspelleddiego2009-02-191-4/+0
| * Return PIX_FMT_NONE if the video system refuses all other formats.iive2009-02-191-2/+2
| * Synced with r28660.bircoph2009-02-191-202/+162
| * Another outdated text in <screen> example.bircoph2009-02-191-1/+1
| * Remove exclamation marks to make output similar to English version.bircoph2009-02-191-1/+1
| * Fix capitalization to be similar to English master file.bircoph2009-02-191-1/+1
| * Screen example for no audio problem is outdated:bircoph2009-02-191-4/+4
| * Spelling: capitalize pronouns.bircoph2009-02-191-4/+4
* | Merge svn changes up to r28655Uoti Urpala2009-02-1910-5964/+6001
|\|
| * Rename the "src" parameter in the sws_scale() declaration tostefano2009-02-181-3/+3
| * Document sws_scale().stefano2009-02-181-0/+23
| * Replace the dash sign by &mdash; tag.bircoph2009-02-181-5/+6
| * Exterminate one more trailing whitespace.bircoph2009-02-181-1/+1
| * Sync with r26990.bircoph2009-02-181-21/+22
| * Use the same code to convert fps in float to fraction as used in mencoder,reimar2009-02-181-1/+1
| * Current revision is in sync with r28645, because r28644 and r28645bircoph2009-02-181-1/+1
| * Restore synchronization with r28618.bircoph2009-02-181-1/+6
| * Revert r28597 as requested by Diego in order to be cautious beforebircoph2009-02-181-5937/+5932
| * Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices forreimar2009-02-183-1/+7
| * Also shorten <channel> to <chan> in the description, not just in the example.diego2009-02-181-1/+1
| * Shorten one example line to avoid the groff warning:diego2009-02-181-1/+1
| * Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handlesreimar2009-02-181-0/+1
| * Sync with r28618.bircoph2009-02-181-1/+6
* | Merge svn changes up to r28641Uoti Urpala2009-02-1871-94/+990
|\|
| * AVR32 apparently supports fast unaligned accesses.diego2009-02-171-0/+1
| * Set samplerate in reset also for AC3, and set it before the format in thatreimar2009-02-171-0/+2
| * Mark all Linux RealVideo decoders as buggy, they all seem to have some problemreimar2009-02-171-3/+3
| * Make it possible for mpcodecs_get_image to return NULL as thereimar2009-02-171-1/+1
| * Print an error and return NULL in vf_get_image if we try to allocatereimar2009-02-171-1/+6
| * Set avctx->opaque already at init instead of decode so it can be used inreimar2009-02-171-1/+1
| * Typo fixGabrov2009-02-171-2/+2
| * cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.diego2009-02-173-3/+3
| * Extend calc_src_dst_rects to also calculate the border values needed forreimar2009-02-176-8/+30
| * cosmetics: const static --> static const, avoids the debug mode warning:diego2009-02-171-1/+1
| * Also set HAVE_EBP_AVAILABLE in debug mode.diego2009-02-171-0/+2
| * cosmetics: Remove stray empty lines.diego2009-02-171-2/+0
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-1739-40/+40
| * Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:diego2009-02-173-3/+4
| * Fix compilation after last commit.cehoyos2009-02-171-1/+1
| * Cropping parameter to calc_src_dst_rects is constreimar2009-02-171-1/+1
| * 100l, reset ass_border when switching out of fullscreen mode.reimar2009-02-171-0/+1
| * Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in thisdiego2009-02-171-1/+0
| * Move FFmpeg #includes below all others so that they do not overridediego2009-02-171-6/+6
| * Move libavutil #includes below all others so that they do not overridediego2009-02-171-2/+3
| * The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,diego2009-02-171-1/+1
| * Fix compilation without VDPAUuau2009-02-172-2/+2
| * Fix #endif comment.cehoyos2009-02-161-1/+1
| * Add note about ffwmv3vdpau.cehoyos2009-02-161-1/+1
| * Add support for VDPAU video out, including hardware decoding.reimar2009-02-166-6/+866
| * Synced with r28615.bircoph2009-02-161-1/+3
| * Add ccache usage suggestion to speed up compilation.bircoph2009-02-161-0/+2
| * 100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only whenreimar2009-02-161-1/+1
| * Use fixed-point implementation on avr32.diego2009-02-162-2/+2
| * Make configure recognize avr32.diego2009-02-161-1/+7
| * Replace double semicolon by single semicolon.diego2009-02-168-8/+8
* | options: fix -ar default back to enabled if availableUoti Urpala2009-02-161-1/+1
* | Merge svn changes up to r28610Uoti Urpala2009-02-1628-6575/+6988
|\|
| * Sync renaming of xvmc struct members in FFmpeg.diego2009-02-161-2/+2
| * synced with r28593Gabrov2009-02-162-6/+6
| * The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.diego2009-02-152<