<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoCommon/AVIDump.cpp, branch 2512</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>VideoCommon: Rename AVIDump to FrameDump</title>
<updated>2019-06-30T11:02:39+00:00</updated>
<author>
<name>altimumdelta</name>
<email>48530820+altimumdelta@users.noreply.github.com</email>
</author>
<published>2019-03-18T04:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1df655e376fe59291ee5c69755f2f2a70f82ee75'/>
<id>1df655e376fe59291ee5c69755f2f2a70f82ee75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>decrease gop size (keyint)</title>
<updated>2019-03-11T19:17:13+00:00</updated>
<author>
<name>feos</name>
<email>feos-theos@yandex.ru</email>
</author>
<published>2019-03-10T22:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7fd940411b375e2d7b17b6d219927842d95a1ee2'/>
<id>7fd940411b375e2d7b17b6d219927842d95a1ee2</id>
<content type='text'>
this makes seeking a lot smoother (especially at high resolutions), while only adding less than 1% of filesize with this codec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this makes seeking a lot smoother (especially at high resolutions), while only adding less than 1% of filesize with this codec.
</pre>
</div>
</content>
</entry>
<entry>
<title>change pixel format from BGRA to BGR0</title>
<updated>2019-03-11T19:17:12+00:00</updated>
<author>
<name>feos</name>
<email>feos-theos@yandex.ru</email>
</author>
<published>2019-03-10T22:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=005e60fa22ed3df7c6e435036b0aa75a37a923f9'/>
<id>005e60fa22ed3df7c6e435036b0aa75a37a923f9</id>
<content type='text'>
for this kind of footage carrying alpha information makes no sense, and it additionally complicates things by hugely damaging compatibility of the resulting video. after this change alone the video becomes compatible with VfW/WinAPI and tools that rely on it (avisynth, virtualdub).

fixes https://bugs.dolphin-emu.org/issues/11141 and https://bugs.dolphin-emu.org/issues/10193
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for this kind of footage carrying alpha information makes no sense, and it additionally complicates things by hugely damaging compatibility of the resulting video. after this change alone the video becomes compatible with VfW/WinAPI and tools that rely on it (avisynth, virtualdub).

fixes https://bugs.dolphin-emu.org/issues/11141 and https://bugs.dolphin-emu.org/issues/10193
</pre>
</div>
</content>
</entry>
<entry>
<title>AVIDump: use dump_path rather than deprecated AVFormatContext::filename</title>
<updated>2018-07-14T19:46:04+00:00</updated>
<author>
<name>Michael M</name>
<email>mchtly@gmail.com</email>
</author>
<published>2018-07-14T19:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=857138a0ba051152529b8695fe775924c857f908'/>
<id>857138a0ba051152529b8695fe775924c857f908</id>
<content type='text'>
AVFormatContext::filename was deprecated in lavf 58.7.100 in favor
of AVFormatContext::url. Instead of adding version-checking logic,
just use the passed-in dump path instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AVFormatContext::filename was deprecated in lavf 58.7.100 in favor
of AVFormatContext::url. Instead of adding version-checking logic,
just use the passed-in dump path instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>AVIDump: av_register_all is deprecated/unneeded since 58.9.100</title>
<updated>2018-07-14T19:46:00+00:00</updated>
<author>
<name>Michael M</name>
<email>mchtly@gmail.com</email>
</author>
<published>2018-07-14T19:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e45698aaa0f99eff1700089954a5af55b53ec47b'/>
<id>e45698aaa0f99eff1700089954a5af55b53ec47b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[AVIDump] fix compilation issues on Linux</title>
<updated>2018-04-07T02:53:10+00:00</updated>
<author>
<name>Anthony</name>
<email>aserna3@gmail.com</email>
</author>
<published>2017-12-06T17:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9e2806c181701eafddfc9e01f32d22d2fafd710a'/>
<id>9e2806c181701eafddfc9e01f32d22d2fafd710a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AVIDump: Remove incorrect usage of s_ prefix</title>
<updated>2018-01-17T21:19:14+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2018-01-17T21:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2441fd28d578fb6984a6cab494ccd96cc4ebfb02'/>
<id>2441fd28d578fb6984a6cab494ccd96cc4ebfb02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle framedump path not existing</title>
<updated>2018-01-17T20:53:30+00:00</updated>
<author>
<name>Lucas Kent</name>
<email>rubickent@gmail.com</email>
</author>
<published>2018-01-17T12:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6c7e6016fbf78f6fd8762c2ff863f3b955c9e52b'/>
<id>6c7e6016fbf78f6fd8762c2ff863f3b955c9e52b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow users to specify the encoder used for framedumping.</title>
<updated>2018-01-03T12:23:10+00:00</updated>
<author>
<name>Vlad Firoiu</name>
<email>vladfi2@gmail.com</email>
</author>
<published>2017-12-29T14:00:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=330881ae80387a0acced81fc5e5409a5b8a4972e'/>
<id>330881ae80387a0acced81fc5e5409a5b8a4972e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not assign in conditional statements</title>
<updated>2017-06-08T03:09:44+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2017-06-07T11:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9357cee2ef96fbe345a82ac2f6af7c715d1e6027'/>
<id>9357cee2ef96fbe345a82ac2f6af7c715d1e6027</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
