Move a misplaced tag.theora
commit0da2758093ed39e1fa3c5998dacab894d0681299
authorgiles <giles@0101bb08-14d6-0310-b084-bc0e0c8e3800>
Thu, 1 Oct 2009 18:11:51 +0000 (1 18:11 +0000)
committergiles <giles@0101bb08-14d6-0310-b084-bc0e0c8e3800>
Thu, 1 Oct 2009 18:11:51 +0000 (1 18:11 +0000)
treeeae99d117385288c2f95788ddba5598c681cf618
parenta732535ce811d09f738f7f00ce2c837105e60d23
Move a misplaced tag.

git-svn-id: https://svn.xiph.org/tags/theora@16602 0101bb08-14d6-0310-b084-bc0e0c8e3800
232 files changed:
libtheora-1.1.1/AUTHORS [new file with mode: 0644]
libtheora-1.1.1/CHANGES [new file with mode: 0644]
libtheora-1.1.1/COPYING [new file with mode: 0644]
libtheora-1.1.1/LICENSE [new file with mode: 0644]
libtheora-1.1.1/Makefile.am [new file with mode: 0644]
libtheora-1.1.1/README [new file with mode: 0644]
libtheora-1.1.1/SConstruct [new file with mode: 0644]
libtheora-1.1.1/autogen.sh [new file with mode: 0755]
libtheora-1.1.1/configure.ac [new file with mode: 0644]
libtheora-1.1.1/debian/changelog [new file with mode: 0644]
libtheora-1.1.1/debian/control [new file with mode: 0644]
libtheora-1.1.1/debian/copyright [new file with mode: 0644]
libtheora-1.1.1/debian/libtheora-dev.install [new file with mode: 0644]
libtheora-1.1.1/debian/libtheora0.install [new file with mode: 0644]
libtheora-1.1.1/debian/rules [new file with mode: 0755]
libtheora-1.1.1/debian/watch [new file with mode: 0644]
libtheora-1.1.1/doc/Doxyfile.in [new file with mode: 0644]
libtheora-1.1.1/doc/Makefile.am [new file with mode: 0644]
libtheora-1.1.1/doc/color.html [new file with mode: 0644]
libtheora-1.1.1/doc/draft-ietf-avt-rtp-theora-00.txt [new file with mode: 0644]
libtheora-1.1.1/doc/draft-ietf-avt-rtp-theora-00.xml [new file with mode: 0644]
libtheora-1.1.1/doc/draft-kerr-avt-theora-rtp-00.txt [new file with mode: 0644]
libtheora-1.1.1/doc/draft-kerr-avt-theora-rtp-00.xml [new file with mode: 0644]
libtheora-1.1.1/doc/spec/Makefile.am [new file with mode: 0644]
libtheora-1.1.1/doc/spec/fdct.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/hilbert-block.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/hilbert-mb.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/idct.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/lflim.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/ltablex.sty [new file with mode: 0644]
libtheora-1.1.1/doc/spec/macroblock.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/pic-frame.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/pic_even.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/pic_even_odd.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/pic_odd.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/pic_odd_even.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/pixel420.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/pixel422.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/pixel444.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/raster-block.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/reference-frames.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/spec.bib [new file with mode: 0644]
libtheora-1.1.1/doc/spec/spec.tex [new file with mode: 0644]
libtheora-1.1.1/doc/spec/superblock.fig [new file with mode: 0644]
libtheora-1.1.1/doc/spec/vp3huff.c [new file with mode: 0644]
libtheora-1.1.1/doc/spec/xifish.fig [new file with mode: 0644]
libtheora-1.1.1/doc/vp3-format.txt [new file with mode: 0644]
libtheora-1.1.1/examples/Makefile.am [new file with mode: 0644]
libtheora-1.1.1/examples/README_SPLAYER [new file with mode: 0644]
libtheora-1.1.1/examples/dump_psnr.c [new file with mode: 0644]
libtheora-1.1.1/examples/dump_video.c [new file with mode: 0644]
libtheora-1.1.1/examples/encoder_example.c [new file with mode: 0644]
libtheora-1.1.1/examples/getopt.c [new file with mode: 0644]
libtheora-1.1.1/examples/getopt.h [new file with mode: 0644]
libtheora-1.1.1/examples/getopt1.c [new file with mode: 0644]
libtheora-1.1.1/examples/player_example.c [new file with mode: 0644]
libtheora-1.1.1/examples/png2theora.c [new file with mode: 0644]
libtheora-1.1.1/examples/splayer.c [new file with mode: 0644]
libtheora-1.1.1/include/Makefile.am [new file with mode: 0644]
libtheora-1.1.1/include/theora/Makefile.am [new file with mode: 0644]
libtheora-1.1.1/include/theora/codec.h [new file with mode: 0644]
libtheora-1.1.1/include/theora/theora.h [new file with mode: 0644]
libtheora-1.1.1/include/theora/theoradec.h [new file with mode: 0644]
libtheora-1.1.1/include/theora/theoraenc.h [new file with mode: 0644]
libtheora-1.1.1/lib/Makefile.am [new file with mode: 0644]
libtheora-1.1.1/lib/Version_script [new file with mode: 0644]
libtheora-1.1.1/lib/Version_script-dec [new file with mode: 0644]
libtheora-1.1.1/lib/Version_script-enc [new file with mode: 0644]
libtheora-1.1.1/lib/analyze.c [new file with mode: 0644]
libtheora-1.1.1/lib/apiwrapper.c [new file with mode: 0644]
libtheora-1.1.1/lib/apiwrapper.h [new file with mode: 0644]
libtheora-1.1.1/lib/bitpack.c [new file with mode: 0644]
libtheora-1.1.1/lib/bitpack.h [new file with mode: 0644]
libtheora-1.1.1/lib/cpu.c [new file with mode: 0644]
libtheora-1.1.1/lib/cpu.h [new file with mode: 0644]
libtheora-1.1.1/lib/dct.h [new file with mode: 0644]
libtheora-1.1.1/lib/decapiwrapper.c [new file with mode: 0644]
libtheora-1.1.1/lib/decinfo.c [new file with mode: 0644]
libtheora-1.1.1/lib/decint.h [new file with mode: 0644]
libtheora-1.1.1/lib/decode.c [new file with mode: 0644]
libtheora-1.1.1/lib/defexp.awk [new file with mode: 0644]
libtheora-1.1.1/lib/dequant.c [new file with mode: 0644]
libtheora-1.1.1/lib/dequant.h [new file with mode: 0644]
libtheora-1.1.1/lib/encapiwrapper.c [new file with mode: 0644]
libtheora-1.1.1/lib/encfrag.c [new file with mode: 0644]
libtheora-1.1.1/lib/encinfo.c [new file with mode: 0644]
libtheora-1.1.1/lib/encint.h [new file with mode: 0644]
libtheora-1.1.1/lib/encode.c [new file with mode: 0644]
libtheora-1.1.1/lib/encoder_disabled.c [new file with mode: 0644]
libtheora-1.1.1/lib/enquant.c [new file with mode: 0644]
libtheora-1.1.1/lib/enquant.h [new file with mode: 0644]
libtheora-1.1.1/lib/fdct.c [new file with mode: 0644]
libtheora-1.1.1/lib/fragment.c [new file with mode: 0644]
libtheora-1.1.1/lib/huffdec.c [new file with mode: 0644]
libtheora-1.1.1/lib/huffdec.h [new file with mode: 0644]
libtheora-1.1.1/lib/huffenc.c [new file with mode: 0644]
libtheora-1.1.1/lib/huffenc.h [new file with mode: 0644]
libtheora-1.1.1/lib/huffman.h [new file with mode: 0644]
libtheora-1.1.1/lib/idct.c [new file with mode: 0644]
libtheora-1.1.1/lib/info.c [new file with mode: 0644]
libtheora-1.1.1/lib/internal.c [new file with mode: 0644]
libtheora-1.1.1/lib/internal.h [new file with mode: 0644]
libtheora-1.1.1/lib/mathops.c [new file with mode: 0644]
libtheora-1.1.1/lib/mathops.h [new file with mode: 0644]
libtheora-1.1.1/lib/mcenc.c [new file with mode: 0644]
libtheora-1.1.1/lib/modedec.h [new file with mode: 0644]
libtheora-1.1.1/lib/ocintrin.h [new file with mode: 0644]
libtheora-1.1.1/lib/quant.c [new file with mode: 0644]
libtheora-1.1.1/lib/quant.h [new file with mode: 0644]
libtheora-1.1.1/lib/rate.c [new file with mode: 0644]
libtheora-1.1.1/lib/state.c [new file with mode: 0644]
libtheora-1.1.1/lib/theora.def [new file with mode: 0644]
libtheora-1.1.1/lib/theora.exp [new file with mode: 0644]
libtheora-1.1.1/lib/theoradec.exp [new file with mode: 0644]
libtheora-1.1.1/lib/theoraenc.exp [new file with mode: 0644]
libtheora-1.1.1/lib/tokenize.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86/mmxencfrag.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86/mmxfdct.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86/mmxfrag.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86/mmxfrag.h [new file with mode: 0644]
libtheora-1.1.1/lib/x86/mmxidct.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86/mmxloop.h [new file with mode: 0644]
libtheora-1.1.1/lib/x86/mmxstate.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86/sse2fdct.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86/x86enc.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86/x86enc.h [new file with mode: 0644]
libtheora-1.1.1/lib/x86/x86int.h [new file with mode: 0644]
libtheora-1.1.1/lib/x86/x86state.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/mmxencfrag.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/mmxfdct.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/mmxfrag.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/mmxfrag.h [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/mmxidct.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/mmxloop.h [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/mmxstate.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/x86enc.c [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/x86enc.h [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/x86int.h [new file with mode: 0644]
libtheora-1.1.1/lib/x86_vc/x86state.c [new file with mode: 0644]
libtheora-1.1.1/libtheora.spec.in [new file with mode: 0644]
libtheora-1.1.1/m4/Makefile.am [new file with mode: 0644]
libtheora-1.1.1/m4/as-ac-expand.m4 [new file with mode: 0644]
libtheora-1.1.1/m4/ogg.m4 [new file with mode: 0644]
libtheora-1.1.1/m4/pkg.m4 [new file with mode: 0644]
libtheora-1.1.1/m4/sdl.m4 [new file with mode: 0644]
libtheora-1.1.1/m4/vorbis.m4 [new file with mode: 0644]
libtheora-1.1.1/macosx/English.lproj/InfoPlist.strings [new file with mode: 0644]
libtheora-1.1.1/macosx/Info.plist [new file with mode: 0644]
libtheora-1.1.1/macosx/Theora.xcodeproj/project.pbxproj [new file with mode: 0644]
libtheora-1.1.1/macosx/Theora_Prefix.pch [new file with mode: 0644]
libtheora-1.1.1/symbian/bld.inf [new file with mode: 0644]
libtheora-1.1.1/symbian/config.h [new file with mode: 0644]
libtheora-1.1.1/symbian/theora.mmp [new file with mode: 0644]
libtheora-1.1.1/tests/Makefile.am [new file with mode: 0644]
libtheora-1.1.1/tests/comment.c [new file with mode: 0644]
libtheora-1.1.1/tests/comment_theora.c [new file with mode: 0644]
libtheora-1.1.1/tests/granulepos.c [new file with mode: 0644]
libtheora-1.1.1/tests/granulepos_theora.c [new file with mode: 0644]
libtheora-1.1.1/tests/noop.c [new file with mode: 0644]
libtheora-1.1.1/tests/noop_theora.c [new file with mode: 0644]
libtheora-1.1.1/tests/tests.h [new file with mode: 0644]
libtheora-1.1.1/theora-uninstalled.pc.in [new file with mode: 0644]
libtheora-1.1.1/theora.pc.in [new file with mode: 0644]
libtheora-1.1.1/theoradec-uninstalled.pc.in [new file with mode: 0644]
libtheora-1.1.1/theoradec.pc.in [new file with mode: 0644]
libtheora-1.1.1/theoraenc-uninstalled.pc.in [new file with mode: 0644]
libtheora-1.1.1/theoraenc.pc.in [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/README [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/dump_video/dump_video_dynamic.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/dump_video/dump_video_static.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/encoder_example/encoder_example_dynamic.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/encoder_example/encoder_example_static.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/libogg.vsprops [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/libtheora/libtheora_dynamic.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/libtheora/libtheora_static.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/libtheora_dynamic.sln [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/libtheora_static.sln [new file with mode: 0644]
libtheora-1.1.1/win32/VS2005/libvorbis.vsprops [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/README [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/dump_video/dump_video_dynamic.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/dump_video/dump_video_static.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/encoder_example/encoder_example_dynamic.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/encoder_example/encoder_example_static.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/libogg.vsprops [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/libtheora/libtheora_dynamic.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/libtheora/libtheora_static.vcproj [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/libtheora_dynamic.sln [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/libtheora_static.sln [new file with mode: 0644]
libtheora-1.1.1/win32/VS2008/libvorbis.vsprops [new file with mode: 0644]
libtheora-1.1.1/win32/build_theora_static.bat [new file with mode: 0755]
libtheora-1.1.1/win32/build_theora_static_debug.bat [new file with mode: 0755]
libtheora-1.1.1/win32/experimental/dumpvid/dumpvid.dsp [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/encoderwin/ReadMe.txt [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/encoderwin/encoderwin.dsp [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/transcoder/avi2vp3/avi2vp3.c [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/transcoder/avi2vp3/avilib.c [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/transcoder/avi2vp3/avilib.h [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/transcoder/avi2vp3/outfile.vp3 [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/transcoder/avi2vp3/vp31.avi [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/transcoder/readme.txt [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/transcoder/transcoder.dsp [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/transcoder/transcoder_example.c [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/wincompat/README.txt [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/wincompat/getopt.c [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/wincompat/getopt.h [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/wincompat/getopt_long.c [new file with mode: 0644]
libtheora-1.1.1/win32/experimental/wincompat/unistd.h [new file with mode: 0644]
libtheora-1.1.1/win32/getopt.c [new file with mode: 0644]
libtheora-1.1.1/win32/getopt1.c [new file with mode: 0644]
libtheora-1.1.1/win32/getopt_win.h [new file with mode: 0644]
libtheora-1.1.1/win32/theora_static.dsp [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/Makefile [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoradec-all.def [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoradec-all.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoradec.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoradec70.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoradec70d.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoradec71.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoradec71d.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoradec80.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoradec80d.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoradecd.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoraenc-all.def [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoraenc-all.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoraenc.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoraenc70.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoraenc70d.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoraenc71.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoraenc71d.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoraenc80.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoraenc80d.rc [new file with mode: 0644]
libtheora-1.1.1/win32/xmingw32/libtheoraencd.rc [new file with mode: 0644]