Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
libjpeg-turbo is much faster then tinyjpeg, and with modern cameras
doing 1920x1080@30fps with jpeg compression, we really need that speed.
Todo: libjpeg error handling (fixed by next patch in series)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
|
When multiple src formats are available for the best resolution match
we need to decide which one to use. The old algorithm was rather crude:
- it depended on the formats being sorted in a certain way in the
source formats array
- it did not really take bus bandwidth / fps into account other then
always preferring compressed formats except for resolutions of quarter
CIF and lower
- it did not differentiate between converting to YUV420 or to RGB32, while
some src formats are clearly a better match for one then for the other
This rewritten src format ranking algorithm takes all of the above into
account.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
|
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
|
Move most important doc files to the archive root, remove a duplicate
copy of the LGPL v2.1
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|