summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
* Don't go back to the settings after selecting a .cfg via the theme or cfg bro...Thomas Martitz2009-05-11
* Don't allow disconnecting from the usb screen, as this doesn't work properly ...Frank Gevaerts2009-05-11
* Patch by Mohamed Tarek from FS#10182 - remove avcodec.h as it is no longer ne...Dave Chapman2009-05-11
* Fix the $Id$ line broken by r20907.Dave Chapman2009-05-11
* 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
* Commited too much really this time.Michael Giacomelli2009-05-10
* Commited too much.Michael Giacomelli2009-05-10
* Actually remove the unneeded files in the last commit.Michael Giacomelli2009-05-10
* Patch by Mohamed Tarek from FS #10182. Remove floating point code (FFT, MDCT...Michael Giacomelli2009-05-10
* Patch by Mohamed Tarek from FS#10182 - convert codec to fixed-point using pat...Dave Chapman2009-05-10
* Patch by Mohamed Tarek from FS#10182: 1) Move the main() test program from co...Dave Chapman2009-05-09
* Patch by Mohamed Tarek - add #define to protect against multiple inclusionDave Chapman2009-05-09
* Remove unused function audio_has_changed_track from apps/mpeg.cBertrik Sikken2009-05-09
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* I defer to the OED -ise/-ize.Alex Parker2009-05-09
* Correct a couple of spellings (US to UK).Alex Parker2009-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
* The first part of Mohamed Tarek's Google Summer of Code work to implement Rea...Dave Chapman2009-05-09
* Initial commit of the minimal set of ffmpeg (r18079) files required for Cook ...Dave Chapman2009-05-09
* Check some previously unchecked return values in the standalone FLAC test pro...Dave Chapman2009-05-08
* 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
* Convert splashes to viewports for bitmap targets and only draw/update the vie...Thomas Martitz2009-05-08
* Never use upscaling IDCT for luma (to reduce blockiness), plus some small siz...Andrew Mahone2009-05-07
* Add missing PictureFlow overlay source, fix properties on new files.Andrew Mahone2009-05-07
* Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on a...Andrew Mahone2009-05-07
* Add Sudoku to the plugins/CATEGORIES file. No functional change.Marc Guay2009-05-06
* M:Robe 500: More plugin keymap changes for touchscreenKarl Kurbjun2009-05-06
* M:Robe 500: Get the rest of the games except doom working with the touchscreen.Karl Kurbjun2009-05-06
* Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...Andrew Mahone2009-05-06
* M:Robe 500: Make some plugins work with the touchscreen (remote support needs...Karl Kurbjun2009-05-06
* Keep the quickscreen from crashing the player with a divide by 0Karl Kurbjun2009-05-06
* Fix red on PlayerAndrew Mahone2009-05-04
* 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
* M:Robe 500 - Fix some of the Keymaps, touchscreen improvements to decrease in...Karl Kurbjun2009-05-02
* Fix for noise after vorbis skipping introduced in r20783 - thanks to Aoyumi a...Dave Hooper2009-05-02
* Fix red.Andrew Mahone2009-05-02
* PictureFlow JPEG AA support for all non-mono targets (mono targets will need ...Andrew Mahone2009-05-02
* Add read_<image>_fd functions to plugin API, add feature_wrappers.h handling ...Andrew Mahone2009-05-02
* Add read_jpeg_* to feature_wrappers.h, add import-from-core for jpeg_load.c o...Andrew Mahone2009-05-02
* 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