summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Nits suggested by Ivo and Diego. Patch by Matthias Wieser < mwieser AH gmx ↵gpoirier2005-10-021-31/+59
| | | | | | | | | | | POIS de > Original thread: Date: Oct 2, 2005 7:12 PM Subject: Re: Fwd: [MPlayer-cvslog] CVS: main/TOOLS psnr-video.sh, NONE, 1.1 README, 1.9, 1.10 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16637 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, forgotten call to paranoia_modeset to actually set the desired mode.reimar2005-10-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16636 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates, fixesdiego2005-10-021-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16635 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expose MSG_USE_COLORS in config.h.diego2005-10-021-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16634 b3059339-0415-0410-9bf9-f77b7e298cf2
* Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,reimar2005-10-022-1/+15
| | | | | | | | add MSVCRT._winver and KERNEL32.GetThreadPriority exports. Should fix some crashes esp. with wmv9dmo.dll git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16633 b3059339-0415-0410-9bf9-f77b7e298cf2
* modification notices according to GPL 2adiego2005-10-015-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16632 b3059339-0415-0410-9bf9-f77b7e298cf2
* upgrade to libdvdcss 1.2.9diego2005-10-0112-800/+601
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16631 b3059339-0415-0410-9bf9-f77b7e298cf2
* long obsoletediego2005-10-011-32/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16630 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes the bug #382 http://bugzilla.mplayerhq.hu/show_bug.cgi?id=382gpoirier2005-10-011-11/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16629 b3059339-0415-0410-9bf9-f77b7e298cf2
* documentation-only patch: make doxygen compatible and createreimar2005-10-012-58/+178
| | | | | | | af_chain and af_filter doxygen modules. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16628 b3059339-0415-0410-9bf9-f77b7e298cf2
* documentation update.reimar2005-10-012-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16627 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for ATI specific YUV->RGB conversion.reimar2005-10-012-17/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16626 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for eof instead of decoding the same data over and over.reimar2005-10-011-0/+1
| | | | | | | The whole code could use a lot more checks on return values... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16625 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Compn, expert at wrangling useful bugreports from users ;-)reimar2005-10-011-0/+5
| | | | | | | Patch by himself (tempn at twmi rr com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16624 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better wording by The Wanderergpoirier2005-09-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16623 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lods152005-09-301-6/+10
| | | | | | | gcc 2.95 only works with this kind of define, instead of the C99 one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16622 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing defaut for a suboption of tfieldsgpoirier2005-09-291-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16621 b3059339-0415-0410-9bf9-f77b7e298cf2
* document missing parameter of tfields: field dominance.gpoirier2005-09-291-1/+13
| | | | | | | ... but what's the default ? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16620 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_msg cleanup.ods152005-09-292-93/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16619 b3059339-0415-0410-9bf9-f77b7e298cf2
* A long-standing bug... -vfwopts in cfg-mencoder.h is being overriddendiego2005-09-281-1/+1
| | | | | | | | | by -vf* in cfg-common.h. The easiest fix of all, add an 'x' to the name: -xvfwopts patch by RC <rcooley -- at -- spamcop -- dot -- net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16618 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgotten include; patch by Jan Knutar (jknutar ad nic puntum fi)nicodvb2005-09-281-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16617 b3059339-0415-0410-9bf9-f77b7e298cf2
* code before decleration, gcc2.95 fixods152005-09-281-11/+10
| | | | | | | patch by Jan Knutar (jknutar SIGH nic BOOM fi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16616 b3059339-0415-0410-9bf9-f77b7e298cf2
* another url_free that shouldn't be commented out.reimar2005-09-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16615 b3059339-0415-0410-9bf9-f77b7e298cf2
* Detect eof when seeking and do _not_ restart the video.reimar2005-09-281-1/+8
| | | | | | | Also fixes some invalid reads. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16614 b3059339-0415-0410-9bf9-f77b7e298cf2
* Report total timereimar2005-09-271-3/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16613 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc forreimar2005-09-271-0/+3
| | | | | | | http://images.apple.com/movies/us/hd_gallery/gl1800/480p/the_brothers_grimm_m480pa.mov git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16612 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1119gpoirier2005-09-271-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow string escaping via "".reimar2005-09-271-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing GL_REGISTER_COMBINERS_NV definereimar2005-09-271-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -panscanrange optionreimar2005-09-273-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16608 b3059339-0415-0410-9bf9-f77b7e298cf2
* the "psnr" option doesn't really need to be in the encoding setting examples.gpoirier2005-09-261-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16607 b3059339-0415-0410-9bf9-f77b7e298cf2
* Random fixes and more coherencygpoirier2005-09-261-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16606 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't pass NULL pointers to demux_info_add()rtognimp2005-09-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16605 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.1098 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-09-261-77/+155
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16604 b3059339-0415-0410-9bf9-f77b7e298cf2
* make xvid encoding use the filename fromgpoirier2005-09-261-3/+4
| | | | | | | | | | | -passlogfile to store and retreive pass information. Patch by Olivier Rolland < billl AH users POIS sf POIS net> Original thread: Date: Sep 25, 2005 9:41 PM Subject: [MPlayer-dev-eng] [PATCH] XviD and -passlogfile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Config file option format corrected.jheryan2005-09-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1118gpoirier2005-09-251-15/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nits noticed by Diegogpoirier2005-09-251-18/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16600 b3059339-0415-0410-9bf9-f77b7e298cf2
* the on suboption of -rawaudio and -rawvideo do not work anymore since thereimar2005-09-253-9/+5
| | | | | | | demuxer API rework. So remove them and change the docs to use -demuxer raw*. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16599 b3059339-0415-0410-9bf9-f77b7e298cf2
* little updatereimar2005-09-251-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16598 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds encoding setting examples for lavc and XviD.gpoirier2005-09-251-25/+147
| | | | | | | | Remove the references to constant quant in x264 section (Jeff did not like that :-) ). Put all examples in a table so that it they are easier to read. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16597 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix/improve code doxumentation. Also group gl_common functions in severalreimar2005-09-253-7/+59
| | | | | | | doxygen modules git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16596 b3059339-0415-0410-9bf9-f77b7e298cf2
* debugging/testing helpers: allow forcing a certain width/height for texturesreimar2005-09-251-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16595 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow specifying a custom (ppm) texture for texture unit 3reimar2005-09-251-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16594 b3059339-0415-0410-9bf9-f77b7e298cf2
* support loading a texture from a PPM filereimar2005-09-252-0/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16593 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl2 now supports panscanreimar2005-09-251-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16592 b3059339-0415-0410-9bf9-f77b7e298cf2
* panscan supportreimar2005-09-251-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16591 b3059339-0415-0410-9bf9-f77b7e298cf2
* contrast 0 should lead to a grey, not a black imagereimar2005-09-251-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16590 b3059339-0415-0410-9bf9-f77b7e298cf2
* get rid of global getProcAddress variablereimar2005-09-251-7/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16589 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl rectangle and yuv options should work together nowreimar2005-09-251-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16588 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support rectangular texture in fragment programsreimar2005-09-254-19/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve/clarify description of -vo gl and -vo gl2 suboptionsreimar2005-09-251-5/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16586 b3059339-0415-0410-9bf9-f77b7e298cf2
* Several bugfixes:reimar2005-09-251-3/+5
| | | | | | | | | black OSD border with scaled-osd draw only used parts of image (looks weird with equalizer controls otherwise) clear borders when switching to fullscreen when using -nodouble git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16585 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crashes and green border when using YV12 input formatreimar2005-09-251-11/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16584 b3059339-0415-0410-9bf9-f77b7e298cf2
* texture units do not need to be explicitly enabled when using a fragmentreimar2005-09-251-14/+10
| | | | | | | program. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16583 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.1114wight2005-09-251-13/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16582 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1114gpoirier2005-09-251-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16581 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part VIkraymer2005-09-241-7/+12
| | | | | | | | ("OPTIONEN FÜR DIE AUDIOAUSGABE (NUR BEI MPLAYER)") added option: -softvol-max git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16580 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part Vkraymer2005-09-241-58/+62
| | | | | | | ("OSD-/\:UNTERTITEL-OPTIONEN") git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16579 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part IVkraymer2005-09-241-24/+24
| | | | | | | (finishing "DEMUXER-/\:STREAM-OPTIONEN") git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16578 b3059339-0415-0410-9bf9-f77b7e298cf2
* The nth attempt to come up with correct a description of -frameno-file...diego2005-09-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16577 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.183kraymer2005-09-241-4/+8
| | | | | | | small spelling change git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16576 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrap around 80...ods152005-09-241-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16575 b3059339-0415-0410-9bf9-f77b7e298cf2
* compress back_ptr better by multiplying by 8ods152005-09-241-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16574 b3059339-0415-0410-9bf9-f77b7e298cf2
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-239-31/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16573 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, noticed by Julian Sikorski <lordzanon at poczta dot onet dot pl>rathann2005-09-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16572 b3059339-0415-0410-9bf9-f77b7e298cf2
* More appropriatte sectionods152005-09-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16571 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.14jheryan2005-09-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16570 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.70jheryan2005-09-231-22/+131
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16569 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.92jheryan2005-09-231-8/+183
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16568 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove duplicate entrygpoirier2005-09-231-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16567 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1113gpoirier2005-09-231-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16566 b3059339-0415-0410-9bf9-f77b7e298cf2
* Symlinks are not needed any more.jheryan2005-09-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16565 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.24jheryan2005-09-231-5/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16564 b3059339-0415-0410-9bf9-f77b7e298cf2
* Screenshots can now be taken with -vf screenshot, based on a patch by Oded.diego2005-09-231-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16563 b3059339-0415-0410-9bf9-f77b7e298cf2
* better (hopefully correct) explanation of -frameno-filediego2005-09-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16562 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording fix suggested by the Wandererdiego2005-09-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16561 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixes and additionsdiego2005-09-231-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16560 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nits and fixesgpoirier2005-09-232-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16559 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.58jheryan2005-09-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16558 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.22jheryan2005-09-231-4/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16557 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.93jheryan2005-09-231-285/+219
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16556 b3059339-041