aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Adds the script psnr-video.sh to calculate the PSNR between two existing ↵Gravatar gpoirier2005-09-12
| | | | | | | | | | | | video files. Script by Matthias Wieser < mwieser AH gmx POUM de > Original thread: Date: Aug 25, 2005 1:54 PM Subject: [MEncoder-users] [Script] PSNR between two video files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16463 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use GL_CLAMP_TO_EDGE instead of GL_CLAMP to avoid border texels being sampled.Gravatar reimar2005-09-12
| | | | | | | | This avoids some ugly effects when vo_gl2 uses multiple textures. (Note to self: read the specs instead of just copying the old code!). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16462 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix border color (forgot to divide by 255.0).Gravatar reimar2005-09-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16461 b3059339-0415-0410-9bf9-f77b7e298cf2
* echores cleanup, introduce _res_comment variable to easily output additionalGravatar reimar2005-09-12
| | | | | | | information. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16460 b3059339-0415-0410-9bf9-f77b7e298cf2
* Respect -nodouble even though it looks very bad.Gravatar reimar2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16459 b3059339-0415-0410-9bf9-f77b7e298cf2
* do nothing if no free filenames are availableGravatar henry2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16458 b3059339-0415-0410-9bf9-f77b7e298cf2
* use slices if DR isn't availableGravatar henry2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16457 b3059339-0415-0410-9bf9-f77b7e298cf2
* only make the check for osx api if system is darwinGravatar nplourde2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16456 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed dep for perl_check on osxGravatar nplourde2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16455 b3059339-0415-0410-9bf9-f77b7e298cf2
* better _comment in echoresGravatar iive2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16454 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgotten MP_IMGFLAG_READABLEGravatar henry2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16453 b3059339-0415-0410-9bf9-f77b7e298cf2
* Separate _freetype=no from the comment, this fixes the fontconfig bug ↵Gravatar iive2005-09-11
| | | | | | without need of forcing "no" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16452 b3059339-0415-0410-9bf9-f77b7e298cf2
* DR and slice supportGravatar henry2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16451 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1094Gravatar gpoirier2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16450 b3059339-0415-0410-9bf9-f77b7e298cf2
* screenshot filterGravatar henry2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16449 b3059339-0415-0410-9bf9-f77b7e298cf2
* screenshot filterGravatar henry2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16448 b3059339-0415-0410-9bf9-f77b7e298cf2
* screenshot filterGravatar henry2005-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16447 b3059339-0415-0410-9bf9-f77b7e298cf2
* key_down_eventGravatar nplourde2005-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16446 b3059339-0415-0410-9bf9-f77b7e298cf2
* perl check for macosxGravatar nplourde2005-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16445 b3059339-0415-0410-9bf9-f77b7e298cf2
* use system videodev2.h insteadGravatar henry2005-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16444 b3059339-0415-0410-9bf9-f77b7e298cf2
* - remove useless /dev/video* checksGravatar henry2005-09-10
| | | | | | | | - add a proper configure check for v4l2 - prepare for videodev2.h removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16443 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure _freetype is either yes or no, otherwise fontconfig might be enabledGravatar reimar2005-09-10
| | | | | | | even without iconv (and thus freetype) support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16442 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIG_GPL for lavcGravatar michael2005-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16441 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mac OS X section reviewed for wording/spelling/grammar and content.Gravatar diego2005-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16440 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore movi_end (except on error) to allow playing growing files.Gravatar reimar2005-09-09
| | | | | | | | Also adds a check if stream_read read the requested length. This and the movi_end check on error help not accidently playing ID3 tags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16439 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set texture border color to avoid weird border colors in some rare cases.Gravatar reimar2005-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16438 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing doxygen comment for clearOSD()Gravatar reimar2005-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16437 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a typo in a commentGravatar reimar2005-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16436 b3059339-0415-0410-9bf9-f77b7e298cf2
* gl_buffer should be unsignedGravatar reimar2005-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16435 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add an uninit function.Gravatar reimar2005-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16434 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1093Gravatar gpoirier2005-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16433 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless spaceGravatar reimar2005-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16432 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing .REss in -vo gl descriptionGravatar reimar2005-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16431 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updates to NUT spec:Gravatar ods152005-09-09
| | | | | | | | | | | | | | | | | | | | | | | | 1. remove average_bitrate 2. add other_stream_header, for subtitles and metadata 3. add max_pts to index 4. index_ptr - a 64 bit integer to say the total length of all index packets 5. specify how to write "multiple" indexes 6. change forward_ptr behavior, starts right after forward_ptr, ends after checksum 7. remove stream_id <-> stream_class limitation. 8. time_base_nom must also be non zero. 9. rename time_base_nom and time_base_denom, now timebase means the length of a tick, not amounts of ticks 10. remove (old?) sample_rate_mul stuff. 11. specify what exactly the checksum covers. 12. specify that stream classes which have multiple streams must have an info packet.. (in new Semantic requirements section) 13. Rename 'timestamp' to pts. 14. Change date of draft... 15. Add myself to authors... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16430 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/grammar/wordingGravatar diego2005-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16429 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1091Gravatar gpoirier2005-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16428 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace remaining tabs by spaces.Gravatar diego2005-09-08
| | | | | | | patch by Christoph Egger <Christoph_Egger -- at -- gmx -- dot -- de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16427 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not define NO_FREE, it causes a giant memleak with -loop 0 and a short file.Gravatar reimar2005-09-07
| | | | | | | If this causes problems these should be fixed instead of using this hack. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16426 b3059339-0415-0410-9bf9-f77b7e298cf2
* We can not seek, so set seekable to 0Gravatar reimar2005-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16425 b3059339-0415-0410-9bf9-f77b7e298cf2
* When specifying a VIDIX subdevice the name needs to be written outGravatar diego2005-09-06
| | | | | | | including the .so. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16424 b3059339-0415-0410-9bf9-f77b7e298cf2
* small wording fixesGravatar diego2005-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16423 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleak fix, escfilename was not freed for an invalid urlGravatar reimar2005-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16422 b3059339-0415-0410-9bf9-f77b7e298cf2
* New section about sync and remuxing issues.Gravatar gpoirier2005-09-06
| | | | | | | Also tell that AVI and MPEG are only natively supported containers while more can be supported through libavformat git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16421 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleak fixes when using an http proxyGravatar reimar2005-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16420 b3059339-0415-0410-9bf9-f77b7e298cf2
* check4proxies always creates a copy, so url should be freedGravatar reimar2005-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16419 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleak fixes when invalid http url specified.Gravatar reimar2005-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16418 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for GeForce FX Go5200 (newer Apple PowerBooks)Gravatar diego2005-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16417 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use bitrate from demuxerGravatar reimar2005-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16416 b3059339-0415-0410-9bf9-f77b7e298cf2
* better bitrate calculationGravatar reimar2005-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16415 b3059339-0415-0410-9bf9-f77b7e298cf2
* execute the check function even when a demuxer is forced, to avoid crashes.Gravatar reimar2005-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16414 b3059339-0415-0410-9bf9-f77b7e298cf2