summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+6
| * Reflect ffmpeg change of xvmc struct field to xvmc_id.iive2009-02-152-6/+6
| * Fix spelling: "whom" should be used instead of "which" when we'rebircoph2009-02-151-1/+1
| * Remove the reference to history.html because history.xml was purgedbircoph2009-02-151-4/+3
| * whitespace cosmetics: Remove all tabs and trailing whitespace.diego2009-02-151-75/+75
| * The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.diego2009-02-152-21/+21
| * Remove unnecessary #ifdef around internal #include.diego2009-02-151-3/+0
| * The xmvc structure member magic_id was renamed to unique_id.diego2009-02-152-6/+6
| * Remove unnecessary #if around forward declaration.reimar2009-02-151-2/+0
| * Restructure get_format so it can easily be extended to handle VDPAUreimar2009-02-151-7/+14
| * Reuse the code for the general do_dr1 case to set get_buffer/release_buffer f...reimar2009-02-151-3/+1
| * Change man page encoding from KOI8-R to UTF-8.bircoph2009-02-151-5932/+5932
| * I hope this one is clearer and understandable.bircoph2009-02-151-1/+1
| * Use PIX_FMT_NONE instead of -1reimar2009-02-151-1/+1
| * Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMCreimar2009-02-151-2/+0
| * Remove trailing whitespaces.bircoph2009-02-152-20/+20
| * Synced with r28201.bircoph2009-02-151-32/+32
| * Extend get_buffer to handle the XvMC case and remove mc_get_bufferreimar2009-02-151-93/+28
| * Unset MP_IMGFLAG_IN_USE in release_buffer.reimar2009-02-151-0/+2
| * Merge two checks for mpi != NULLreimar2009-02-151-5/+5
| * Make the default release_buffer work for XvMC, use it and remove mc_release_b...reimar2009-02-151-33/+14
| * Get rid of mc_render_slice and use the generic draw_slice instead.reimar2009-02-151-20/+4
| * Update info about contributions.bircoph2009-02-151-3/+6
| * Fix a regression caused by r17933; RealMedia index tables could never be prin...zuxy2009-02-151-1/+1
| * Support seek in multirate RealMedia files.zuxy2009-02-151-32/+26
| * Reflect the change of xvmc struct name.iive2009-02-152-23/+23
| * WMVA works with VDPAU, tooreimar2009-02-151-1/+1
| * Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need toreimar2009-02-152-2/+4
| * Sync fourccs for ffvc1vdpaureimar2009-02-151-0/+1
| * Sync fourcc list for ffmpeg12vdpaureimar2009-02-151-3/+12
| * Now xvmc struct uses magic_id fieldiive2009-02-152-6/+6
| * Remove display_flag remains as the member has been removed from the xvmc struct.iive2009-02-151-2/+0
| * Get rid of the trailing whitespaces.bircoph2009-02-151-3/+3
| * 'Capitalize' mplayer -> MPlayer when used as a project name.bircoph2009-02-151-3/+3
| * Some more trailing whitespaces.bircoph2009-02-151-2/+2
| * Get rid of trailing whitespaces.bircoph2009-02-151-9/+9
| * Fix r28506.bircoph2009-02-151-2/+1
| * Sync with r28520, 100% done.bircoph2009-02-151-21/+70
| * Remove some xvmc field initializations. They are not used byiive2009-02-141-2/+0
| * timebomb made some swscale AltiVec fixescompn2009-02-141-0/+1
| * Sync with r27979.bircoph2009-02-141-48/+69
| * Use sws_printVec2() instead of the deprecated sws_printVec(). stefano2009-02-141-2/+2
| * Implement sws_printVec2() and deprecate sws_printVec().stefano2009-02-142-7/+25
| * Document sws_normalizeVec().stefano2009-02-141-0/+5
| * Sync with r27639.bircoph2009-02-141-587/+725
| * Actually it is in sync with SVN HEAD. bircoph2009-02-141-1/+1
| * Use fmt-con