[vlc-devel] commit: Modified the way xiph codecs headers are transported in VLC. ( Laurent Aimar )
git version control
git at videolan.org
Wed Feb 17 23:54:34 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Feb 17 01:30:45 2010 +0100| [b5ad5b6152423762fe4c6a0849f7307678223da2] | committer: Laurent Aimar
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5ad5b6152423762fe4c6a0849f7307678223da2
---
modules/access/rtp/xiph.c | 37 +++-----
modules/codec/kate.c | 108 +++++++----------------
modules/codec/speex.c | 109 +++++++---------------
modules/codec/theora.c | 127 ++++++++------------------
modules/codec/vorbis.c | 130 ++++++++-------------------
modules/demux/avi/avi.c | 67 --------------
modules/demux/mkv/matroska_segment.cpp | 150 ++-----------------------------
modules/demux/ogg.c | 155 ++++++++++++++------------------
modules/demux/xiph.h | 149 ++++++++++++++++++++++++++++++
modules/mux/ogg.c | 69 +++++++--------
10 files changed, 414 insertions(+), 687 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b5ad5b6152423762fe4c6a0849f7307678223da2
More information about the vlc-devel
mailing list