<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/video_core/host1x/codecs/codec.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>video_core: Rework VAAPI code</title>
<updated>2025-06-17T14:30:11+00:00</updated>
<author>
<name>Mike Lothian</name>
<email>mike@fireburn.co.uk</email>
</author>
<published>2025-06-16T12:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=a9cde6f7653843a1ea7e9118c87b735232600fad'/>
<id>a9cde6f7653843a1ea7e9118c87b735232600fad</id>
<content type='text'>
Use public ffmpeg headers only

Fall back gracefully to software decoding when codec is unsupported on
VAAPI e.g. VP8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use public ffmpeg headers only

Fall back gracefully to software decoding when codec is unsupported on
VAAPI e.g. VP8
</pre>
</div>
</content>
</entry>
<entry>
<title>video_core: refactor video frame and packet parsing</title>
<updated>2023-11-16T22:01:38+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-11-15T18:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=4055a476aafb7b915c649363ccde7ba9b8d864d3'/>
<id>4055a476aafb7b915c649363ccde7ba9b8d864d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>host1x/codecs: enable CUDA on Linux</title>
<updated>2023-10-14T14:35:45+00:00</updated>
<author>
<name>Valeri</name>
<email>v19930312@gmail.com</email>
</author>
<published>2023-10-14T14:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=762ac5aa9f4797b66653ab1e8093f1f224ccadd2'/>
<id>762ac5aa9f4797b66653ab1e8093f1f224ccadd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use initial_frame to check interlaced flag</title>
<updated>2023-08-27T20:48:53+00:00</updated>
<author>
<name>Danila Malyutin</name>
<email>d.maljutin@yandex.ru</email>
</author>
<published>2023-07-17T23:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=164f880f2385c8c7e3498286eebb9ef4782674c3'/>
<id>164f880f2385c8c7e3498286eebb9ef4782674c3</id>
<content type='text'>
If final frame was transferred from GPU, it won't carry the props.

Fixes #11089
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If final frame was transferred from GPU, it won't carry the props.

Fixes #11089
</pre>
</div>
</content>
</entry>
<entry>
<title>settings,general: Rename non-confirming enums</title>
<updated>2023-07-21T14:56:54+00:00</updated>
<author>
<name>lat9nq</name>
<email>22451773+lat9nq@users.noreply.github.com</email>
</author>
<published>2023-06-07T05:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=d146dd9d123a999e40307a93403239b81b04bffc'/>
<id>d146dd9d123a999e40307a93403239b81b04bffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Use ScratchBuffer where possible</title>
<updated>2023-07-01T01:49:59+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-06-25T01:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=310b6cf4af940fa07666400426bbcca815c5375c'/>
<id>310b6cf4af940fa07666400426bbcca815c5375c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for deinterlaced videos playback</title>
<updated>2023-05-21T21:43:44+00:00</updated>
<author>
<name>Danila Malyutin</name>
<email>d.maljutin@yandex.ru</email>
</author>
<published>2023-05-13T21:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=7701a00a0277ad59c1b743b9aa14c6861624b847'/>
<id>7701a00a0277ad59c1b743b9aa14c6861624b847</id>
<content type='text'>
This is a follow up to #10254 to improve the playback of cut scenes in Layton's Mystery Journey.
It uses ffmpeg's yadif filter for deinterlacing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a follow up to #10254 to improve the playback of cut scenes in Layton's Mystery Journey.
It uses ffmpeg's yadif filter for deinterlacing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow &gt;1 cpu threads on video decoding, disable multi-frame decoding</title>
<updated>2023-02-14T18:55:46+00:00</updated>
<author>
<name>Kelebek1</name>
<email>eeeedddccc@hotmail.co.uk</email>
</author>
<published>2023-02-14T18:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=139b645aa23045463c3b0919f47be03a330c87f9'/>
<id>139b645aa23045463c3b0919f47be03a330c87f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NVDRV: Refactor Host1x</title>
<updated>2022-10-06T19:00:52+00:00</updated>
<author>
<name>Fernando Sahmkow</name>
<email>fsahmkow27@gmail.com</email>
</author>
<published>2022-01-30T21:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=2931101e6f5aa755566ef40f6e6dc71909fd3e92'/>
<id>2931101e6f5aa755566ef40f6e6dc71909fd3e92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCore: Refactor syncing.</title>
<updated>2022-10-06T19:00:52+00:00</updated>
<author>
<name>Fernando Sahmkow</name>
<email>fsahmkow27@gmail.com</email>
</author>
<published>2022-01-30T09:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=668e80a9f42fb4ce0e16f6381d05bcbd286b2da1'/>
<id>668e80a9f42fb4ce0e16f6381d05bcbd286b2da1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
