5099 Commits

Author SHA1 Message Date
Unknown W. Brackets
b32a52f35c Convert videos directly to the desired format.
This still converts at least in some cases, but less.  But these seem
backwards, why are the BGR formats converting to RGB?
2013-06-02 00:31:16 -07:00
Henrik Rydgård
946b7bd310 Merge pull request #2028 from unknownbrackets/console-th
Keep only one actual console writer thread (Windows)
2013-06-02 00:27:09 -07:00
Henrik Rydgård
1f42cfc750 Merge pull request #2029 from raven02/patch-1
Show "Enable Atrac3+" option only when sound is enabled
2013-06-02 00:26:37 -07:00
raven02
dfbed56ac5 Display "Enable Atrac3+" option only when Sound is enabled 2013-06-02 15:12:12 +08:00
Unknown W. Brackets
d6c94eb9a4 Keep only one actual console writer thread.
Fixes issues with colors when multiple log types (e.g. HLE and ME or G3D)
were used nearby each other.  Oops.
2013-06-01 22:18:21 -07:00
Sacha
b39a572043 Buildfixes.
Fix C++11 usage.
Remove redundancy.
Fix st_*time re-usage.
2013-06-02 13:26:39 +10:00
Henrik Rydgård
aa2781a130 Merge pull request #2022 from unknownbrackets/mpeg-fix
Send games a free packet count that makes sense to them
2013-06-01 15:42:42 -07:00
Unknown W. Brackets
3d1e426e4a Send games a free packet count that makes sense. 2013-06-01 15:33:47 -07:00
Henrik Rydgard
230d0b3679 Buildfixes 2013-06-01 23:37:51 +02:00
Henrik Rydgård
1939553ac0 Merge pull request #2021 from Dzakus/patch-1
Hide legacy menu key
2013-06-01 14:25:05 -07:00
Henrik Rydgård
0e65c23346 Merge pull request #2020 from oioitff/mpeg-support
Rewrite some core functions for sceMpeg with ffmpeg.
2013-06-01 14:24:48 -07:00
Dzakus
837fcf4296 Hide legacy menu key
http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html
2013-06-01 21:53:17 +02:00
oioitff
c84cdee0c7 Partly implement scePsmf with MediaEngine. 2013-06-02 01:30:51 +08:00
oioitff
0b23e0389f Rewrite and implement sceMpeg with MediaEngine. 2013-06-02 01:29:59 +08:00
oioitff
e099b8d954 Rewrite and implement MediaEngine. 2013-06-02 01:29:22 +08:00
oioitff
a7657c5a70 Fix a tiny bug in Framebuffer.
Prepare for showing video images.
2013-06-02 01:28:23 +08:00
oioitff
e0e8b2ec81 Add MpegDemux for demuxing audios. 2013-06-02 01:25:53 +08:00
Henrik Rydgard
1e84dd23d7 Hide atrac3+ option if no codec dll/.so installed 2013-06-01 19:12:11 +02:00
Henrik Rydgård
d951722d21 Merge pull request #2019 from unknownbrackets/elf-fix
Add more reporting to ELF loading/relocations
2013-06-01 09:55:57 -07:00
Unknown W. Brackets
bae5f9654f Don't forget to mark a module as started w/o entry. 2013-06-01 09:39:15 -07:00
Unknown W. Brackets
cc647ed910 Add logging of more relocation errors. 2013-06-01 09:29:38 -07:00
Unknown W. Brackets
a42f80ed55 Add some logging for duplicate HI16/LO16 relocs. 2013-06-01 09:12:31 -07:00
Henrik Rydgård
23fabb3455 Merge pull request #2016 from raven02/patch-8
Toggle Atrac3+ in [Sound] section
2013-06-01 08:25:36 -07:00
Henrik Rydgård
6db586e12f Merge pull request #2015 from tpunix/master
Module load bug fix
2013-06-01 08:25:08 -07:00
raven02
25b8007407 Toggle Atrac3+ in [Sound] section 2013-06-01 23:10:31 +08:00
tpu
934196109e WriteVarSymbol bug fix 2013-06-01 22:43:23 +08:00
Henrik Rydgård
7aba4e07a6 Merge pull request #2014 from lioncash/master
Fix a case where the wrong array was used.
2013-06-01 01:18:49 -07:00
Lioncash
f86eebbf74 Fix a case where the wrong array was used. 2013-06-01 04:13:39 -04:00
Henrik Rydgård
3b85d2ffb8 Merge pull request #2012 from unknownbrackets/warnings
Warning fixes and small cleanup
2013-06-01 00:37:09 -07:00
Sacha
c2ef287f51 Buildfix for Symbian/Meego and other platforms. 2013-06-01 17:10:22 +10:00
Sacha
2a01a1e175 Go back to previous ffmpeg as bb update isn't merged. 2013-06-01 16:36:51 +10:00
Unknown W. Brackets
ae5fad2b39 Don't try to read outside the SAVEDATA_FILE_LIST. 2013-05-31 23:14:29 -07:00
Unknown W. Brackets
06c19622d5 Fix some init/type warnings. 2013-05-31 23:14:29 -07:00
Unknown W. Brackets
98f99e1e3c Fix some initialization order warnings. 2013-05-31 23:14:28 -07:00
Unknown W. Brackets
7687bccce6 Try to avoid possible global var name conflicts. 2013-05-31 23:14:28 -07:00
Unknown W. Brackets
f5abbe35ae Protect against a double free. 2013-05-31 23:14:27 -07:00
Unknown W. Brackets
973e21b8d9 Don't create blank cheat files when cheats off. 2013-05-31 23:14:27 -07:00
Unknown W. Brackets
2cd8f928a7 Just disable the this constructor warning here. 2013-05-31 23:14:27 -07:00
Unknown W. Brackets
ffbe28fc61 Fix some minor type conversion warnings. 2013-05-31 23:14:26 -07:00
Sacha
19f6beb35b Update native for Blackberry. New BB10 frontend. 2013-06-01 16:06:07 +10:00
Sacha
3956bd004e Qt Buildfix. 2013-06-01 15:31:05 +10:00
Henrik Rydgard
ac7f6e6cf4 Oops 2013-06-01 00:53:24 +02:00
Henrik Rydgard
c1ce720bdd Update native (android buildfix) 2013-06-01 00:50:43 +02:00
Henrik Rydgard
c9b3c7f7f9 minor fixes to NativeApp.cpp 2013-05-31 23:12:48 +02:00
Henrik Rydgard
ab4987bc20 Update to latest version of "native" 2013-05-31 23:10:58 +02:00
Henrik Rydgård
f2c316a64a Merge pull request #2009 from unknownbrackets/gpu-minor
Add GPU statistic for cycles executed
2013-05-31 12:39:47 -07:00
Unknown W. Brackets
c115a6f36c Don't report alphatest masks for always/never. 2013-05-31 10:40:39 -07:00
Unknown W. Brackets
9c85bd92e4 Show statistics for GPU cycles executed per frame. 2013-05-31 10:40:16 -07:00
Henrik Rydgård
6726f017d2 Merge pull request #2008 from thedax/master
Fix some logging typos & a comment typo
2013-05-31 10:38:03 -07:00
The Dax
cda9881cb9 Fix some logging typos and a comment typo. 2013-05-31 12:59:39 -04:00