summaryrefslogtreecommitdiffstats
path: root/doc/examples/hw_decode.c
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples/hw_decode: re-licensed to MIT-license.Jun Zhao2018-08-251-13/+15
| | | | Signed-off-by: Jun Zhao <[email protected]>
* doc/examples/hw_decode: Remove setting deprecated refcounted_framesJun Zhao2018-04-221-1/+0
| | | | | | | | When use new decode APIs(avcodec_send_packet/avcodec_receive_frame), don't need to setting the deprecated field refcounted_frames. Reviewed-by: wm4 <[email protected]> Signed-off-by: Jun Zhao <[email protected]>
* doc/examples/hw_decode: Remove logically dead code in decode_write()Michael Niedermayer2018-03-271-3/+1
| | | | | | | Fixes CID1415951 Reviewed-by: Jun Zhao <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* doc/examples/hw_decode: Remove useless NULL checkMichael Niedermayer2018-03-271-2/+1
| | | | | Reviewed-by: Jun Zhao <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-091-2/+0
|
* examples/hw_decode: Use hw-config information to find pixfmtMark Thompson2017-11-291-32/+22
| | | | This removes all remaining device-type specificity.
* examples/hw_decode: Add a HWAccel decoding example.Jun Zhao2017-07-301-0/+266
Works with VAAPI, VDPAU, DXVA2 and D3D11VA. Signed-off-by: Liu, Kaixuan <[email protected]> Signed-off-by: Jun Zhao <[email protected]> Reviewed-by: Steven Liu <[email protected]> Signed-off-by: Mark Thompson <[email protected]>