2009-05-21 |
Andrew Mahone | Fix cover corruption reported in PictureFlow by Maurus...
|
commit | commitdiff | tree |
2009-05-20 |
Andrew Mahone | Support JPEG album art in sliding_puzzle.
|
commit | commitdiff | tree |
2009-05-18 |
Andrew Mahone | Use TIME_BEFORE in bench_* plugins, and use 10s test...
|
commit | commitdiff | tree |
2009-05-16 |
Andrew Mahone | Add a simple benchmark plugin for the scaler, using...
|
commit | commitdiff | tree |
2009-05-16 |
Andrew Mahone | FS#9971 superdom fixes from Teruaki Kawashima.
|
commit | commitdiff | tree |
2009-05-16 |
Andrew Mahone | Clean up albumart.c a bit, reducing use of USE_JPEG_COVER...
|
commit | commitdiff | tree |
2009-05-16 |
Andrew Mahone | Add include to pluginlib_jpeg_mem.c to prevent warning...
|
commit | commitdiff | tree |
2009-05-16 |
Andrew Mahone | Attempt to fix yellow on sims (can't reproduce on my...
|
commit | commitdiff | tree |
2009-05-16 |
Andrew Mahone | Use new buflib extensions to avoid static allocation...
|
commit | commitdiff | tree |
2009-05-16 |
Andrew Mahone | Extend buflib to support shifting space out off the...
|
commit | commitdiff | tree |
2009-05-15 |
Andrew Mahone | FS#10201, skip folder.jpg in search_albumart_files...
|
commit | commitdiff | tree |
2009-05-15 |
Andrew Mahone | Sort by and display disc number in PictureFlow, increase...
|
commit | commitdiff | tree |
2009-05-15 |
Andrew Mahone | Clean up create_track_index, fixing FS#9333, and use...
|
commit | commitdiff | tree |
2009-05-15 |
Andrew Mahone | Fix version.sh when it's run outside of the git working...
|
commit | commitdiff | tree |
2009-05-15 |
Andrew Mahone | Attempt to make version.sh a little more resistant...
|
commit | commitdiff | tree |
2009-05-15 |
Andrew Mahone | Fix the lock contention stall during cover art load...
|
commit | commitdiff | tree |
2009-05-11 |
Andrew Mahone | Undo overlay test change which should not have been...
|
commit | commitdiff | tree |
2009-05-11 |
Andrew Mahone | Flag EOF and empty buffer conditions as UNLIKELY in...
|
commit | commitdiff | tree |
2009-05-11 |
Andrew Mahone | Fix a bug reading JPEG when the output data is smaller...
|
commit | commitdiff | tree |
2009-05-09 |
Andrew Mahone | Don't build 16-point IDCT on greyscale targets, since...
|
commit | commitdiff | tree |
2009-05-09 |
Andrew Mahone | Inline output_row_8_native when building bmp.c in core...
|
commit | commitdiff | tree |
2009-05-09 |
Andrew Mahone | Fix test for direct JPEG output, bump plugin API as...
|
commit | commitdiff | tree |
2009-05-09 |
Andrew Mahone | Split 8-bit-to-native conversion in bmp.c into a function...
|
commit | commitdiff | tree |
2009-05-08 |
Andrew Mahone | Convert Huffman decode from inline function to macro...
|
commit | commitdiff | tree |
2009-05-08 |
Andrew Mahone | Small size improvement for JPEG on ARM/Coldfire.
|
commit | commitdiff | tree |
2009-05-08 |
Andrew Mahone | Fix red.
|
commit | commitdiff | tree |
2009-05-08 |
Andrew Mahone | Plugin JPEG decoder for data in memory, along with...
|
commit | commitdiff | tree |
2009-05-07 |
Andrew Mahone | Never use upscaling IDCT for luma (to reduce blockiness...
|
commit | commitdiff | tree |
2009-05-07 |
Andrew Mahone | Add missing PictureFlow overlay source, fix properties...
|
commit | commitdiff | tree |
2009-05-07 |
Andrew Mahone | Build pictureflow using overlay on lowmem targets,...
|
commit | commitdiff | tree |
2009-05-06 |
Andrew Mahone | Move YUV->RGB in JPEG load from before scaler to after...
|
commit | commitdiff | tree |
2009-05-04 |
Andrew Mahone | Fix red on Player
|
commit | commitdiff | tree |
2009-05-04 |
Andrew Mahone | Make JPEG and BMP scaler optional with HAVE_JPEG and...
|
commit | commitdiff | tree |
2009-05-02 |
Andrew Mahone | Fix red.
|
commit | commitdiff | tree |
2009-05-02 |
Andrew Mahone | PictureFlow JPEG AA support for all non-mono targets...
|
commit | commitdiff | tree |
2009-05-02 |
Andrew Mahone | Add read_<image>_fd functions to plugin API, add feature_wra...
|
commit | commitdiff | tree |
2009-05-02 |
Andrew Mahone | Add read_jpeg_* to feature_wrappers.h, add import-from...
|
commit | commitdiff | tree |
2009-05-01 |
Andrew Mahone | Fix AA search for file with same basename to test all...
|
commit | commitdiff | tree |
2009-05-01 |
Andrew Mahone | Search for, and load, JPEG album art files.
|
commit | commitdiff | tree |
2009-05-01 |
Andrew Mahone | Add core JPEG reader, adapted from the JPEG plugin...
|
commit | commitdiff | tree |
2009-04-10 |
Andrew Mahone | Add new directory under utils for code-analysis tools...
|
commit | commitdiff | tree |
2009-04-09 |
Andrew Mahone | Add PictureFlow screenshot to manual for M:Robe 100.
|
commit | commitdiff | tree |
2009-04-08 |
Andrew Mahone | Undo revert of r20653
|
commit | commitdiff | tree |
2009-04-08 |
Andrew Mahone | fix accidental reverts in r20651
|
commit | commitdiff | tree |
2009-04-08 |
Andrew Mahone | Improve scaler reciprocal precision by 1 bit, and remove...
|
commit | commitdiff | tree |
2009-04-08 |
Andrew Mahone | Fix yellow
|
commit | commitdiff | tree |
2009-04-08 |
Andrew Mahone | FS#10104: Update PictureFlow manual to reflect keymap...
|
commit | commitdiff | tree |
2009-04-08 |
Andrew Mahone | FS#9992: remove PLA use from PictureFlow, replacing...
|
commit | commitdiff | tree |
2009-03-14 |
Andrew Mahone | small speedup for scaler on sh-1, via use of hardware...
|
commit | commitdiff | tree |
2009-03-06 |
Andrew Mahone | add the needed plugin API exports for pictureflow to...
|
commit | commitdiff | tree |
2009-03-06 |
Andrew Mahone | pictureflow: use correct priority to free slides when...
|
commit | commitdiff | tree |
2009-03-04 |
Andrew Mahone | FS#9919 pictureflow cache rework, footprint reduction...
|
commit | commitdiff | tree |
2009-03-04 |
Andrew Mahone | FS#9916 buflib plugin memory allocator
|
commit | commitdiff | tree |
2009-02-15 |
Andrew Mahone | fix greylib scaler output on sh, output_row_grey was...
|
commit | commitdiff | tree |
2009-02-13 |
Andrew Mahone | fix test_greylib_bitmap_scale.c
|
commit | commitdiff | tree |
2009-02-08 |
Andrew Mahone | align frontmost edge of slides with plane of display
|
commit | commitdiff | tree |
2009-02-08 |
Andrew Mahone | simplify zo calculation a bit, "zoom" the center margin...
|
commit | commitdiff | tree |
2009-02-08 |
Andrew Mahone | extract LIBMTP_VERSION from header, and use that to...
|
commit | commitdiff | tree |
2009-02-07 |
Andrew Mahone | rewrite of pictureflow renderer with 3D projection...
|
commit | commitdiff | tree |
2009-02-06 |
Andrew Mahone | use a table-free clz on coldfire, where it benchmarks...
|
commit | commitdiff | tree |
2009-01-30 |
Andrew Mahone | per Jens Arnold's suggestion:
|
commit | commitdiff | tree |
2009-01-30 |
Andrew Mahone | correct clz in pictureflow.c
|
commit | commitdiff | tree |
2009-01-30 |
Andrew Mahone | remove 64-bit math from fdiv in pictureflow.c, replacing...
|
commit | commitdiff | tree |
2009-01-29 |
Andrew Mahone | radio keymap fix for e200 from FS#9846
|
commit | commitdiff | tree |
2009-01-29 |
Andrew Mahone | pictureflow tweaks:
|
commit | commitdiff | tree |
2009-01-29 |
Andrew Mahone | fix divide-by-zero error in pictureflow when selecting...
|
commit | commitdiff | tree |
2009-01-25 |
Andrew Mahone | fix mem* wrappers in UI on cygwin, by not building...
|
commit | commitdiff | tree |
2009-01-24 |
Andrew Mahone | remove MEM_FUNCTION_WRAPPERS, and private mem* implementatio...
|
commit | commitdiff | tree |
2009-01-24 |
Andrew Mahone | fix yellow - don't build pluginlib_albumart.c on non...
|
commit | commitdiff | tree |
2009-01-24 |
Andrew Mahone | fix red on mono hardware - add mem function wrappers...
|
commit | commitdiff | tree |
2009-01-24 |
Andrew Mahone | plugins/lib/feature_wrappers.h to provide easy access...
|
commit | commitdiff | tree |
2009-01-24 |
Andrew Mahone | fix for targets using greylib in pictureflow, they...
|
commit | commitdiff | tree |
2009-01-24 |
Andrew Mahone | albumart search in pluginlib when building without...
|
commit | commitdiff | tree |
2009-01-23 |
Andrew Mahone | initialize the codecs API in the codec loader, using...
|
commit | commitdiff | tree |
2009-01-21 |
Andrew Mahone | replace DIV255 with an inline function, the macro version...
|
commit | commitdiff | tree |
2009-01-20 |
Andrew Mahone | fix test for SH in resize.h
|
commit | commitdiff | tree |
2009-01-20 |
Andrew Mahone | fix red on grayscale in pictureflow
|
commit | commitdiff | tree |
2009-01-20 |
Andrew Mahone | scaler optimizations:
|
commit | commitdiff | tree |
2009-01-19 |
Andrew Mahone | new version.sh that works exactly like svnversion.sh...
|
commit | commitdiff | tree |
2009-01-19 |
Andrew Mahone | port test_boost.c to global plugin API
|
commit | commitdiff | tree |
2009-01-18 |
Andrew Mahone | use multiply-shift to scale reciprocals for rgb16 output...
|
commit | commitdiff | tree |
2009-01-17 |
Andrew Mahone | fixed euroconverter, missed in the configfile change
|
commit | commitdiff | tree |
2009-01-17 |
Andrew Mahone | unify pointers to value for configfile, and add TYPE_BOOL...
|
commit | commitdiff | tree |
2009-01-17 |
Andrew Mahone | fix pictureflow, previous fix caused cache to never...
|
commit | commitdiff | tree |
2009-01-17 |
Andrew Mahone | fix yellow, but in the long run, configfile needs a...
|
commit | commitdiff | tree |
2009-01-17 |
Andrew Mahone | return to transposed images in cache, via new output...
|
commit | commitdiff | tree |
2009-01-17 |
Andrew Mahone | remove unused fh from create_albumart_cache
|
commit | commitdiff | tree |
2009-01-17 |
Andrew Mahone | pictureflow configfile conversion:
|
commit | commitdiff | tree |
2009-01-17 |
Andrew Mahone | pictureflow cleanup:
|
commit | commitdiff | tree |
2009-01-16 |
Andrew Mahone | fix pluginlib_resize.c for global plugin API
|
commit | commitdiff | tree |
2009-01-16 |
Andrew Mahone | loader-initialized global plugin API:
|
commit | commitdiff | tree |
2009-01-16 |
Andrew Mahone | fix bug causing pictureflow to write one column past...
|
commit | commitdiff | tree |
2009-01-14 |
Andrew Mahone | reduce pictureflow's fade_color by one multiply, and...
|
commit | commitdiff | tree |
2009-01-13 |
Andrew Mahone | use plugin buffer for greylib overlay in test_greylib_bitmap...
|
commit | commitdiff | tree |
2009-01-13 |
Andrew Mahone | support pixel aspect ratio compensation in recalc_dimension...
|
commit | commitdiff | tree |
2009-01-13 |
Andrew Mahone | remove align_buffer from firmare/general.c, replacing...
|
commit | commitdiff | tree |
2009-01-08 |
Andrew Mahone | remove unneeded LCD_DEPTH test in lib/resize.h, add...
|
commit | commitdiff | tree |
2009-01-08 |
Andrew Mahone | cleanup for core-file-in-pluginlib compilation:
|
commit | commitdiff | tree |
2009-01-04 |
Andrew Mahone | remove extra include of core bmp.c from a previous...
|
commit | commitdiff | tree |
2009-01-04 |
Andrew Mahone | build a scaling-enabled bitmap loader in pluginlib...
|
commit | commitdiff | tree |