summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 10l (forgot that the dstW offset is hardcoded in the asm)michael2003-11-031-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11369 b3059339-0415-0410-9bf9-f77b7e298cf2
* change misleading messages as discussed...rfelker2003-11-031-2/+2
| | | | | | | | at least they're better than before, where "progressive"/"telecine" meant the opposite of what they should! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11368 b3059339-0415-0410-9bf9-f77b7e298cf2
* Export audio filter documentation by Gustavo Sverzut Barbieridiego2003-11-032-0/+48
| | | | | | | <gsbarbieri at yahoo.com.br>, cleaned up by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11367 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document TV outfmt arbitrary formats and outfmt=help.diego2003-11-031-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11366 b3059339-0415-0410-9bf9-f77b7e298cf2
* These directories are usually only writable by root, so insinuate beingdiego2003-11-031-2/+2
| | | | | | | root by the '#' prompt, as suggested by Lukasz frogu Proszek <l_j_p@wp.pl>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11365 b3059339-0415-0410-9bf9-f77b7e298cf2
* noise reductionmichael2003-11-021-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11364 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spot the typo, part 2.diego2003-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11363 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Nico Sabbi for a bogus command linediego2003-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11362 b3059339-0415-0410-9bf9-f77b7e298cf2
* protect config.h from multiple iinclusion patch by (Björn Sandell <biorn at ↵michael2003-11-021-0/+5
| | | | | | dce dot chalmers dot se>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11361 b3059339-0415-0410-9bf9-f77b7e298cf2
* buglets and consistency improvementsdiego2003-11-021-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11360 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVB section expanded based on a patch by Nico Sabbi that was committed todiego2003-11-021-1/+88
| | | | | | | | | the HTML docs long ago. Somebody forgot to sync and should start drinking his share of Coke soon. Prime suspect is a developer whose name starts with the letter 'D'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11359 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2003-11-021-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11358 b3059339-0415-0410-9bf9-f77b7e298cf2
* int_fastXY_t emulationmichael2003-11-021-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11357 b3059339-0415-0410-9bf9-f77b7e298cf2
* two small fixes by Maciej Paszta <paszczi@go2.pl>diego2003-11-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11356 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFV1 BGR32michael2003-11-011-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11355 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2003-11-011-10/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Nico <nsabbi@libero.it>attila2003-11-014-25/+35
| | | | | | | | | | | | | | | | | | | | | | | | | this patch fixes a recently discovered bug for which DVB-C users couldn't tune (wrong parsing of the config file and incorrect parameter passing to tune_it()) and includes the still unapplied patch posted in date 6/9/2003: - it works correctly with and without caches; in the former case it doesn't take anymore a lot of time to empty the cache before changing channel; the uninit_cache() function is called in mplayer.c just after the new tuning operation - initialized a variable identifying the tuner type, and exit if it isn't supported - doesn't crash anymore when 1) the channels file doesn't exists 2) the tuner is used by another application 3) in the menu, when trying to select a channel before the first 4) some mp_msg() called in case of error git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11353 b3059339-0415-0410-9bf9-f77b7e298cf2
* define install itself instead of a path to install, needed for ginstallattila2003-11-011-3/+10
| | | | | | | original patch by Thomas Glanzmann <sithglan@stud.uni-erlangen.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11352 b3059339-0415-0410-9bf9-f77b7e298cf2
* Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mmsattila2003-11-011-0/+44
| | | | | | | | | | | | | | | | | | | stream with multibyte characters in the url. There is a bug in string_utf16() of libmpdemux/asf_mmst_streaming.c: the url encoding code is written for single-byte character only. It just fill a zero byte between every two adjacent bytes of the url string. This is wrong when the url string contains multi-byte characters. My patch is in the attachment, and has been tested working. It uses iconv() to convert the url's encoding to utf-16 correctly. So can this patch be accepted and commit into CVS? patch by Wang WenRui <wangwr@mail.ustc.edu.cn> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11351 b3059339-0415-0410-9bf9-f77b7e298cf2
* Accept video/x-ms-asf as the MIME type for ASF as well. Patch by Dominique ↵mosu2003-11-011-1/+2
| | | | | | Andre Gunia <Dominique.Gunia@schunter.etc.tu-bs.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11350 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsdiego2003-10-311-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11349 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-10-312-15/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11348 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-10-313-20/+108
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11347 b3059339-0415-0410-9bf9-f77b7e298cf2
* function convert_matrix() is fixed (off-by-one error) and it is now called ↵rik2003-10-311-2/+2
| | | | | | with the optimal arguments so that it doesn't do unneeded work, the change was inspired by a comment from Alex git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11346 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs-status finally working againalex2003-10-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11345 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l again :(alex2003-10-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11344 b3059339-0415-0410-9bf9-f77b7e298cf2
* some clarificationsalex2003-10-311-11/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11343 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2003-10-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11342 b3059339-0415-0410-9bf9-f77b7e298cf2
* a bit of consistency changes and new macos&darwin sectionsalex2003-10-311-3/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11341 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-10-311-8/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11340 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10ldiego2003-10-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11339 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved to FTP sitediego2003-10-311-29/+0
| | | | | | | http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/inttypes.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11338 b3059339-0415-0410-9bf9-f77b7e298cf2
* etc/cygwin_inttypes.h moved to ftp.diego2003-10-311-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11337 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lmichael2003-10-311-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11336 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2003-10-311-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document lmin and lmax lavcopts; mpeg vrc_buf_size valuesranma2003-10-301-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-10-301-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not display VobSubs whose timecodes are < 0 which would make all VobSubs ↵mosu2003-10-301-1/+1
| | | | | | appear from the start on upon seeking. Patch by "Reder, Uwe" <Uwe.Reder@3SOFT.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed temporary .cpp file used during the Matroska test. Updated the ↵mosu2003-10-301-3/+4
| | | | | | libebml and libmatroska requirements to at least v0.6.0 for both. There have been changes in the lacing code, and users WILL come and complain why mplayer, linked against older versions, will have issues playing newer files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11331 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash ↵mosu2003-10-301-2/+4
| | | | | | mplayer in some cases. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11330 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2003-10-301-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11329 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fixes based on a patch by Nicolás Lichtmaier <nick@technisys.com.ar>diego2003-10-304-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11328 b3059339-0415-0410-9bf9-f77b7e298cf2
* Dependencies for autogenerated files added.diego2003-10-302-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11327 b3059339-0415-0410-9bf9-f77b7e298cf2
* QT DLLs need to be in the system dir.diego2003-10-301-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11326 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing <application> tags added, patch by Maciej Paszta <paszczi@go2.pl>.diego2003-10-301-1/+6
| | | | | | | zlib added to the recommended libraries list. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11325 b3059339-0415-0410-9bf9-f77b7e298cf2
* A-V sync fix by Timo Kanera <timo@kanera.de>.diego2003-10-301-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11324 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-10-291-1/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11323 b3059339-0415-0410-9bf9-f77b7e298cf2
* VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU ↵mosu2003-10-291-224/+6
| | | | | | packets remain. So no more need for mpeg_run in the demuxer. The muxer compresses each entry independently with a full deflateInit, deflateEnd. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11322 b3059339-0415-0410-9bf9-f77b7e298cf2
* added ffzygoalex2003-10-291-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11321 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync & fixnauj272003-10-291-7/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11320 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-10-293-5/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11319 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-10-291-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11318 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2003-10-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11317 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to commit fftheora entry, but it's only support by g2 til nowalex2003-10-291-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11316 b3059339-0415-0410-9bf9-f77b7e298cf2
* ultimotion vfw decoderalex2003-10-291-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -vf format=fmt=help hint.diego2003-10-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11314 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling fixes, small additions, codename suggesteddiego2003-10-291-10/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention README.diego2003-10-291-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11312 b3059339-0415-0410-9bf9-f77b7e298cf2
* Linebreaks added for improved readability, long lines in error messagediego2003-10-291-7/+35
| | | | | | | broken, unnecessary code commented out. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved searching for VobSubs inside RAR archives even if the names do not ↵mosu2003-10-281-3/+30
| | | | | | match the movie name. Do not display VobSubs whose timecodes are < 0 which would make all VobSubs appear from the start on upon seeking. Patches by "Reder, Uwe" <Uwe.Reder@3SOFT.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11310 b3059339-0415-0410-9bf9-f77b7e298cf2
* skip filter if codec doesnt provide the QP array and user didnt force a QP ↵michael2003-10-281-0/+2
| | | | | | | | | (fixes diegos segfault) its quite scary how many 10l bugs the spp filter had ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11309 b3059339-0415-0410-9bf9-f77b7e298cf2
* autoqmichael2003-10-281-18/+46
| | | | | | | support all planar YUV variants (untested, probably buggy) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11308 b3059339-0415-0410-9bf9-f77b7e298cf2
* hue changeing of grayscale probably isnt usefullmichael2003-10-281-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11307 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2003-10-281-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11306 b3059339-0415-0410-9bf9-f77b7e298cf2
* another 10l ...michael2003-10-281-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11305 b3059339-0415-0410-9bf9-f77b7e298cf2
* alphabetical orderdiego2003-10-281-0/+4
| | | | | | | How to handle -XXX and -noXXX. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11304 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nocolorkey readded.diego2003-10-281-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11303 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimizemichael2003-10-281-4/+76
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11302 b3059339-0415-0410-9bf9-f77b7e298cf2
* New translation by Qba <jim85@wp.pl>wight2003-10-281-331/+330
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11301 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimizingmichael2003-10-271-28/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11300 b3059339-0415-0410-9bf9-f77b7e298cf2
* change offsets (quality 2-4 looks better now)michael2003-10-271-4/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11299 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent lockups on words which do not fit on the screen - temporary fixhenry2003-10-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11298 b3059339-0415-0410-9bf9-f77b7e298cf2
* different / faster / simpler "quantization"michael2003-10-271-14/+6
| | | | | | | filtered images look like with the old quantization (to me at least) if anyone notices a difference then tell me ASAP git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11297 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2003-10-271-10/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11296 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-10-278-89/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11295 b3059339-0415-0410-9bf9-f77b7e298cf2
* -loadidx and -saveidx explanation extended.diego2003-10-271-4/+8
| | | | | | | slightly modified patch by Torinthiel git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11294 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-10-275-115/+169
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11293 b3059339-0415-0410-9bf9-f77b7e298cf2
* _ ---> - in -monitor* optionsdiego2003-10-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11292 b3059339-