summaryrefslogtreecommitdiffstats
path: root/libavfilter/transpose.h
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/transpose: add missing headersPaul B Mahol2019-10-221-0/+3
|
* avfilter/vf_transpose: add x86 SIMDPaul B Mahol2019-10-211-0/+10
|
* libavfilter: add transpose_vaapi filterZachary Zhou2019-01-231-0/+3
| | | | | | | | | | | | Swap width and height when do clock/cclock rotation Add reversal/hflip/vflip options ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i input.264 -vf "transpose_vaapi=clock_flip" -c:v h264_vaapi output.h264 Signed-off-by: Zachary Zhou <zachary.zhou@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
* lavf: add transpose_opencl filterRuiling Song2018-12-021-0/+34
Signed-off-by: Ruiling Song <ruiling.song@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
OpenPOWER on IntegriCloud