summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9000 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete stuffgabucino2003-01-181-19/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8999 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-01-181-30/+61
| | | | | | | ekezetek sponsored by Enhanced Graphics Adapter (EGA)'s Linux support (null) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8998 b3059339-0415-0410-9bf9-f77b7e298cf2
* - restore old behaviour of -channels,-srate,-formatarpi2003-01-181-4/+6
| | | | | | | - disable audio if libaf init failed (to avoid sig11 in decoder) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8997 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2-pass libaf initialization to get better filter chain.arpi2003-01-182-10/+74
| | | | | | | | -channels, -format, -srate function changed, they affect codec & preinit outformat only, use -af resample=XXX,channels=YYY,format=ZZZ to override. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8996 b3059339-0415-0410-9bf9-f77b7e298cf2
* export fmt2str()arpi2003-01-182-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8995 b3059339-0415-0410-9bf9-f77b7e298cf2
* added af_format_encode() to convert sample format from libaf to mplayer (OSS)arpi2003-01-182-0/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8994 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-01-182-1/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8993 b3059339-0415-0410-9bf9-f77b7e298cf2
* xinerama fix part 1 - count your paranthesisattila2003-01-181-3/+23
| | | | | | | xvidix should now work too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8992 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-01-181-11/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8991 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-01-181-31/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8990 b3059339-0415-0410-9bf9-f77b7e298cf2
* xinerama fix part 1attila2003-01-181-3/+21
| | | | | | | xmga only for the moment, have to work on xvidix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8989 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for MPEG-4 (AAC) audio RTSP/RTPbertrand2003-01-181-0/+17
| | | | | | | Patch by Ross Finlayson <finlayson@live.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8988 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-01-181-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8987 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-01-181-57/+93
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8986 b3059339-0415-0410-9bf9-f77b7e298cf2
* it *worked*, but probably wasn't what was intended, and could break ifrfelker2003-01-181-1/+1
| | | | | | | TMPLOG changed to something different... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8985 b3059339-0415-0410-9bf9-f77b7e298cf2
* Wording improvements.diego2003-01-181-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed some "!s, corrected some spelling, gave the system too slow messagediego2003-01-181-42/+47
| | | | | | | | a new (more readable) layout. Parts taken from a patch by sr <seru@gmx.net>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8983 b3059339-0415-0410-9bf9-f77b7e298cf2
* not neededpontscho2003-01-181-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8982 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2003-01-181-10/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8981 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l :)arpi2003-01-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8980 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2003-01-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8979 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l found by Arpi (njamd)pontscho2003-01-181-10/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8978 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2003-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8977 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2003-01-172-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8976 b3059339-0415-0410-9bf9-f77b7e298cf2
* hm ...pontscho2003-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8975 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add playbarpontscho2003-01-1721-330/+777
| | | | | | | | | - add vpotmeter - fix gtk menu's pixel bug - fix some critical (10l) bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8974 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicated codertognimp2003-01-171-16/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8973 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-01-171-15/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8972 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-01-171-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8971 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding support for more logical libaf configurationanders2003-01-173-8/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8970 b3059339-0415-0410-9bf9-f77b7e298cf2
* telecine messagesarpi2003-01-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8969 b3059339-0415-0410-9bf9-f77b7e298cf2
* telecine detectionarpi2003-01-161-1/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8968 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2003-01-162-21/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8967 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed the well-known DVD/DVB audio delay bug :)arpi2003-01-163-2/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8966 b3059339-0415-0410-9bf9-f77b7e298cf2
* preferences cosmeticspontscho2003-01-162-40/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8965 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz :)pontscho2003-01-161-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8964 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the hardcoded cdrom device.bertrand2003-01-151-75/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8963 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix small typos (accents mainly)pl2003-01-151-18/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8962 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2 new compare functions ...jonas2003-01-151-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8961 b3059339-0415-0410-9bf9-f77b7e298cf2