.. |
AVSync.cs
|
fix audio capture problem that broke with r7973
|
2014-11-14 17:48:18 +00:00 |
AviWriter.cs
|
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 |
BmpVideoProvder.cs
|
fix av dumping with osd enabled (screenshots as well);
|
2014-06-02 20:16:59 +00:00 |
FFmpegWriter.cs
|
Fix path to ffmpeg.exe
|
2015-12-09 20:32:21 -08:00 |
FFmpegWriterForm.Designer.cs
|
Change the default Position property of every winform from windows default to center parent
|
2013-11-08 18:43:24 +00:00 |
FFmpegWriterForm.cs
|
house cleaning (AV writer)
|
2014-10-10 18:09:00 +00:00 |
FFmpegWriterForm.resx
|
Rename Multiclient folder
|
2013-11-03 04:05:56 +00:00 |
GifWriter.cs
|
house cleaning (AV writer)
|
2014-10-10 18:09:00 +00:00 |
GifWriterForm.Designer.cs
|
Change the default Position property of every winform from windows default to center parent
|
2013-11-08 18:43:24 +00:00 |
GifWriterForm.cs
|
Rename Multiclient folder
|
2013-11-03 04:05:56 +00:00 |
GifWriterForm.resx
|
Rename Multiclient folder
|
2013-11-03 04:05:56 +00:00 |
IVideoWriter.cs
|
house cleaning (AV writer)
|
2014-10-10 18:09:00 +00:00 |
ImageSequenceWriter.cs
|
add ImageSequenceWriter AVDumper
|
2015-01-27 04:04:53 +00:00 |
JMDForm.Designer.cs
|
Change the default Position property of every winform from windows default to center parent
|
2013-11-08 18:43:24 +00:00 |
JMDForm.cs
|
remove redundant code throughout the emuhawk project
|
2014-06-29 02:28:48 +00:00 |
JMDForm.resx
|
Rename Multiclient folder
|
2013-11-03 04:05:56 +00:00 |
JMDWriter.cs
|
house cleaning (AV writer)
|
2014-10-10 18:09:00 +00:00 |
NumericTextBox.cs
|
Movies 2.0 - some progress towards supporting floats
|
2014-02-25 02:56:32 +00:00 |
NutMuxer.cs
|
Specify the parameter for argument-based exceptions. Correct the parameter names of others.
|
2015-02-10 04:19:34 +00:00 |
NutWriter.cs
|
Specify the parameter for argument-based exceptions. Correct the parameter names of others.
|
2015-02-10 04:19:34 +00:00 |
SynclessRecorder.cs
|
house cleaning (AV writer)
|
2014-10-10 18:09:00 +00:00 |
SynclessRecordingTools.Designer.cs
|
proof of concept syncless recorder AV out module
|
2014-06-18 02:28:07 +00:00 |
SynclessRecordingTools.cs
|
remove redundant code throughout the emuhawk project
|
2014-06-29 02:28:48 +00:00 |
SynclessRecordingTools.resx
|
proof of concept syncless recorder AV out module
|
2014-06-18 02:28:07 +00:00 |
VideoWriterChooserForm.Designer.cs
|
add (odd) resolution warning to choose a/v writer and make 'autodetect' button apply CaptureOSD setting
|
2015-02-17 00:13:19 +00:00 |
VideoWriterChooserForm.cs
|
add (odd) resolution warning to choose a/v writer and make 'autodetect' button apply CaptureOSD setting
|
2015-02-17 00:13:19 +00:00 |
VideoWriterChooserForm.resx
|
Rename Multiclient folder
|
2013-11-03 04:05:56 +00:00 |
WavWriter.cs
|
house cleaning (AV writer)
|
2014-10-10 18:09:00 +00:00 |