summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* converts all subtitles in . to mpsub formatgabucino2001-10-171-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2242 b3059339-0415-0410-9bf9-f77b7e298cf2
* ide vmi nagy hulyeseget akartam irni de elfelejtettemgabucino2001-10-177-72/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2241 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added notice about CFLAGS and added -fomit-frame-pointer to be always used.atmos42001-10-171-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2240 b3059339-0415-0410-9bf9-f77b7e298cf2
* if not found using fpath try to load font bitmaps from default diratlka2001-10-171-4/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2239 b3059339-0415-0410-9bf9-f77b7e298cf2
* 24bpp support (untested)michael2001-10-172-4/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2238 b3059339-0415-0410-9bf9-f77b7e298cf2
* added (f)emmsarpi2001-10-172-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2237 b3059339-0415-0410-9bf9-f77b7e298cf2
* bpp changed from bytespp to bitspparpi2001-10-172-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2236 b3059339-0415-0410-9bf9-f77b7e298cf2
* swscale - 16bpp and -fs supportarpi2001-10-171-6/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2235 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed out of regs "bug"michael2001-10-172-12/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2234 b3059339-0415-0410-9bf9-f77b7e298cf2
* MMX & MMX2 optimizations (MMX2 is buggy and commented out)michael2001-10-172-72/+1126
| | | | | | | | | 32, 24, 16, 15 bit support in C (only 32 & 16 tested) 32, 16 bit support in mmx (16 with dithering) ranges of some variables changed so mmx likes them more git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2233 b3059339-0415-0410-9bf9-f77b7e298cf2
* quick fix for movies with a height which is not a multiple of 8michael2001-10-172-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2232 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix rgb/bgr for 15/16bppatmos42001-10-172-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2231 b3059339-0415-0410-9bf9-f77b7e298cf2
* 16bpp code for atmosarpi2001-10-162-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2230 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg postprocessarpi2001-10-162-6/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2229 b3059339-0415-0410-9bf9-f77b7e298cf2
* mov seeking implementedarpi2001-10-162-0/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2228 b3059339-0415-0410-9bf9-f77b7e298cf2
* skin chaning bug fix.pontscho2001-10-163-5/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2227 b3059339-0415-0410-9bf9-f77b7e298cf2
* link fixedjaf2001-10-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2226 b3059339-0415-0410-9bf9-f77b7e298cf2
* write mistakes fixedjaf2001-10-163-99/+96
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2225 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic changesatlka2001-10-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2224 b3059339-0415-0410-9bf9-f77b7e298cf2
* read font files from the same dir as font.desc or as specified in font.descatlka2001-10-161-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2223 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor cleanupsmichael2001-10-163-91/+164
| | | | | | | | median deinterlace in MMX fixed typos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2222 b3059339-0415-0410-9bf9-f77b7e298cf2
* pp range fixedarpi2001-10-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2221 b3059339-0415-0410-9bf9-f77b7e298cf2
* added YV12 scalerarpi2001-10-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2220 b3059339-0415-0410-9bf9-f77b7e298cf2
* yv12 scaling at 24/32bpp with -zoomarpi2001-10-151-5/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2219 b3059339-0415-0410-9bf9-f77b7e298cf2
* header for swscale.carpi2001-10-151-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2218 b3059339-0415-0410-9bf9-f77b7e298cf2
* software yv12->rgb scaler - separated from fsdgaarpi2001-10-152-0/+248
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2217 b3059339-0415-0410-9bf9-f77b7e298cf2
* Similar to 1.18jaf2001-10-151-1/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2216 b3059339-0415-0410-9bf9-f77b7e298cf2
* Similar to 1.84jaf2001-10-151-8/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2215 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add downscaling as a last resort.atmos42001-10-151-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2214 b3059339-0415-0410-9bf9-f77b7e298cf2
* LRMI importnick2001-10-152-0/+998
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2213 b3059339-0415-0410-9bf9-f77b7e298cf2
* szakattam vagy nemtomgabucino2001-10-152-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2212 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-10-153-12/+82
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2211 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied patch by Joy Winter <joy@pingfm.org>arpi2001-10-152-56/+128
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2210 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-10-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2209 b3059339-0415-0410-9bf9-f77b7e298cf2
* -dumpmpsub addedgabucino2001-10-152-0/+33
| | | | | | | -subcp added (correct me if wrong/missing sth) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2208 b3059339-0415-0410-9bf9-f77b7e298cf2
* ATI TVout stuff added (from Nick Kurshev)gabucino2001-10-154-5/+110
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2207 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrected previous error ;-(atlka2001-10-151-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2206 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimizations and correctionsatlka2001-10-151-16/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2205 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewrote the horizontal lowpass filter to fix a bug which caused a blocky lookmichael2001-10-153-69/+964
| | | | | | | | added deinterlace filters (linear interpolate, linear blend, median) minor cleanups (removed some outcommented stuff) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2204 b3059339-0415-0410-9bf9-f77b7e298cf2
* tipofyxgabucino2001-10-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2203 b3059339-0415-0410-9bf9-f77b7e298cf2
* Similar to 1.82jaf2001-10-141-25/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2202 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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 filterarpi