This website requires JavaScript.
Explore
Hush
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1689f0e3469fb8f372a74ada34ec71f858449f27
haiku-beta6
/
src
/
add-ons
/
media
/
plugins
T
History
beveloper
1689f0e346
make MediaPlayer recognize the video track, plus small cleanup
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6400 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-28 23:34:08 +00:00
..
aiff_reader
raw decoder supports many samples types now, and support for them
2003-12-27 14:51:14 +00:00
au_reader
raw decoder supports many samples types now, and support for them
2003-12-27 14:51:14 +00:00
avcodec
incorporated my private dprintf patches, avcodec now building
2004-01-20 06:46:42 +00:00
avi_reader
make MediaPlayer recognize the video track, plus small cleanup
2004-01-28 23:34:08 +00:00
mp3_decoder
small test, but this resync thing doesn't work well
2004-01-25 22:07:07 +00:00
mp3_reader
do not fail if GetFormatFor fails, instead spit out a TRACE message and then use a default format, with the user_data field populated so that MediaPlayer can give a somewhat helpful error message
2004-01-25 21:33:28 +00:00
musepack
fixed playback problems and made start_time calculation more reliable
2004-01-24 16:53:22 +00:00
ogg
accurate frame count and duration computation. SoundPlay seems to behave /slightly/ better now. At least it stopped machine-gun playing the files. unfortunately the caching packet implementation seems to come with a drawback. the granulepos is only valid on the initial traversal through the file. not sure why but this means that we only get one shot at computing the frame count and duration, so I cached them for the time being. it would be nice to be clever about recomputing the frame count and duration in the face of changing file sizes (downloads) and not traverse the whole file anyway, but this will require some more work. also we may (will?) need those granulepos for seek.
2004-01-26 10:51:54 +00:00
raw_decoder
removed codec registration bug, raw formats working again
2004-01-24 16:55:14 +00:00
speex
factored out description and default format construction and made them available through ogg, use these in case BMediaFormats fails -- like it does with the tobias streams for right now
2004-01-25 07:43:32 +00:00
vorbis
factored out description and default format construction and made them available through ogg, use these in case BMediaFormats fails -- like it does with the tobias streams for right now
2004-01-25 07:43:32 +00:00
wav_reader
raw decoder supports many samples types now, and support for them
2003-12-27 14:51:14 +00:00
Jamfile
add speex codec shell and lib
2004-01-20 07:21:16 +00:00