summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* tree: add the driver_data parameter to the BUFFER macro as wellMaxime Ripard2018-07-171-6/+6
* Reduce switch/case indentationPaul Kocialkowski2018-07-111-10/+10
* Centralize buffer-related ressources in surface object and avoid dynamic indexesPaul Kocialkowski2018-04-251-40/+8
* buffer: Resolve various trivial build issuesPaul Kocialkowski2018-04-251-5/+6
* Move log function to a dedicated file and rename it along the wayPaul Kocialkowski2018-04-241-0/+1
* Rename mem2mem_fd to video_fd to prepare for media introductionPaul Kocialkowski2018-04-241-2/+2
* Introduce and use dedicated v4l2 helpers to replace inline ioctlsPaul Kocialkowski2018-04-241-24/+26
* buffer: Harmonize coding stylePaul Kocialkowski2018-04-241-88/+94
* Sanitize unimplemented functionsPaul Kocialkowski2018-04-231-1/+3
* Reorder functions, with a straightforward logicPaul Kocialkowski2018-04-231-28/+28
* Rework comments by splitting them into README and removing redundant onesPaul Kocialkowski2018-04-231-7/+6
* buffer: Rename functions arguments for more clarityPaul Kocialkowski2018-04-231-32/+32
* buffer: Rename object buffer structure fields for more clarityPaul Kocialkowski2018-04-231-20/+21
* Use libVA naming style for public API functionsPaul Kocialkowski2018-04-231-6/+6
* Remove INIT_DRIVER_DATA and replace it with explicit definitionPaul Kocialkowski2018-04-231-5/+10
* Drop the _drv_video suffix from sunxi_cedrus files for concisenessPaul Kocialkowski2018-04-231-1/+1
* context: Use object context structure directly instead of abstract typePaul Kocialkowski2018-04-231-1/+1
* buffer: Use object buffer structure directly instead of abstract typePaul Kocialkowski2018-04-231-6/+6
* buffer: Return an error on unmap if buffer is nullMaxime Ripard2018-04-201-0/+6
* Rework buffer and slice handlingMaxime Ripard2018-04-201-7/+16
* buffer: don't cast the pointer anymoreMaxime Ripard2018-04-201-1/+1
* buffer: cosmetic changeMaxime Ripard2018-04-201-2/+1
* buffer: cosmetic changeMaxime Ripard2018-04-201-0/+1
* buffer: cosmetic changeMaxime Ripard2018-04-201-0/+1
* buffer: cosmetic changeMaxime Ripard2018-04-201-2/+1
* buffer: remove intermediate vaStatus variableMaxime Ripard2018-04-201-21/+10
* Always clear v4l2_plane before sending them to the kernelFlorent Revest2016-08-291-0/+2
* Adds a sunxi-cedrus-drv-video libVA backendFlorent Revest2016-08-251-0/+196