代码搜索:codecs
找到约 897 项符合「codecs」的源代码
代码结果 897
www.eeworm.com/read/136827/5847422
c adpcm.c
/*
* ADPCM codecs
* Copyright (c) 2001-2003 The ffmpeg Project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Li
www.eeworm.com/read/152475/12111042
py makedefs.py
import re
import codecs
import xml.sax.saxutils
def makename(oldname):
name = "";
nextBig = True;
for x in oldname:
if x == '_':
nextBig = True;
else:
if nextBig:
name +=
www.eeworm.com/read/252894/12258929
c adpcm.c
/*
* ADPCM codecs
* Copyright (c) 2001-2003 The ffmpeg Project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Li
www.eeworm.com/read/459172/1572931
c lsp.c
/*
* LSP routines for ACELP-based codecs
*
* Copyright (c) 2008 Vladimir Voroshilov
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it und
www.eeworm.com/read/459172/1573258
h lsp.h
/*
* LSP computing for ACELP-based codecs
*
* Copyright (c) 2008 Vladimir Voroshilov
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it un
www.eeworm.com/read/459172/1573278
c pcm.c
/*
* PCM codecs
* Copyright (c) 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
www.eeworm.com/read/459172/1573284
c adpcm.c
/*
* ADPCM codecs
* Copyright (c) 2001-2003 The ffmpeg Project
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GN
www.eeworm.com/read/459172/1573366
c dpcm.c
/*
* Assorted DPCM codecs
* Copyright (c) 2003 The ffmpeg Project.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of th
www.eeworm.com/read/249221/4453599
svn-base helpoverlay.txt.svn-base
Works only when "Use overlay mixer" on Codecs page is selected and when hardware supports it.
Supports overlay mixer and VMR9 renderer in windowed mode.
www.eeworm.com/read/201007/5062168
svn-base adpcm.c.svn-base
/*
* ADPCM codecs
* Copyright (c) 2001-2003 The ffmpeg Project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Li