]> git.sesse.net Git - vlc/commitdiff
Real demuxer: Comments about support/non-support
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 Nov 2007 22:31:43 +0000 (22:31 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 Nov 2007 22:31:43 +0000 (22:31 +0000)
modules/demux/real.c

index f7e7ae2be6517f02dc83f43b5538b380ec3a934f..7b634296ba1faf74cc02ef4b39f03d3085fe411d 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+/**
+ * Status of this demuxer:
+ * Real Media format
+ * -----------------
+ *
+ * version v3 w/ 14_4/lpcJ is ok.
+ * version v4/5: - atrac3 is ok.
+ *               - cook is ok.
+ *               - raac, racp are ok.
+ *               - dnet is twisted "The byte order of the data is reversed
+ *                                  from standard AC3"
+ *               - 28_8 seem problematic.
+ *               - sipr should be fine, but our decoder suxx :)
+ *               - ralf is unsupported, but hardly any sample exist.
+ *               - mp3 is unsupported, one sample exists...
+ *
+ * Real Audio Only
+ * ---------------
+ * Not supported...
+ */
+
 /*****************************************************************************
  * Preamble
  *****************************************************************************/