代码搜索:Codecs
找到约 897 项符合「Codecs」的源代码
代码结果 897
www.eeworm.com/read/324920/3493280
h videocodec.h
/*
* VIDEO MOTION CODECs internal API for video devices
*
* Interface for MJPEG (and maybe later MPEG/WAVELETS) codec's
* bound to a master device.
*
* (c) 2002 Wolfgang Scherr
www.eeworm.com/read/316872/3591902
c videocodec.c
/*
* VIDEO MOTION CODECs internal API for video devices
*
* Interface for MJPEG (and maybe later MPEG/WAVELETS) codec's
* bound to a master device.
*
* (c) 2002 Wolfgang Scherr
www.eeworm.com/read/316872/3592079
h videocodec.h
/*
* VIDEO MOTION CODECs internal API for video devices
*
* Interface for MJPEG (and maybe later MPEG/WAVELETS) codec's
* bound to a master device.
*
* (c) 2002 Wolfgang Scherr
www.eeworm.com/read/315091/3624286
h list.h
// List.h
#ifndef __LIST_H
#define __LIST_H
#include "Common/Wildcard.h"
#include "../Common/LoadCodecs.h"
HRESULT ListArchives(
CCodecs *codecs,
UStringVector &archivePaths, UStr
www.eeworm.com/read/297604/3886324
h list.h
// List.h
#ifndef __LIST_H
#define __LIST_H
#include "Common/Wildcard.h"
#include "../Common/LoadCodecs.h"
HRESULT ListArchives(
CCodecs *codecs,
UStringVector &archivePaths, UStr
www.eeworm.com/read/294947/3913823
c rstest.c
/* Test the Reed-Solomon codecs
* for various block sizes and with random data and random error patterns
*
* Copyright 2002 Phil Karn, KA9Q
* May be used under the terms of the GNU General Public
www.eeworm.com/read/273662/4201360
py svn-bdb-view.py
#!/usr/bin/python
#
# This is a pretty-printer for subversion BDB repository databases.
#
import sys, os, re, codecs, textwrap
import skel, svnfs
# Parse arguments
if len(sys.argv) == 2:
dbhome =
www.eeworm.com/read/273662/4201440
py verify-po.py
#!/usr/bin/env python
"""This is a pre-commit hook that checks whether the contents of PO files
committed to the repository are encoded in UTF-8.
"""
import codecs
import string
import sys
from svn i
www.eeworm.com/read/273660/4202437
py svn-bdb-view.py
#!/usr/bin/python
#
# This is a pretty-printer for subversion BDB repository databases.
#
import sys, os, re, codecs, textwrap
import skel, svnfs
# Parse arguments
if len(sys.argv) == 2:
dbhome =
www.eeworm.com/read/273660/4202517
py verify-po.py
#!/usr/bin/env python
"""This is a pre-commit hook that checks whether the contents of PO files
committed to the repository are encoded in UTF-8.
"""
import codecs
import string
import sys
from svn i