summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/codecs/codec.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-16video_core: refactor video frame and packet parsingLiam1-304/+25
2023-10-14host1x/codecs: enable CUDA on LinuxValeri1-10/+0
2023-08-27Use initial_frame to check interlaced flagDanila Malyutin1-1/+2
2023-07-21settings,general: Rename non-confirming enumslat9nq1-1/+1
2023-07-01general: Use ScratchBuffer where possibleMorph1-1/+1
2023-05-21Add support for deinterlaced videos playbackDanila Malyutin1-2/+91
2023-02-14Allow >1 cpu threads on video decoding, disable multi-frame decodingKelebek11-0/+2
2022-10-06NVDRV: Refactor Host1xFernando Sahmkow1-5/+5
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow1-18/+18
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-22codec: Plug GPU decoder memory leakameerj1-0/+2
2022-03-22codec: Disable HW_FRAMES method check on Windowsameerj1-14/+19
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2021-12-18video_core/codecs: re-enable VAAPI/VDPAU on BSDs after 72aa418b0b41Jan Beich1-1/+1
2021-12-16video_core/codecs: (re-spin) refactor ffmpeg searching and handlingliushuyu1-0/+6
2021-12-15Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"bunnei1-6/+0
2021-12-14CI: fix CI on Linuxliushuyu1-3/+0
2021-12-14video_core/codecs: skip decoders that use hw frames ...liushuyu1-0/+9
2021-12-03video_core/codecs: more fixes for VAAPI detection ...liushuyu1-63/+25
2021-12-03video_core/codec: address commentsliushuyu1-8/+12
2021-12-03video_core/codecs: more robust ffmpeg hwdecoder selection logicliushuyu1-10/+27
2021-11-25video_core/codec: address commentsliushuyu1-17/+11
2021-11-25video_core/codecs: fix multiple decoding issues on Linux ...liushuyu1-2/+47
2021-11-13codes: Rename ComposeFrameHeader to ComposeFrameameerj1-3/+3
2021-11-13vp8: Implement header compositionameerj1-1/+1
2021-11-13codecs: Add VP8 codec classameerj1-11/+23
2021-08-16configure_graphics: Add GPU nvdec decoding as an optionameerj1-1/+5
2021-08-16codec: Improve libav memory alloc and cleanupameerj1-14/+17
2021-08-16codec: Fallback to CPU decoding if no compatible GPU format is foundameerj1-21/+32
2021-08-12codec: Replace deprecated av_init_packet usageameerj1-9/+13
2021-08-12nvdec: Implement GPU accelerated decoding for all platformsameerj1-68/+86
2021-08-04nvdec: Implement VA-API hardware video acceleration (#6713)yzct123451-34/+110
2021-07-01Slightly refactor NVDEC and codecs for readability and safetyKelebek11-33/+52
2021-02-13nvdec cleanupameerj1-3/+4
2021-02-05Address reviewer commentslat9nq1-1/+1
2021-02-05CMake: Implement YUZU_USE_BUNDLED_FFMPEGlat9nq1-1/+1
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash1-2/+2
2020-12-04codec: Remove deprecated usage of AVCodecContext::refcounted_framesLioncash1-1/+0
2020-11-26Limit queue size to 10 framesameerj1-0/+4
2020-11-26Address PR feedbackameerj1-7/+8
2020-11-25Queue decoded frames, cleanup decodersameerj1-10/+20
2020-10-27nvdec: Tidy up header includesLioncash1-0/+1
2020-10-27video_core: NVDEC Implementationameerj1-0/+114