summaryrefslogtreecommitdiff
path: root/src/video_core/command_classes (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-132-2/+2
* codecs/vp9: Use u8 for norm and map lutsGravatar Morph2022-05-131-4/+4
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-284-76/+8
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2314-42/+28
* 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-195-6/+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-124-6/+90
* codecs: Add VP8 codec classGravatar ameerj2021-11-128-20/+88
* Merge pull request #7157 from ameerj/vic-surface-sizeGravatar Morph2021-10-131-16/+15
|\
| * vic: Use the minimum of surface/frame dimensions when writing the final frame...Gravatar ameerj2021-10-101-16/+15
* | Merge pull request #7109 from vonchenplus/fix_h264_max__reference_num_errorGravatar Ameer J2021-10-121-1/+6
|\ \ | |/ |/|
| * h264: Use max allowed max_num_ref_frames when using CPU decodingGravatar Feng Chen2021-10-101-1/+6
* | vic: Allow surface to be higher than frameGravatar Valeri2021-10-091-2/+3
* | vic: Avoid memory corruption when multiple streams with different dimensions ...Gravatar ameerj2021-10-081-0/+9
* | vic: Refactor frame writing methodsGravatar ameerj2021-10-072-138/+146
* | vic: Implement RGBX frame formatGravatar ameerj2021-10-072-3/+15
|/
* 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
* | Merge pull request #6838 from ameerj/sws-alignGravatar bunnei2021-08-121-3/+2
|\ \ | |/ |/|
| * vic: Specify sws_scale height stride.Gravatar ameerj2021-08-091-3/+2
* | vp9: Ensure the first frame is completeGravatar ameerj2021-08-082-3/+3
|/
* nvdec: Better logging for unimplemented codecsGravatar ameerj2021-08-071-1/+1
* 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-034-72/+170
|/
* Merge pull request #6525 from ameerj/nvdec-fixesGravatar Fernando S2021-07-151-11/+10
|\
| * vic: Fix dimension compuation of YUV framesGravatar ameerj2021-07-151-11/+10