]> git.sesse.net Git - vlc/commit
Modified the way xiph codecs headers are transported in VLC.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 17 Feb 2010 00:30:45 +0000 (01:30 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 17 Feb 2010 22:54:20 +0000 (23:54 +0100)
commitb5ad5b6152423762fe4c6a0849f7307678223da2
tree82a1a018f653e9c749eac2d3d2bf0650bdf7f10a
parentd61a6d40f2330b4896d2a7d6a258c716578700fe
Modified the way xiph codecs headers are transported in VLC.

It makes VLC compatible with FFmpeg vorbis/theora decoder.
It fixes support of big headers (like comments with an art encoded
as a base64 string...).
It simplifies a bit.
modules/access/rtp/xiph.c
modules/codec/kate.c
modules/codec/speex.c
modules/codec/theora.c
modules/codec/vorbis.c
modules/demux/avi/avi.c
modules/demux/mkv/matroska_segment.cpp
modules/demux/ogg.c
modules/demux/xiph.h [new file with mode: 0644]
modules/mux/ogg.c