summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* some ifno for cvs write ownersarpi2001-10-141-0/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Similar to 1.26jaf2001-10-141-13/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2200 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.13jaf2001-10-141-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2199 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.10jaf2001-10-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2198 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg2 fps fix by Ivan Kalvatchev <iive@yahoo.com>arpi2001-10-143-4/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2197 b3059339-0415-0410-9bf9-f77b7e298cf2
* c++ fixarpi2001-10-142-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2196 b3059339-0415-0410-9bf9-f77b7e298cf2
* lists archive urlgabucino2001-10-142-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2195 b3059339-0415-0410-9bf9-f77b7e298cf2
* "function f()" non supported by FreeBSD's /bin/shpl2001-10-131-10/+10
| | | | | | | | "if ! true" construction neither (thanks to Bohdan 'Nexus' Horst <nexus at irc.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2194 b3059339-0415-0410-9bf9-f77b7e298cf2
* server names changedgabucino2001-10-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2193 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoz fixedgabucino2001-10-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2192 b3059339-0415-0410-9bf9-f77b7e298cf2
* added functions :pl2001-10-131-309/+307
| | | | | | | | | | | | | | | | | + cc_check() replaces "$_cc" "$TMPC" -o "$TMPO" "$@" >/dev/null 2>&1 + die() replaces echo "Error blah" / flush tempfiles / exit + boolean OS macros : linux() bsd() bsdos() freebsd() openbsd() (note: bsd = bsdos || freebsd || openbsd) changed handling of directories with "for" loops (tempdir && css detection) added XXX where things need to be checked for a particular OS removed unnecessary tempfile flush modified a few if... which were not obvious to read for more readability reidented the --help message for it to be more "80-char-wide-terms" aware changed a few echo ... echo ... echo ... to cat <<EOF enabled THREAD_SAFE's flags for BSD's and Linux (-D_REENTRANT) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2191 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup:arpi2001-10-133-15/+26
| | | | | | | | - TIMEING && MORE_TIMEING disabled by default - private stuff moved to postprocess.c to avoid possible conflicts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2190 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -oldpparpi2001-10-131-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2189 b3059339-0415-0410-9bf9-f77b7e298cf2
* postprocess fixesarpi2001-10-131-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2188 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changes for mplayer integration:arpi2001-10-131-9/+8
| | | | | | | | - getModeForQuality -> getPpModeForQuality renamed - #define POSTPROCESS_H -> NEWPOSTPROCESS_H (to avoid conflicts) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2187 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changes for mplayer integration:arpi2001-10-132-20/+106
| | | | | | | | | | - getModeForQuality -> getPpModeForQuality renamed - #define POSTPROCESS_H -> NEWPOSTPROCESS_H (to avoid conflicts) - added #ifdef'ed code for calling old postprocess (for testing/comparison) - #ifdef'ed some asm code to allow compilation on non-x86 platforms (untested) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2186 b3059339-0415-0410-9bf9-f77b7e298cf2
* integrated new postproc codearpi2001-10-133-7/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2185 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't expect win32 bin yet, only wanna have this already in cvs, btw. it has ↵atmos42001-10-131-0/+8
| | | | | | to be copied to main/inttypes.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2184 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix non-X11 buildatmos42001-10-131-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2183 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send ↵michael2001-10-132-34/+40
| | | | | | me a "disassemble $eip-16 $eip+16" from gdb) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2182 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor QP scaling & auto-contrast bugfixmichael2001-10-132-14/+16
| | | | | | | fixed compilation problem without -fomit-frame-pointer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2181 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a rounding bug thing in the X1 Filtermichael2001-10-133-65/+508
| | | | | | | | | changed the X1 Filter slightly to make flat blocks look like in the 9tap lpf minor change to the -pp numbers & added decimal numbers in comments new experimental horizontal deblocking filter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2180 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPsub read/write support 0.5 (-dumpmpsub switch)laaz2001-10-123-9/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2179 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpsub read supportlaaz2001-10-121-2/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2178 b3059339-0415-0410-9bf9-f77b7e298cf2
* speed improvementsatlka2001-10-121-24/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2177 b3059339-0415-0410-9bf9-f77b7e298cf2
* just version updateeyck2001-10-121-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2176 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typonexus2001-10-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2175 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimize iconv detection \n malloc.h useless in FreeBSDnexus2001-10-121-7/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2174 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by "Steven M. Schultz" <sms@2BSD.COM> for BSD/OS support of iconvpl2001-10-121-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2173 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanups: [ ... ] changed to test ...pl2001-10-111-184/+183
| | | | | | | | | cleanups: [ ... -a ... ] changed to test ... && test ... cleanups: [ ... -o ... ] changed to test ... || test ... fix: added -D_THREAD_SAFE for Linux git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2172 b3059339-0415-0410-9bf9-f77b7e298cf2
* tests with '[ ]' changed to 'test'pl2001-10-111-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2171 b3059339-0415-0410-9bf9-f77b7e298cf2
* final changes to convert to Cmichael2001-10-113-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2170 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfixes: last 3 lines not brightness/contrast correctedmichael2001-10-113-159/+539
| | | | | | | | | | | | brightness statistics messed up with initial black pic changed initial values of the brightness statistics C++ -> C conversation QP range question solved (very likely 1<=QP<=32 according to arpi) new experimental vertical deblocking filter RK filter has 3dNow support now (untested) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2169 b3059339-0415-0410-9bf9-f77b7e298cf2
* hopp, fixedgabucino2001-10-112-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2168 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changesnexus2001-10-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2167 b3059339-0415-0410-9bf9-f77b7e298cf2
* dshow codec is preferred for mp42 - it does postprocessarpi2001-10-111-14/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2166 b3059339-0415-0410-9bf9-f77b7e298cf2
* LANG=C added. idea by pl <p_l@gmx.fr>arpi2001-10-111-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2165 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo and DOCS fixes by pl <p_l@gmx.fr>arpi2001-10-112-77/+77
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2164 b3059339-0415-0410-9bf9-f77b7e298cf2
* DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>arpi2001-10-111-2/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2163 b3059339-0415-0410-9bf9-f77b7e298cf2
* test -e -> -darpi2001-10-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2162 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable discards - now it worksnick2001-10-111-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2161 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a bug in the horizontal default filterarpi2001-10-103-202/+769
| | | | | | | | | | 3dnow version of the Horizontal & Vertical Lowpass filters mmx version of the Horizontal Default filter mmx2 & C versions of a simple filter described in a paper from ramkishor & karan added mode flags & quality2mode function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2160 b3059339-0415-0410-9bf9-f77b7e298cf2
* new postprocess code by Michael Niedermayer (michaelni@gmx.at)arpi2001-10-103-0/+3159
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2159 b3059339-0415-0410-9bf9-f77b7e298cf2
* Similar to 1.19jaf2001-10-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2158 b3059339-0415-0410-9bf9-f77b7e298cf2
* Similar to 1.17jaf2001-10-101-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2157 b3059339-0415-0410-9bf9-f77b7e298cf2
* Similar to 1.9jaf2001-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2156 b3059339-0415-0410-9bf9-f77b7e298cf2
* -aspect additionsgabucino2001-10-102-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2155 b3059339-0415-0410-9bf9-f77b7e298cf2
* MOV & stuffgabucino2001-10-106-22/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2154 b3059339-0415-0410-9bf9-f77b7e298cf2
* I guess now xinerama works better :)atmos42001-10-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2153 b3059339-0415-0410-9bf9-f77b7e298cf2
* modifications to use iconv(3) function to recode text of subs (autodetect)atlka2001-10-103-1/+145
| | | | | | | added option -subcp <cpname> # for example cp1250, latin2 etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2152 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updates/fixes to authors section.atmos42001-10-101-8/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2151 b3059339-0415-0410-9bf9-f77b7e298cf2
* Xinerama screen size fix by Lev Babiev <harley@hosers.org>arpi2001-10-102-2/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2150 b3059339-0415-0410-9bf9-f77b7e298cf2
* compressed headers supportarpi2001-10-101-2/+83
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make double/normal (n-key) use aspect()atmos42001-10-101-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2148 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes by Firebird <firebird@chez.com>arpi2001-10-101-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2147 b3059339-0415-0410-9bf9-f77b7e298cf2
* French tr. by Firebird <firebird@chez.com>arpi2001-10-101-0/+253
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2146 b3059339-0415-0410-9bf9-f77b7e298cf2
* new_memory_stream() addedarpi2001-10-102-3/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2145 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes (thx J.K.)gabucino2001-10-092-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some fixesnick2001-10-091-154/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2143 b3059339-0415-0410-9bf9-f77b7e298cf2
* SSA 2. felvonas (egyre jobban programozok!!!)laaz2001-10-091-3/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2142 b3059339-0415-0410-9bf9-f77b7e298cf2
* ssa worx fine. Testers needed :)))laaz2001-10-091-6/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2141 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes merged back from avifile cvsarpi2001-10-085-33/+88
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2140 b3059339-0415-0410-9bf9-f77b7e298cf2
* license changed, kozkivanatra.gabucino2001-10-082-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2139 b3059339-0415-0410-9bf9-f77b7e298cf2
* I liked this mail very muchgabucino2001-10-081-0/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2138 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug of FP register writingnick2001-10-081-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better DFP supportnick2001-10-081-1/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fully enabled new logicnick2001-10-081-13/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2135 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed incorrect return valuenick2001-10-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2134 b3059339-0415-0410-9bf9-f77b7e298cf2
* Imported some XFree86-CVS stuffnick2001-10-081-350/+1178
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2133 b3059339-0415-0410-9bf9-f77b7e298cf2
* voodoo2/3/banshee lobaszas fixedgabucino2001-10-072-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2132 b3059339-0415-0410-9bf9-f77b7e298cf2
* lastminute fixes, de ugyis bugos mind :)gabucino2001-10-077-23/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2131 b3059339-0415-0410-9bf9-f77b7e298cf2
* authorsgabucino2001-10-071-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2130 b3059339-0415-0410-9bf9-f77b7e298cf2
* -users changedgabucino2001-10-072-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2129 b3059339-0415-0410-9bf9-f77b7e298cf2
* .mov support can be disabledarpi2001-10-072-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2128 b3059339-0415-0410-9bf9-f77b7e298cf2
* info & author changedarpi2001-10-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2127 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl2.c addedarpi2001-10-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2126 b3059339-0415-0410-9bf9-f77b7e298cf2
* new version by Sven Goethelarpi2001-10-072-0/+731
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2125 b3059339-0415-0410-9bf9-f77b7e298cf2
* link to patches.txtgabucino2001-10-072-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2124 b3059339-0415-0410-9bf9-f77b7e298cf2
* keypress fix by M.Hunold@t-online.de (Michael Hunold)arpi2001-10-071-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2123 b3059339-0415-0410-9bf9-f77b7e298cf2
* sending patchesarpi2001-10-071-0/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2122 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesgabucino2001-10-072-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2121 b3059339-0415-0410-9bf9-f77b7e298cf2
* #mplayer fixedgabucino2001-10-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2120 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixgabucino2001-10-071-1/+1
| | | | git-svn-id: svn://svn.