rockbox/apps/recorder
Maurus Cuelenaere d2ea7db6f5 Should fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21082 a1c6a512-1295-4272-9138-f99709370657
2009-05-25 20:15:02 +00:00
..
albumart.c Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside search_albumart_files to only around the folder.jpg test and a strlen call. 0 delta vs previous code for #undef HAVE_JPEG. 2009-05-16 08:20:47 +00:00
albumart.h
bmp.c Should fix red 2009-05-25 20:15:02 +00:00
bmp.h Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or HAVE_BMP_SCALING. 2009-05-09 10:32:07 +00:00
icons.c
icons.h
jpeg_common.h Move YUV->RGB in JPEG load from before scaler to after scaler. Required change to struct custom_format, so sorted the plugin API as well. 2009-05-06 04:53:56 +00:00
jpeg_load.c Flag EOF and empty buffer conditions as UNLIKELY in JPEG decoder. 2009-05-11 00:16:57 +00:00
jpeg_load.h Add core JPEG reader, adapted from the JPEG plugin's decoder, with some changes to prevent include conflicts between the two decoders. 2009-05-01 23:24:23 +00:00
keyboard.c Remove unneeded #include "backdrop.h" 2009-05-09 18:09:14 +00:00
pcm_record.c
pcm_record.h
peakmeter.c Clean up some unused #includes 2009-05-17 11:56:06 +00:00
peakmeter.h
radio.c Fix duplicate #includes 2009-05-17 14:50:19 +00:00
radio.h
recording.c FS#10230 - Remove 'start new file if not recording' functionality from ACTION_REC_NEWFILE 2009-05-22 13:51:56 +00:00
recording.h
resize.c Split 8-bit-to-native conversion in bmp.c into a function, add support for plugging unscaled output in BMP and JPEG loaders, use output_row_8_native in JPEG decoder when possible. 2009-05-09 07:31:27 +00:00
resize.h Split 8-bit-to-native conversion in bmp.c into a function, add support for plugging unscaled output in BMP and JPEG loaders, use output_row_8_native in JPEG decoder when possible. 2009-05-09 07:31:27 +00:00