New audio PES handling.

New easier and more flexible audio PES packet parser, which includes own
codec parser.
Removed av_parser use.
Reduced audio buffer time, faster channel switch.
New audio transport stream parser (not enabled as default).
This commit is contained in:
Johns
2012-02-21 20:55:28 +01:00
parent 1f232db5b4
commit 5d8dea1b6b
12 changed files with 1302 additions and 420 deletions

View File

@@ -1,6 +1,7 @@
User johns
Date:
New audio PES packet parser.
Fix bug: Grabbing a JPG image fails while suspended.
Add support for hot keys.
Add support to use characters input in edit mode.