History | View | Annotate | Download (12.3 KB)
Remove explicit filename from Doxygen @file commands.
Passing an explicit filename to this command is only necessary if thedocumentation in the @file block refers to a file different from theone the block resides in.
Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove useless assert(), since this can (in theora) be used for any Xiphcodec, so there's no reason to (invalidly) limit it to only Theora.
Also fixes issue 1880 (compilation error on -DDEBUG).
Originally committed as revision 22886 to svn://svn.ffmpeg.org/ffmpeg/trunk
Replace all remaining occurrences of AVERROR_NOMEM withAVERROR.
AVERROR_NOMEM is deprecated and will be dropped at the next libavutilmajor bump.
Originally committed as revision 22791 to svn://svn.ffmpeg.org/ffmpeg/trunk
Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_This was accidentally overwritten in the recent merge of the theora/vorbis codepaths
Originally committed as revision 22774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Merge Vorbis / Theora depayloaders.
Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
Originally committed as revision 22768 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reindent after r22766.
Originally committed as revision 22767 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename functions / comments from "Theora" to "Xiph" where relevant.
Originally committed as revision 22766 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingthe Vorbis / theora depacketizers.
Originally committed as revision 22765 to svn://svn.ffmpeg.org/ffmpeg/trunk