summaryrefslogtreecommitdiff
path: root/apps/recorder/jpeg_load.c (follow)
Commit message (Expand)AuthorAge
* Fix FS#12981 JPEG decoding problem when entropy data starts with FFBoris Gjenero2016-04-01
* Set alpha_offset to zero when loading a JPEG.Boris Gjenero2011-11-09
* Fix test plugin build.Andree Buschmann2011-02-10
* Embedded album art support in MP3/ID3v2 tags.Thomas Martitz2011-02-09
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make array static const in apps/recorder/jpeg_load.cBertrik Sikken2010-04-06
* Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz2009-07-22
* Use single-instruction shift-and-saturate in place of range_limit for JPEG on...Andrew Mahone2009-06-27
* ARM assembly 8-point IDCT, both passes. No ARMv5/6 optimizations yet, aside f...Andrew Mahone2009-06-27
* 2-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c abo...Andrew Mahone2009-06-19
* Core JPEG decoder improvements:Andrew Mahone2009-06-19
* Remove explicit counter for rows/columns in IDCT, instead testing against a p...Andrew Mahone2009-06-14
* 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
* 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
* Don't build 16-point IDCT on greyscale targets, since it's only used for chro...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
* 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
* Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...Andrew Mahone2009-05-06
* Make local function static in jpeg_load.c, add missing header file in read_im...Bertrik Sikken2009-05-03
* Add core JPEG reader, adapted from the JPEG plugin's decoder, with some chang...Andrew Mahone2009-05-01