summaryrefslogtreecommitdiff
path: root/content/handlers/image/jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* width variable is only required with misconfigured libjpegVincent Sanders2024-02-271-0/+2
* Image: JPEG: Decode to client bitmap format where possible.Michael Drake2022-03-271-51/+125
* Image: JPEG: Warn if not using libjpeg-turbo.Michael Drake2022-03-271-7/+2
* Image: JPEG: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+5
* Bitmap API: Clean up creation flags.Michael Drake2022-03-241-1/+1
* implement content opacity check through the function tableVincent Sanders2020-05-131-0/+1
* improve content header usageVincent Sanders2020-05-071-0/+2
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-051-1/+2
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-5/+5
* improve some commentsVincent Sanders2019-02-171-2/+6
* JPEG: handle CMYK/YCCK imagesJohn-Mark Bell2018-01-201-15/+40
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-2/+2
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-261-1/+1
* Fix longjmp to invalid address on jpeg init errorSergei Rogachev2016-08-141-2/+2
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-1/+1
* Update content to split public and internal APIVincent Sanders2016-06-061-1/+2
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-0/+393