aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/vaapi_transcode.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt2021-04-271-1/+1
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-271-2/+2
* doc/examples/vaapi_transcode: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-20/+22
* doc/examples/vaapi_transcode: Fix the typoMichael Niedermayer2018-09-211-1/+1
* doc/examples/vaapi_transcode: re-licensed to MIT-license.Jun Zhao2018-08-251-13/+15
* examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-091-2/+0
* examples: Add a VA-API transcode example.Jun Zhao2018-02-041-0/+306