Am 23.11.2014 um 23:59 schrieb Vittorio Giovara: > From: Oleksij Rempel <[email protected]> > > Signed-off-by: Oleksij Rempel <[email protected]> > Signed-off-by: Luca Barbato <[email protected]> > Signed-off-by: Vittorio Giovara <[email protected]> > --- > Updated patch with version and changelog entry and placed the public entry > in the right place (at the end of the list). > > One question for the author, the decoder supports SP decoding but I tried it > on an LP sample and it seems to work too. If that is the case, would it make > sense to name it just 'dss', given that an hq layer could be added too?
Damn... i tested absolutely wrong path before sending patches :( We have here 3 parts: demuxer and two codecs. LP mode codec is G723.1; SP mode codec i called DSS_SP. For two years i did some notices about demuxer: https://bugzilla.libav.org/show_bug.cgi?id=334 Now i have some doubts about block format in the container. I think first part is a frame offset in then block, and second part is probably mode magic. This work has only core support of this format. Bookmarks are not supported - i don't what is the best way to integrate it. I assume HQ mode will be absolutely different codec. May be some thing what we already have. Are both modes working for you correctly? > Vittorio > > Changelog | 1 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 7 + > libavcodec/dss_sp_dec.c | 793 > ++++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/version.h | 2 +- > 7 files changed, 805 insertions(+), 1 deletion(-) > create mode 100644 libavcodec/dss_sp_dec.c -- Regards, Oleksij
signature.asc
Description: OpenPGP digital signature
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
