adelikat
|
72d4b0ac46
|
use inline out
|
2020-02-25 15:14:13 -06:00 |
adelikat
|
ef13754f79
|
consistent variable naming in config.cs
|
2020-01-25 10:57:39 -06:00 |
YoshiRulz
|
126bb4736b
|
Move commented-out code blocks to #if false
CBB doing Cores or Bizware
|
2020-01-13 11:14:16 +10:00 |
adelikat
|
101a403420
|
cleanups in AV code
|
2020-01-03 18:25:46 -06:00 |
YoshiRulz
|
060255471b
|
Improve exception docs in BizHawk.Client.EmuHawk
|
2020-01-02 21:51:37 +10:00 |
YoshiRulz
|
7cd29c0f54
|
Finish moving Win32 imports to BizHawk.Common, organise, and cleanup
|
2019-12-21 18:33:11 +10:00 |
YoshiRulz
|
7ea8fb185a
|
Congregate, organise, and cleanup some Win32 imports and their usages
|
2019-12-21 18:21:51 +10:00 |
YoshiRulz
|
2642ef4049
|
Remove empty docs
|
2019-06-06 16:41:10 +10:00 |
James Groom
|
779975f689
|
Use nameof
|
2019-03-28 14:17:14 +11:00 |
YoshiRulz
|
e6374ef477
|
Use string interpolation
|
2019-03-19 00:06:37 +10:00 |
adelikat
|
59139ab266
|
Spell out Numerator and Denominator
|
2017-05-05 11:25:38 -05:00 |
adelikat
|
62a13d961d
|
Move VsyncNum and VsyncDen out of CoreComm and into IVideoProvider
|
2017-05-05 11:21:37 -05:00 |
adelikat
|
912a2d7346
|
misc code cleanups in AV code
|
2017-04-18 12:27:44 -05:00 |
J.D. Purcell
|
a786f73154
|
Fix some places using 'int' instead of IntPtr. (#828)
|
2017-04-08 18:36:29 -04:00 |
zeromus
|
de576bb067
|
AVWriters now implement UsesAudio and UsesVideo so that the frontend can decide how much work it needs to tell the core to do to fulfill the AVWriter's needs (fixes #593)
|
2016-03-05 17:20:00 -06:00 |
zeromus
|
22143f99fb
|
work on stability of avi writing. Unfortunately, I did a half dozen things here, overlapping in complicated ways, and at least 2 of which were required to fix it: changed pinvoke wrapper of AVISaveOptions, removed ownership of pointers from codec token (simplified analysis and in principle [but not practice] determinism due to less GC involvement), changed life cycle management of codec token (irrelevant due to prior), changed functions used to allocate memory from AllocHGlobal to pinvoke HeapAlloc, made different assumptions of ownership/lifecycle of pointers accessed by AVISaveOptions. notably the pinvoke wrapper for AVISaveOptions was the last thing I fixed that sealed the deal, but I don't think it was that simple.
|
2015-12-19 05:13:31 -06:00 |
feos
|
2a19edca91
|
avi: try to remember previously used codec.
todo: fix canceling codec selection but then going ahead and recording.
|
2015-12-17 00:24:46 +03:00 |
zeromus
|
5261b1fd57
|
aviout - fix bug with non-multiple-4 pitches (e.g. 24bpp 350px wide psx screen)
|
2014-12-21 05:27:42 +00:00 |
goyuken
|
8d9b843099
|
house cleaning (AV writer)
|
2014-10-10 18:09:00 +00:00 |
adelikat
|
ab5cfab035
|
remove redundant code throughout the emuhawk project
|
2014-06-29 02:28:48 +00:00 |
zeromus
|
176c306439
|
proof of concept syncless recorder AV out module
|
2014-06-18 02:28:07 +00:00 |
goyuken
|
b0970451aa
|
internal infrastructure for video presentation changes (aspect ratio, apparent size, etc)
|
2014-04-30 23:48:37 +00:00 |
adelikat
|
9751fd5a1a
|
Move interfaces and base implemenations from emulation to emulation.common
|
2013-11-04 01:39:19 +00:00 |
adelikat
|
c669680e07
|
Rename Multiclient folder
|
2013-11-03 04:05:56 +00:00 |