是基于linux的H.264编解码程序SUBDIRS := lencod ldecod rtpdump rtp_loss .PHONY: default all clean tags depend $(SUBDIRS) default: all all: $(SUBDIRS) $(SUBDIRS): $(MAKE) -C $@ clean tags depend: for i in $(SUBDIRS); do make -C $$i $@; done
VC实现h263编解码程序,可运行
视频编解码器Doc.h, 视频编解码器Doc.cpp - the document
These files contain your CMyDoc class. Edit these files to
add your special document data and to implement file saving and loading
(via CMyDoc::Serialize).
视频编解码器View.h, 视频编解码器