summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sync to x264 r373 (brdo)lorenm2005-11-223-5/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17026 b3059339-0415-0410-9bf9-f77b7e298cf2
* resolves problem in module stop_xscreensaver, crashing mp after sleep and ↵ptt2005-11-211-0/+2
| | | | | | awake or enabling/disabling xssaver by hand git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17025 b3059339-0415-0410-9bf9-f77b7e298cf2
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh ↵nicodvb2005-11-219-60/+126
| | | | | | punctum org) plus small fixes by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17024 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mentions that --enable-runtime-cpudetection is not on by default.gpoirier2005-11-211-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the osd command only switch between enabled/disabled whenalbeu2005-11-201-7/+14
| | | | | | | | using the term osd. Also put a define to test for the term osd without #ifdef. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17022 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-11-192-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17021 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also parse glX extension string, makes -vo gl:swapinterval work again on linuxreimar2005-11-191-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17020 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change MUST to SHOULD have disposition and if applicable language tags.al2005-11-181-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17019 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling by using -I.diego2005-11-183-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17018 b3059339-0415-0410-9bf9-f77b7e298cf2
* 302m_convert and 360m_convert are generated files.diego2005-11-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17017 b3059339-0415-0410-9bf9-f77b7e298cf2
* fastmemcpybench and cpuinfo are x86-specific.diego2005-11-181-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling by adding $(MPROOT) to CFLAGS.diego2005-11-182-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17015 b3059339-0415-0410-9bf9-f77b7e298cf2
* Makefile reorganized for better clarity and maintainability.diego2005-11-181-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17014 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-18151-430/+430
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17013 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1157: -novideo does not work in some cases, e.g. with MPEG demuxers.ranma2005-11-181-0/+18
| | | | | | | 1.1155/1.1156: Document the new osd options: -osd-duration, -noterm-osd, -term-osd-esc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17012 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1157gpoirier2005-11-181-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17011 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformat seems to use "Vo" as Vorbis tag, so add that.reimar2005-11-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17010 b3059339-0415-0410-9bf9-f77b7e298cf2
* -novideo does not work in some cases, e.g. with MPEG demuxers.reimar2005-11-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17009 b3059339-0415-0410-9bf9-f77b7e298cf2
* new -(no)border optionreimar2005-11-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17008 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable border toggling for gl and gl2 under windows.reimar2005-11-173-2/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17007 b3059339-0415-0410-9bf9-f77b7e298cf2
* print the number of encoded frames per seconds (fps) with a greater precisiongpoirier2005-11-171-2/+2
| | | | | | | | | | (float instead of int). Original thread: Date: Nov 17, 2005 3:25 PM Subject: [MPlayer-dev-eng] [PATCH] MEncoder: print more precise FPS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17006 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reformating and nitgpoirier2005-11-171-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17005 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1155gpoirier2005-11-171-13/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17004 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document the new osd options: -osd-duration, -noterm-osd, -term-osd-escalbeu2005-11-171-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17003 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray \n and shorten overly long lines in the process.diego2005-11-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17002 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tests should use echocheck/echores instead of plain echo for output.diego2005-11-171-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17001 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update credits, sync a few lines.diego2005-11-171-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17000 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not build Debian package with runtime CPU detection by default.gpoirier2005-11-171-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16999 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/grammardiego2005-11-172-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16998 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using ↵reynaldo2005-11-162-0/+304
| | | | | | mencoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16997 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fixes...ptt2005-11-161-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16996 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1153: Document the new oss config parameters.ranma2005-11-161-3/+14
| | | | | | | | 1.1152: Adds a target parameter to the volnorm filter. 1.1151: add a switch, slave command, and vo control to toggle borderless window. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16995 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with rev. 1.202ranma2005-11-161-1/+70
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16994 b3059339-0415-0410-9bf9-f77b7e298cf2
* Big OSD cleanup. Replace the mess with 100's of counter varsalbeu2005-11-162-265/+325
| | | | | | | | | with a clean and simple interface. As a bonus osd messages can now be displayed on the console if there is no vo (or osd is disabled in libvo). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16993 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- ↵ptt2005-11-161-4/+5
| | | | | | at -- csociety -- dot -- org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16992 b3059339-0415-0410-9bf9-f77b7e298cf2
* avisubdumpdiego2005-11-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16991 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-11-1511-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16990 b3059339-0415-0410-9bf9-f77b7e298cf2
* little fixes...ptt2005-11-151-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16989 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.202ptt2005-11-151-7/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16988 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a space after dv suboption for -lavfopts sectionptt2005-11-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16987 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-11-1422-37/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16986 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable *SwapInterval function when extensions are missing, since itreimar2005-11-131-0/+5
| | | | | | | can cause crashes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16985 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify weird code. ;)rathann2005-11-131-4/+2
| | | | | | | Approved by Diego. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths by adding -I.. to CFLAGS.diego2005-11-137-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16983 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate leftover line.diego2005-11-121-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16982 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes missing caps on last patchesreynaldo2005-11-121-30/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16981 b3059339-0415-0410-9bf9-f77b7e298cf2
* Configure support for Cyrix C3gpoirier2005-11-122-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16980 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with help_mp-en.h 1.201, patch by Emfox Zhou < emfoxzhou AH gmail POIS com>gpoirier2005-11-121-1/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16979 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1153gpoirier2005-11-111-4/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16978 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document the new oss config parameters.albeu2005-11-111-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16977 b3059339-0415-0410-9bf9-f77b7e298cf2
* Generate double-click mouse events.joey2005-11-111-1/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16976 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add double-click mouse events.joey2005-11-112-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16975 b3059339-0415-0410-9bf9-f77b7e298cf2
* Intercept maximize event and go into fullscreen mode.joey2005-11-111-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16974 b3059339-0415-0410-9bf9-f77b7e298cf2
* DirectSound's GetVolume and SetVolume use 100ths of decibels and range from ↵joey2005-11-111-2/+3
| | | | | | | | | | -10,000 to 0. MPlayer uses a linear intensity value between 0.0 and 100.0. This patch converts the values properly rather than simply linearly mapping the range. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16973 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds a target parameter to the volnorm filter.joey2005-11-112-11/+21
| | | | | | | | This is useful to avoid clipping when processing data, but less important when watching a clip live. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16972 b3059339-0415-0410-9bf9-f77b7e298cf2
* -waveheader is deprecated, using -ao pcm:waveheader insteadreynaldo2005-11-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16971 b3059339-0415-0410-9bf9-f77b7e298cf2
* alphabetical orderdiego2005-11-101-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16970 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-1011-1/+63
| | | | | | | includes documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16969 b3059339-0415-0410-9bf9-f77b7e298cf2
* [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemuxreynaldo2005-11-105-65/+122
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16968 b3059339-0415-0410-9bf9-f77b7e298cf2
* move window style to a macro for easier maintainingjoey2005-11-101-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16967 b3059339-0415-0410-9bf9-f77b7e298cf2
* attempt to fix missing and/or broken boundary checksreimar2005-11-101-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16966 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg truemotion1 codec now outputs BGR32 for some filesreimar2005-11-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16965 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not set ctx->vo_inited when init fails. This caused a crash when areimar2005-11-101-1/+1
| | | | | | | matching colorspace is missing in codecs.conf. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16964 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not hang forever when the card delivers no new data.reimar2005-11-101-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16963 b3059339-0415-0410-9bf9-f77b7e298cf2
* implement norm switching, which was already documented??reimar2005-11-101-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16962 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with help_mp-en.h 1.198, patch by Emfox Zhou emfoxzhou AHgpoirier2005-11-101-3/+223
| | | | | | | gmail POIS com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16961 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow setting the mixer per instance so one can fallback betweenalbeu2005-11-101-11/+25
| | | | | | | | | several oos device and still have correct mixer settings all the time. The sytax is now: oss[:dsp_device[:mixer_device[:mixer_channel]]] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16960 b3059339-0415-0410-9bf9-f77b7e298cf2
* Test if source image dimensions are too big.al2005-11-104-0/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16959 b3059339-0415-0410-9bf9-f77b7e298cf2
* small typoptt2005-11-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16958 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.198ptt2005-11-101-4/+184
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16957 b3059339-0415-0410-9bf9-f77b7e298cf2
* reordered subtitles language OSD display, since it worked bad for ogm...ptt2005-11-091-36/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16956 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1150 (megaslow pp:) )gpoirier2005-11-091-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16955 b3059339-0415-0410-9bf9-f77b7e298cf2
* it looks like width needs to be a multiple of 64 for newer cardsfaust32005-11-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16954 b3059339-0415-0410-9bf9-f77b7e298cf2
* new orthographyranma2005-11-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16953 b3059339-0415-0410-9bf9-f77b7e298cf2
* Speling (das -> daß)ranma2005-11-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16952 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, trailing whitespacediego2005-11-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16951 b3059339-0415-0410-9bf9-f77b7e298cf2
* SDL no longer needed by defaultrathann2005-11-081-5/+4
| | | | | | | libavcodec MUST be linked in statically git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16950 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add another content-type for aac audio in shoutcast streamsrtognimp2005-11-081-1/+1
| | | | | | | Fixes http://www.digitallyimported.com/aacplus/goapsy.pls git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16949 b3059339-0415-0410-9bf9-f77b7e298cf2
* document new vf_usppranma2005-11-081-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16948 b3059339-0415-0410-9bf9-f77b7e298cf2
* ultra simple&slow pp filter, yes yet another spp like filter :)michael2005-11-084-0/+424
| | | | | | | | | | | this one does actually compress&decompress the video at various shifts with lavc while the other spp filters are doing optimized intra only filtering limitations: mpeg4 is hardcoded, all options too, pretty trivial to change though, even filtering with non dct codecs like snow could be tried ... the qscale/qp is only taken fron the first MB of each image and then used for the whole image (would needs some small changes to lavc to let the user set the qscales for the mbs themselfs but iam to lazy ...) this needs ALOT of cpu time and memory especially at uspp=8 ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16947 b3059339-0415-0410-9bf9-f77b7e298cf2
* fd --> file descriptor, small fixesdiego2005-11-081-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16946 b3059339-0415-0410-9bf9-f77b7e298cf2
*