| Commit message (Expand) | Author | Age |
... | |
* | r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bi... | voroshil | 2007-04-22 |
* | synced with r23028 | Gabrov | 2007-04-21 |
* | fix for mingw: u_long becomes unsigned long | ben | 2007-04-21 |
* | added a new value for alpha colorkey (will be needed by further ati vidix dri... | ben | 2007-04-21 |
* | u_char is broken under mingw, use unsigned char instead, fix by aurel | ben | 2007-04-21 |
* | better fix for r23001, u_int becomes unsigned int, dont force it to uin32_t | ben | 2007-04-21 |
* | Deallocate glyphs in a separate loop. | eugeni | 2007-04-21 |
* | Always deallocate glyphs. Fixes a memory leak. | eugeni | 2007-04-21 |
* | Reset outline glyph cache when configuration changes. | eugeni | 2007-04-21 |
* | Scale camera distance. | eugeni | 2007-04-21 |
* | update year of mencoder version line | compn | 2007-04-21 |
* | Remove unused variables. | eugeni | 2007-04-20 |
* | Cosmetics. | eugeni | 2007-04-20 |
* | Allow caching of rotated glyphs. | eugeni | 2007-04-20 |
* | Add shift_[xy] (vector that is added to the glyph before transformation) to | eugeni | 2007-04-20 |
* | Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later. | eugeni | 2007-04-20 |
* | Remove bbox and advance vector from bitmap cache. | eugeni | 2007-04-20 |
* | Store outline_glyph (glyph border) in glyph cache. | eugeni | 2007-04-20 |
* | Cosmetics: reindentation. | eugeni | 2007-04-20 |
* | Because of the outline glyph cache it is now possible for glyph_info_t to have | eugeni | 2007-04-20 |
* | Make get_*_glyph return void. | eugeni | 2007-04-20 |
* | Move outline glyph generation to a separate function, using outline glyph | eugeni | 2007-04-20 |
* | Oops, fix compilation broken in r23037. | eugeni | 2007-04-20 |
* | Collect hit/miss statistic in hash map, and print in -v mode. | eugeni | 2007-04-20 |
* | Add outline glyph cache (unused yet). | eugeni | 2007-04-20 |
* | Rename glyph cache to bitmap cache. | eugeni | 2007-04-20 |
* | Add generic hash map implementation. | eugeni | 2007-04-20 |
* | A meaningless cosmetic change. | eugeni | 2007-04-20 |
* | Add perspective projection. | eugeni | 2007-04-20 |
* | Applying transformation matrix to the glyph and the shift vector separately is | eugeni | 2007-04-20 |
* | Cosmetics: reindentation. | eugeni | 2007-04-20 |
* | Disable caching of rotated glyphs. | eugeni | 2007-04-20 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 |
* | Intel's Conroe-L makes use of extended models, so adjust CPU detection | diego | 2007-04-20 |
* | r22985: Move translatable strings from tv.c to help_mp* | voroshil | 2007-04-20 |
* | Sync'd up to r23003 | ptt | 2007-04-19 |
* | Mono audio should be supported by NAS, too. | reimar | 2007-04-19 |
* | update release number and add atrac3 in wav format, works on /samples/a-codec... | compn | 2007-04-18 |
* | preserve alpha channel when converting rgb32 to bgr32 in plain C | ivo | 2007-04-18 |
* | fix red_15mask and green_15mask. the previous values were wrong and caused | ivo | 2007-04-18 |
* | FFmpeg Atrac 3 | diego | 2007-04-18 |
* | Bethesda software VID video decoder | diego | 2007-04-18 |
* | test widths all down to one. this tests whether the scalers correctly switch | ivo | 2007-04-18 |
* | Merge both USE_DVDREAD sections. | diego | 2007-04-18 |
* | Fix preprocessor conditionals: libdvdnav includes libdvdread and configure | diego | 2007-04-18 |
* | skip MMX code in rgb24tobgr24 if the size of the input is smaller than the | ivo | 2007-04-18 |
* | skip MMX code in rgb32to16 if the size of the input is smaller than the | ivo | 2007-04-18 |
* | skip MMX code in rgb32to15 if the size of the input is smaller than the | ivo | 2007-04-18 |
* | slightly faster rgb32tobgr32; avoid one add and one cmp | ivo | 2007-04-17 |
* | big surprise.. uau broke gcc 2.95 as usual | rfelker | 2007-04-17 |