summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for the single-planar V4L2 APImasterPaul Kocialkowski2018-09-0712-92/+267
* Register video format directly instead of tiled indicatorPaul Kocialkowski2018-09-076-21/+28
* Merge pull request #6 from tpetazzoni/creditsMaxime Ripard2018-09-051-0/+274
|\
| * Add CREDITS fileThomas Petazzoni2018-09-041-0/+274
* | Merge pull request #4 from tpetazzoni/minor-doc-updatesMaxime Ripard2018-09-052-0/+3
|\ \ | |/ |/|
| * Update AUTHORS file with Maxime and PaulThomas Petazzoni2018-09-021-0/+2
| * Update README.md to mention H265 supportThomas Petazzoni2018-09-021-0/+1
|/
* Add support for H265 decoding, including predictive framesPaul Kocialkowski2018-08-317-2/+488
* media: Adapt for the latest Request APIPaul Kocialkowski2018-08-281-3/+3
* mpeg2: Update to match latest definitionsPaul Kocialkowski2018-08-093-34/+48
* request: Check required v4l2 capabilities after opening the video nodePaul Kocialkowski2018-08-061-5/+13
* v4l2: Add support for querying capabilitiesPaul Kocialkowski2018-08-062-0/+22
* Add support for MPEG2 quantization matricesPaul Kocialkowski2018-07-253-0/+42
* Remove stray empty template filePaul Kocialkowski2018-07-251-0/+0
* Grab the base index when allocating buffers and mapping themPaul Kocialkowski2018-07-204-9/+20
* surface: Avoid unitialized variable compiler warningPaul Kocialkowski2018-07-201-3/+2
* context: Liberate output and capture buffers at ContextDestroyPaul Kocialkowski2018-07-201-3/+23
* v4l2: Introduce helper to request buffersPaul Kocialkowski2018-07-202-0/+22
* Rename request_buffer helper to query_bufferPaul Kocialkowski2018-07-204-14/+14
* surface: Remove duplicate request fd closePaul Kocialkowski2018-07-201-3/+0
* Add support for QuerySurfaceAttributesPaul Kocialkowski2018-07-183-0/+81
* surface: Add ExportSurfaceHandle support for dma-buf exportPaul Kocialkowski2018-07-183-0/+100
* fixup! buffer: Add Acquire/ReleaseBufferHandle support for dma-buf exportPaul Kocialkowski2018-07-181-8/+6
* fixup! v4l2: Add helper for exporting with dma-bufPaul Kocialkowski2018-07-181-2/+2
* buffer: Add Acquire/ReleaseBufferHandle support for dma-buf exportPaul Kocialkowski2018-07-183-1/+81
* request: Reorder BufferInfoPaul Kocialkowski2018-07-181-1/+1
* buffer: Store derived surface id and buffer info for dma-buf exportPaul Kocialkowski2018-07-183-3/+9
* image: Replace buffer ID with full VAImage structurePaul Kocialkowski2018-07-182-4/+4
* v4l2: Add helper for exporting with dma-bufPaul Kocialkowski2018-07-182-0/+31
* image: Mark unimplemented functions as suchPaul Kocialkowski2018-07-181-3/+3
* surface: Add basic support for CreateSurfaces2Paul Kocialkowski2018-07-183-3/+21
* tree: add the driver_data parameter to the IMAGE macro as wellMaxime Ripard2018-07-182-5/+4
* README: Update supported codecsPaul Kocialkowski2018-07-171-2/+3
* libva: Change the vendor stringMaxime Ripard2018-07-171-1/+1
* libva: Change the environment variables nameMaxime Ripard2018-07-171-2/+2
* README: Update with the new nameMaxime Ripard2018-07-171-6/+9
* tree: Rename the libva name for realMaxime Ripard2018-07-174-28/+28
* buffer: Remove the sunxi_cedrus_destroy buffer prototypeMaxime Ripard2018-07-171-2/+0
* tree: Remove void * castsMaxime Ripard2018-07-177-49/+26
* tree: Rename cedrus_data to request_dataMaxime Ripard2018-07-1713-61/+61
* tree: Rename the header and definesMaxime Ripard2018-07-1715-36/+36
* tree: Rename the libva hooksMaxime Ripard2018-07-1716-362/+317
* tree: Change sunxi_cedrus_log for request_logMaxime Ripard2018-07-175-31/+27
* h264: Don't set num_slices anymoreMaxime Ripard2018-07-174-2/+6
* h264: Set PPS pic_init_qp_minus26 fieldMaxime Ripard2018-07-171-0/+1
* h264: Fix prediction weight tableMaxime Ripard2018-07-171-21/+38
* h264: Implement local cache of the latest decoded picturesMaxime Ripard2018-07-174-36/+220
* h264: Pass the context to the sub-control functionsMaxime Ripard2018-07-171-4/+9
* codecs: pass the context to the controls function as wellMaxime Ripard2018-07-175-5/+13
* tree: Run clang-format to conform to the kernel coding styleMaxime Ripard2018-07-1728-383/+1063