summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* libimxvpuapi: Bump revision to 4afb52fFabio Berton2018-06-261-18/+0
| | | | | | | | | | | | | | | | - Rename recipe to use latest git revision. - Add O.S. Systems Software Copyright - Add PV to use 0.10.3 release on name This change includes the following changes: - 4afb52f Merge pull request #22 from bmx666/master - 691ea9a Add imx_vpu_enc_configure_gop_size() function - 97a9ff2 Merge pull request #17 from Artox/master - 5739ffc add e-mail address to maintainer field - b5ff857 libimxvpuapi-dev: add debhelper generated ${misc:Depends} to depends Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* libimxvpuapi: Update to version 0.10.3Carlos Rafael Giani2016-11-091-0/+18
Changes: - properly pass on color format in simplified JPEG encoder interface - add alternative write-callback-style encoding mode also add encode example variant which uses write-callback style output - add support for "fake grayscale mode" in encoders this is done by using I420 internally and filling the U and V planes with 0x80 bytes - make sure JPEG quantization table is copied in standardized zig zag order the VPU does not, so this has to be done explicitely Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>