summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove next round of outdated FAQ entries.diego2005-07-061-106/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15935 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2005-07-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15934 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert fix v1.3, it breaks streams with cook audio (ex.rtognimp2005-07-061-3/+3
| | | | | | | | | rtsp://mm4.rai.it/raitre/blob/ultimo/blob.rm) Applied a different fix for the first buf[k] (ensure buf size is k+4) The second buf[k] is safe, buf is at least 32 when the code is called git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15933 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes suggested by Diegogpoirier2005-07-061-17/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15932 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do some sanity checks before writing stream informationrtognimp2005-07-061-1/+6
| | | | | | | | Patch by Sergio Gelato >Sergio dot Gelato at astro dot su dot se< and some additions by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15931 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.76gabrov2005-07-061-1/+656
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15930 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.85gabrov2005-07-061-1/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15929 b3059339-0415-0410-9bf9-f77b7e298cf2
* make more patch-friendlyreimar2005-07-061-1/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Documentation for VCD/SVCD/DVD encoding, patch by Brendan McCarthy < ↵gpoirier2005-07-061-0/+604
| | | | | | bmccarthy AH iinet POUM net POUM au> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15927 b3059339-0415-0410-9bf9-f77b7e298cf2
* More fixes by Jeff, Diego, and Andrewgpoirier2005-07-061-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15926 b3059339-0415-0410-9bf9-f77b7e298cf2
* Few fixes and suggestions by Jeff and Diegogpoirier2005-07-061-11/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15925 b3059339-0415-0410-9bf9-f77b7e298cf2
* More options documented in XviD encoding guidegpoirier2005-07-051-0/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15924 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suggestions and fixes by The Wanderer and Richgpoirier2005-07-051-10/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15923 b3059339-0415-0410-9bf9-f77b7e298cf2
* New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to ↵gpoirier2005-07-051-0/+27
| | | | | | enventualy change it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15922 b3059339-0415-0410-9bf9-f77b7e298cf2
* radeon x300 support patch by Christophe Preaud <cpreaud at free.fr>faust32005-07-052-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15921 b3059339-0415-0410-9bf9-f77b7e298cf2
* hardcode SYNC flag, so no problems could rise if first frame is skippediive2005-07-051-1/+1
| | | | | | | | frame skipping is still done by passing NULL buffer to the decoder patch by Shachar Raindel <shacharr at gmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15920 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial translation, synced with 1.12gabrov2005-07-041-0/+1125
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15919 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.73gabrov2005-07-041-46/+178
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15918 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.69gabrov2005-07-041-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update of the x264 encoding guide:gpoirier2005-07-042-46/+182
| | | | | | | | | | | | | | | | | - Reorganized things, options are now divided into "speed vs quality" and "other" (more or less). subq is now where it belongs. - subq=6 is documented - explanation of what 2-pass really does, and why you'd better use it - mention 3-pass (and the fact that it usually doesn't help) - documented qcomp - documented keyint (not like it needed any more explanation, though) - deblocking parameter tweaking no longer categorized as options that "affect speed and quality ;) - updated example cpu requirements for decoding, in codecs.xml (720x480 @ 1500kbps 50%->35%, for my CPU) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15916 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.1026wight2005-07-031-3/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate messageswight2005-07-0325-105/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15914 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't read past the end of the selected tracknicodvb2005-07-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15913 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.172gabrov2005-07-031-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15912 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix missing taggabrov2005-07-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15911 b3059339-0415-0410-9bf9-f77b7e298cf2
* resize video after keep aspect menu item togglenplourde2005-07-032-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15910 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.82gabrov2005-07-031-376/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15909 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.81gabrov2005-07-031-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15908 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.17gabrov2005-07-031-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15907 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency/tcc support patch by Oded Shimonalex2005-07-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15906 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.66gabrov2005-07-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15905 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.68gabrov2005-07-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15904 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix various window resizing bug with menu optionnplourde2005-07-032-6/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15903 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete/outdated entries.diego2005-07-031-363/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15902 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatesalex2005-07-031-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15901 b3059339-0415-0410-9bf9-f77b7e298cf2
* unneededalex2005-07-031-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15900 b3059339-0415-0410-9bf9-f77b7e298cf2
* QUERY_FORMAT supportalex2005-07-031-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15899 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1lalex2005-07-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15898 b3059339-0415-0410-9bf9-f77b7e298cf2
* non working, hence status 'buggy'alex2005-07-031-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15897 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not count skipped/broken frames when using -framesreimar2005-07-032-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15896 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mandrake --> Mandriva name changediego2005-07-024-6/+6
| | | | | | | patch by Christian Korff < christian - dot - korff - at - gmail - dot - com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15895 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1026gpoirier2005-07-021-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15894 b3059339-0415-0410-9bf9-f77b7e298cf2
* more fullscreen behaviour fix for mouse cursornplourde2005-07-021-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15893 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only dump to stdoutranma2005-07-021-20/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15892 b3059339-0415-0410-9bf9-f77b7e298cf2
* avisubdumpranma2005-07-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing escapes, this should now cover all shell special characters AFAICSranma2005-07-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15890 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for WAVEFORMAT.wFormatTag overflows and allow user to override the tag ↵ranma2005-07-026-0/+44
| | | | | | with -fafmttag git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15889 b3059339-0415-0410-9bf9-f77b7e298cf2
* avi vobsub soft subtitle dumperranma2005-07-021-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15888 b3059339-0415-0410-9bf9-f77b7e298cf2
* avi subtitle stream dumperranma2005-07-021-0/+199
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15887 b3059339-0415-0410-9bf9-f77b7e298cf2
* properly redraw fullscreen window with -fs and zoomnplourde2005-07-021-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15886 b3059339-0415-0410-9bf9-f77b7e298cf2
* increased sync tag, synced with 1.67 (typo fix in English version)gabrov2005-07-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15885 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.15gabrov2005-07-021-13/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15884 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fullscreen menubar item behaviournplourde2005-07-011-14/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15883 b3059339-0415-0410-9bf9-f77b7e298cf2
* auto hide menubar and cursor in fullscreennplourde2005-07-011-2/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15882 b3059339-0415-0410-9bf9-f77b7e298cf2
* drop annoying debug messages from libdvdreadaurel2005-07-011-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Slightly restructured, mention more tools, small fixes, cosmetics.diego2005-07-011-9/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15880 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdread 0.9.4henry2005-07-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15879 b3059339-0415-0410-9bf9-f77b7e298cf2
* increment libdvdread versionhenry2005-07-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15878 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing files from libdvdread 0.9.4henry2005-07-013-0/+590
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15877 b3059339-0415-0410-9bf9-f77b7e298cf2
* update mplayer specific libdvdread diff to match v0.9.4aurel2005-06-301-752/+123
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15876 b3059339-0415-0410-9bf9-f77b7e298cf2
* update libdvdread to v0.9.4aurel2005-06-3020-620/+1997
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Be more patch-friendlyaurel2005-06-301-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15874 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2005-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15873 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fixgpoirier2005-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15872 b3059339-0415-0410-9bf9-f77b7e298cf2
* add hdv2 fourcc to MPEG2 codecs (used by new Sony HD camera)aurel2005-06-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15871 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris sed needs the terminating '}' to be on a separate lineranma2005-06-301-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15870 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid hang when playing more than one filereimar2005-06-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15869 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1025gpoirier2005-06-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15868 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vo_xv_enable_vsync() to xvmciive2005-06-301-0/+1
| | | | | | | it may not be needed but at least it shouldn't hurt to have it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15867 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing part of the last commit (got merged in on cvs update :-( )reimar2005-06-301-11/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15866 b3059339-0415-0410-9bf9-f77b7e298cf2
* added forgotten xv_enable_vsyncreimar2005-06-301-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15865 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplify osd-status display, and allow e.g. osd -2 to get the old behaviourreimar2005-06-301-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15864 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the OSD display state information when cycling OSD states with 'o'.diego2005-06-301-2/+18
| | | | | | | based on a patch by Paul TT < paulltt - at- hackerjournal - dot - it > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15863 b3059339-0415-0410-9bf9-f77b7e298cf2
* one more nickdiego2005-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15862 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2005-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15861 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention -vobsubid more explicitly, JACK seems to use multiple ports.diego2005-06-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15860 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe othersgpoirier2005-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better approach to shell escaping, may not catch all cases yetranma2005-06-301-3/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15858 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing translationsranma2005-06-291-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15857 b3059339-0415-0410-9bf9-f77b7e298cf2
* keep window size when changing aspectnplourde2005-06-292-11/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15856 b3059339-0415-0410-9bf9-f77b7e298cf2
* crash on autorelease, do not add to poolnplourde2005-06-291-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15855 b3059339-0415-0410-9bf9-f77b7e298cf2
* more general ao_macosx cleanup. Patch by Alexander Strange ↵nplourde2005-06-291-17/+18
| | | | | | <astrange@ithinksw.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15854 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrected sync taggabrov2005-06-291-1/+1
| | | |