Mercurial > mplayer.hg
graph
-
better fix for r23001, u_int becomes unsigned int, dont force it to uin32_tSat, 21 Apr 2007 11:59:30 +0000, by ben
-
Deallocate glyphs in a separate loop.Sat, 21 Apr 2007 11:02:49 +0000, by eugeni
-
Always deallocate glyphs. Fixes a memory leak.Sat, 21 Apr 2007 10:56:28 +0000, by eugeni
-
Reset outline glyph cache when configuration changes.Sat, 21 Apr 2007 10:43:19 +0000, by eugeni
-
Scale camera distance.Sat, 21 Apr 2007 10:42:10 +0000, by eugeni
-
update year of mencoder version lineSat, 21 Apr 2007 03:20:13 +0000, by compn
-
Remove unused variables.Fri, 20 Apr 2007 23:25:30 +0000, by eugeni
-
Cosmetics.Fri, 20 Apr 2007 23:23:32 +0000, by eugeni
-
Allow caching of rotated glyphs.Fri, 20 Apr 2007 23:23:00 +0000, by eugeni
-
Add shift_[xy] (vector that is added to the glyph before transformation) toFri, 20 Apr 2007 23:19:23 +0000, by eugeni
-
Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.Fri, 20 Apr 2007 23:16:29 +0000, by eugeni
-
Remove bbox and advance vector from bitmap cache.Fri, 20 Apr 2007 23:14:12 +0000, by eugeni
-
Store outline_glyph (glyph border) in glyph cache.Fri, 20 Apr 2007 23:13:34 +0000, by eugeni
-
Cosmetics: reindentation.Fri, 20 Apr 2007 23:12:19 +0000, by eugeni
-
Because of the outline glyph cache it is now possible for glyph_info_t to haveFri, 20 Apr 2007 23:11:39 +0000, by eugeni
-
Make get_*_glyph return void.Fri, 20 Apr 2007 23:10:33 +0000, by eugeni
-
Move outline glyph generation to a separate function, using outline glyphFri, 20 Apr 2007 23:09:48 +0000, by eugeni
-
Oops, fix compilation broken in r23037.Fri, 20 Apr 2007 23:09:06 +0000, by eugeni
-
Collect hit/miss statistic in hash map, and print in -v mode.Fri, 20 Apr 2007 23:06:12 +0000, by eugeni
-
Add outline glyph cache (unused yet).Fri, 20 Apr 2007 23:04:21 +0000, by eugeni
-
Rename glyph cache to bitmap cache.Fri, 20 Apr 2007 23:02:20 +0000, by eugeni
-
Add generic hash map implementation.Fri, 20 Apr 2007 23:00:30 +0000, by eugeni
-
A meaningless cosmetic change.Fri, 20 Apr 2007 22:57:55 +0000, by eugeni
-
Add perspective projection.Fri, 20 Apr 2007 22:56:42 +0000, by eugeni
-
Applying transformation matrix to the glyph and the shift vector separately isFri, 20 Apr 2007 22:55:28 +0000, by eugeni
-
Cosmetics: reindentation.Fri, 20 Apr 2007 22:51:19 +0000, by eugeni
-
Disable caching of rotated glyphs.Fri, 20 Apr 2007 22:49:48 +0000, by eugeni
-
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)Fri, 20 Apr 2007 21:49:49 +0000, by nicodvb
-
Intel's Conroe-L makes use of extended models, so adjust CPU detectionFri, 20 Apr 2007 18:57:09 +0000, by diego
-
r22985: Move translatable strings from tv.c to help_mp*Fri, 20 Apr 2007 14:23:27 +0000, by voroshil
-
Sync'd up to r23003Thu, 19 Apr 2007 16:29:04 +0000, by ptt
-
Mono audio should be supported by NAS, too.Thu, 19 Apr 2007 16:28:59 +0000, by reimar
-
update release number and add atrac3 in wav format, works on /samples/a-codecs/atrac3/sample.ATRAC3.66kbps.44100Hz.Stereo.wavWed, 18 Apr 2007 19:25:52 +0000, by compn
-
preserve alpha channel when converting rgb32 to bgr32 in plain CWed, 18 Apr 2007 16:40:58 +0000, by ivo
-
fix red_15mask and green_15mask. the previous values were wrong and causedWed, 18 Apr 2007 16:40:07 +0000, by ivo
-
FFmpeg Atrac 3Wed, 18 Apr 2007 14:39:16 +0000, by diego
-
Bethesda software VID video decoderWed, 18 Apr 2007 14:38:29 +0000, by diego
-
test widths all down to one. this tests whether the scalers correctly switchWed, 18 Apr 2007 14:22:42 +0000, by ivo
-
Merge both USE_DVDREAD sections.Wed, 18 Apr 2007 09:58:04 +0000, by diego
-
Fix preprocessor conditionals: libdvdnav includes libdvdread and configureWed, 18 Apr 2007 09:56:24 +0000, by diego
-
skip MMX code in rgb24tobgr24 if the size of the input is smaller than theWed, 18 Apr 2007 09:27:59 +0000, by ivo
-
skip MMX code in rgb32to16 if the size of the input is smaller than theWed, 18 Apr 2007 09:26:22 +0000, by ivo
-
skip MMX code in rgb32to15 if the size of the input is smaller than theWed, 18 Apr 2007 09:24:49 +0000, by ivo
-
slightly faster rgb32tobgr32; avoid one add and one cmpTue, 17 Apr 2007 20:38:17 +0000, by ivo
-
big surprise.. uau broke gcc 2.95 as usualTue, 17 Apr 2007 07:06:44 +0000, by rfelker
-
5l: don't die when config file contains dvd options and dvd support is missingTue, 17 Apr 2007 07:04:53 +0000, by rfelker
-
New implementation of rgb32tobgr32Mon, 16 Apr 2007 21:41:03 +0000, by ivo
-
Ignore mp4a audio tag, it is meaningless since we get it for all mp4 filesMon, 16 Apr 2007 20:08:29 +0000, by reimar
-
cosmetics: tabs --> spacesMon, 16 Apr 2007 13:54:43 +0000, by diego
-
minor fixes for r23004Mon, 16 Apr 2007 11:17:55 +0000, by kraymer
-
synced with r23003Mon, 16 Apr 2007 11:13:12 +0000, by Gabrov
-
r22985: Move translatable strings from tv.c to help_mp*Mon, 16 Apr 2007 11:12:35 +0000, by kraymer
-
Remove duplicated lineMon, 16 Apr 2007 10:37:08 +0000, by voroshil
-
bad prototype for driver init functionSun, 15 Apr 2007 16:09:29 +0000, by ben
-
u_int seems unknown under mingwSun, 15 Apr 2007 16:08:40 +0000, by ben
-
lowres supports some h264 filesSun, 15 Apr 2007 15:21:37 +0000, by compn