aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* declare variables as staticGravatar ben2007-04-22
* declare variable as staticGravatar ben2007-04-22
* removed old code, that has been commented out for too long timeGravatar ben2007-04-22
* declare variable as staticGravatar ben2007-04-22
* useless else caseGravatar ben2007-04-22
* removed never called functionGravatar ben2007-04-22
* declare variables as staticGravatar ben2007-04-22
* simplified depth definitionGravatar ben2007-04-22
* removed useless code from vidix driversGravatar ben2007-04-22
* Suggest svn diff command that does not show most cosmeticsGravatar reimar2007-04-22
* updated vidix files headers whenever it's possible to have a clear GPL statementGravatar ben2007-04-22
* kill a few warningsGravatar ben2007-04-22
* updated the ati vidix driver with the one from upstream vidix, it now support...Gravatar ben2007-04-22
* after a DVDNAV_VTS_CHANGE event report the title being playedGravatar nicodvb2007-04-22
* r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bi...Gravatar voroshil2007-04-22
* synced with r23028Gravatar Gabrov2007-04-21
* fix for mingw: u_long becomes unsigned longGravatar ben2007-04-21
* added a new value for alpha colorkey (will be needed by further ati vidix dri...Gravatar ben2007-04-21
* u_char is broken under mingw, use unsigned char instead, fix by aurelGravatar ben2007-04-21
* better fix for r23001, u_int becomes unsigned int, dont force it to uin32_tGravatar ben2007-04-21
* Deallocate glyphs in a separate loop.Gravatar eugeni2007-04-21
* Always deallocate glyphs. Fixes a memory leak.Gravatar eugeni2007-04-21
* Reset outline glyph cache when configuration changes.Gravatar eugeni2007-04-21
* Scale camera distance.Gravatar eugeni2007-04-21
* update year of mencoder version lineGravatar compn2007-04-21
* Remove unused variables.Gravatar eugeni2007-04-20
* Cosmetics.Gravatar eugeni2007-04-20
* Allow caching of rotated glyphs.Gravatar eugeni2007-04-20
* Add shift_[xy] (vector that is added to the glyph before transformation) toGravatar eugeni2007-04-20
* Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.Gravatar eugeni2007-04-20
* Remove bbox and advance vector from bitmap cache.Gravatar eugeni2007-04-20
* Store outline_glyph (glyph border) in glyph cache.Gravatar eugeni2007-04-20
* Cosmetics: reindentation.Gravatar eugeni2007-04-20
* Because of the outline glyph cache it is now possible for glyph_info_t to haveGravatar eugeni2007-04-20
* Make get_*_glyph return void.Gravatar eugeni2007-04-20
* Move outline glyph generation to a separate function, using outline glyphGravatar eugeni2007-04-20
* Oops, fix compilation broken in r23037.Gravatar eugeni2007-04-20
* Collect hit/miss statistic in hash map, and print in -v mode.Gravatar eugeni2007-04-20
* Add outline glyph cache (unused yet).Gravatar eugeni2007-04-20
* Rename glyph cache to bitmap cache.Gravatar eugeni2007-04-20
* Add generic hash map implementation.Gravatar eugeni2007-04-20
* A meaningless cosmetic change.Gravatar eugeni2007-04-20
* Add perspective projection.Gravatar eugeni2007-04-20
* Applying transformation matrix to the glyph and the shift vector separately isGravatar eugeni2007-04-20
* Cosmetics: reindentation.Gravatar eugeni2007-04-20
* Disable caching of rotated glyphs.Gravatar eugeni2007-04-20
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...Gravatar nicodvb2007-04-20
* Intel's Conroe-L makes use of extended models, so adjust CPU detectionGravatar diego2007-04-20
* r22985: Move translatable strings from tv.c to help_mp*Gravatar voroshil2007-04-20
* Sync'd up to r23003Gravatar ptt2007-04-19