Henrik Rydgard
|
19d321bd8c
|
Fix a bad memory leak in sceMpeg
|
2017-02-20 11:12:39 +01:00 |
|
Unknown W. Brackets
|
c8d0270bb4
|
Mpeg: Validate data more during demux.
This also parses a bit earlier, not requiring a full 2048 bytes ahead at
all times.
|
2016-06-04 18:16:21 -07:00 |
|
Unknown W. Brackets
|
4d16835990
|
Mpeg: Validate the pack header.
|
2016-06-04 18:16:20 -07:00 |
|
Unknown W. Brackets
|
b191fd2914
|
Mpeg: Make sure not to demux outside the buffer.
|
2016-06-04 18:16:19 -07:00 |
|
Lioncash
|
f830d5dec7
|
Core: Mark some functions as const
|
2014-12-03 15:16:11 -05:00 |
|
Unknown W. Brackets
|
2042672ec7
|
Correct the audio pts from the actual stream data.
Before, we would just increment it and hope we were right. There's no
reason we'd be wrong, but with seeking we have to be more careful.
|
2014-05-15 00:05:40 -07:00 |
|
Unknown W. Brackets
|
eae4c9cc49
|
Check for no audio more directly.
This fixes some cases where the flag was set wrong.
|
2014-04-26 09:38:13 -07:00 |
|
Unknown W. Brackets
|
1de6941482
|
Correct PTS reading during audio demux.
|
2014-04-25 22:50:36 -07:00 |
|
Unknown W. Brackets
|
ea9a6c1b58
|
Fix leaks in sceMpeg demuxing.
|
2014-03-30 13:06:42 -07:00 |
|
Unknown W. Brackets
|
d65af7353b
|
Avoid some ChunkFile includes.
|
2014-03-15 11:32:57 -07:00 |
|
Unknown W. Brackets
|
936f34a6b7
|
Check the audio buffer size just in case.
This way we definitely won't overfill it.
|
2014-01-04 01:25:42 -08:00 |
|
Henrik Rydgård
|
00c32ddadb
|
Mostly get rid of including "Globals.h"
|
2013-12-30 10:17:11 +01:00 |
|
Henrik Rydgård
|
ac2334386a
|
Move BufferQueue out of the at3 plugin header
|
2013-10-17 12:31:22 +02:00 |
|
Unknown W. Brackets
|
50e9e45d65
|
Check version in each DoState() func.
They bail on PointerWrap error or bad version.
|
2013-09-14 20:23:03 -07:00 |
|
oioitff
|
b1cc94b9bf
|
Bug fix for mpeg.
|
2013-06-25 00:16:46 +08:00 |
|
oioitff
|
c970a7e689
|
Use ringbuffer as a real PSP instead huge buffer.
|
2013-06-25 00:16:38 +08:00 |
|
oioitff
|
77a17cacc5
|
Add support for multiple video/audio stream.
|
2013-06-11 19:04:14 +08:00 |
|
Unknown W. Brackets
|
4de27773d2
|
Detect audio end separately from video end.
Fixes Crisis Core, broken by Wipeout Pure fix.
|
2013-06-08 03:00:50 -07:00 |
|
oioitff
|
e0e8b2ec81
|
Add MpegDemux for demuxing audios.
|
2013-06-02 01:25:53 +08:00 |
|