aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* Mono audio should be supported by NAS, too.Gravatar reimar2007-04-19
* update release number and add atrac3 in wav format, works on /samples/a-codec...Gravatar compn2007-04-18
* preserve alpha channel when converting rgb32 to bgr32 in plain CGravatar ivo2007-04-18
* fix red_15mask and green_15mask. the previous values were wrong and causedGravatar ivo2007-04-18
* FFmpeg Atrac 3Gravatar diego2007-04-18
* Bethesda software VID video decoderGravatar diego2007-04-18
* test widths all down to one. this tests whether the scalers correctly switchGravatar ivo2007-04-18
* Merge both USE_DVDREAD sections.Gravatar diego2007-04-18
* Fix preprocessor conditionals: libdvdnav includes libdvdread and configureGravatar diego2007-04-18
* skip MMX code in rgb24tobgr24 if the size of the input is smaller than theGravatar ivo2007-04-18
* skip MMX code in rgb32to16 if the size of the input is smaller than theGravatar ivo2007-04-18
* skip MMX code in rgb32to15 if the size of the input is smaller than theGravatar ivo2007-04-18
* slightly faster rgb32tobgr32; avoid one add and one cmpGravatar ivo2007-04-17
* big surprise.. uau broke gcc 2.95 as usualGravatar rfelker2007-04-17