summaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/codecs (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Refactor syncing.Gravatar Fernando Sahmkow2022-10-069-2411/+0
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+1
* codecs/vp9: Use u8 for norm and map lutsGravatar Morph2022-05-131-4/+4
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-282-38/+4
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-237-21/+14
* 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-194-4/+1
|/
* video_core: constify AVCodec for ffmpeg >= 5.0Gravatar Jan Beich2022-01-201-1/+1
* 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-127-14/+14
* vp8: Implement header compositionGravatar ameerj2021-11-123-5/+84
* codecs: Add VP8 codec classGravatar ameerj2021-11-126-17/+84
* h264: Use max allowed max_num_ref_frames when using CPU decodingGravatar Feng Chen2021-10-101-1/+6
* codec: Add missing <string_view> includeGravatar Morph2021-09-111-0/+1
* Merge pull request #6846 from ameerj/nvdec-gpu-decodeGravatar Fernando S2021-09-113-95/+141
|\
| * h264: Lower max_num_ref_framesGravatar ameerj2021-08-161-1/+2
| * configure_graphics: Add GPU nvdec decoding as an optionGravatar ameerj2021-08-161-1/+5
| * codec: Improve libav memory alloc and cleanupGravatar ameerj2021-08-162-14/+19
| * codec: Fallback to CPU decoding if no compatible GPU format is foundGravatar ameerj2021-08-162-22/+32
| * codec: Replace deprecated av_init_packet usageGravatar ameerj2021-08-121-9/+13
| * nvdec: Implement GPU accelerated decoding for all platformsGravatar ameerj2021-08-122-70/+92
* | vp9_types: Minor refactor of VP9 info structs.Gravatar ameerj2021-08-251-32/+29
* | vp9_types: Remove unused Vp9PictureInfo membersGravatar ameerj2021-08-252-24/+1
|/
* vp9: Ensure the first frame is completeGravatar ameerj2021-08-082-3/+3
* Merge pull request #6799 from ameerj/vp9-fixesGravatar bunnei2021-08-063-106/+48
|\
| * vp9: Cleanup unused variablesGravatar ameerj2021-08-063-58/+17
| * vp9: Fix reference frame refreshesGravatar ameerj2021-08-062-48/+31
* | nvdec: Implement VA-API hardware video acceleration (#6713)Gravatar yzct123452021-08-032-35/+113
|/
* Merge pull request #6537 from Morph1984/warningsGravatar bunnei2021-07-051-8/+0
|\
| * video_core: Remove #pragma warning directives for external headersGravatar Morph2021-06-281-8/+0
* | Slightly refactor NVDEC and codecs for readability and safetyGravatar Kelebek12021-07-016-310/+437
|/
* codec,vic: Disable warnings in ffmpeg headersGravatar ReinUsesLisp2021-06-261-0/+8
* vp9: Avoid memcpy with null pointersGravatar lat9nq2021-04-051-7/+9
* nvdec cleanupGravatar ameerj2021-02-131-3/+4
* common/bit_util: Replace CLZ/CTZ operations with standardized onesGravatar Lioncash2021-01-151-2/+2
* video_core: Remove unnecessary enum class casting in logging messagesGravatar Lioncash2020-12-071-2/+2
* video_core: Resolve more variable shadowing scenarios pt.2Gravatar Lioncash2020-12-051-20/+20
* Merge pull request #5124 from lioncash/video-shadowGravatar bunnei2020-12-052-2/+2
|\
| * video_core: Resolve more variable shadowing scenariosGravatar Lioncash2020-12-042-2/+2