I’m really glad to see that there is support for so many codecs in the cvs repository.
Are there any plans to make any of the following plugins for the new media kit:
- -AAC decoder based on FAAD2 (GPL), http://www.audiocoding.com
-AAC reader for reading RAW streams and ADTS and ADIF headers, http://www.audiocoding.com/wiki/index.php?page=ADTS
http://www.audiocoding.com/wiki/index.php?page=ADIF
-MP4 file format reader based on mp4v2 in MPEG4IP project (MPL), http://www.mpeg4ip.net
Can probably handle MOV files as well (it’s basically the same format).
-FLAC decoder
-HuffYUV decoder (GPL), http://neuron2.net/www.math.berkeley.edu/benrg/
-Writers for which formats?
-Encoders for various codecs like MP3, AAC, Vorbis, Musepack, MPEG4 video, HuffYUV, FLAC etc.
Does it exist any documentation on how to write plugins for the Haiku media kit?
Does streaming from Internet work in the media kit?
What about playing files while they are being downloaded to disk? I.e. file size will increase after file was opened. Will playing stop at the position which was present when the file was first opened or will playback continue with the part that has been downloaded under the meantime the file was playing?