summaryrefslogtreecommitdiffstats
path: root/src/h264.c
Commit message (Expand)AuthorAgeFilesLines
* tree: Rename cedrus_data to request_dataMaxime Ripard2018-07-171-5/+5
* tree: Rename the header and definesMaxime Ripard2018-07-171-1/+1
* h264: Don't set num_slices anymoreMaxime Ripard2018-07-171-2/+3
* 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-171-36/+196
* 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-171-0/+1
* tree: Run clang-format to conform to the kernel coding styleMaxime Ripard2018-07-171-31/+28
* tree: Shorten struct sunxi_cedrus_driver_data nameMaxime Ripard2018-07-171-4/+4
* h264: shorten the surface_object parameter nameMaxime Ripard2018-07-171-10/+10
* h264: Adjust for the latest h264 API changesMaxime Ripard2018-07-131-3/+3
* h264: Fix build failure introduced by previous commitMaxime Ripard2018-07-131-1/+2
* Add support for H264 decodingMaxime Ripard2018-07-111-0/+281