summaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/codecs/codec.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Refactor syncing.Gravatar Fernando Sahmkow2022-10-061-310/+0
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* Merge pull request #8066 from ameerj/gpu-decode-fixesGravatar Fernando S2022-04-011-14/+21
|\
| * codec: Plug GPU decoder memory leakGravatar ameerj2022-03-211-0/+2
| * codec: Disable HW_FRAMES method check on WindowsGravatar ameerj2022-03-211-14/+19
* | video_core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
|/
* video_core/codecs: re-enable VAAPI/VDPAU on BSDs after 72aa418b0b41Gravatar Jan Beich2021-12-181-1/+1
* video_core/codecs: (re-spin) refactor ffmpeg searching and handlingGravatar liushuyu2021-12-151-0/+6
* Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"Gravatar bunnei2021-12-151-6/+0
* CI: fix CI on LinuxGravatar liushuyu2021-12-131-3/+0
* video_core/codecs: skip decoders that use hw frames ...Gravatar liushuyu2021-12-131-0/+9
* video_core/codecs: more fixes for VAAPI detection ...Gravatar liushuyu2021-12-021-63/+25
* video_core/codec: address commentsGravatar liushuyu2021-12-021-8/+12
* video_core/codecs: more robust ffmpeg hwdecoder selection logicGravatar liushuyu2021-12-021-10/+27
* video_core/codec: address commentsGravatar liushuyu2021-11-241-17/+11
* video_core/codecs: fix multiple decoding issues on Linux ...Gravatar liushuyu2021-11-241-2/+47
* codes: Rename ComposeFrameHeader to ComposeFrameGravatar ameerj2021-11-121-3/+3
* vp8: Implement header compositionGravatar ameerj2021-11-121-1/+1
* codecs: Add VP8 codec classGravatar ameerj2021-11-121-11/+23
* configure_graphics: Add GPU nvdec decoding as an optionGravatar ameerj2021-08-161-1/+5
* codec: Improve libav memory alloc and cleanupGravatar ameerj2021-08-161-14/+17
* codec: Fallback to CPU decoding if no compatible GPU format is foundGravatar ameerj2021-08-161-21/+32
* codec: Replace deprecated av_init_packet usageGravatar ameerj2021-08-121-9/+13
* nvdec: Implement GPU accelerated decoding for all platformsGravatar ameerj2021-08-121-68/+86
* nvdec: Implement VA-API hardware video acceleration (#6713)Gravatar yzct123452021-08-031-34/+110
* Slightly refactor NVDEC and codecs for readability and safetyGravatar Kelebek12021-07-011-33/+52
* nvdec cleanupGravatar ameerj2021-02-131-3/+4
* video_core: Remove unnecessary enum class casting in logging messagesGravatar Lioncash2020-12-071-2/+2
* codec: Remove deprecated usage of AVCodecContext::refcounted_framesGravatar Lioncash2020-12-041-1/+0
* Limit queue size to 10 framesGravatar ameerj2020-11-261-0/+4
* Address PR feedbackGravatar ameerj2020-11-261-7/+8
* Queue decoded frames, cleanup decodersGravatar ameerj2020-11-251-10/+20
* nvdec: Tidy up header includesGravatar Lioncash2020-10-271-0/+1
* video_core: NVDEC ImplementationGravatar ameerj2020-10-261-0/+114