summaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the single-planar V4L2 APImasterPaul Kocialkowski2018-09-071-5/+31
* Register video format directly instead of tiled indicatorPaul Kocialkowski2018-09-071-1/+2
* buffer: Store derived surface id and buffer info for dma-buf exportPaul Kocialkowski2018-07-181-3/+3
* image: Replace buffer ID with full VAImage structurePaul Kocialkowski2018-07-181-3/+3
* image: Mark unimplemented functions as suchPaul Kocialkowski2018-07-181-3/+3
* tree: add the driver_data parameter to the IMAGE macro as wellMaxime Ripard2018-07-181-2/+2
* tree: Remove void * castsMaxime Ripard2018-07-171-6/+3
* tree: Rename cedrus_data to request_dataMaxime Ripard2018-07-171-6/+6
* tree: Rename the header and definesMaxime Ripard2018-07-171-1/+1
* tree: Rename the libva hooksMaxime Ripard2018-07-171-24/+23
* tree: Run clang-format to conform to the kernel coding styleMaxime Ripard2018-07-171-23/+38
* tree: Shorten struct sunxi_cedrus_driver_data nameMaxime Ripard2018-07-171-6/+6
* tree: add the driver_data parameter to the BUFFER macro as wellMaxime Ripard2018-07-171-1/+1
* tree: Change the macros to take the actual arguments they are usingMaxime Ripard2018-07-131-1/+1
* Rework buffer management to be more generic and support untiled formatPaul Kocialkowski2018-07-111-13/+32
* Separate Rendering and Dsiplaying surface statusPaul Kocialkowski2018-04-261-2/+7
* Centralize buffer-related ressources in surface object and avoid dynamic indexesPaul Kocialkowski2018-04-251-2/+2
* image: Resolve various trivial build issuesPaul Kocialkowski2018-04-251-5/+7
* image: Harmonize coding stylePaul Kocialkowski2018-04-241-43/+56
* Sanitize unimplemented functionsPaul Kocialkowski2018-04-231-3/+9
* Reorder functions, with a straightforward logicPaul Kocialkowski2018-04-231-19/+19
* Rework comments by splitting them into README and removing redundant onesPaul Kocialkowski2018-04-231-7/+0
* image: Rename functions arguments for more clarityPaul Kocialkowski2018-04-231-25/+25
* Use libVA naming style for public API functionsPaul Kocialkowski2018-04-231-11/+11
* Remove INIT_DRIVER_DATA and replace it with explicit definitionPaul Kocialkowski2018-04-231-3/+6
* Drop the _drv_video suffix from sunxi_cedrus files for concisenessPaul Kocialkowski2018-04-231-1/+1
* image: Use object image structure directly instead of abstract typePaul Kocialkowski2018-04-231-2/+2
* surface: Use object surface structure directly instead of abstract typePaul Kocialkowski2018-04-231-1/+1
* buffer: Use object buffer structure directly instead of abstract typePaul Kocialkowski2018-04-231-1/+1
* image: call SyncSurface from DeriveImageMaxime Ripard2018-04-201-0/+3
* image: cosmetic changeMaxime Ripard2018-04-201-2/+1
* image: free our heap allocated object when destroying the imageMaxime Ripard2018-04-201-0/+2
* image: add commentMaxime Ripard2018-04-201-1/+3
* image: memset the VAImageMaxime Ripard2018-04-201-0/+2
* image: cosmetic changeMaxime Ripard2018-04-201-0/+1
* Adds a sunxi-cedrus-drv-video libVA backendFlorent Revest2016-08-251-0/+138