aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * Add necessary header for ARCH_X86_64 preprocessor check.Gravatar diego2009-02-19
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28664 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unused and unreachable code hunk that was surrounded by a misspelledGravatar diego2009-02-19
| | | | | | | | | | | | | | preprocessor condition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28663 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Return PIX_FMT_NONE if the video system refuses all other formats.Gravatar iive2009-02-19
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28662 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Synced with r28660.Gravatar bircoph2009-02-19
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28661 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Another outdated text in <screen> example.Gravatar bircoph2009-02-19
| | | | | | | | | | | | | | Synced with currrent MSGTR_TooManyVideoInBuffer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28660 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove exclamation marks to make output similar to English version.Gravatar bircoph2009-02-19
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28659 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix capitalization to be similar to English master file.Gravatar bircoph2009-02-19
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28658 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Screen example for no audio problem is outdated:Gravatar bircoph2009-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | The following MSGTR_* messages changed since then: MSGTR_AO_OSS_CantOpenDev MSGTR_CannotInitAO MSGTR_NoSound MSGTR_StartPlaying Expamle is updated as appropriate. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28657 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Spelling: capitalize pronouns.Gravatar bircoph2009-02-19
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28656 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r28655Gravatar Uoti Urpala2009-02-19
|\|
| * Rename the "src" parameter in the sws_scale() declaration toGravatar stefano2009-02-18
| | | | | | | | | | | | | | | | "srcSlice" to stress the fact that it references a slice rather than an image. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28655 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Document sws_scale().Gravatar stefano2009-02-18
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28654 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Replace the dash sign by &mdash; tag.Gravatar bircoph2009-02-18
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28653 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Exterminate one more trailing whitespace.Gravatar bircoph2009-02-18
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28652 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Sync with r26990.Gravatar bircoph2009-02-18
| | | | | | | | | | | | | | Remove trailing whitespaces. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28651 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Use the same code to convert fps in float to fraction as used in mencoder,Gravatar reimar2009-02-18
| | | | | | | | | | | | | | | | it ensures all the common frame rates work right. If this causes issues, it should be changed in the same way in mencoder.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28650 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Current revision is in sync with r28645, because r28644 and r28645Gravatar bircoph2009-02-18
| | | | | | | | | | | | | | doesn't affect Russian translation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28649 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Restore synchronization with r28618.Gravatar bircoph2009-02-18
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28648 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Revert r28597 as requested by Diego in order to be cautious beforeGravatar bircoph2009-02-18
| | | | | | | | | | | | | | relese. (Do not convert to UTF-8 for now.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28647 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices forGravatar reimar2009-02-18
| | | | | | | | | | | | | | | | YV12 - since VDPAU only has functions to upload the full frame at once there is no sense in supporting draw_slice for that. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28646 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Also shorten <channel> to <chan> in the description, not just in the example.Gravatar diego2009-02-18
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28645 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Shorten one example line to avoid the groff warning:Gravatar diego2009-02-18
| | | | | | | | | | | | | | | | DOCS/man/en/mplayer.1:1905: warning [p 20, 5.7i, div `an-div', 0.0i]: cannot adjust line DOCS/man/en/mplayer.1:1905: warning [p 20, 5.7i]: cannot adjust line git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28644 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handlesGravatar reimar2009-02-18
| | | | | | | | | | | | | | it correctly (VDPAU and probably H.264 currently don't, MPEG1/2 does etc.). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28643 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Sync with r28618.Gravatar bircoph2009-02-18
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28642 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\| | | | | | | | | | | | | | | Convert vo_x11_border (used in vo_gl/gl2 though the vo_gl_border macro) to use a wrapper macro in old-style VOs which do not provide a VO object argument. Before this function had an explicit global_vo argument in vo_gl/gl2. New vo_vdpau uses it too so use the same mechanism as most other functions.
| * AVR32 apparently supports fast unaligned accesses.Gravatar diego2009-02-17
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28641 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Set samplerate in reset also for AC3, and set it before the format in thatGravatar reimar2009-02-17
| | | | | | | | | | | | | | case (no idea why, but it is done this way in init, so it is consistent). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28640 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Mark all Linux RealVideo decoders as buggy, they all seem to have some problemGravatar reimar2009-02-17
| | | | | | | | | | | | | | on some systems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28639 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Make it possible for mpcodecs_get_image to return NULL as theGravatar reimar2009-02-17
| | | | | | | | | | | | | | documentation says it should instead of crashing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28638 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Print an error and return NULL in vf_get_image if we try to allocateGravatar reimar2009-02-17
| | | | | | | | | | | | | | | | a format with bpp == 0, since this can not work. This way at least we crash earlier and print an error message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28637 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Set avctx->opaque already at init instead of decode so it can be used inGravatar reimar2009-02-17
| | | | | | | | | | | | | | | | get_format and get_buffer would not crash if called during avcodec_open. Patch by Gwenole Beauchesne [gbeauchesne splitted-desktop com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28636 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Typo fixGravatar Gabrov2009-02-17
| | | | | | | | | | | | | | Patch submitted directly to me by Rezso Pader (rezso at rezso dot net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28635 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.Gravatar diego2009-02-17
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28634 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Extend calc_src_dst_rects to also calculate the border values needed forGravatar reimar2009-02-17
| | | | | | | | | | | | | | correctly placed dvdnav highlights, and fix direct3d and vdpau accordingly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28633 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: const static --> static const, avoids the debug mode warning:Gravatar diego2009-02-17
| | | | | | | | | | | | | | cpuinfo.c:80: warning: 'static' is not at beginning of declaration git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28632 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Also set HAVE_EBP_AVAILABLE in debug mode.Gravatar diego2009-02-17
| | | | | | | | | | | | | | patch by Gwenole Beauchesne, gbeauchesne splitted-desktop com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28631 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Remove stray empty lines.Gravatar diego2009-02-17
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28630 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
| | | | | | | | | | | | | | mem.c:32:5: warning: "HAVE_MALLOC_H" is not defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28629 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
| | | | | | | | | | | | | | mem.c:67:7: warning: "HAVE_MEMALIGN" is not defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28628 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix compilation after last commit.Gravatar cehoyos2009-02-17
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28627 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Cropping parameter to calc_src_dst_rects is constGravatar reimar2009-02-17
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28626 b3059339-0415-0410-9bf9-f77b7e298cf2
| * 100l, reset ass_border when switching out of fullscreen mode.Gravatar reimar2009-02-17
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28625 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in thisGravatar diego2009-02-17
| | | | | | | | | | | | | | | | | | | | | | particular case. Avoids the warning: In file included from libmpcodecs/vf_fspp.c:693: ./mangle.h:34:1: warning: "MANGLE" redefined In file included from libmpcodecs/vf_fspp.c:46: ./libavutil/internal.h:113:1: warning: this is the location of the previous definition git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28624 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move FFmpeg #includes below all others so that they do not overrideGravatar diego2009-02-17
| | | | | | | | | | | | | | | | | | | | | | | | system functions and cause the warning: In file included from libmpcodecs/vf_fspp.c:57: libmpcodecs/mp_image.h: In function 'new_mp_image': libmpcodecs/mp_image.h:214: warning: implicit declaration of function 'please_use_av_malloc' libmpcodecs/mp_image.h: In function 'free_mp_image': libmpcodecs/mp_image.h:226: warning: implicit declaration of function 'please_use_av_free' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28623 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move libavutil #includes below all others so that they do not overrideGravatar diego2009-02-17
| | | | | | | | | | | | | | | | | | system functions and cause the warning: In file included from mp3lib/sr1.c:27: /mp_msg.h:115: warning: 'please_use_av_log_instead_of_printf' is an unrecognized format function type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28622 b3059339-0415-0410-9bf9-f77b7e298cf2
| * The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,Gravatar diego2009-02-17
| | | | | | | | | | | | | | | | so use it with #ifdef instead of #if; fixes the warning: libvo/sub.c:1233:5: warning: "CONFIG_TV_TELETEXT" is not defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28621 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix compilation without VDPAUGravatar uau2009-02-17
| | | | | | | | | | | | | | | | | | | | | | | | The commit adding vo_vdpau had two bugs that broke compilation when VDPAU was not enabled. - video_out.c used "#ifdef CONFIG_VDPAU", but it's always set to 0 or 1 - In configure, MPEG1_VDPAU_DECODER was dropped from the list of libavcodec codecs to disable when moving VDPAU-related ones from the always-disabled list to a conditinal one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28620 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix #endif comment.Gravatar cehoyos2009-02-16
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28619 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add note about ffwmv3vdpau.Gravatar cehoyos2009-02-16
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28618 b3059339-0415-0410-9bf9-f77b7e298cf2
* | options: fix -ar default back to enabled if availableGravatar Uoti Urpala2009-02-16
| | | | | | | | | | Due to a missed config variable rename -noar was always the default. Make it default to enabled if available as it was before.