summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMTalex2004-12-272-0/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14247 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing AFMT_ dependancyalex2004-12-2765-585/+483
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14246 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix ontop for some WMs that lose ontop state after fullscreen event.al2004-12-271-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14245 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use lavcresample when accuracy-optimized audio filter chain is requested.reimar2004-12-261-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14244 b3059339-0415-0410-9bf9-f77b7e298cf2
* Demuxer was fixed, so do not skip the first frame anymorereimar2004-12-261-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14243 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set message level of the added subtitle message to INFO, fixes bug #139reimar2004-12-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14242 b3059339-0415-0410-9bf9-f77b7e298cf2
* big syncpaszczi2004-12-256-595/+1333
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14241 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.832paszczi2004-12-251-2/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14240 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-12-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14239 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix memleak in idx parser. patch by elupus [elupus {at] ecce <dot) se]reimar2004-12-251-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14238 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix stream selection and -bandwidth for mms-over-http.reimar2004-12-252-186/+336
| | | | | | | | Modifies header parsing to do a brute-force scan for known guids, to avoid having to analyze and parse the whole property-tree structure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14237 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.832: small improvementsgpoirier2004-12-241-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14236 b3059339-0415-0410-9bf9-f77b7e298cf2
* small improvementsdiego2004-12-241-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14235 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.155gabrov2004-12-241-10/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14234 b3059339-0415-0410-9bf9-f77b7e298cf2
* even more ffmpeg changesdiego2004-12-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14233 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more FFmeg changesdiego2004-12-231-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14232 b3059339-0415-0410-9bf9-f77b7e298cf2
* release namediego2004-12-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14231 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.831:gpoirier2004-12-231-0/+29
| | | | | | | Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14230 b3059339-0415-0410-9bf9-f77b7e298cf2
* one more itemdiego2004-12-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14229 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixesdiego2004-12-231-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14228 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not use pthreads on hpux (broken, hardly useful).reimar2004-12-231-0/+2
| | | | | | | | | | For reference, I get the following when starting a version compiled with it: Pthread internal error: message: __libc_reinit() failed, file: /ux/core/kern/pthreads/pthread.c, line: 1093 Return Pointer is 0xc0e29273 Quit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14227 b3059339-0415-0410-9bf9-f77b7e298cf2
* When setting HAVE_PTHREADS, set HAVE_THREADS also to avoid linking problems ↵reimar2004-12-231-0/+5
| | | | | | with lavc (because utils.c defines a stub otherwise) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14226 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Real codecs on OS Xdiego2004-12-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14225 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to remove now useless extern monitor_aspectreimar2004-12-231-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14224 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording, spelling, new categories, reordered entriesdiego2004-12-231-47/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14223 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_screenwidth/vo_screenheight is _not_ monitor_aspect.reimar2004-12-231-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14222 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.830wight2004-12-231-125/+177
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14221 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.831danny2004-12-231-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.830danny2004-12-231-128/+184
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14219 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.ivo2004-12-239-2/+1095
| | | | | | | | | | Compilation is optional and can be controled by configure. You need to have the LADSPA SDK installed in order to have it autodetected by configure. Manual page is updated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14218 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.ivo2004-12-231-0/+1
| | | | | | | | | | Compilation is optional and can be controled by configure. You need to have the LADSPA SDK installed in order to have it autodetected by configure. Manual page is updated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14217 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l misplaced variable declarationrtognimp2004-12-221-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14216 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a segfault when calling loadfile during v4l2 playbackaurel2004-12-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14215 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make filters request a supported input format instead of failing.reimar2004-12-225-20/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14214 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing registers in clobber list, fixes bug #169reimar2004-12-212-0/+2
| | | | | | | Patch by basic basic (at) mozdev [dot] org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14213 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cumulative sync:gpoirier2004-12-211-4/+7
| | | | | | | | 1.830: added -wid support for vo_directx. 1.829: added colorkey support for vo_directx. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14212 b3059339-0415-0410-9bf9-f77b7e298cf2
* Last round French corrections for this file (spelling, corrects wronggpoirier2004-12-211-190/+219
| | | | | | | translations and cuts overly long lines) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14211 b3059339-0415-0410-9bf9-f77b7e298cf2
* French corrections:gpoirier2004-12-211-84/+84
| | | | | | | | My video compression teachers calls "quants" (in English) "quantum" in French. Also corrects some differents spellings of "quantification" for comprehensiveness. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14210 b3059339-0415-0410-9bf9-f77b7e298cf2
* additional fixes by Torinthiel and Rathannpaszczi2004-12-213-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14209 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -wid support for vo_directx.joey2004-12-215-8/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14208 b3059339-0415-0410-9bf9-f77b7e298cf2
* automatic monitoraspect calculation for vo_directx.joey2004-12-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14207 b3059339-0415-0410-9bf9-f77b7e298cf2
* added colorkey support for vo_directx.joey2004-12-212-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14206 b3059339-0415-0410-9bf9-f77b7e298cf2
* savage_vid addedfaust32004-12-211-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14205 b3059339-0415-0410-9bf9-f77b7e298cf2
* experimental savage vidix driver by Reza Jelveh <reza.jelveh at tu-harburg.de>faust32004-12-213-1/+1788
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14204 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.828: Remove spurious .RE macrogpoirier2004-12-211-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14203 b3059339-0415-0410-9bf9-f77b7e298cf2
* sumulative sync with 1.827:gpoirier2004-12-211-123/+176
| | | | | | | | 1.827: Better -lavdopts option descriptions. 1.826: Created audio filters section to replace -af description. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14202 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updates, spellingdiego2004-12-211-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove spurious .RE macro.diego2004-12-211-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14200 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix position bar and length display for mov filesreimar2004-12-212-6/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use demuxer_get_percent_pos for the OSD position barreimar2004-12-212-7/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.825danny2004-12-211-64/+81
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14197 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
| | | |