summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Radeon R200 QM (Radeon 9100) support patch by Simone <beniamino.scanzoni at ↵faust32004-12-202-0/+3
| | | | | | fastwebnet.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14196 b3059339-0415-0410-9bf9-f77b7e298cf2
* patches suggested by rathannpaszczi2004-12-204-21/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14195 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better -lavdopts option descriptions.diego2004-12-201-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14194 b3059339-0415-0410-9bf9-f77b7e298cf2
* Created audio filters section to replace -af description.diego2004-12-201-111/+161
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14193 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.822jheryan2004-12-201-32/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14192 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.154jheryan2004-12-201-1/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14191 b3059339-0415-0410-9bf9-f77b7e298cf2
* More French correctionsgpoirier2004-12-191-61/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14190 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hopefully fixes problems with non-working vobsubs.reimar2004-12-191-1/+3
| | | | | | | Applied so it gets some testing before release. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14189 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix I hope, reverse if notalex2004-12-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14188 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.reimar2004-12-191-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14187 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.825wight2004-12-181-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14186 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync to 1.825gpoirier2004-12-181-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14185 b3059339-0415-0410-9bf9-f77b7e298cf2
* add the flip filter at the end of the filter chain.reimar2004-12-183-1/+23
| | | | | | | Fixes -vf pp -flip and the flip option in the Gui. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14184 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix paragraph indentation.diego2004-12-181-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes the bug that after opening the preferences panel gmplayer plays filesreimar2004-12-181-1/+2
| | | | | | | very slowly. Seems this was because it used a 4 byte cache afterwards... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14182 b3059339-0415-0410-9bf9-f77b7e298cf2
* added conditional lowres descriptionnicodvb2004-12-181-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14181 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples.diego2004-12-181-0/+3
| | | | | | | patch by Reza Jelveh, approval by Roberto git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14180 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.823: Mention how to concatenate files with -vo yuv4mpeg and ↵gpoirier2004-12-171-2/+4
| | | | | | | | | -fixed-vo. + back to my way of maintaining the date field (for now) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14179 b3059339-0415-0410-9bf9-f77b7e298cf2
* Somebody obviously took a course "coding non-portable".reimar2004-12-171-1/+1
| | | | | | | Pointers are not always 4 bytes! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14178 b3059339-0415-0410-9bf9-f77b7e298cf2
* Christoph Egger is now the vo_ggi maintainer.diego2004-12-172-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14177 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Fixed mode setting, so any video can be played on all supported ggi targets.diego2004-12-171-84/+154
| | | | | | | | | | - Fixed and enabled draw_slice(). - Only perform flushes in flip_page(). - implemented a primitive dirty region handling to only flush changed area. patch by Christoph Egger <Christoph_Egger at gmx dot de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14176 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention how to concatenate files with -vo yuv4mpeg and -fixed-vo.diego2004-12-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14175 b3059339-0415-0410-9bf9-f77b7e298cf2
* some clarificationdiego2004-12-171-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14174 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set mixer.afilter at a more appropriate place.reimar2004-12-171-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14173 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added rawy800 codec as according to the manpage it should be therereimar2004-12-171-0/+9
| | | | | | | (see -rawvideo). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14172 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow Y8 and Y800 as OUT format in codecs.confreimar2004-12-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14171 b3059339-0415-0410-9bf9-f77b7e298cf2
* conditional lowres: activate lowres if frame width >= thresholdnicodvb2004-12-171-2/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14170 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync tag bumpwight2004-12-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14169 b3059339-0415-0410-9bf9-f77b7e298cf2
* pre5try2 releasediego2004-12-171-5/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14168 b3059339-0415-0410-9bf9-f77b7e298cf2
* y420 vs i420 typodiego2004-12-1611-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14167 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes suggested by Diegogpoirier2004-12-151-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Security fixes ported from upstream (xine)rtognimp2004-12-151-2/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14165 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a problem pointed out by iDEFENSE and several similar ones.reimar2004-12-151-1/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14164 b3059339-0415-0410-9bf9-f77b7e298cf2
* Looks like it was too weird after all ;-)reimar2004-12-151-130/+0
| | | | | | | It is not used anymore and might contain more vulnerabilities, thus removed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14163 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a vulnerability reported by iDEFENSE.reimar2004-12-151-3/+17
| | | | | | | Just for sake of completeness and in case somebody really needs it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14162 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable demuxer_bmp,iive2004-12-153-24/+1
| | | | | | | | that works with signle image in single file. removing is part of vu1nerabi1ity fix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14161 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix security vulnerability reported by iDEFENSEreimar2004-12-151-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cumulative sync to 1.821 (1.821, 1.820, 1.819)gpoirier2004-12-151-38/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14159 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable memalign hack for libavcodec when memalign is not present, hopefully ↵faust32004-12-151-0/+1
| | | | | | the mencoder segfaults on mingw are gone now git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14158 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg conversion, less verbositydiego2004-12-159-45/+92
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14157 b3059339-0415-0410-9bf9-f77b7e298cf2
* credit Daniele Forghieri's work on lavc audio codenicodvb2004-12-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14156 b3059339-0415-0410-9bf9-f77b7e298cf2
* small wording fixesdiego2004-12-141-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14155 b3059339-0415-0410-9bf9-f77b7e298cf2
* more details about the structure of VCDsdiego2004-12-141-10/+31
| | | | | | | patch by R. Bernstein <rocky at panix dot com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14154 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.821paszczi2004-12-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.818jheryan2004-12-131-11/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.153.jheryan2004-12-131-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14151 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify vo_yuv4mpeg filename handling.diego2004-12-121-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14150 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msgdiego2004-12-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14149 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.820wight2004-12-121-33/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14148 b3059339-0415-0410-9bf9-f77b7e298cf2
* better mention -vo yuv4mpeg can change output filenamewight2004-12-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14147 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix leak with -fixed-vo, allow concatenatingreimar2004-12-122-4/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14146 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix streaming if not mlti_data (for some non-multirate streams)rtognimp2004-12-111-2/+4
| | | | | | | Also closes bug #151 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some fixes and better wording, remove alsa9 and alsa1x audio output driversdiego2004-12-111-30/+24
| | | | | | | and make some numeric options line up properly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improving gl2 under windows, moving some functionality to gl_commonreimar2004-12-115-37/+95
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14143 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove alsa9 and alsa1x entries as well as duplicate video output drivers.diego2004-12-111-146/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14142 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, should check for != NULL before using not after...reimar2004-12-101-1/+2
| | | | | | | fixes speed setting with -nosound, fix by uau on IRC git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14141 b3059339-0415-0410-9bf9-f77b7e298cf2
* language fixpaszczi2004-12-094-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14140 b3059339-0415-0410-9bf9-f77b7e298cf2
* make clean should also clean the native subdirectory.diego2004-12-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14139 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.58wight2004-12-081-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14138 b3059339-0415-0410-9bf9-f77b7e298cf2
* - corrected <device< to <device>wight2004-12-081-2/+2
| | | | | | | - option is extralibdir, not extralib git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14137 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable all unknown formats in the windows aosfaust32004-12-082-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14136 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync + random fixespaszczi2004-12-084-148/+261
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14135 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for "NONE" audio in MOV files generated by Kodak CX6230rtognimp2004-12-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14134 b3059339-0415-0410-9bf9-f77b7e298cf2
* More French fixesgpoirier2004-12-071-25/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14133 b3059339-0415-0410-9bf9-f77b7e298cf2
* Default rescaler is 2; bicubicgpoirier2004-12-071-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14132 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.20gabrov2004-12-071-9/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14131 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.50gabrov2004-12-071-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14130 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.57gabrov2004-12-071-11/+123
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14129 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for dvhs and h264 over tsnicodvb2004-12-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14128 b3059339-0415-0410-9bf9-f77b7e298cf2
* URL updatesdiego2004-12-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14127 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates, typodiego2004-12-071-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14126 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate includes.diego2004-12-072-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make include paths consistent.diego2004-12-0721-52/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14124 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove dead link.diego2004-12-071-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14123 b3059339-0415-0410-9bf9-f77b7e298cf2
* link updates, noticed by Nicolas Le Gaillartdiego2004-12-073-9/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14122 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording fixdiego2004-12-061-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14121 b3059339-0415-0410-9bf9-f77b7e298cf2
* some French fixes here and there: some better translations and better tech wordsgpoirier2004-12-061-30/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14120 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix byteordermichael2004-12-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14119 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.56 (link update)gabrov2004-12-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14118 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.57 (link updates)gabrov2004-12-061-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14117 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.22gabrov2004-12-061-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14116 b3059339-0415-0410-9bf9-f77b7e298cf2
* More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.diego2004-12-061-10/+121
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14115 b3059339-0415-0410-9bf9-f77b7e298cf2
* link updatesdiego2004-12-054-12/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14114 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_alsa and ao_polyp added, typo.diego2004-12-051-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14113 b3059339-0415-0410-9bf9-f77b7e298cf2