Commit graph

24 commits

Author SHA1 Message Date
Ilari Liusvaara
f4f523c272 lsnes-dumpavi: Change order of dumper startup and lua startup
This is so that lua script can change settings.
2012-04-24 14:37:13 +03:00
Ilari Liusvaara
1974362569 Split cases for prefix and special for dumper targets 2012-04-06 14:35:56 +03:00
Ilari Liusvaara
b3d3bc5afa Merge branch 'rr1-maint'
Conflicts:
	src/lua/input.cpp
2012-03-10 08:20:59 +02:00
Ilari Liusvaara
17d2d84d70 Movieinfo: Print port 2 type right 2012-03-09 21:39:34 +02:00
Ilari Liusvaara
4c38e3784a Merge branch 'rr1-maint'
Conflicts:
	Makefile
	src/core/render.cpp
2012-03-07 21:12:14 +02:00
Ilari Liusvaara
626ff5e200 Add patchseries for v087
Additionally, fix the mouse input craziness.
2012-03-07 17:12:42 +02:00
Ilari Liusvaara
c72078e42c Some dumping improvements
- Add commandline commands to print dumper listings.
- Add option for lsnes-dumpavi to load shared objects.
2012-02-13 09:57:26 +02:00
Ilari Liusvaara
d45b316380 Refactor makefile
Refactor the makefile and move some code files to more logical places.
2012-02-06 05:38:51 +02:00
Ilari Liusvaara
79d7f37282 Rewrite lsnes-dumpavi to use adv_dumper interface
Now lsnes-dumpavi can use any dumper compiled in without changes.
2012-01-23 11:26:32 +02:00
Ilari Liusvaara
6850314662 Raw dumping support 2012-01-23 01:40:22 +02:00
Ilari Liusvaara
2cfa118f96 Fix unattended dumping 2012-01-23 01:30:24 +02:00
Ilari Liusvaara
133957eeb8 Fix compression settings in lsnes-dumpavi 2012-01-23 00:53:37 +02:00
Ilari Liusvaara
8df91c55f2 Wxwidgets: Allow controlling dumper start/stop from menu 2012-01-11 01:21:13 +02:00
Ilari Liusvaara
66818758d9 Fix lsnes-dumpavi
Fix lsnes-dumpavi after changes to dumper interface.
2012-01-06 18:38:07 +02:00
Ilari Liusvaara
c3fc676519 Fix whitespace errors 2011-12-27 09:41:28 +02:00
Ilari Liusvaara
3edb715eb8 Call lua_close()
Prevents Valgrind from complaining about some memory leaks...
2011-11-29 11:46:58 +02:00
Ilari Liusvaara
caffc7042c sdmp2sox: Refactor a lot and add AR correction mode 2011-11-27 23:12:44 +02:00
Ilari Liusvaara
6b6176bbdb sdmp2sox: Fix NTSC overscan handling 2011-11-26 22:28:58 +02:00
Ilari Liusvaara
27e5ccb00c sdmp2sox: Write silence to sound track when using -l or -L 2011-11-26 16:52:57 +02:00
Ilari Liusvaara
0236a1d606 Don't hash movies
Movie hashing is not a good idea due to how slow it is. Do raw comparison
without hashing instead.
2011-11-24 08:51:25 +02:00
Ilari Liusvaara
fb3b9071f9 sdmp2sox: Add offset by 2s and offset by 2s with 10 frames modes 2011-11-16 21:58:14 +02:00
Ilari Liusvaara
223c5d7cea Fix zero luma corner case 2011-11-08 23:09:49 +02:00
Ilari Liusvaara
d04999ae89 Concentrate inter-component communication to one place 2011-11-08 21:22:30 +02:00
Ilari Liusvaara
044691d555 Move files around a lot 2011-11-06 14:41:41 +02:00