代码搜索:Video Codec

找到约 10,000 项符合「Video Codec」的源代码

代码结果 10,000
www.eeworm.com/read/309173/13680244

c tutorial02.c

// tutorial02.c // A pedagogical video player that will stream through every video frame as fast as it can. // // Code based on FFplay, Copyright (c) 2003 Fabrice Bellard, // and a tutorial by Martin
www.eeworm.com/read/301211/13863367

c avtest2.c

// tutorial02.c // A pedagogical video player that will stream through every video frame as fast as it can. // // Code based on FFplay, Copyright (c) 2003 Fabrice Bellard, // and a tutorial by Martin
www.eeworm.com/read/132069/5920576

repository

symbian-61-emulator/datatype_dist/rm/video/codec
www.eeworm.com/read/164348/5491120

repository

symbian-61-thumb/datatype_dist/rm/video/codec
www.eeworm.com/read/136571/5870241

cpp codec_plugin.cpp

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6162777

cpp codec_plugin.cpp

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/334325/12611557

h stheader.h

#ifndef __ST_HEADER_H #define __ST_HEADER_H 1 #include "aviheader.h" #include "ms_hdr.h" // Stream headers: typedef struct { demux_stream_t *ds; struct codecs_st *codec; unsigned int format;
www.eeworm.com/read/349381/10831589

lkf debug.lkf

-z -q -c -m"./bin/h263loopback.map" -o"./bin/h263loopback.out" -x -i"f:/tic6000/c6000/bios/lib" -i"f:/tic6000/c6000/rtdx/lib" -i"f:/tic6000/c6000/xdais/lib" -i"f:/tic6000/c6000/cgtools/lib" "F:\01. D
www.eeworm.com/read/349381/10832017

lkv debug.lkv

-z -q -c -m"./bin/h263loopback.map" -o"./bin/h263loopback.out" -x -i"f:/tic6000/c6000/bios/lib" -i"f:/tic6000/c6000/rtdx/lib" -i"f:/tic6000/c6000/xdais/lib" -i"f:/tic6000/c6000/cgtools/lib" "F:\01. D
www.eeworm.com/read/309173/13680263

c tutorial05.c

// tutorial05.c // A pedagogical video player that really works! // // Code based on FFplay, Copyright (c) 2003 Fabrice Bellard, // and a tutorial by Martin Bohme (boehme@inb.uni-luebeckREMOVETHIS.de