initial import

Multimedia / libde265 - Dirk Farin [gmail.com] - 26 August 2013 11:35 UTC

aad3162 initial import
AUTHORS | 5 +
COPYING | 165 +
INSTALL | 370 +
Makefile.am | 11 +
Makefile.in | 756 ++
README | 51 +
aclocal.m4 | 9737 +++++++++++++++++++
config.guess | 1530 +++
config.h.in | 124 +
config.sub | 1773 ++++
configure |19127 ++++++++++++++++++++++++++++++++++++++
configure.ac | 139 +
dec265/Makefile.am | 10 +
dec265/Makefile.in | 546 ++
dec265/dec265.cc | 117 +
depcomp | 688 ++
install-sh | 527 ++
libde265/Makefile.am | 51 +
libde265/Makefile.in | 633 ++
libde265/bitstream.c | 356 +
libde265/bitstream.h | 82 +
libde265/cabac.c | 378 +
libde265/cabac.h | 55 +
libde265/de265.c | 456 +
libde265/de265.h | 128 +
libde265/deblock.c | 499 +
libde265/deblock.h | 28 +
libde265/decctx.c | 797 ++
libde265/decctx.h | 251 +
libde265/image.c | 130 +
libde265/image.h | 53 +
libde265/intrapred.c | 524 ++
libde265/intrapred.h | 36 +
libde265/md5.c | 295 +
libde265/md5.h | 45 +
libde265/nal.c | 29 +
libde265/nal.h | 83 +
libde265/pps.c | 417 +
libde265/pps.h | 107 +
libde265/pps_func.h | 34 +
libde265/refpic.c | 251 +
libde265/refpic.h | 49 +
libde265/sao.c | 228 +
libde265/sao.h | 28 +
libde265/scan.c | 100 +
libde265/scan.h | 36 +
libde265/sei.c | 280 +
libde265/sei.h | 63 +
libde265/slice.c | 2551 +++++
libde265/slice.h | 181 +
libde265/slice_func.h | 34 +
libde265/sps.c | 324 +
libde265/sps.h | 157 +
libde265/transform.c | 418 +
libde265/transform.h | 36 +
libde265/util.c | 138 +
libde265/util.h | 77 +
libde265/vps.c | 206 +
libde265/vps.h | 140 +
ltmain.sh | 9661 +++++++++++++++++++
m4/libtool.m4 | 8001 ++++++++++++++++
m4/ltoptions.m4 | 384 +
m4/ltsugar.m4 | 123 +
m4/ltversion.m4 | 23 +
m4/lt~obsolete.m4 | 98 +
missing | 331 +
sherlock265/Makefile.am | 29 +
sherlock265/Makefile.in | 692 ++
sherlock265/VideoDecoder.cc | 322 +
sherlock265/VideoDecoder.hh | 88 +
sherlock265/VideoPlayer.cc | 87 +
sherlock265/VideoPlayer.hh | 45 +
sherlock265/VideoWidget.cc | 80 +
sherlock265/VideoWidget.hh | 51 +
sherlock265/moc_VideoDecoder.cpp | 124 +
sherlock265/moc_VideoPlayer.cpp | 81 +
sherlock265/moc_VideoWidget.cpp | 93 +
sherlock265/sherlock265.cc | 40 +
78 files changed, 66793 insertions(+)

Upstream: github.com


  • Share