move ffmpeg dependent parts to ffs
commit183aaa802b19fe2d7a27593e5e76acbe451b9b76
authorAli Gholami Rudi <ali@rudi.ir>
Tue, 12 Apr 2011 17:04:45 +0000 (12 21:34 +0430)
committerAli Gholami Rudi <ali@rudi.ir>
Wed, 13 Apr 2011 13:43:31 +0000 (13 18:13 +0430)
tree2da41025d719b00d7542a34f9acde2c810cfd6e0
parentc55d7b7fe778278b198fd32b9f5aed03f8e13f0f
move ffmpeg dependent parts to ffs

This patch does a lot of things:
* move ffmpeg-dependent parts to ffs.c
* separate decoding video from audio (needed to remove audio delay)
* using oss instead of alsa
* moving audio decoding to a separate thread
Makefile
fbff.c
ffs.c [new file with mode: 0644]
ffs.h [new file with mode: 0644]