summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Print the version string after the command line has been parsed.diego2009-02-211-1/+2
* 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
* 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
* 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
* 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-conversion.h in vd_ffmpeg.creimar2009-02-141-27/+2
* Create a fmt-conversion.c file so fmt-conversion.h can be included by multipl...reimar2009-02-143-66/+98
* Consistently place whitespace around * ( ) and ,reimar2009-02-141-70/+70
* Remove useless breakreimar2009-02-141-1/+0
* Indentation and other whitespace fixesreimar2009-02-141-90/+90
* Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.diego2009-02-143-95/+20
* Make hScale_altivec_real() trim its output like other implementations dokostya2009-02-141-5/+5
* Some AltiVec functions in SwScaler produce different output than theirkostya2009-02-142-2/+4
* partial update, patch by sevenfourk, sevenfourk gmail comdiego2009-02-141-31/+282
* Replace fprintf call by mp_msg, fixes the warning:diego2009-02-141-1/+2
* Cosmetics: handle all special/compressed formats in a single if in mp_image_s...reimar2009-02-141-15/+4
* Add support for image formats and codecs used by VDPAUreimar2009-02-145-0/+80
* Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatreimar2009-02-143-2/+25
* Fix typo in German message.reimar2009-02-121-1/+1
* synced with r28532Gabrov2009-02-125-98/+45
* Remove now unused vo_calc_drwXY function.reimar2009-02-122-18/+0
* Add a calc_src_dst_rects that calculates from window size, panscan etc.reimar2009-02-125-93/+99
* 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,reimar2009-02-121-1/+0
* Remove trailing whitespace from vd_ffmpeg.reimar2009-02-121-34/+34
* Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.reimar2009-02-121-179/+179
* Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.reimar2009-02-121-14/+0
* Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window wasreimar2009-02-121-2/+6
* Ignore errors from all rm commands in clean targets.diego2009-02-121-12/+12
* On clean/distclean, remove binaries with all types of executable suffixes.diego2009-02-122-17/+18
* Use addprefix and addsuffix functions to generate TOOLS variable.diego2009-02-121-10/+1
* Apply misc fixes for sws_getCachedContext() documentation.stefano2009-02-121-7/+10
* Bump micro version, related to r28491.stefano2009-02-121-1/+1
* Document sws_getContext().stefano2009-02-111-0/+13
* Port check for 10 assembler operands support from FFmpeg.diego2009-02-111-0/+17
* Document sws_getIdentityVec().stefano2009-02-111-0/+5
* Convert "advanced audio usage" into from a subsection to a chapter.diego2009-02-111-28/+28
* Replace a mention of MPlayer by MEncoder in the MEncoder section.diego2009-02-111-1/+1
* Remove outdated FAQ entries.diego2009-02-111-60/+0
* Remove unnecessary _UWIN #define.diego2009-02-111-3/+0
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.stefano2009-02-102-4/+5
* Document sws_cloneVec().stefano2009-02-101-0/+5
* Fix typo: lenght -> length.stefano2009-02-101-1/+1
* Document sws_scaleVec().stefano2009-02-101-0/+4
* Document sws_getConstVec().stefano2009-02-101-0/+5
* Move documentation of sws_getCachedContext() from swscale.c tostefano2009-02-102-10/+10
* Remove pointless comment regarding sws_scale_ordered().stefano2009-02-101-3/+0
* Add a @deprecated notice to swscale_get_ordered().stefano2009-02-101-0/+3
* Add priority support for OS/2 and factorize the Windows priority support.diego2009-02-109-49/+146
* Add proper check for posix_memalign(), needed for FFmpeg.diego2009-02-101-1/+13
* Remove unnecessary emms Assembler instructions.diego2009-02-101-9/+0
* partial sync with obsolete section removaldiego2009-02-106-726/+163
* partial sync with obsolete section removaldiego2009-02-106-692/+144
* partial sync with obsolete section removaldiego2009-02-106-710/+148
* partial sync with obsolete section removaldiego2009-02-093-272/+4
* partial sync with obsolete section removaldiego2009-02-096-704/+144
*