On Thu, Dec 06, 2012 at 05:06:58PM -0500, Justin Ruggles wrote: > From: Paul B Mahol <[email protected]> > > Signed-off-by: Paul B Mahol <[email protected]> > Signed-off-by: Justin Ruggles <[email protected]> > --- > - Changed commit message and Changelog as suggested > - Handled frame metadata flag as an unimplemented feature > - Replaced the weird get_code() with get_sbits() > - added a note about buggy TAK 2.2.0 binary > - Added a missing Makefile dependency > - Removed redundant break after return in the demuxer > - Renamed get_b() to get_bits_esc4() > > Changelog | 1 + > configure | 1 + > doc/general.texi | 2 + > libavcodec/Makefile | 3 + > libavcodec/allcodecs.c | 2 + > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 7 + > libavcodec/tak.c | 150 +++++++ > libavcodec/tak.h | 166 ++++++++ > libavcodec/tak_parser.c | 128 ++++++ > libavcodec/takdec.c | 964 > ++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/version.h | 2 +- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/takdec.c | 185 +++++++++ > libavformat/version.h | 2 +- > 16 files changed, 1614 insertions(+), 2 deletions(-) > create mode 100644 libavcodec/tak.c > create mode 100644 libavcodec/tak.h > create mode 100644 libavcodec/tak_parser.c > create mode 100644 libavcodec/takdec.c > create mode 100644 libavformat/takdec.c
LGTM _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
