summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-0415-0410-9bf9-f77b7e298cf2
* last file translated, synced with 1.21jheryan2005-09-231-10/+397
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16555 b3059339-0415-0410-9bf9-f77b7e298cf2
* last file translated, synced with 1.79jheryan2005-09-231-0/+2547
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16554 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIG_RISKY is long gone from FFmpeg.diego2005-09-231-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16553 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformat now requires CONFIG_(DE)MUXERS #defines.diego2005-09-231-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Creating a MPEG-1 file suitable for exchange, taken from the example posted ↵gpoirier2005-09-221-0/+10
| | | | | | by James Courtier-Dutton on mplayer-users git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16551 b3059339-0415-0410-9bf9-f77b7e298cf2
* What means AVC, more consistencygpoirier2005-09-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16550 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.70gabrov2005-09-221-11/+101
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prints the numbers of start and end tracks and MSF length for eachgpoirier2005-09-224-12/+132
| | | | | | | | | | | track of a VCD when -identify is given. Patch by kiriuja < mplayer TIREH patches AH en TIREH directo POIS net > Original Thread: Date: Sep 11, 2005 3:30 AM Subject: [MPlayer-dev-eng] [PATCH] -identify VCD tracks git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16548 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1112gpoirier2005-09-221-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16547 b3059339-0415-0410-9bf9-f77b7e298cf2
* frameno.avi is an audio file, not a statistics file, wording fix.diego2005-09-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prints the number of titles, DVD disk ID, the numbers of chapters andgpoirier2005-09-221-0/+57
| | | | | | | | | | | | angles for each title, and the time length of each title if -identify is given when playing a DVD. Patch by kiriuja < mplayer TIREH patches AH en TIREH directo POIS net > Original thread at: Date: Sep 16, 2005 12:24 AM Subject: [MPlayer-dev-eng] [PATCH] -identify DVD titles git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16545 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some very weird people are apperantely scared of reading GPL code. :/ods152005-09-221-1/+1
| | | | | | | | Michael agreed to licence change on this blurb.. is there anyone else who wrote it and objects?.. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16544 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.70paszczi2005-09-211-8/+106
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16543 b3059339-0415-0410-9bf9-f77b7e298cf2
* add some internal links between "codecs supported by mencoder" andgpoirier2005-09-202-9/+28
| | | | | | | | | "codecs featured by lavc". Added an audio encoding example. Moved the "codecs featured by lavc" in 2 shiny new sections (to allow the internal links to work) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16542 b3059339-0415-0410-9bf9-f77b7e298cf2
* bah, it's been there all night, and still noone fixed it...ods152005-09-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16541 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor spelling/wording/grammar fixesdiego2005-09-191-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16540 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wording for -frameno-filediego2005-09-191-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16539 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disassemble comments and pass it to the demux_info interfacealex2005-09-191-17/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16538 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix my email addressalex2005-09-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16537 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document lavc audio codecsgpoirier2005-09-191-1/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lists main A/V codecs supported by MEncoder, talks about how to select an ↵gpoirier2005-09-191-4/+145
| | | | | | | | | imput file for encoding. Taken from D. Richard Felker III The Great's encoding guide git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16535 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1109gpoirier2005-09-191-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16534 b3059339-0415-0410-9bf9-f77b7e298cf2
*