Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 16:12:02 +0000 (01:12 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 16:12:02 +0000 (01:12 +0900)
commit551d7cbb4a415e35ffe6280b9f7a45863761644d
treee303c8cb8532f414be76f96b580ee6f397826db3
parentca4efc3e5f1cdc0a275805483f4960ebdc3937c8
Git init
183 files changed:
AUTHORS [new file with mode: 0644]
CHANGES [new file with mode: 0644]
COPYING [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README [new file with mode: 0644]
SConstruct [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
compile [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libtheora-dev.install [new file with mode: 0644]
debian/libtheora0.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
depcomp [new file with mode: 0755]
doc/Doxyfile.in [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/color.html [new file with mode: 0644]
doc/draft-ietf-avt-rtp-theora-00.txt [new file with mode: 0644]
doc/draft-ietf-avt-rtp-theora-00.xml [new file with mode: 0644]
doc/spec/Makefile.am [new file with mode: 0644]
doc/spec/Makefile.in [new file with mode: 0644]
doc/spec/Theora.pdf [new file with mode: 0644]
doc/spec/fdct.fig [new file with mode: 0644]
doc/spec/hilbert-block.fig [new file with mode: 0644]
doc/spec/hilbert-mb.fig [new file with mode: 0644]
doc/spec/idct.fig [new file with mode: 0644]
doc/spec/lflim.fig [new file with mode: 0644]
doc/spec/ltablex.sty [new file with mode: 0644]
doc/spec/macroblock.fig [new file with mode: 0644]
doc/spec/pic-frame.fig [new file with mode: 0644]
doc/spec/pic_even.fig [new file with mode: 0644]
doc/spec/pic_even_odd.fig [new file with mode: 0644]
doc/spec/pic_odd.fig [new file with mode: 0644]
doc/spec/pic_odd_even.fig [new file with mode: 0644]
doc/spec/pixel420.fig [new file with mode: 0644]
doc/spec/pixel422.fig [new file with mode: 0644]
doc/spec/pixel444.fig [new file with mode: 0644]
doc/spec/raster-block.fig [new file with mode: 0644]
doc/spec/reference-frames.fig [new file with mode: 0644]
doc/spec/spec.bib [new file with mode: 0644]
doc/spec/spec.tex [new file with mode: 0644]
doc/spec/superblock.fig [new file with mode: 0644]
doc/spec/vp3huff.c [new file with mode: 0644]
doc/spec/xifish.fig [new file with mode: 0644]
doc/vp3-format.txt [new file with mode: 0644]
examples/Makefile.am [new file with mode: 0644]
examples/Makefile.in [new file with mode: 0644]
examples/dump_psnr.c [new file with mode: 0644]
examples/dump_video.c [new file with mode: 0644]
examples/encoder_example.c [new file with mode: 0644]
examples/player_example.c [new file with mode: 0644]
examples/png2theora.c [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/Makefile.in [new file with mode: 0644]
include/theora/Makefile.am [new file with mode: 0644]
include/theora/Makefile.in [new file with mode: 0644]
include/theora/codec.h [new file with mode: 0644]
include/theora/theora.h [new file with mode: 0644]
include/theora/theoradec.h [new file with mode: 0644]
include/theora/theoraenc.h [new file with mode: 0644]
install-sh [new file with mode: 0755]
lib/Makefile.am [new file with mode: 0644]
lib/Makefile.in [new file with mode: 0644]
lib/Version_script [new file with mode: 0644]
lib/Version_script-dec [new file with mode: 0644]
lib/Version_script-enc [new file with mode: 0644]
lib/analyze.c [new file with mode: 0644]
lib/apiwrapper.c [new file with mode: 0644]
lib/apiwrapper.h [new file with mode: 0644]
lib/bitpack.c [new file with mode: 0644]
lib/bitpack.h [new file with mode: 0644]
lib/cpu.c [new file with mode: 0644]
lib/cpu.h [new file with mode: 0644]
lib/dct.h [new file with mode: 0644]
lib/decapiwrapper.c [new file with mode: 0644]
lib/decinfo.c [new file with mode: 0644]
lib/decint.h [new file with mode: 0644]
lib/decode.c [new file with mode: 0644]
lib/dequant.c [new file with mode: 0644]
lib/dequant.h [new file with mode: 0644]
lib/encapiwrapper.c [new file with mode: 0644]
lib/encfrag.c [new file with mode: 0644]
lib/encinfo.c [new file with mode: 0644]
lib/encint.h [new file with mode: 0644]
lib/encode.c [new file with mode: 0644]
lib/encoder_disabled.c [new file with mode: 0644]
lib/enquant.c [new file with mode: 0644]
lib/enquant.h [new file with mode: 0644]
lib/fdct.c [new file with mode: 0644]
lib/fragment.c [new file with mode: 0644]
lib/huffdec.c [new file with mode: 0644]
lib/huffdec.h [new file with mode: 0644]
lib/huffenc.c [new file with mode: 0644]
lib/huffenc.h [new file with mode: 0644]
lib/huffman.h [new file with mode: 0644]
lib/idct.c [new file with mode: 0644]
lib/info.c [new file with mode: 0644]
lib/internal.c [new file with mode: 0644]
lib/internal.h [new file with mode: 0644]
lib/mathops.c [new file with mode: 0644]
lib/mathops.h [new file with mode: 0644]
lib/mcenc.c [new file with mode: 0644]
lib/modedec.h [new file with mode: 0644]
lib/ocintrin.h [new file with mode: 0644]
lib/quant.c [new file with mode: 0644]
lib/quant.h [new file with mode: 0644]
lib/rate.c [new file with mode: 0644]
lib/state.c [new file with mode: 0644]
lib/theora.exp [new file with mode: 0644]
lib/theoradec.exp [new file with mode: 0644]
lib/theoraenc.exp [new file with mode: 0644]
lib/tokenize.c [new file with mode: 0644]
lib/x86/mmxencfrag.c [new file with mode: 0644]
lib/x86/mmxfdct.c [new file with mode: 0644]
lib/x86/mmxfrag.c [new file with mode: 0644]
lib/x86/mmxfrag.h [new file with mode: 0644]
lib/x86/mmxidct.c [new file with mode: 0644]
lib/x86/mmxloop.h [new file with mode: 0644]
lib/x86/mmxstate.c [new file with mode: 0644]
lib/x86/sse2fdct.c [new file with mode: 0644]
lib/x86/x86enc.c [new file with mode: 0644]
lib/x86/x86enc.h [new file with mode: 0644]
lib/x86/x86int.h [new file with mode: 0644]
lib/x86/x86state.c [new file with mode: 0644]
lib/x86_vc/mmxencfrag.c [new file with mode: 0644]
lib/x86_vc/mmxfdct.c [new file with mode: 0644]
lib/x86_vc/mmxfrag.c [new file with mode: 0644]
lib/x86_vc/mmxfrag.h [new file with mode: 0644]
lib/x86_vc/mmxidct.c [new file with mode: 0644]
lib/x86_vc/mmxloop.h [new file with mode: 0644]
lib/x86_vc/mmxstate.c [new file with mode: 0644]
lib/x86_vc/x86enc.c [new file with mode: 0644]
lib/x86_vc/x86enc.h [new file with mode: 0644]
lib/x86_vc/x86int.h [new file with mode: 0644]
lib/x86_vc/x86state.c [new file with mode: 0644]
libtheora.spec.in [new file with mode: 0644]
ltmain.sh [new file with mode: 0755]
m4/Makefile.am [new file with mode: 0644]
m4/Makefile.in [new file with mode: 0644]
m4/as-ac-expand.m4 [new file with mode: 0644]
m4/ogg.m4 [new file with mode: 0644]
m4/pkg.m4 [new file with mode: 0644]
m4/sdl.m4 [new file with mode: 0644]
m4/vorbis.m4 [new file with mode: 0644]
macosx/English.lproj/InfoPlist.strings [new file with mode: 0644]
macosx/Info.plist [new file with mode: 0644]
macosx/Theora.xcodeproj/project.pbxproj [new file with mode: 0644]
macosx/Theora_Prefix.pch [new file with mode: 0644]
missing [new file with mode: 0755]
mkinstalldirs [new file with mode: 0755]
packaging/libtheora.spec [new file with mode: 0644]
symbian/bld.inf [new file with mode: 0644]
symbian/config.h [new file with mode: 0644]
symbian/theora.mmp [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]
tests/comment.c [new file with mode: 0644]
tests/comment_theora.c [new file with mode: 0644]
tests/granulepos.c [new file with mode: 0644]
tests/granulepos_theora.c [new file with mode: 0644]
tests/noop.c [new file with mode: 0644]
tests/noop_theora.c [new file with mode: 0644]
tests/tests.h [new file with mode: 0644]
theora-uninstalled.pc.in [new file with mode: 0644]
theora.pc.in [new file with mode: 0644]
theoradec-uninstalled.pc.in [new file with mode: 0644]
theoradec.pc.in [new file with mode: 0644]
theoraenc-uninstalled.pc.in [new file with mode: 0644]
theoraenc.pc.in [new file with mode: 0644]