summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-256-28/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23110 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistently use quotes instead of angled brackets in #includediego2007-04-259-51/+55
| | | | | | | statements for non-system headers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23109 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo: mingw --> mingw32diego2007-04-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23108 b3059339-0415-0410-9bf9-f77b7e298cf2
* Declarations and code should not be mixed.diego2007-04-253-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for Bethesda Software VID video.diego2007-04-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23106 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now calledcehoyos2007-04-241-2/+2
| | | | | | | HAVE_EBX_AVAILABLE & HAVE_EBP_AVAILABLE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23105 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use FT_Glyph_Copy with NULL glyphs.eugeni2007-04-241-2/+5
| | | | | | | Contrary to the docs, it leaves garbage in *target. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23104 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23028: with -identify show audio and video idkraymer2007-04-241-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23103 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fix, manually include help_mp.hods152007-04-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23102 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23100: Update AMR instructions.voroshil2007-04-241-21/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23101 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update AMR instructions.diego2007-04-231-19/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23100 b3059339-0415-0410-9bf9-f77b7e298cf2
* allows cross-compilation for PPC target when using a toolchain defined as ↵ben2007-04-231-2/+2
| | | | | | powerpc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23099 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19039 was missed in first sync (r19631). fixed.voroshil2007-04-231-10/+3
| | | | | | | two typos fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23098 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use proper GPL header.diego2007-04-2313-247/+273
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23097 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling cosmeticsdiego2007-04-2314-17/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gui --> guidiego2007-04-23135-20/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark incompletely translated file as such.diego2007-04-231-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23094 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set _audio_input to yes for V4L2 as well.diego2007-04-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23093 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard GPL header.diego2007-04-232-42/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23092 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Sort PARTS.diego2007-04-221-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23091 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: remove duplicate space in ifdefreimar2007-04-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23090 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate entries from PARTS.diego2007-04-221-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23089 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Makefile variable for audio input that is enabled by V4L or radio capture.diego2007-04-222-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23088 b3059339-0415-0410-9bf9-f77b7e298cf2
* demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SOnicodvb2007-04-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23087 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Makefile variable for either internal or external VIDIX.diego2007-04-222-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23086 b3059339-0415-0410-9bf9-f77b7e298cf2
* Readd an explicit rule for Objective C files. Apparently only Apple's fork ofdiego2007-04-221-0/+3
| | | | | | | GNU Make has an implicit rule for Objective C. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23085 b3059339-0415-0410-9bf9-f77b7e298cf2
* include inttypes.h in the check for dvdnavnicodvb2007-04-221-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23084 b3059339-0415-0410-9bf9-f77b7e298cf2
* u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)ben2007-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23083 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless include that breaks MinGW (patch by Xuebin Wu)ben2007-04-221-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23082 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyosben2007-04-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23081 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add .mp4 to gmplayer list of known video formatsreimar2007-04-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23080 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling, wordingvoroshil2007-04-221-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23079 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified depth definitionben2007-04-227-33/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23078 b3059339-0415-0410-9bf9-f77b7e298cf2
* declare variables as staticben2007-04-221-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23077 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed useless varsben2007-04-221-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23076 b3059339-0415-0410-9bf9-f77b7e298cf2
* declare variables and functions as staticben2007-04-221-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23075 b3059339-0415-0410-9bf9-f77b7e298cf2
* declare variables as staticben2007-04-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23074 b3059339-0415-0410-9bf9-f77b7e298cf2
* declare variable as staticben2007-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23073 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed old code, that has been commented out for too long timeben2007-04-221-91/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23072 b3059339-0415-0410-9bf9-f77b7e298cf2
* declare variable as staticben2007-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23071 b3059339-0415-0410-9bf9-f77b7e298cf2
* useless else caseben2007-04-221-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23070 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed never called functionben2007-04-221-23/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23069 b3059339-0415-0410-9bf9-f77b7e298cf2
* declare variables as staticben2007-04-221-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23068 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified depth definitionben2007-04-221-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23067 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed useless code from vidix driversben2007-04-227-323/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23066 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suggest svn diff command that does not show most cosmeticsreimar2007-04-221-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23065 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated vidix files headers whenever it's possible to have a clear GPL statementben2007-04-2222-344/+536
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23064 b3059339-0415-0410-9bf9-f77b7e298cf2
* kill a few warningsben2007-04-221-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23063 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated the ati vidix driver with the one from upstream vidix, it now ↵ben2007-04-222-641/+2106
| | | | | | supports much more GPUs (including all Radeon > 9600 and X series) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23062 b3059339-0415-0410-9bf9-f77b7e298cf2
* after a DVDNAV_VTS_CHANGE event report the title being playednicodvb2007-04-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23061 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23028: with -identify show audio and video id; patch by Andrew Savchenko ↵voroshil2007-04-221-1/+5
| | | | | | (Bircoph list ru) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23060 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23028Gabrov2007-04-211-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23059 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for mingw: u_long becomes unsigned longben2007-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23058 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a new value for alpha colorkey (will be needed by further ati vidix ↵ben2007-04-211-0/+1
| | | | | | driver upgrade) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23057 b3059339-0415-0410-9bf9-f77b7e298cf2
* u_char is broken under mingw, use unsigned char instead, fix by aurelben2007-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23056 b3059339-0415-0410-9bf9-f77b7e298cf2
* better fix for r23001, u_int becomes unsigned int, dont force it to uin32_tben2007-04-211-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23055 b3059339-0415-0410-9bf9-f77b7e298cf2
* Deallocate glyphs in a separate loop.eugeni2007-04-211-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23054 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always deallocate glyphs. Fixes a memory leak.eugeni2007-04-211-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reset outline glyph cache when configuration changes.eugeni2007-04-211-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23052 b3059339-0415-0410-9bf9-f77b7e298cf2
* Scale camera distance.eugeni2007-04-211-3/+4
| | | | | | | Otherwise perspective does not look the same in fullscreen. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23051 b3059339-0415-0410-9bf9-f77b7e298cf2
* update year of mencoder version linecompn2007-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables.eugeni2007-04-201-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23049 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics.eugeni2007-04-201-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23048 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow caching of rotated glyphs.eugeni2007-04-201-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23047 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add shift_[xy] (vector that is added to the glyph before transformation) toeugeni2007-04-202-3/+12
| | | | | | | | bitmap glyph key. Result of rotation depends on them because of perspective transformation. They are only set when some rotation take place. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23046 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.eugeni2007-04-201-16/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bbox and advance vector from bitmap cache.eugeni2007-04-202-8/+0
| | | | | | | They are now available from glyph cache. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23044 b3059339-0415-0410-9bf9-f77b7e298cf2
* Store outline_glyph (glyph border) in glyph cache.eugeni2007-04-203-8/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23043 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: reindentation.eugeni2007-04-201-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Because of the outline glyph cache it is now possible for glyph_info_t to haveeugeni2007-04-201-1/+3
| | | | | | | | both non-zero glyph and bitmap at the same time. In that case, bitmap should not be generated anew. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23041 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make get_*_glyph return void.eugeni2007-04-201-13/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23040 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move outline glyph generation to a separate function, using outline glypheugeni2007-04-201-34/+60
| | | | | | | cache. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Oops, fix compilation broken in r23037.eugeni2007-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23038 b3059339-0415-0410-9bf9-f77b7e298cf2
* Collect hit/miss statistic in hash map, and print in -v mode.eugeni2007-04-201-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23037 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add outline glyph cache (unused yet).eugeni2007-04-202-0/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23036 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename glyph cache to bitmap cache.eugeni2007-04-203-41/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23035 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add generic hash map implementation.eugeni2007-04-202-120/+179
| | | | | | | Reimplement both font cache and glyph cache on top of it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23034 b3059339-0415-0410-9bf9-f77b7e298cf2
* A meaningless cosmetic change.eugeni2007-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23033 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add perspective projection.eugeni2007-04-201-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23032 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applying transformation matrix to the glyph and the shift vector separately iseugeni2007-04-201-26/+20
| | | | | | | incorrect. Instead, it should be applied to translated glyph. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23031 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: reindentation.eugeni2007-04-201-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23030 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable caching of rotated glyphs.eugeni2007-04-201-0/+4
| | | | | | | | | The following commits will add perspective distortion to the glyphs rotated with \frx and \fry. Somewhere along the way correct caching of such glyphs will become impossible, but in the end everything will be fine. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23029 b3059339-0415-0410-9bf9-f77b7e298cf2
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph ↵nicodvb2007-04-207-1/+20
| | | | | | list ru) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23028 b3059339-0415-0410-9bf9-f77b7e298cf2
* Intel's Conroe-L makes use of extended models, so adjust CPU detectiondiego2007-04-202-3/+2