forked from len0rd/rockbox
mpegplayer: Make playback engine fully seekable and frame-accurate and split into logical parts. Be sure to have all current features work. Actual UI for seeking will be added soon. Recommended GOP size is about 15-30 frames depending on target or seeking can be slow with really long GOPs (nature of MPEG video). More refined encoding recommendations for a particular player should be posted soon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15977 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1d0f6b90ff
commit
a222f27c4a
34 changed files with 7850 additions and 2764 deletions
|
@ -18,5 +18,13 @@ motion_comp_c.c
|
|||
|
||||
slice.c
|
||||
video_out_rockbox.c
|
||||
video_thread.c
|
||||
pcm_output.c
|
||||
audio_thread.c
|
||||
disk_buf.c
|
||||
mpeg_settings.c
|
||||
stream_mgr.c
|
||||
mpegplayer.c
|
||||
mpeg_linkedlist.c
|
||||
mpeg_parser.c
|
||||
mpeg_misc.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue