summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1l missing version checkiive2003-11-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11423 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodecrtognimp2003-11-091-0/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11422 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for paletted codecs in ffmpegrtognimp2003-11-091-1/+64
| | | | | | | | Support buffer hints from ffmpeg codecs Support ffmpeg image formats bgr24, rgb555, pal8 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11421 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix build with LIBAVCODEC_BUILD < 4684.ranma2003-11-091-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11420 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-11-093-20/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11419 b3059339-0415-0410-9bf9-f77b7e298cf2
* specification of video norm should not be mandatoryrik2003-11-081-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11418 b3059339-0415-0410-9bf9-f77b7e298cf2
* added subdevice options, SECAM support (for what's it worth...), added \n to ↵rik2003-11-081-22/+119
| | | | | | some verbose messages, tended to compiler warnings (signed/unsigned comparison) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11417 b3059339-0415-0410-9bf9-f77b7e298cf2
* verbosity changes, zero the whole surface_render[]iive2003-11-081-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11416 b3059339-0415-0410-9bf9-f77b7e298cf2
* aspect change does not flush buffersiive2003-11-081-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11415 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing commands added, parameters checked, explanations improved.diego2003-11-081-70/+149
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11414 b3059339-0415-0410-9bf9-f77b7e298cf2
* Warning fixes (approved by A'rpi).rathann2003-11-0811-26/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11413 b3059339-0415-0410-9bf9-f77b7e298cf2
* gammas --> gamma, vqblur clarified.diego2003-11-081-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11412 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrong include on shared lavciive2003-11-071-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11411 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix lavc fail on missing lameiive2003-11-071-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11410 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change conflicting function declaration between .c and .h file, causing adiego2003-11-071-1/+1
| | | | | | | compilation failure on Cygwin, checked by Sascha Sommer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11409 b3059339-0415-0410-9bf9-f77b7e298cf2
* --disable-mp1e is long obsolete.diego2003-11-071-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11408 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lmichael2003-11-061-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11407 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass extra includes to lavc too (hopefully fixes the bsd & lavc & lame issue)alex2003-11-061-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11406 b3059339-0415-0410-9bf9-f77b7e298cf2
* prefer our cpuinfo.c over linux emu proc/cpuinfo under freebsd on x86alex2003-11-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11405 b3059339-0415-0410-9bf9-f77b7e298cf2
* fallback to non-iconv dummy utf16 conversion if iconv failedalex2003-11-061-35/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11404 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove uncommon langinfo code and replace it by more common setlocal. patch ↵alex2003-11-061-2/+1
| | | | | | by Steven M. Schultz <sms@2BSD.COM> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11403 b3059339-0415-0410-9bf9-f77b7e298cf2
* now distclean will run on systems which don't have 'readlink'gabucino2003-11-061-6/+2
| | | | | | | anyway dunno why it was used in this target git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11402 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing & + quotes should be entities, pointed out bydiego2003-11-061-2/+2
| | | | | | | Lukasz frogu Proszek <l_j_p@wp.pl>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11401 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for compilation on Mac OS X by Steven M. Schultz <sms@2BSD.COM>.mosu2003-11-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11400 b3059339-0415-0410-9bf9-f77b7e298cf2
* Oops, removed a debugging printf from teh previous version.rsf2003-11-061-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11399 b3059339-0415-0410-9bf9-f77b7e298cf2
* Increased the threshold for how many incoming frames to look at while guessingrsf2003-11-061-1/+2
| | | | | | | the video frame rate (if "-fps" isn't used) - from 100, to 300. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11398 b3059339-0415-0410-9bf9-f77b7e298cf2
* another file translatedwight2003-11-051-0/+222
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11397 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some notes about general CVS documentation added, new 'cvs admin' sectiondiego2003-11-051-3/+38
| | | | | | | about reverting broken commits, small changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11396 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fix by Maciej Paszta <paszczi@go2.pl>diego2003-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11395 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper usage of zlib for decompression.mosu2003-11-051-21/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11394 b3059339-0415-0410-9bf9-f77b7e298cf2
* ugly FreeBSD fix ..nexus2003-11-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11393 b3059339-0415-0410-9bf9-f77b7e298cf2
* eq2 gamma weight doku by (Alexander Stege <mplayer at legale-software dot com>)michael2003-11-042-12/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11392 b3059339-0415-0410-9bf9-f77b7e298cf2
* new zoran driver as discussed on the CVS list. Hardware passthrough isrik2003-11-042-0/+370
| | | | | | | | | currently supported. Testing: mplayer file.avi -vc zrmjpeg -vo zr2 -v git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11391 b3059339-0415-0410-9bf9-f77b7e298cf2
* zoran mjpeg passthrough 'decoder'rik2003-11-041-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11390 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates for new image formats for zoran mjpeg passthroughrik2003-11-041-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11389 b3059339-0415-0410-9bf9-f77b7e298cf2
* provisions for new zoran driver (zr2)rik2003-11-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11388 b3059339-0415-0410-9bf9-f77b7e298cf2
* addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.crik2003-11-046-1/+250
| | | | | | | the zoran passthrough filter for the new vo_zr2. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11387 b3059339-0415-0410-9bf9-f77b7e298cf2
* The message parameter was removed.diego2003-11-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11386 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed outdated telecine messages.diego2003-11-0417-34/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11385 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-11-049-94/+262
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11384 b3059339-0415-0410-9bf9-f77b7e298cf2
* vhq and vrc_strategy lavc options documented, spelling.diego2003-11-042-8/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11383 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-11-041-26/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11382 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgotten lavc options ...michael2003-11-041-1/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11381 b3059339-0415-0410-9bf9-f77b7e298cf2
* -sws 0 && -ssf chs fixedmichael2003-11-041-11/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11380 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2003-11-041-1/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11379 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2003-11-031-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11378 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper fix for 'some chipsets can't handle buffers > 128kB', vo_zr usedrik2003-11-031-35/+28
| | | | | | | | | | to ignore information about the _actual_ buffer size returned by the kernel and continued to use the requested buffer size (the old fix was to request smaller buffers, but not ignoring information about the actual buffer size is way better) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11377 b3059339-0415-0410-9bf9-f77b7e298cf2
* mencoder lavc audio encoding supportranma2003-11-035-2/+252
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11376 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix waveformatex size calculationranma2003-11-031-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11375 b3059339-0415-0410-9bf9-f77b7e298cf2
* another lame workaround for the g1 filter layer ...michael2003-11-031-8/+19
| | | | | | | now filter chains with >8 scale filters initalize before u fall asleep git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11374 b3059339-0415-0410-9bf9-f77b7e298cf2
* If alex is too lazy to apply a patch, then i'll do it :)attila2003-11-031-0/+3
| | | | | | | | This one fixes a sig11 when the -vo can't be initialized and get_buffer fails for libavcodec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11373 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>attila2003-11-032-1/+9
| | | | | | | | | Following patch adds ID of Radeon 9800 (non pro) (R350) to mplayer pci database, thus enabling vidix for it. Vidix works great on it... Well, not exactly great, just the same way it works on other radeons. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11372 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000000l!!!!rfelker2003-11-031-4/+0
| | | | | | | | of course ffmpeg svq3 decoder will crash if you don't give it the ImageDesc! now it works fine git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11371 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2003-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11370 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
* syncnicolas