summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* disabled DEBUG_LOG, noticed by Bernd Ernesti <mplayer@lists.veego.de>alex2002-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8054 b3059339-0415-0410-9bf9-f77b7e298cf2
* not neededpontscho2002-11-022-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8053 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed dummy config(), query_format()arpi2002-11-021-16/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8052 b3059339-0415-0410-9bf9-f77b7e298cf2
* - DR supportarpi2002-11-021-22/+28
| | | | | | | | - removed config(), the default impl. does the same (ie does nothing :)) - pass postprocess info too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8051 b3059339-0415-0410-9bf9-f77b7e298cf2
* mencvcd 0.2 by Juergen Hammelmann <juergen.hammelmann@gmx.de>jaf2002-11-021-60/+109
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8050 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamepontscho2002-11-023-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8049 b3059339-0415-0410-9bf9-f77b7e298cf2
* not neededpontscho2002-11-022-264/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8048 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup - round 2.pontscho2002-11-027-142/+173
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8047 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8046 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing shared ppmichael2002-11-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8045 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanuppontscho2002-11-0222-302/+265
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8044 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missed some gui ifdefsmswitch2002-11-021-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8043 b3059339-0415-0410-9bf9-f77b7e298cf2
* MACE audio support with ffmpeg decoderrtognimp2002-11-021-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8042 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2002-11-024-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8041 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2002-11-021-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8040 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2002-11-024-159/+210
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor cleanupsmswitch2002-11-021-10/+15
| | | | | | | Fixed overlay so that it works with gui git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8038 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixeshenry2002-11-022-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8037 b3059339-0415-0410-9bf9-f77b7e298cf2
* document new 2pass syntax, remove/fix lots of obsolete junk in docsrfelker2002-11-022-24/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8036 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanuprfelker2002-11-021-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8035 b3059339-0415-0410-9bf9-f77b7e298cf2
* added obsolete message for -passrfelker2002-11-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8034 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -pass nonsense from mencoder! it's now a suboption to -divx4optsrfelker2002-11-024-54/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8033 b3059339-0415-0410-9bf9-f77b7e298cf2
* Huge update, added native overlay support (no more need for dxr3view).mswitch2002-11-021-1/+743
| | | | | | | | This is still in testing state so I won't update the docs/Changelog just yet. By pre11 perhaps ;). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8032 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,arpi2002-11-026-62/+58
| | | | | | | | instead doing it in demux_avi.c, storing private data in priv insteda of demuxer structs) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8031 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document xvidix pixmap corruption issue and known workarounds.ranma2002-11-021-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8030 b3059339-0415-0410-9bf9-f77b7e298cf2
* -really-quietarpi2002-11-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8029 b3059339-0415-0410-9bf9-f77b7e298cf2
* verbose can be negativearpi2002-11-0122-96/+82
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8028 b3059339-0415-0410-9bf9-f77b7e298cf2
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledarpi2002-11-018-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8027 b3059339-0415-0410-9bf9-f77b7e298cf2
* put USE_ #defines for libmpeg2, liba52, mp3lib and svq1 codecsarpi2002-11-011-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8026 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics :)arpi2002-11-011-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8025 b3059339-0415-0410-9bf9-f77b7e298cf2
* get stream back from the demuxerarpi2002-11-011-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8024 b3059339-0415-0410-9bf9-f77b7e298cf2
* increase buffer size in immediate modehenry2002-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleaned up the DXR3 section (lots of old stuff which was no longermswitch2002-11-011-16/+19
| | | | | | | true). Updated info on -vop lavc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8022 b3059339-0415-0410-9bf9-f77b7e298cf2
* - some explanations suggested by Michael & Richarpi2002-11-011-5/+37
| | | | | | | - note about mpi-local dmpi storage for get_image() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8021 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics requested by kabimichael2002-11-012-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8020 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedarpi2002-11-012-6/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8019 b3059339-0415-0410-9bf9-f77b7e298cf2
* panscan support in -vo mga (actually moved common code to mga_common.c)arpi2002-11-012-79/+91
| | | | | | | Ivan Szanto <szivan@duticai.TWI.TUDelft.NL> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8018 b3059339-0415-0410-9bf9-f77b7e298cf2
* I ported mplayer to the GNU system (also known as GNU/Hurd),arpi2002-11-012-5/+6
| | | | | | | | it was just a matter of adding it to the makefiles and other misc fix. Patch by Robert Millan <zeratul2@wanadoo.es> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8017 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_unsharp: proper rounding & print if sharpening or bluringarpi2002-11-011-4/+7
| | | | | | | patch by Rémi Guyomarch <rguyom@pobox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8016 b3059339-0415-0410-9bf9-f77b7e298cf2
* The first language ripped is set as the default languagearpi2002-11-011-1/+4
| | | | | | | | | by writing the langidx tag with the index of this language. patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de> (accepted by Kim Minh Kaplan) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8015 b3059339-0415-0410-9bf9-f77b7e298cf2
* Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400arpi2002-10-313-1/+995
| | | | | | | | | | cards and TV out. It's works like DVDMax in Windows. Instructions on how to make it work are at: http://www.sci.fi/~syrjala/directfb/readme.txt patch by Ville Syrjälä <syrjala@sci.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8014 b3059339-0415-0410-9bf9-f77b7e298cf2
* including source and precompiled .spec for libwine supportarpi2002-10-313-1/+185
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8013 b3059339-0415-0410-9bf9-f77b7e298cf2
* optional libwine support (compiling mplayer_wine.so, to be loaded using wine)arpi2002-10-311-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8012 b3059339-0415-0410-9bf9-f77b7e298cf2
* boxblur, another useless filtermichael2002-10-314-1/+227
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8011 b3059339-0415-0410-9bf9-f77b7e298cf2
* set up nBlockAlign, nBytesPerSec correctly if extended audio header avail.arpi2002-10-311-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8010 b3059339-0415-0410-9bf9-f77b7e298cf2
* qtaudio - audio decoder using win32 quicktime 5 dllsarpi2002-10-313-1/+294
| | | | | | | based on code by Sascha Sommer <saschasommer@freenet.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8009 b3059339-0415-0410-9bf9-f77b7e298cf2
* qdmc/qdm2 codec addedarpi2002-10-311-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8008 b3059339-0415-0410-9bf9-f77b7e298cf2
* (de)intrleave luma & chroma idependantlymichael2002-10-312-32/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8007 b3059339-0415-0410-9bf9-f77b7e298cf2
* il & swapuvmichael2002-10-311-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8006 b3059339-0415-0410-9bf9-f77b7e298cf2
* (de)interleave filter (can be used to split/merge an interlaced image so ↵michael2002-10-313-1/+167
| | | | | | other non interlaced filters an be used with idividual fields) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8005 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass audio codecdataarpi2002-10-311-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8004 b3059339-0415-0410-9bf9-f77b7e298cf2
* (useless) UV plane swappermichael2002-10-313-1/+109
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8003 b3059339-0415-0410-9bf9-f77b7e298cf2
* some docs about video filter apiarpi2002-10-311-0/+200
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8002 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with help_mp-en.h 1.65pl2002-10-311-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8001 b3059339-0415-0410-9bf9-f77b7e298cf2
* v4l updatehenry2002-10-311-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8000 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding commandline options for filters and fixing stupid bug in cfganders2002-10-316-1/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7999 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling fixeshenry2002-10-311-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7998 b3059339-0415-0410-9bf9-f77b7e298cf2
* INREG now static inline instead of a define, to avoid unnecessary GETREGcolin2002-10-311-1/+5
| | | | | | | calls while byteswapping. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7997 b3059339-0415-0410-9bf9-f77b7e298cf2
* dummy -nppmichael2002-10-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7996 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabling compilation of .so if its not needed, gcc 3.1 seems to have ↵michael2002-10-311-1/+5
| | | | | | problems with it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7995 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changing the behavour of the commandline parameter -af to conform with -vop. ↵anders2002-10-314-20/+51
| | | | | | Adding new commanline parameter -af-adv for advanced af options. Adding changes to volume control to support commandline parameters. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7994 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixesgabucino2002-10-312-40/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7993 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-10-314-28/+141
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7992 b3059339-0415-0410-9bf9-f77b7e298cf2
* using fewer registers ... to workaround somethingmichael2002-10-311-18/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7991 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed debugging outputmswitch2002-10-301-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7990 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added info on new dxr3 syncenginemswitch2002-10-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7989 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedarpi2002-10-301-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7988 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing "-npp" (found by arpi)michael2002-10-301-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7987 b3059339-0415-0410-9bf9-f77b7e298cf2
* per context cpuCaps (idea by kabi)michael2002-10-303-22/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7986 b3059339-0415-0410-9bf9-f77b7e298cf2
* change qscale type to int8 and fix qscale orderingmichael2002-10-306-19/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7985 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch is to add support for overlapping subtitles, that isarpi2002-10-301-5/+103
| | | | | | | | | | | | subtitles whose start or end happens during another subtitle. After reading the subtitles from the file in sub_read_file(), this patch looks for overlapping subtitles and split them into more non-overlapping subtitles. Salvatore Falco <sfalco@studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7984 b3059339-0415-0410-9bf9-f77b7e298cf2
* JACOSub is another subtitling format, whose specifications are at:arpi2002-10-302-5/+201
| | | | | | | | http://unicorn.us.com/jacosub patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7983 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some little bugfixsalbeu2002-10-301-13/+42
| | | | | | | | New options to control the colorkey stuff Fix the osd to be less time consuming git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7982 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10Lalbeu2002-10-301-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7981 b3059339-0415-0410-9bf9-f77b7e298cf2
* The default query_format shouldn't accept IMGFMT_MPEGPESalbeu2002-10-301-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7980 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L ! Don't remove the scale filter if we don't added ourselfalbeu2002-10-301-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7979 b3059339-0415-0410-9bf9-f77b7e298cf2
* debug printfarpi2002-10-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7978 b3059339-0415-0410-9bf9-f77b7e298cf2
* unsharp filter docarpi2002-10-301-0/+11
| | | | | | | patch by Rimi Guyomarch <rguyom@pobox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7977 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding compile problem fix from Gabucinoanders2002-10-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7976 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable volume filter and fix nonsense default volume (still not usablerfelker2002-10-302-1/+3
| | | | | | | because mixer.c has no mechanism to pass volume commands to libaf) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7975 b3059339-0415-0410-9bf9-f77b7e298cf2
* using same numbers for cpuCaps as libmpeg2 & liba52michael2002-10-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7974 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanly passing the cpuCapsmichael2002-10-303-15/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7973 b3059339-0415-0410-9bf9-f77b7e298cf2
* Auto insert vf_lavc for