Commit Graph

5443 Commits

Author SHA1 Message Date
mjbudd77 66c301d109 Changed version number to 2.5.0 in anticipation of new release. Typed up some initial release notes for the website. 2021-10-19 21:21:22 -04:00
mjbudd77 f523b49f9b Qt Tas editor module setup in work. 2021-10-18 20:59:14 -04:00
mjbudd77 a77f69a931 More Qt TAS editor control panel development. 2021-10-18 20:18:07 -04:00
zeromus afd65c12f3 Merge branch 'master' of https://github.com/TASEmulators/fceux 2021-10-16 14:09:03 -04:00
zeromus e8b8bff3ec update some urls 2021-10-16 14:08:47 -04:00
zeromus a67d970be8 Create CNAME 2021-10-16 14:07:20 -04:00
zeromus 5e345b7ed3 Delete CNAME 2021-10-16 14:07:15 -04:00
mjbudd77 1cdb85eadd Qt TAS editor window layout in work. 2021-10-16 06:34:11 -04:00
mjbudd77 1db99e21d8 Added initial placeholder widget for Qt TAS piano roll. 2021-10-16 05:22:48 -04:00
mjbudd77 b7ad6cab38 Initial add of empty Tas Editor window for Qt GUI. 2021-10-16 04:43:16 -04:00
mjbudd77 9c4b03c327 Modified Qt main viewport logic so that side panel coloring so that changes via the color picker dialog are seen immediately. Previous behavior is it would only show change upon accepting new color in dialog. Choosing cancel in dialog will return color to original state. 2021-10-09 21:03:55 -04:00
mjbudd77 80b36379e7 Mouse screen coordinates calculation fix for NTSC 2X video scaler. Fixes issue #409 for the Qt GUI. 2021-10-09 18:31:20 -04:00
mjbudd77 5c4d3be30b Movie action text in main movie menu modified to match AVI/WAV convention for Qt GUI. 2021-10-08 21:56:56 -04:00
mjbudd77 fcfddba64b Modified show FPS algorithm to show average frames over the course of one second and only updates text display at that time. 2021-10-08 21:53:16 -04:00
mjbudd77 b69043bbf0 Commented out mac OSX make install in pipeline script since it is already invoked by cpaack. No need to run twice. 2021-10-08 19:56:56 -04:00
mjbudd77 a0ab302b3c MacOSX pipeline bundling library fix. 2021-10-08 19:55:11 -04:00
mjbudd77 cd4d22cc6a Minor audio sink tuning to better play sound when running emulation speeds > 100%. Added logic to prevent the audio sink from emtpying when emulation is paused. This provides a seemless transition when transitioning in/out of pause. 2021-10-06 22:01:52 -04:00
mjbudd77 80ca06224b Fix for macOSX homebrew ffmpeg bundling error. 2021-10-06 18:29:58 -04:00
mjbudd77 59b8c825b5 Added ffmpeg dependency information for Qt/SDL GUI to web pages. 2021-10-05 22:12:26 -04:00
mjbudd77 d695207a71 Bug fix for menu bar for AVI RIFF viewer on mac OS. 2021-10-05 21:49:41 -04:00
mjbudd77 b3f182d91d Added ffmpeg library version to list of open source dependencies on the Qt About Fceux window. 2021-10-05 20:19:06 -04:00
mjbudd77 527fa3901b Added operating system info to AVI metadata encoding. 2021-10-05 07:04:17 -04:00
mjbudd77 e0f9754e80 For Qt GUI, implemented a new method of timing frame advance hold delay so that the delay time is more constant with changing emulation speed. 2021-10-05 06:49:16 -04:00
mjbudd77 4352fd8da0 Added avi metadata encoding code for libgwavi driver (old Qt GUI avi backend). 2021-10-04 22:38:15 -04:00
mjbudd77 6f0f4177f2 Added avi metadata encoding to libav for Qt GUI. 2021-10-04 22:18:09 -04:00
mjbudd77 899dd03ac9 Added code to AVI RIFF viewer to calculate/display video frame rate. 2021-10-04 19:54:01 -04:00
mjbudd77 65565cd1dd Added meta data decoding to AVI RIFF viewer. 2021-10-03 15:46:39 -04:00
mjbudd77 edebc11048 AVI file load efficiency fix. Read entire chunks at a time to increase disk read performance. 2021-10-03 11:19:21 -04:00
mjbudd77 674e3dc8f3 Added a AVI file load progress dialog to give feedback when loading large files. 2021-10-03 10:55:55 -04:00
mjbudd77 a290718962 Modified AVI RIFF viewer code to allow for multiple instances of the window. 2021-10-03 10:16:30 -04:00
mjbudd77 c799d3f11e Removed unused symbol. 2021-10-03 09:43:56 -04:00
mjbudd77 8ccc46d5ec Cleanup of Qt AVI RIFF Viewer. 2021-10-03 09:35:50 -04:00
mjbudd77 becec5c8a7 Added code to decode AVI headers in AVI RIFF viewer. 2021-10-03 09:24:06 -04:00
mjbudd77 6856921c38 AVI RIFF viewer tool in work. 2021-10-03 04:58:15 -04:00
mjbudd77 41e04ece0b Added first cut at AVI RIFF Viewer tool window. 2021-10-02 11:33:35 -04:00
mjbudd77 9853ff37b0 Ensure that show lag count, show frame count, and movie bind state options get saved when toggled with a hot key. 2021-10-01 20:19:14 -04:00
mjbudd77 b23db9f8fc Added debug print statements for AVI video FPS. 2021-10-01 20:02:06 -04:00
mjbudd77 e3a9160797 Added more AVI audio buffer protections. 2021-10-01 17:10:13 -04:00
mjbudd77 df56e32027 Added suggested file names to AVI/WAV Record As file dialogs. 2021-10-01 16:39:13 -04:00
mjbudd77 7717e699cd Buffer AVI audio samples for more efficient packing into file chunks. 2021-10-01 16:28:33 -04:00
mjbudd77 52194fdf3d Bug fix for AVI audio when video compressor gives null frames. 2021-10-01 07:00:10 -04:00
mjbudd77 b06b7a98c6 Modified name of audio sink starve counter reset button to make it more intuitive. 2021-09-30 23:10:42 -04:00
mjbudd77 ec076a772a Added Movie word back into associated main menu movie items. 2021-09-30 23:07:37 -04:00
mjbudd77 35cbbbacf9
Merge pull request #405 from tekktonic/master
Fix on OpenBSD
2021-09-30 19:01:52 -04:00
Daniel Wilkins df154af823 Fix on OpenBSD 2021-09-30 17:34:04 -04:00
mjbudd77 35a4a612fa Added optional ffmpeg dependency info to README. 2021-09-30 07:12:20 -04:00
mjbudd77 2615f9e1e0 Slight efficiency update for showFPS. Only need to pull time stamp from realtime clock once per frame. 2021-09-29 20:23:28 -04:00
mjbudd77 6dc5e678c9 Disabled libgwavi video/audio encoder options button for now. 2021-09-29 20:16:44 -04:00
mjbudd77 3f4a7f55d5 Added missing settings from Qt movie options window to saved config. 2021-09-28 22:39:40 -04:00
mjbudd77 fa84da706f Initialize default sound volume to full for Qt GUI. 2021-09-28 22:05:25 -04:00