summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ability to disable the nonsense expand filter is a must! otherwiserfelker2003-01-242-1/+6
| | | | | | | | | | | | it's impossible to render subtitles earlier in the filter chain and then scale them down with a scale filter; huge subs will get rendered again on top!! (think dvd/vobsub where you can't just use smaller font size) if anyone has a better way to handle this, do it! (e.g. make it so that the first expand filter disabled osd for the rest of the filter chain) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9077 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation error when HAVE_FREETYPE isn't definedcolin2003-01-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9076 b3059339-0415-0410-9bf9-f77b7e298cf2
* ekezetekgabucino2003-01-231-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9075 b3059339-0415-0410-9bf9-f77b7e298cf2
* document -vop fieldrfelker2003-01-231-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9074 b3059339-0415-0410-9bf9-f77b7e298cf2
* new video filter to extract a single field using stride arithmetic,rfelker2003-01-233-1/+77
| | | | | | | i.e. without using cpu time git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9073 b3059339-0415-0410-9bf9-f77b7e298cf2
* UYVY inputmichael2003-01-233-5/+81
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9072 b3059339-0415-0410-9bf9-f77b7e298cf2
* C implementation of the median deinterlacer (seems to be the only onerfelker2003-01-232-11/+16
| | | | | | | | that generates tolerable output for anime) so it will work on non-MMX architectures. Someone should optimize it better eventually. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9071 b3059339-0415-0410-9bf9-f77b7e298cf2
* raw mpeg4-es support (you need to set -fps manually!)arpi2003-01-235-8/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9070 b3059339-0415-0410-9bf9-f77b7e298cf2
* 16cif,sif,uyvymichael2003-01-231-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9069 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump mpeg4-es startcodesarpi2003-01-231-0/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9068 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to merfelker2003-01-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9067 b3059339-0415-0410-9bf9-f77b7e298cf2
* raw video demuxer, requested by Michaelarpi2003-01-227-3/+169
| | | | | | | (try mplayer -rawvideo on:cif mobile.cif) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9066 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated for rc4...arpi2003-01-221-12/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9065 b3059339-0415-0410-9bf9-f77b7e298cf2
* undocumented featurerfelker2003-01-221-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9064 b3059339-0415-0410-9bf9-f77b7e298cf2
* until configure can distinguish between supported and unsupportedrfelker2003-01-221-2/+2
| | | | | | | | dvdnav versions, it should be disabled by default! besides, the code is incomplete and broken. if you want it enabled commit a real fix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9063 b3059339-0415-0410-9bf9-f77b7e298cf2
* Skin file added to TOC and renumbered, one sentence reworded.diego2003-01-222-54/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9062 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-01-212-4/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9061 b3059339-0415-0410-9bf9-f77b7e298cf2
* G450 tvout cable pinout (contributed)gabucino2003-01-212-9/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9060 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to rc3gabucino2003-01-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9059 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-01-211-9/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9058 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add subcppontscho2003-01-217-19/+106
| | | | | | | | - fix some 10l in gui - fix one 10l bug in subreader git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9057 b3059339-0415-0410-9bf9-f77b7e298cf2
* - rewrite sub_fpspontscho2003-01-2110-79/+91
| | | | | | | | - add fps support - rewrite history git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9056 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin and QT clarified.diego2003-01-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9055 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2003-01-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9054 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Another small typomosu2003-01-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9053 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Fixed and updated the translationsmosu2003-01-211-146/+242
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9052 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l :)arpi2003-01-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9051 b3059339-0415-0410-9bf9-f77b7e298cf2
* hwac3 fix againarpi2003-01-201-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9050 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000larpi2003-01-201-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9049 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix xmga + playbarpontscho2003-01-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9048 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch should fix the display problem with 4bpp and 8bpp modes.arpi2003-01-201-4/+6
| | | | | | | | | | | | | | | | | The problem was that the new drawing method assumes a linear framebuffer, which is not available in those modes. This can be worked around by using the old drawing method, which is what this patch does. The old method can be forced, by using the "old" driver option. This patch also enables linear addressing, since it improves write speed to video memory considerably. The mentioned problem: "it is not compatable with vga_draw* for some cards" Is a bug in svgalib, which I think should be fixed in recent svgalib versions. If someone sees this problem, please report to svgalib maintainer (that's me). patch by Matan Ziv-Av. matan@svgalib.org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9047 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't -nosound if libaf init failed (hwac3 fix)arpi2003-01-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9046 b3059339-0415-0410-9bf9-f77b7e298cf2
* hack to get rage128 working on ppc-g3alex2003-01-201-4/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changing initial volume level to 0dB after loud intensive complaintsanders2003-01-202-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9044 b3059339-0415-0410-9bf9-f77b7e298cf2
* VCDs, DVDs and QT DLLs should work on Cygwin.diego2003-01-201-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9043 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with realitydiego2003-01-201-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9042 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add new entry's to hungarian skin howto (please Gabu translate)pontscho2003-01-193-16/+30
| | | | | | | - trivial changes in the code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9041 b3059339-0415-0410-9bf9-f77b7e298cf2
* Propolice catches an overflow in dct64_k7.c:arpi2003-01-191-1/+1
| | | | | | | | mplayer: stack overflow in function dct64_MMX_3dnowex patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9040 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix selected audio language in menuarpi2003-01-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9039 b3059339-0415-0410-9bf9-f77b7e298cf2
* show one ...pontscho2003-01-191-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9038 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000larpi2003-01-191-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9037 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with help_mp-ec v1.83rtognimp2003-01-191-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9036 b3059339-0415-0410-9bf9-f77b7e298cf2
* time to ++versionarpi2003-01-192-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9035 b3059339-0415-0410-9bf9-f77b7e298cf2
* prefer ffhuffyuv over mphuffyuvarpi2003-01-191-2/+2
| | | | | | | prefer yuv422 over yv12 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9034 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2003-01-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9033 b3059339-0415-0410-9bf9-f77b7e298cf2
* 11l:)pontscho2003-01-191-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9032 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatemichael2003-01-191-5/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9031 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2003-01-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9030 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos and wordingdiego2003-01-191-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9029 b3059339-0415-0410-9bf9-f77b7e298cf2
* conformation with apialex2003-01-191-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9028 b3059339-0415-0410-9bf9-f77b7e298cf2
* When the file is not finished to be written,arpi2003-01-191-2/+3
| | | | | | | | | it has a temporary length of 0. It is more logical to write an infinite length. (sox does this) patch by Alain Daurat <daurat@tiscali.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9027 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup and removal of libdha_exit. forgot to commit thisalex2003-01-191-19/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9026 b3059339-0415-0410-9bf9-f77b7e298cf2
* support runtime cpudetect on non-x86 systems tooalex2003-01-191-7/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9025 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updated to v0.1.4 by Alastair Robinson <blackfive@fakenhamweb.co.uk>alex2003-01-192-95/+110
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9024 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch adds support for 4Front Technologies commercial Open Soundarpi2003-01-191-3/+15
| | | | | | | | | | | | | System (TM) driver for NetBSD and OpenBSD. Also, it stops unnecesarily pulling in the libossaudio compatibility library on NetBSD when ossaudio is disabled, as is already done on OpenBSD. (Other systems don't have a compatibility layer; they either have OSS audio in the kernel or they don't, so they wouldn't be affected.) Patch was committed to NetBSD pkgsrc by Johny C. Lam <jlam@netbsd.org>. Frederick Bruckman <fredb@immanent.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9023 b3059339-0415-0410-9bf9-f77b7e298cf2
* * Remove unneeded includes & macrosarpi2003-01-191-86/+217
| | | | | | | | | | | | | | | | | | | * Get layers by name rather that fixed ID. Only works for DirectFB >= 0.9.16 so fall back to ID based stuff for older releases. * New option "noinput" (useful in X) * Add some NULL pointer checks to uninit() * Improve error messages and use mp_msg() * Direct rendering fix (at least IPB was broken) * Use 0xff for alpha component in all colors * Blit from temp surface to screen was only done in draw_osd() which doesn't always get called. Do the blit in flip_page() in this case. * Add GUI support to control() * Change the driver name to include G450/G550 ;) patch by Ville Syrjälä <syrjala@sci.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9022 b3059339-0415-0410-9bf9-f77b7e298cf2
* update by hephooey@fastmail.fmarpi2003-01-191-38/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9021 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed query_format (RGB24 supports OSD and is preferred)arpi2003-01-191-2/+3
| | | | | | | based on patch by Alvaro Lopes <alvieboy@alvie.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9020 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lhenry2003-01-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9019 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-01-192-38/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9018 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-01-191-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9017 b3059339-0415-0410-9bf9-f77b7e298cf2
* seems fixed (it works now)gabucino2003-01-191-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-199-37/+21
| | | | | | | patch by Andriy N. Gritsenko <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9015 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l :)arpi2003-01-191-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9014 b3059339-0415-0410-9bf9-f77b7e298cf2
* some URLsarpi2003-01-191-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9013 b3059339-0415-0410-9bf9-f77b7e298cf2
* more ?'sarpi2003-01-191-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9012 b3059339-0415-0410-9bf9-f77b7e298cf2
* more ;)arpi2003-01-191-6/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9011 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1) Removed the code to remove {} from sub_read_line_ssaarpi2003-01-191-33/+49
| | | | | | | | | | | | | 2) Put this code in a separated function: sub_pp_ssa 3) After recoding added a call to sub_pp_ssa. To be more acqurate: I added a pointer to function to hold a postprocessing function to be invoked after using iconv. There are one pointer for each format, if this pointer isn.t NULL the post processing function is called. patch by Salvador Eduardo Tropea <salvador@inti.gov.ar> help by <hephooey@fastmail.fm> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9010 b3059339-0415-0410-9bf9-f77b7e298cf2
* - added some morearpi2003-01-191-3/+15
| | | | | | | | - 10l: MPEG_ES shouldn't be forced, the MPEG_PS demuxer will detect it and switch PS->ES, but ES->PS will never happen! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9009 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-194-21/+35
| | | | | | | patch by Andriy N. Gritsenko <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9008 b3059339-0415-0410-9bf9-f77b7e298cf2
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)arpi2003-01-198-32/+117
| | | | | | | inspired by patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9007 b3059339-0415-0410-9bf9-f77b7e298cf2
* typogabucino2003-01-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9006 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-01-181-17/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9005 b3059339-0415-0410-9bf9-f77b7e298cf2
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-186-2/+70
| | | | | | | | | libmpeg2) & enough code to enable the AltiVec IMDCT in liba52 and the DCT64 in mp3lib. patch by Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9004 b3059339-0415-0410-9bf9-f77b7e298cf2
* An altivec-optimized DCT64 for mp3libarpi2003-01-183-2/+541
| | | | | | | | | | (partially, it seems roughly three times as fast as the C code according to quick-n-dirty gprof tests) This one is bit-perfect. patch by Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9003 b3059339-0415-0410-9bf9-f77b7e298cf2
* An AltiVec-enhanced IMDCT for liba52 (liba52/imdct.c)arpi2003-01-183-13/+365
| | | | | | | | | | It's nearly bit-perfect, I have a couple of lsb changed in a 128 frames sample. I can't hear the differences :-) patch by Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9002 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-01-181-13/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9001 b3059339-0415-0410-9bf9-f77b7e298cf2
* uselessly long DGA subsections removed from TOCgabucino2003-01-181-15/+1