summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* better BSD/OS support by Steven Schultz <sms@2bsd.com>alex2002-12-311-7/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8688 b3059339-0415-0410-9bf9-f77b7e298cf2
* entering hall of fame :)attila2002-12-311-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8687 b3059339-0415-0410-9bf9-f77b7e298cf2
* -of is beta codejonas2002-12-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8686 b3059339-0415-0410-9bf9-f77b7e298cf2
* trellis quantizationmichael2002-12-311-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8685 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-311-48/+90
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8684 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixnicolas2002-12-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8683 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8682 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-311-38/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8681 b3059339-0415-0410-9bf9-f77b7e298cf2
* some morearpi2002-12-311-3/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8680 b3059339-0415-0410-9bf9-f77b7e298cf2
* Port of pl_surround.c to af-layer.ranma2002-12-313-1/+251
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8679 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation updatesdiego2002-12-313-204/+674
| | | | | | | | | Spanish: seru <seru@gmx.net> Korean: DongCheon Park <pdc@kaist.ac.kr> Portuguese: Fabio Pugliese Ornellas <fabio.ornellas@poli.usp.br> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8678 b3059339-0415-0410-9bf9-f77b7e298cf2
* I have just installed IceWM 1.2.3 which supports NetWM and has brokenarpi2002-12-311-6/+28
| | | | | | | | | | | | | | | | | | support for resizing. To maximize window we need to use _NET_WM_STATE_FULLSCREEN, but it doesn't tell use that it supports it. New IceWM also doesn't support layers in fullscreen mode, changing it doesn't change window position (again, "-icelayer" doesn't fit well). Also while fixing fvwm metacity got broken again, so there is a new hack or it, and small fix in code for openbox. Now it should work on almost everything. Filip Kalinski <filon@pld.org.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8677 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extending delay to have different delays for different channelsanders2002-12-311-82/+115
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8676 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l memory leak + bug fixes in ms to sample time conversionanders2002-12-315-15/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8675 b3059339-0415-0410-9bf9-f77b7e298cf2
* vga_draw* functions don't support linear memory for 'most' video cardsiive2002-12-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8674 b3059339-0415-0410-9bf9-f77b7e298cf2
* I've made some changes to the -identify handling. As previously the outputarpi2002-12-311-2/+2
| | | | | | | | | for ID_VIDEO_FORMAT was only meaningful if it was a fourcc file, the output for mpeg1 and mpeg2 was jibberish. based on patch by Philip Jägenstedt <philipj@telia.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8673 b3059339-0415-0410-9bf9-f77b7e298cf2
* Obvious patch to avoid undefined behaviour of multiple side effects inarpi2002-12-311-3/+3
| | | | | | | | a single expression. patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8672 b3059339-0415-0410-9bf9-f77b7e298cf2
* new help_diff.sh don't like spacesiive2002-12-311-81/+81
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8671 b3059339-0415-0410-9bf9-f77b7e298cf2
* This time the patch is fixing much more that breaking :-)arpi2002-12-301-12/+31
| | | | | | | | | | | | | | | It includes ugly hack for OpenBox, swaps checking for netwm with layers (and makes fvwm work -> they have also broken _NET_WM_STATE_FULLSCREEN but also supports layers) and changes back fullscreen layer to 10, afterstep doesn't like 12 :-) Tested with: sawfish, metacity, kwin, blackbox, openbox, waimea, windowmaker, afterstep, icewm, mwm, fvwm Filip Kalinski <filon@pld.org.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8670 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l remove unused codefaust32002-12-301-12/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8669 b3059339-0415-0410-9bf9-f77b7e298cf2
* fullscreencode rewritten, some cleanupfaust32002-12-301-345/+281
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8668 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l another int i missing (without ^M)faust32002-12-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8667 b3059339-0415-0410-9bf9-f77b7e298cf2
* sig11 (in free() in uninit) fixedarpi2002-12-301-13/+23
| | | | | | | patch by Joey Parrish <joey@nicewarrior.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8666 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedarpi2002-12-301-5/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8665 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2*10l :)arpi2002-12-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8664 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some more small (cosmetic) updates.diego2002-12-301-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8663 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lots of small corrections and rewordings, words capitalized and sentencesdiego2002-12-301-124/+124
| | | | | | | | ended in a '.'. Originally based on a patch by seru <seru@gmx.net>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8662 b3059339-0415-0410-9bf9-f77b7e298cf2
* I have looked at the fullscreen code and realized that there arearpi2002-12-301-107/+36
| | | | | | | | | | | | | | | | | | | generally two types of layer support for window managers: - NetWM states (FULLSCREEN, STAYS_ON_TOP, ABOVE) sawfish, metacity, kwin - _WIN_LAYER IceWM, WindowMaker So we don't need any other window manager detection functions, we need only to check for these two. Code tested on lots of windowmanagers. patch by Filip Kalinski <filon@pld.org.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8661 b3059339-0415-0410-9bf9-f77b7e298cf2
* even more :)arpi2002-12-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8660 b3059339-0415-0410-9bf9-f77b7e298cf2
* more verbose...arpi2002-12-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8659 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fixes sync?faust32002-12-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8658 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (int i)michael2002-12-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8657 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek ↵mosu2002-12-301-2/+9
| | | | | | which may be incomplete git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8656 b3059339-0415-0410-9bf9-f77b7e298cf2
* - optional slice height for -vo gl (example: -vo gl:32)arpi2002-12-301-11/+20
| | | | | | | | | based on patch by Dmitry Baryshkov <lumag@qnc.ru> - default height changed from 1 to 4, seems to be more optimal and works fast on both g400max & gf4ti4200 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8655 b3059339-0415-0410-9bf9-f77b7e298cf2
* NetWM fs. switching cleanuparpi2002-12-301-43/+52
| | | | | | | patch by Filip Kalinski <filon@pld.org.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8654 b3059339-0415-0410-9bf9-f77b7e298cf2
* Juste a trivial patch for vesa output. The screen were cleaned at initarpi2002-12-291-2/+2
| | | | | | | | | for "stupid BIOSes", but just the first buffer. So when using -double option I got flicker with such a stupid BIOS... patch by Aurelien JACOBS <aurel@gnuage.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8653 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleaning corners of green dirt ;)michael2002-12-291-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8652 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow utilization of more v4l buffers, patch by Carsten Schulz ↵henry2002-12-291-15/+14
| | | | | | <carsten@gnocchi.dialup.fu-berlin.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8651 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes (ok, just workarounds) sig11 in playtree/cfgparser's free()arpi2002-12-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8650 b3059339-0415-0410-9bf9-f77b7e298cf2
* commiting my bugreport list, as A'rpi requestedgabucino2002-12-291-2/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8649 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-12-291-2/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8648 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed these:arpi2002-12-291-2/+2
| | | | | | | | | - uses video time length instead of audio time length to calculate audio size in fallback - differences in fallback for priv->numberofframes calculation patch by eviv bulgroz <ebulgroz@yahoo.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8647 b3059339-0415-0410-9bf9-f77b7e298cf2
* That patch fixes fullscreen on sawfish 1.2.arpi2002-12-291-0/+23
| | | | | | | | | | | | | | | | | | | After applying fullscreen (x11, xv +/- gui) works with at least: - sawfish 1.2 - metacity - kwin - wmaker - balckbox - waimea - icewm, so I think it doesn't break anything. Filip Kalinski <filon@pld.org.pl> NOTE: we can still reverse it :))) --A'rpi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8646 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch fixes so that the exit code (or return code if you like) is setarpi2002-12-291-7/+11
| | | | | | | | | to zero when mplayer exits because of natural EOF or by the quit command. This can be useful if you (like me) use mplayer in scripts. patch by Oskar Liljeblad <oskar@osk.mine.nu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8645 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for subviewer format using dots instead of commas:arpi2002-12-291-2/+2
| | | | | | | | 00:00:27.000 --> 00:00:28.300 patch by Oskar Liljeblad <oskar@osk.mine.nu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8644 b3059339-0415-0410-9bf9-f77b7e298cf2
* Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them anddiego2002-12-292-30/+30
| | | | | | | update the documentation accordingly, plus some spellchecking cosmetics. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8643 b3059339-0415-0410-9bf9-f77b7e298cf2
* bashismdiego2002-12-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8642 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix to compile with DirecFB 0.9.16zdar2002-12-292-1/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8641 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small grammar improvement (missing "was").rathann2002-12-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8640 b3059339-0415-0410-9bf9-f77b7e298cf2
* The attached patch fixes a crash on *my* environment with certain DVD's.arpi2002-12-291-1/+1
| | | | | | | | | The sprintf function has been replaced by an snprintf function to prevent the buffer overflow. Erik Oomen <erik.oomen@home.nl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8639 b3059339-0415-0410-9bf9-f77b7e298cf2
* update libdvdcss in libmpdvdkit to latest version (1.2.4)arpi2002-12-297-363/+481
| | | | | | | patch by Andreas Hess <jaska@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8638 b3059339-0415-0410-9bf9-f77b7e298cf2
* Linux ports section reworked, RPM section added, based on a patch by Alex.diego2002-12-291-19/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8637 b3059339-0415-0410-9bf9-f77b7e298cf2
* these patches let ,,oldstyle'' and freetype subtitle renderers livearpi2002-12-298-23/+41
| | | | | | | | | | | together happily. if an oldstyle subtitle (font.desc) is found, it will be used. otherwise mplayer will choose subfont.ttf, if freetype was detected during ./configure. (also you can use -font /path/to/font.desc and -font /path/to/foobar.ttf too) patch-set by Wojtek Kaniewski <wojtekka@bydg.pdi.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8636 b3059339-0415-0410-9bf9-f77b7e298cf2
* PATH_MAX fixedarpi2002-12-291-1/+1
| | | | | | | bugrep by Diego git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8635 b3059339-0415-0410-9bf9-f77b7e298cf2
* --enable-freetype fix (freetype-config was not set)arpi2002-12-291-1/+1
| | | | | | | patch by Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8634 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't abort if setparams failed - fixes some Qclp filesarpi2002-12-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8633 b3059339-0415-0410-9bf9-f77b7e298cf2
* (temporary?) fix for redundant buffer re-allocationarpi2002-12-291-6/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8632 b3059339-0415-0410-9bf9-f77b7e298cf2
* buffer alloc cleanup / 10lmichael2002-12-292-32/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8631 b3059339-0415-0410-9bf9-f77b7e298cf2
* langauage list at --help fixedarpi2002-12-281-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8630 b3059339-0415-0410-9bf9-f77b7e298cf2
* better verbose description, cosmeticsjonas2002-12-281-4/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8629 b3059339-0415-0410-9bf9-f77b7e298cf2
* user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)henry2002-12-288-14/+223
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8628 b3059339-0415-0410-9bf9-f77b7e298cf2
* Polish manual update to CVS from 27.12.2002...gabucino2002-12-281-33/+94
| | | | | | | -imhotep- git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8627 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l by othersgabucino2002-12-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8626 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-12-283-38/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8625 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-2811-5/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8624 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-281-74/+214
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8623 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-281-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8622 b3059339-0415-0410-9bf9-f77b7e298cf2
* izearpi2002-12-281-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8621 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed 2 10l-salex2002-12-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8620 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch adds a call to subcp_recode1(), so this subtitles too arearpi2002-12-283-0/+35
| | | | | | | | processed through iconv(). Kresimir Kukulj madmax@iskon.hr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8619 b3059339-0415-0410-9bf9-f77b7e298cf2
* Me: -sub-bg-* would be nicer. "Background" is usually shortened as "bg", not ↵rathann2002-12-284-10/+10
| | | | | | | | | "bkg". Arpi: feel free to change... ASAP :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8618 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsjonas2002-12-281-48/+64
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8617 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #endifarpi2002-12-281-0/+1
| | | | | | | noticed by Mark Szabo mw3@bsd.hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8616 b3059339-0415-0410-9bf9-f77b7e298cf2
* The patch adds support for a per-file config, which is loaded beforearpi2002-12-281-0/+35
| | | | | | | | | playing the file. The config file is looked for in the same directory as the input file, and in the ~/.mplayer dir. Magne Oestlyngen <ml@skybert.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8615 b3059339-0415-0410-9bf9-f77b7e298cf2
* some 10l bugfixesarpi2002-12-281-1/+3
| | | | | | | patch by Christian Ohm <chr.ohm@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8614 b3059339-0415-0410-9bf9-f77b7e298cf2
* It shows not just the progressbar, but progressbar /and/ percentagearpi2002-12-281