代码搜索:libavformat
找到约 126 项符合「libavformat」的源代码
代码结果 126
www.eeworm.com/read/177697/5321547
c apiexample.c
/**
* @file apiexample.c
* avcodec API use example.
*
* Note that this library only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, etc...). See library 'libavformat' for the
www.eeworm.com/read/401534/2339977
c apiexample.c
/**
* @file apiexample.c
* avcodec API use example.
*
* Note that this library only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, etc...). See library 'libavformat' for the
www.eeworm.com/read/104466/15691701
c apiexample.c
/**
* @file apiexample.c
* avcodec API use example.
*
* Note that this library only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, etc...). See library 'libavformat' for the
www.eeworm.com/read/136821/5850955
control qpe-mpegplayer.control
Files: bin/mpegplayer pics/mediaplayer/*.* pics/mediaplayer/skins/default apps/Applications/mpegplayer.desktop lib/libavcodec.so* lib/libavformat.so* plugins/codecs/libffmpegplugin.so plugins/codecs/l
www.eeworm.com/read/374003/2755996
makefile
HAVE_FFMPEG = no
HAVE_THEORA = yes
EXTRA_CFLAGS = -DHAVE_THEORA
ifneq (, $(wildcard ../../ffmpeg/libavcodec*))
EXTRA_CFLAGS += -I../../ffmpeg/libavformat -I../../ffmpeg/libavcodec -I../../ffmpeg/
www.eeworm.com/read/374003/2756359
linux makefile.linux
HAVE_BLUEZ = yes
ifeq ($(HAVE_BLUEZ), yes)
EXTRA_CFLAGS += -DHAVE_BLUEZ
EXTRAOBJS += bluez.o
EXTRA_LDFLAGS += -lbluetooth
endif
EXTRA_CFLAGS += -I../../ffmpeg -I../../ffmpeg/libavformat -
www.eeworm.com/read/182446/9203956
control
Source: motion
Section: graphics
Priority: optional
Build-Depends: libjpeg62-dev, sharutils, nasm, zlib1g-dev, libmysqlclient14-dev, libavcodec-dev, libavformat-dev
Maintainer: Angel Carpintero
www.eeworm.com/read/252894/12257346
makefile
PSPSDK=$(shell psp-config --pspsdk-path)
PSPLIBSDIR=$(PSPSDK)/..
TARGET_LIB = ../libavformat.a
include ../config.mak
OBJS= utils.o cutils.o os_support.o allformats.o
# mux and demuxes
OBJS