代码搜索:codecs
找到约 897 项符合「codecs」的源代码
代码结果 897
www.eeworm.com/read/136827/5847337
c adx.c
/*
* ADX ADPCM codecs
* Copyright (c) 2001,2003 BERO
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as p
www.eeworm.com/read/128281/5992091
txt acmdialog.txt
TACMDialog component is derived from the TComponent.
TACMDialog have only one method - OpenDialog, which
open the dialog box for selecting codecs installed
in windows.
OpenDialog return pointer
www.eeworm.com/read/479409/6694664
txt acmdialog.txt
TACMDialog component is derived from the TComponent.
TACMDialog have only one method - OpenDialog, which
open the dialog box for selecting codecs installed
in windows.
OpenDialog return pointer
www.eeworm.com/read/409664/11316711
txt acmdialog.txt
TACMDialog component is derived from the TComponent.
TACMDialog have only one method - OpenDialog, which
open the dialog box for selecting codecs installed
in windows.
OpenDialog return pointer
www.eeworm.com/read/252894/12258390
c adx.c
/*
* ADX ADPCM codecs
* Copyright (c) 2001,2003 BERO
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as p
www.eeworm.com/read/123349/14636960
todo
ffmpeg TODO list:
----------------
(in approximate decreasing priority order)
- Improve the bit rate control for video codecs.
- optimize motion vector search for real time and fix cpu/mmx d
www.eeworm.com/read/459172/1573347
c allcodecs.c
/*
* Provides registration of all codecs, parsers and bitstream filters for libavcodec.
* Copyright (c) 2002 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you ca
www.eeworm.com/read/459172/1573387
c acelp_vectors.c
/*
* adaptive and fixed codebook vector operations for ACELP-based codecs
*
* Copyright (c) 2008 Vladimir Voroshilov
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redist
www.eeworm.com/read/459172/1573400
h acelp_vectors.h
/*
* adaptive and fixed codebook vector operations for ACELP-based codecs
*
* Copyright (c) 2008 Vladimir Voroshilov
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redist
www.eeworm.com/read/456693/1604433
py zlib_codec.py
""" Python 'zlib_codec' Codec - zlib compression encoding
Unlike most of the other codecs which target Unicode, this codec
will return Python string objects for both encode and decode.