aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* 1000lGravatar ods152005-09-30
| | | | | | | 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 tfieldsGravatar gpoirier2005-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16621 b3059339-0415-0410-9bf9-f77b7e298cf2
* document missing parameter of tfields: field dominance.Gravatar gpoirier2005-09-29
| | | | | | | ... but what's the default ? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16620 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_msg cleanup.Gravatar ods152005-09-29
| | | | 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 overriddenGravatar diego2005-09-28
| | | | | | | | | 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)Gravatar nicodvb2005-09-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16617 b3059339-0415-0410-9bf9-f77b7e298cf2
* code before decleration, gcc2.95 fixGravatar ods152005-09-28
| | | | | | | 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.Gravatar reimar2005-09-28
| | | | 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.Gravatar reimar2005-09-28
| | | | | | | Also fixes some invalid reads. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16614 b3059339-0415-0410-9bf9-f77b7e298cf2
* Report total timeGravatar reimar2005-09-27
| | | | 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 forGravatar reimar2005-09-27
| | | | | | | 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.1119Gravatar gpoirier2005-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow string escaping via "".Gravatar reimar2005-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing GL_REGISTER_COMBINERS_NV defineGravatar reimar2005-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -panscanrange optionGravatar reimar2005-09-27
| | | | 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.Gravatar gpoirier2005-09-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16607 b3059339-0415-0410-9bf9-f77b7e298cf2
* Random fixes and more coherencyGravatar gpoirier2005-09-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16606 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't pass NULL pointers to demux_info_add()Gravatar rtognimp2005-09-26
| | | | 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>Gravatar danny2005-09-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16604 b3059339-0415-0410-9bf9-f77b7e298cf2
* make xvid encoding use the filename fromGravatar gpoirier2005-09-26
| | | | | | | | | | | -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.Gravatar jheryan2005-09-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1118Gravatar gpoirier2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nits noticed by DiegoGravatar gpoirier2005-09-25
| | | | 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 theGravatar reimar2005-09-25
| | | | | | | 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 updateGravatar reimar2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16598 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds encoding setting examples for lavc and XviD.Gravatar gpoirier2005-09-25
| | | | | | | | 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 severalGravatar reimar2005-09-25
| | | | | | | 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 texturesGravatar reimar2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16595 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow specifying a custom (ppm) texture for texture unit 3Gravatar reimar2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16594 b3059339-0415-0410-9bf9-f77b7e298cf2
* support loading a texture from a PPM fileGravatar reimar2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16593 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl2 now supports panscanGravatar reimar2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16592 b3059339-0415-0410-9bf9-f77b7e298cf2
* panscan supportGravatar reimar2005-09-25
| | | | 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 imageGravatar reimar2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16590 b3059339-0415-0410-9bf9-f77b7e298cf2
* get rid of global getProcAddress variableGravatar reimar2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16589 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl rectangle and yuv options should work together nowGravatar reimar2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16588 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support rectangular texture in fragment programsGravatar reimar2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve/clarify description of -vo gl and -vo gl2 suboptionsGravatar reimar2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16586 b3059339-0415-0410-9bf9-f77b7e298cf2
* Several bugfixes:Gravatar reimar2005-09-25
| | | | | | | | | 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 formatGravatar reimar2005-09-25
| | | | 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 fragmentGravatar reimar2005-09-25
| | | | | | | program. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16583 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.1114Gravatar wight2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16582 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1114Gravatar gpoirier2005-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16581 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part VIGravatar kraymer2005-09-24
| | | | | | | | ("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 VGravatar kraymer2005-09-24
| | | | | | | ("OSD-/\:UNTERTITEL-OPTIONEN") git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16579 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part IVGravatar kraymer2005-09-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...Gravatar diego2005-09-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16577 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.183Gravatar kraymer2005-09-24
| | | | | | | small spelling change git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16576 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrap around 80...Gravatar ods152005-09-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16575 b3059339-0415-0410-9bf9-f77b7e298cf2
* compress back_ptr better by multiplying by 8Gravatar ods152005-09-24
| | | | 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".Gravatar rsf2005-09-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16573 b3059339-0415-0410-9bf9-f77b7e298cf2