summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* 2 new compare functions ...michael2003-01-151-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8960 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the hardcoded /dev/cdrom for NetBSD and added an work aroundbertrand2003-01-151-4/+4
| | | | | | | | for problem with cdparanoia. Patch from Frederick Bruckman <fredb@immanent.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8959 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines ↵mosu2003-01-1513-32/+32
| | | | | | can be safely used like functions: mydef(flag ? val1 : val2) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8958 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Updates until 2003-01-14 13:54mosu2003-01-158-232/+568
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8957 b3059339-0415-0410-9bf9-f77b7e298cf2
* sanity checks - patch by Fabian Franz <FabianFranz@gmx.de>arpi2003-01-141-6/+9
| | | | | | | cache results of strchr() calls git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8956 b3059339-0415-0410-9bf9-f77b7e298cf2
* BGR16 is not a valid format for this codecrtognimp2003-01-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8955 b3059339-0415-0410-9bf9-f77b7e298cf2
* NTSC is 29.97 fps, not 30. wrong values here are likely to causerfelker2003-01-142-2/+2
| | | | | | | | duplicated frames in mencoder if used with fixed-fps tv cards and in any case they'll result in horrible jerky video. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8954 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for endianess conversion if input to libaf is floatanders2003-01-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8953 b3059339-0415-0410-9bf9-f77b7e298cf2
* Wrong -lavcopts aspect= parameter format, noticed by nico <nsabbi@libero.it>.diego2003-01-141-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8952 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small updates for correctness and consistency.diego2003-01-131-14/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8951 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct skin changingpontscho2003-01-136-13/+55
| | | | | | | (fix one critical bug) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8950 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by <hephooey@fastmail.fm>.diego2003-01-131-1/+72
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8949 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't waste time on rg_scale nonsense if not necessary.rfelker2003-01-131-2/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8948 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l, this clips!! IMO rg_scale nonsense should be removed withrfelker2003-01-131-2/+2
| | | | | | | tremor anyway since people using tremor want max performance! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8947 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by <hephooey@fastmail.fm>.diego2003-01-131-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8946 b3059339-0415-0410-9bf9-f77b7e298cf2
* DivX CVS instructions as provided by Alex Kloss <alex@22-music.com>.diego2003-01-131-15/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8945 b3059339-0415-0410-9bf9-f77b7e298cf2
* uparpi2003-01-131-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8944 b3059339-0415-0410-9bf9-f77b7e298cf2
* M6 bug workaround by Hanno Bock <hanno@gmx.de>alex2003-01-131-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8943 b3059339-0415-0410-9bf9-f77b7e298cf2