summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new sync, first was fucked upnicolas2004-12-041-70/+118
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14101 b3059339-0415-0410-9bf9-f77b7e298cf2
* content moved to usage.xml, file no more needednicolas2004-12-041-71/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14100 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync, typo fixes, better wordingnicolas2004-12-0318-1133/+1590
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14099 b3059339-0415-0410-9bf9-f77b7e298cf2
* keyframes are more like 10 - 20 seconds apart, not 120.reimar2004-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14098 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv4mpeg now has file suboptionreimar2004-12-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14097 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a file= suboption to set output file.reimar2004-12-033-23/+45
| | | | | | | Patch by Olivier Rolland (( billl |at| users <dot> sf <dot> net )). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14096 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove old buggy workaround. kerneltwosix.h itself will be removed soon if ↵rfelker2004-12-033-3/+0
| | | | | | this doesn't cause problems git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify all image encoding examples and fix a typo (*.jpg vs *.png) noticeddiego2004-12-031-4/+4
| | | | | | | by Nicolas Tourmentine. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14094 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd_aid_from_lang() should return -1 if lang was not foundaurel2004-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14093 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.17gabrov2004-12-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14092 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move selection of internal texture format to appropriate place, shouldreimar2004-12-031-59/+51
| | | | | | | be at texture initialization as visual might change. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14091 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the context not current before destroying it.reimar2004-12-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14090 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention new -key-fifo-size optionreimar2004-12-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14089 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable the run slave commande even without libmenuaurel2004-12-024-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14088 b3059339-0415-0410-9bf9-f77b7e298cf2
* better labeldiego2004-12-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14087 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add "Available video filters:" line to -vf help.diego2004-12-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14086 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.8.16: Better wording, better explain -nodouble.gpoirier2004-12-011-4/+2
| | | | | | | + a couple of 10l introduced just minutes ago. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14085 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync withgpoirier2004-12-011-13/+31
| | | | | | | | | | | | 1.815: use a configurable-size ringbuffer instead of a pipe for buffering key events. 1.814: sstep is usually inaccurate. 1.813: -identify now prints subtitle/audio track information. 1.812: -double is now default, thus -nodouble needs to be documented instead. Slightly reworded the description of -nodouble. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14084 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not bring process to front if HAVE_SDLnplourde2004-12-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14083 b3059339-0415-0410-9bf9-f77b7e298cf2
* clear menubar before adding new menunplourde2004-12-011-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14082 b3059339-0415-0410-9bf9-f77b7e298cf2
* suppress dummy frames due to B-frame delay.lorenm2004-12-011-5/+21
| | | | | | | flush delayed frames. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14081 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better wording, better explain -nodouble.diego2004-12-011-12/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14080 b3059339-0415-0410-9bf9-f77b7e298cf2
* More similar code from gl and gl2 moved to gl_commonreimar2004-12-014-159/+177
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14079 b3059339-0415-0410-9bf9-f77b7e298cf2
* use a configurable-size ringbuffer instead of a pipe for buffering key events.reimar2004-12-014-7/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14078 b3059339-0415-0410-9bf9-f77b7e298cf2
* sstep is usually inaccurate.reimar2004-12-011-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14077 b3059339-0415-0410-9bf9-f77b7e298cf2
* reserve enough memory for imagehenry2004-12-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14076 b3059339-0415-0410-9bf9-f77b7e298cf2
* call draw_slice in top-down order (fixes crash with -vf expand=...,scale)henry2004-12-011-9/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14075 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix image dimensions at filter config timehenry2004-12-013-2/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14074 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.152, minor bugfix.jheryan2004-12-011-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14073 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync to 1.811, bugfixjheryan2004-12-011-58/+94
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14072 b3059339-0415-0410-9bf9-f77b7e298cf2
* -identify now prints subtitle/audio track information.diego2004-11-301-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14071 b3059339-0415-0410-9bf9-f77b7e298cf2
* -double is now default, thus -nodouble needs to be documented instead.diego2004-11-301-10/+10
| | | | | | | Slightly reworded the description of -nodouble. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14070 b3059339-0415-0410-9bf9-f77b7e298cf2
* very old 10l, discussed a long time ago but never fixed (default should be ↵rfelker2004-11-301-1/+1
| | | | | | same vol, not -10 dB) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14069 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncedpaszczi2004-11-302-13/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14068 b3059339-0415-0410-9bf9-f77b7e298cf2
* it's stupid for the default to be something both slower (for xv+dr) and ↵rfelker2004-11-301-1/+1
| | | | | | visually incorrect.. use -nodouble if you want old behavior git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14067 b3059339-0415-0410-9bf9-f77b7e298cf2
* more verbosity spam fixesrfelker2004-11-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14066 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.55 (better label, new entry)gabrov2004-11-301-2/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14065 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.56 (better label)gabrov2004-11-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14064 b3059339-0415-0410-9bf9-f77b7e298cf2
* build fix, reflection English doc changewight2004-11-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14063 b3059339-0415-0410-9bf9-f77b7e298cf2
* better labeldiego2004-11-292-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14062 b3059339-0415-0410-9bf9-f77b7e298cf2
* FAQ about audio-only encoding (approved by Diego)rathann2004-11-291-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14061 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain how (not) to handle execute permissions and binary files.diego2004-11-291-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14060 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make use of the default duration for one frame if it is present in the file. ↵mosu2004-11-281-0/+3
| | | | | | This produces much smoother timecodes for laced audio frames. And I REALLY don't know why I missed that before... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14059 b3059339-0415-0410-9bf9-f77b7e298cf2
* new lavc codec: ffvhufflorenm2004-11-283-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14058 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fixranma2004-11-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14057 b3059339-0415-0410-9bf9-f77b7e298cf2
* fl32: BE float32 PCM audio in mov filesrtognimp2004-11-272-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14056 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for MPEG-1 and MPEG-2 in Matroska.mosu2004-11-262-4/+137
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14055 b3059339-0415-0410-9bf9-f77b7e298cf2
* rescale the fonts with hidden OSD toohenry2004-11-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14054 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove the rest of fb_dev_name + directfb usage.syrjala2004-11-261-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14053 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.49gabrov2004-11-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14052 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.55gabrov2004-11-261-9/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14051 b3059339-0415-0410-9bf9-f77b7e298cf2
* fb_dev_name no longer user in vo directfbzdar2004-11-261-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14050 b3059339-0415-0410-9bf9-f77b7e298cf2
* We now only support directfb >= 0.9.13.diego2004-11-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14049 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Philippe De Swert <philippedeswert at pi dot be>diego2004-11-251-2/+375
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14048 b3059339-0415-0410-9bf9-f77b7e298cf2
* Output more information about vids, aids, sids, alangs and slangs with ↵mosu2004-11-259-1/+103
| | | | | | -identify. Patch by kiriuja <mplayer-patches@en-directo.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14047 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l for me => is not >=zdar2004-11-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14046 b3059339-0415-0410-9bf9-f77b7e298cf2
* URL update, more concise descriptiondiego2004-11-251-9/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removal of vo_directfb.c. From now DirectFB => 0.9.13 is required for vo ↵zdar2004-11-251-1872/+0
| | | | | | directfb. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14044 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removal of vo_directfb.c (configure part). From now DirectFB => 0.9.13 is ↵zdar2004-11-251-5/+9
| | | | | | required for vo directfb. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14043 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l initial patch by Oded Shimon <ods15 at ods15.dyndns.org>faust32004-11-251-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.811 using gvim find/replace option. Hope I got them all...gpoirier2004-11-251-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14041 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.802: Mention unichrome_vid in the list of VIDIX driverskraymer2004-11-241-12/+33
| | | | | | | | | | | 1.805: allow forcing of software volume control and setting maximum amplification 1.806: various (partly) 1.809: head related transfer function 1.810: updates in -tv - section 1.811: MPEG-X spelling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14040 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2004-11-243-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14039 b3059339-0415-0410-9bf9-f77b7e298cf2
* further updates in video filters sectionkraymer2004-11-241-44/+204
| | | | | | | wording: Schwellwert -> Schwellenwert git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14038 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fix :)paszczi2004-11-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14037 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.811 + some small language fixpaszczi2004-11-241-21/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14036 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TSnicodvb2004-11-244-42/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14035 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.48 (MPEG-X spelling)gabrov2004-11-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14034 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.12 (MPEG-X spelling)gabrov2004-11-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14033 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.16 (MPEG-X spelling)gabrov2004-11-241-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14032 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.53 (MPEG-X spelling)gabrov2004-11-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14031 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.20 (MPEG-X spelling) and small fixgabrov2004-11-241-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14030 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.55 (MPEG-X spelling)gabrov2004-11-241-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14029 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.810danny2004-11-241-214/+400
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14028 b3059339-0415-0410-9bf9-f77b7e298cf2
* Separate XML and man page translation maintainers.diego2004-11-241-8/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14027 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPEG-X spellingdiego2004-11-243-42/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14026 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPEG-X spellingdiego2004-11-249-77/+77
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14025 b3059339-0415-0410-9bf9-f77b7e298cf2
* set sample aspect ratiolorenm2004-11-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14024 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing strange csp matching code (was copy&pasted from vf_pp where it ↵michael2004-11-231-12/+2
| | | | | | | | | originated from arpi 2.5 years ago) -> fixes spp+scale+x11 crash dont disable the filter by default (100l for iive) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove broken support for directbuffer and including frame-handling use.iive2004-11-231-178/+8
| | | | | | | | | Allows using of directrendering for hw acceleration, with fallbacl to directbuffer. No more black frames. No more flickering. patch by Christoph Egger, approved by al3x git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14022 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesdiego2004-11-232-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14021 b3059339-0415-0410-9bf9-f77b7e298cf2
*