代码搜索:codecs

找到约 897 项符合「codecs」的源代码

代码结果 897
www.eeworm.com/read/385990/8772889

h char.h

/* Stuff specific to the 8-bit symbol version of the general purpose RS codecs * * Copyright 2003, Phil Karn, KA9Q * May be used under the terms of the GNU Lesser General Public License (LGPL) */
www.eeworm.com/read/283587/9005410

c apiexample.c

/** * @file apiexample.c * avcodec API use example. * * Note that this library only handles codecs (mpeg, mpeg4, etc...), * not file formats (avi, vob, etc...). See library 'libavformat' for the
www.eeworm.com/read/352960/10488497

c apiexample.c

/** * @file apiexample.c * avcodec API use example. * * Note that this library only handles codecs (mpeg, mpeg4, etc...), * not file formats (avi, vob, etc...). See library 'libavformat' for the
www.eeworm.com/read/244097/12888962

c apiexample.c

/** * @file apiexample.c * avcodec API use example. * * Note that this library only handles codecs (mpeg, mpeg4, etc...), * not file formats (avi, vob, etc...). See library 'libavformat' for the
www.eeworm.com/read/323757/13322463

c apiexample.c

/** * @file apiexample.c * avcodec API use example. * * Note that this library only handles codecs (mpeg, mpeg4, etc...), * not file formats (avi, vob, etc...). See library 'libavformat' for the
www.eeworm.com/read/136827/5847455

c apiexample.c

/** * @file apiexample.c * avcodec API use example. * * Note that this library only handles codecs (mpeg, mpeg4, etc...), * not file formats (avi, vob, etc...). See library 'libavformat' for the
www.eeworm.com/read/480367/1318699

h list.h

// List.h #ifndef __LIST_H #define __LIST_H #include "Common/Wildcard.h" #include "../Common/LoadCodecs.h" HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, UStrin
www.eeworm.com/read/464631/1526609

h list.h

// List.h #ifndef __LIST_H #define __LIST_H #include "Common/Wildcard.h" #include "../Common/LoadCodecs.h" HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, UStrin
www.eeworm.com/read/456693/1604442

py unicode_internal.py

""" Python 'unicode-internal' Codec Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. """ import codecs ### Codec APIs class Code
www.eeworm.com/read/456693/1604445

py unicode_escape.py

""" Python 'unicode-escape' Codec Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. """ import codecs ### Codec APIs class Codec(