<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoCommon/FrameDumpFFMpeg.cpp, branch release-prep-2603</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>VideoCommon: Make Presenter aware of the next swap time to eliminate unsafe usage of GetTicks() with ImmediateXFB + DualCore.</title>
<updated>2025-11-12T02:01:52+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-10-27T23:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cc331feb020d71f109d41b7f841bd69caa96bbb3'/>
<id>cc331feb020d71f109d41b7f841bd69caa96bbb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime`</title>
<updated>2025-06-04T11:32:12+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2025-06-04T11:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4b65cc9a4c51af4308f748b3e7bf25d80db83860'/>
<id>4b65cc9a4c51af4308f748b3e7bf25d80db83860</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: Limit maximum denominator for MPEG4</title>
<updated>2025-05-12T16:54:42+00:00</updated>
<author>
<name>Martino Fontana</name>
<email>tinozzo123@gmail.com</email>
</author>
<published>2025-04-27T11:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c720211542c2741b1b768a25a4a00ad3511be856'/>
<id>c720211542c2741b1b768a25a4a00ad3511be856</id>
<content type='text'>
It happened to be under the limit normally, but now that the VBI rate can be changed, that's no longer the case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It happened to be under the limit normally, but now that the VBI rate can be changed, that's no longer the case.
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoConfig: Eliminate frame dumping members.</title>
<updated>2025-03-16T09:30:06+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-03-11T07:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=48b2f7d2001f99bcfb3fb92ef23e1358dc346826'/>
<id>48b2f7d2001f99bcfb3fb92ef23e1358dc346826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Frame Dumping: Change lossless codec from FFV1 to Ut Video.</title>
<updated>2024-12-30T21:07:43+00:00</updated>
<author>
<name>TryTwo</name>
<email>taolas@gmail.com</email>
</author>
<published>2024-12-30T19:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3d248d000f9fac75c141854d9b3789f83183912f'/>
<id>3d248d000f9fac75c141854d9b3789f83183912f</id>
<content type='text'>
Ut Video is faster and more compatible with editing programs, but produces larger files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ut Video is faster and more compatible with editing programs, but produces larger files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Core/SystemTimers: Refactor to class, move to System.</title>
<updated>2024-01-04T22:35:19+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2024-01-04T22:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=07c035e659ec6d7cc9d0b360a4a825d0cc20b439'/>
<id>07c035e659ec6d7cc9d0b360a4a825d0cc20b439</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HW/VideoInterface: Refactor to class.</title>
<updated>2023-03-11T11:50:35+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2023-03-10T21:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=069280ddc6c9bc161a4a003c555f685adbb47f53'/>
<id>069280ddc6c9bc161a4a003c555f685adbb47f53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename FrameDump.{cpp,h} to FrameDumpFFMpeg.{cpp,h}</title>
<updated>2023-01-31T05:45:29+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-28T00:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e57eb04ed3b40e806fa081fc1bdaeaa0c03e4e66'/>
<id>e57eb04ed3b40e806fa081fc1bdaeaa0c03e4e66</id>
<content type='text'>
The name kind of conflicts with a new FrameDumper class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The name kind of conflicts with a new FrameDumper class
</pre>
</div>
</content>
</entry>
</feed>
