index
:
libcamera/pinchartl/libcamera.git
master
mtk/camsv
mtk/multi-cam
rpi/streams/next
simple/imx8
Laurent Pinchart's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
android
/
jpeg
Age
Commit message (
Expand
)
Author
2020-11-17
android: jpeg: Use LGPL-2.1 license for post_processor_jpeg.cpp
Laurent Pinchart
2020-10-28
android: jpeg: post_processor_jpeg: Embed thumbnail into Exif metadata
Umang Jain
2020-10-28
android: jpeg: Introduce a simple image thumbnailer
Umang Jain
2020-10-28
android: jpeg: encoder_libjpeg: Allow encoding raw frame bytes
Umang Jain
2020-10-23
android: jpeg: encoder: Use pass-by-value for Exif parameter
Umang Jain
2020-10-23
android: jpeg: Drop "libcamera::" namespace from functions' arguments
Umang Jain
2020-10-23
libcamera: Declare empty virtual destructors as defaulted
Laurent Pinchart
2020-10-21
android: post_processor_jpeg: Make |cameraDevice_| constant
Hirokazu Honda
2020-10-21
android: Modify Encoder interface
Hirokazu Honda
2020-10-21
android: Modify PostProcessor interface
Hirokazu Honda
2020-10-20
android: Omit extra semicolons
Hirokazu Honda
2020-10-16
android: jpeg: Port to PostProcessor interface
Umang Jain
2020-10-10
android: jpeg: Use LGPL-2.1 license
Umang Jain
2020-10-07
android: jpeg: exif: Sanitize ASCII strings with utils::toAscii()
Umang Jain
2020-10-02
src: android: exif: Set the class byte ordering
Kieran Bingham
2020-09-29
android: jpeg: exif: Set timezone information
Umang Jain
2020-09-29
android: jpeg: exif: Pad extra byte only for ASCII format in setString()
Umang Jain
2020-09-20
android: jpeg: exif: Use reentrant localtime_r()
Laurent Pinchart
2020-09-10
android: jpeg: Support an initial set of EXIF metadata tags
Umang Jain
2020-09-10
android: jpeg: Add EXIF infrastructure
Kieran Bingham
2020-08-06
android: Introduce JPEG encoding
Kieran Bingham