summaryrefslogtreecommitdiffstats
path: root/src/mpeg2.c
Commit message (Expand)AuthorAgeFilesLines
* mpeg2: remove unused includes from headerMaxime Ripard2018-07-171-0/+2
* tree: Change the macros to take the actual arguments they are usingMaxime Ripard2018-07-131-2/+2
* Abstract away MPEG2 supportMaxime Ripard2018-07-111-42/+34
* Rework buffer management to be more generic and support untiled formatPaul Kocialkowski2018-07-111-20/+20
* Sync with latest definitions from the Cedrus driver and requests APIPaul Kocialkowski2018-06-211-3/+1
* mpeg2: Set with and height once, from contextPaul Kocialkowski2018-04-251-5/+2
* Centralize buffer-related ressources in surface object and avoid dynamic indexesPaul Kocialkowski2018-04-251-5/+17
* mpeg2: Pass driver_data along to access reference surfacesPaul Kocialkowski2018-04-251-2/+4
* mpeg2: Rework helper functions to a more flexible interfacePaul Kocialkowski2018-04-241-52/+44
* Rework comments by splitting them into README and removing redundant onesPaul Kocialkowski2018-04-231-5/+0
* Remove INIT_DRIVER_DATA and replace it with explicit definitionPaul Kocialkowski2018-04-231-2/+4
* Drop the _drv_video suffix from sunxi_cedrus files for concisenessPaul Kocialkowski2018-04-231-1/+1
* surface: Use object surface structure directly instead of abstract typePaul Kocialkowski2018-04-231-4/+4
* context: Use object context structure directly instead of abstract typePaul Kocialkowski2018-04-231-2/+2
* buffer: Use object buffer structure directly instead of abstract typePaul Kocialkowski2018-04-231-2/+2
* mpeg2: don't populate the frame anymoreMaxime Ripard2018-04-201-9/+0
* mpeg2: remove output mplane querybufMaxime Ripard2018-04-201-12/+0
* mpeg2: cosmetic changeMaxime Ripard2018-04-201-0/+1
* Always clear v4l2_plane before sending them to the kernelFlorent Revest2016-08-291-0/+2
* Add MPEG 2 codecFlorent Revest2016-08-251-0/+116