libeplayer3: merge buffered IO code from TDT; implement proper audio resampling

Origin commit data
------------------
Branch: master
Commit: 1a2aa05948
Author: martii <m4rtii@gmx.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-03-09 14:47:34 +01:00
parent f0138cbd29
commit b06c39e105
3 changed files with 664 additions and 55 deletions

View File

@@ -24,6 +24,13 @@ CONTAINER_SWITCH_TELETEXT,
CONTAINER_INFO,
CONTAINER_STATUS,
CONTAINER_LAST_PTS,
#ifdef MARTII //TDT
CONTAINER_SET_BUFFER_SEEK_TIME,
CONTAINER_SET_BUFFER_SIZE,
CONTAINER_GET_BUFFER_SIZE,
CONTAINER_GET_BUFFER_STATUS,
CONTAINER_STOP_BUFFER,
#endif
CONTAINER_DATA
} ContainerCmd_t;