summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/codec.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Refactor syncing.Fernando Sahmkow2022-10-061-310/+0
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* Merge pull request #8066 from ameerj/gpu-decode-fixesFernando S2022-04-011-14/+21
|\
| * codec: Plug GPU decoder memory leakameerj2022-03-221-0/+2
| * codec: Disable HW_FRAMES method check on Windowsameerj2022-03-221-14/+19
* | video_core: Reduce unused includesameerj2022-03-191-1/+0
|/
* video_core/codecs: re-enable VAAPI/VDPAU on BSDs after 72aa418b0b41Jan Beich2021-12-181-1/+1
* video_core/codecs: (re-spin) refactor ffmpeg searching and handlingliushuyu2021-12-161-0/+6
* Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"bunnei2021-12-151-6/+0
* CI: fix CI on Linuxliushuyu2021-12-141-3/+0
* video_core/codecs: skip decoders that use hw frames ...liushuyu2021-12-141-0/+9
* video_core/codecs: more fixes for VAAPI detection ...liushuyu2021-12-031-63/+25
* video_core/codec: address commentsliushuyu2021-12-031-8/+12
* video_core/codecs: more robust ffmpeg hwdecoder selection logicliushuyu2021-12-031-10/+27
* video_core/codec: address commentsliushuyu2021-11-251-17/+11
* video_core/codecs: fix multiple decoding issues on Linux ...liushuyu2021-11-251-2/+47
* codes: Rename ComposeFrameHeader to ComposeFrameameerj2021-11-131-3/+3
* vp8: Implement header compositionameerj2021-11-131-1/+1
* codecs: Add VP8 codec classameerj2021-11-131-11/+23
* configure_graphics: Add GPU nvdec decoding as an optionameerj2021-08-161-1/+5
* codec: Improve libav memory alloc and cleanupameerj2021-08-161-14/+17
* codec: Fallback to CPU decoding if no compatible GPU format is foundameerj2021-08-161-21/+32
* codec: Replace deprecated av_init_packet usageameerj2021-08-121-9/+13
* nvdec: Implement GPU accelerated decoding for all platformsameerj2021-08-121-68/+86
* nvdec: Implement VA-API hardware video acceleration (#6713)yzct123452021-08-041-34/+110
* Slightly refactor NVDEC and codecs for readability and safetyKelebek12021-07-011-33/+52
* nvdec cleanupameerj2021-02-131-3/+4
* video_core: Remove unnecessary enum class casting in logging messagesLioncash2020-12-071-2/+2
* codec: Remove deprecated usage of AVCodecContext::refcounted_framesLioncash2020-12-041-1/+0
* Limit queue size to 10 framesameerj2020-11-261-0/+4
* Address PR feedbackameerj2020-11-261-7/+8
* Queue decoded frames, cleanup decodersameerj2020-11-251-10/+20
* nvdec: Tidy up header includesLioncash2020-10-271-0/+1
* video_core: NVDEC Implementationameerj2020-10-271-0/+114