summaryrefslogtreecommitdiff
path: root/apps/recorder (follow)
Commit message (Expand)AuthorAge
...
* Adjust AC decode such that decode *always* stops before storing an unneeded c...Andrew Mahone2009-06-14
* Fix red.Andrew Mahone2009-06-12
* ARMv4 and ARMv5 inline assembly for 4-point IDCT.Andrew Mahone2009-06-11
* Move +128 offset out of range_limit, and add it to the DC coefficient in each...Andrew Mahone2009-06-11
* Don't compensate for lack of shift in second IDCT stage, allowing quantizatio...Andrew Mahone2009-06-11
* Undo the delta on ARM but making the loop variables signed as before r21205. ...Jens Arnold2009-06-07
* Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold2009-06-07
* Don't perform YUV->RGB conversion before row output for unscaled loads of gre...Andrew Mahone2009-06-03
* Don't recheck for track art when checking track art first.Andrew Mahone2009-05-29
* Change the search_albumart_files "ignore track art" option to check track art...Andrew Mahone2009-05-29
* Describe the magic of search_albumart_files (still not complete)Alexander Levin2009-05-28
* Suggested by Thomas Martitz, don't check for track-specific files when search...Andrew Mahone2009-05-28
* Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING.Andrew Mahone2009-05-26
* Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone2009-05-26
* Should fix redMaurus Cuelenaere2009-05-25
* Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone)Maurus Cuelenaere2009-05-25
* * read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere2009-05-25
* FS#10230 - Remove 'start new file if not recording' functionality from ACTION...Marc Guay2009-05-22
* Fix duplicate #includesBertrik Sikken2009-05-17
* Clean up some unused #includesBertrik Sikken2009-05-17
* Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside search_album...Andrew Mahone2009-05-16
* Define a symbol and use it instead of repeating the conditionAlexander Levin2009-05-16
* Make variables static where possibleAlexander Levin2009-05-16
* FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty.Andrew Mahone2009-05-15
* Remove unneeded function call (radio_load_presets does clear the memory)Alexander Levin2009-05-15
* Flag EOF and empty buffer conditions as UNLIKELY in JPEG decoder.Andrew Mahone2009-05-11
* Fix a bug reading JPEG when the output data is smaller than sizeof(struct jpe...Andrew Mahone2009-05-11
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* Don't build 16-point IDCT on greyscale targets, since it's only used for chro...Andrew Mahone2009-05-09
* Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or H...Andrew Mahone2009-05-09
* Fix test for direct JPEG output, bump plugin API as r20884 changed struct cus...Andrew Mahone2009-05-09
* Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone2009-05-09
* Convert Huffman decode from inline function to macro, for small code size sav...Andrew Mahone2009-05-08
* Small size improvement for JPEG on ARM/Coldfire.Andrew Mahone2009-05-08
* Fix red.Andrew Mahone2009-05-08
* Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_...Andrew Mahone2009-05-08
* Never use upscaling IDCT for luma (to reduce blockiness), plus some small siz...Andrew Mahone2009-05-07
* Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on a...Andrew Mahone2009-05-07
* Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...Andrew Mahone2009-05-06
* Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone2009-05-04
* Make local function static in jpeg_load.c, add missing header file in read_im...Bertrik Sikken2009-05-03
* Fix AA search for file with same basename to test all extensions.Andrew Mahone2009-05-01
* Search for, and load, JPEG album art files.Andrew Mahone2009-05-01
* Add core JPEG reader, adapted from the JPEG plugin's decoder, with some chang...Andrew Mahone2009-05-01
* Improve scaler reciprocal precision by 1 bit, and remove unused SC_NUM, SC_FI...Andrew Mahone2009-04-08
* Some Sansa Fuze keymap work, enable line editing for the keyboard, copy from ...Thomas Martitz2009-03-30
* Correct Björn's name in various file headers.Nicolas Pennequin2009-03-23
* D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by...Rob Purchase2009-03-21
* Invert albumart when LCD Mode is set to inverse.Jonas Häggqvist2009-03-19
* small speedup for scaler on sh-1, via use of hardware multiply instruction wh...Andrew Mahone2009-03-14