/external/libogg/ |
D | libogg.spec | 22 Libogg is a library for manipulating ogg bitstreams. It handles 23 both making ogg bitstreams and getting packets from ogg bitstreams. 67 %doc doc/white-ogg.png 72 %dir %{_includedir}/ogg 73 %{_includedir}/ogg/ogg.h 74 %{_includedir}/ogg/os_types.h 75 %{_includedir}/ogg/config_types.h 79 %{_libdir}/pkgconfig/ogg.pc 80 %{_datadir}/aclocal/ogg.m4
|
D | libogg.spec.in | 22 Libogg is a library for manipulating ogg bitstreams. It handles 23 both making ogg bitstreams and getting packets from ogg bitstreams. 67 %doc doc/white-ogg.png 72 %dir %{_includedir}/ogg 73 %{_includedir}/ogg/ogg.h 74 %{_includedir}/ogg/os_types.h 75 %{_includedir}/ogg/config_types.h 79 %{_libdir}/pkgconfig/ogg.pc 80 %{_datadir}/aclocal/ogg.m4
|
D | Makefile.am | 8 m4data_DATA = ogg.m4 11 pkgconfig_DATA = ogg.pc 15 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
|
D | ogg.pc.in | 1 # ogg pkg-config file 8 Name: ogg name 9 Description: ogg is a library for manipulating ogg bitstreams
|
D | ogg-uninstalled.pc.in | 1 # ogg uninstalled pkg-config file 8 Name: ogg name 9 Description: ogg is a library for manipulating ogg bitstreams (not installed)
|
D | ogg.m4 | 12 AC_ARG_WITH(ogg,AC_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is installed (optional)]), ogg… optwith 13 AC_ARG_WITH(ogg-libraries,AC_HELP_STRING([--with-ogg-libraries=DIR],[Directory where libogg library… 14 AC_ARG_WITH(ogg-includes,AC_HELP_STRING([--with-ogg-includes=DIR],[Directory where libogg header fi… 63 #include <ogg/ogg.h> 92 #include <ogg/ogg.h>
|
D | README | 47 The Ogg homepage is located at 'http://www.xiph.org/ogg/'. 118 open ogg/mac/libogg.mcp, switch to the "Targets" pane, select 119 everything, and make the project. In ogg/mac/Output you will now have 124 project for the ogg/include and ogg/mac/Output folders. Be sure that 128 and #include "ogg/ogg.h" wherever you need to acces Ogg functionality.
|
D | Makefile.in | 41 $(srcdir)/libogg.spec.in $(srcdir)/ogg-uninstalled.pc.in \ 42 $(srcdir)/ogg.pc.in $(top_srcdir)/configure AUTHORS COPYING \ 54 CONFIG_CLEAN_FILES = libogg.spec ogg.pc ogg-uninstalled.pc 208 m4data_DATA = ogg.m4 210 pkgconfig_DATA = ogg.pc 213 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \ 272 ogg.pc: $(top_builddir)/config.status $(srcdir)/ogg.pc.in 274 ogg-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/ogg-uninstalled.pc.in 456 $(mkdir_p) $(distdir)/. $(distdir)/include/ogg
|
D | configure.in | 306 include/Makefile include/ogg/Makefile include/ogg/config_types.h 308 ogg.pc 309 ogg-uninstalled.pc
|
D | README.version | 1 URL: http://downloads.xiph.org/releases/ogg/libogg-1.2.0.tar.gz
|
/external/libogg/doc/ |
D | rfc5334.txt | 42 10.1. application/ogg . . . . . . . . . . . . . . . . . . . . . . 7 43 10.2. video/ogg . . . . . . . . . . . . . . . . . . . . . . . . . 8 44 10.3. audio/ogg . . . . . . . . . . . . . . . . . . . . . . . . . 9 71 historically been interchanged using the application/ogg media type 96 o The type "application/ogg" is redefined. 98 o The types "video/ogg" and "audio/ogg" are defined. 140 The application/ogg media type has been used in an ad hoc fashion to 147 o video/ogg 149 o audio/ogg 153 obsoletes the [RFC3534] definition of application/ogg and marks it [all …]
|
D | Makefile.am | 7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \ 8 stream.png vorbisword2.png white-ogg.png white-xifish.png \
|
/external/libvorbis/m4/ |
D | ogg.m4 | 12 AC_ARG_WITH(ogg,AC_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is installed (optional)]), ogg… optwith 13 AC_ARG_WITH(ogg-libraries,AC_HELP_STRING([--with-ogg-libraries=DIR],[Directory where libogg library… 14 AC_ARG_WITH(ogg-includes,AC_HELP_STRING([--with-ogg-includes=DIR],[Directory where libogg header fi… 63 #include <ogg/ogg.h> 92 #include <ogg/ogg.h>
|
D | Makefile.am | 3 EXTRA_DIST = add_cflags.m4 ogg.m4 pkg.m4
|
/external/libogg/macosx/Ogg.xcodeproj/ |
D | project.pbxproj | 19 …0AB638C /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c… 20 …; lastKnownFileType = sourcecode.c.h; name = os_types.h; path = ../include/ogg/os_types.h; sourceT… 89 730F236509181ABE00AB638C /* ogg.h */, 121 productName = ogg; 195 PRODUCT_NAME = ogg; 203 PRODUCT_NAME = ogg;
|
/external/libogg/win32/ |
D | Makefile | 41 ACLOCAL = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run aclocal-1.6 42 AUTOCONF = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run autoconf 43 AUTOMAKE = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run automake-1.6 44 AUTOHEADER = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run autoheader 68 AMTAR = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run tar 108 install_sh = /home/xiphmont/MotherfishSVN/ogg/install-sh 110 EXTRA_DIST = ogg.def ogg_dynamic.dsp ogg_static.dsp\ 112 build_ogg_static.bat build_ogg_static_debug.bat ogg.dsw
|
D | ogg.def | 1 ; $Id: ogg.def 14733 2008-04-14 21:27:06Z sping $ 3 ; ogg.def
|
/external/autotest/client/site_tests/power_VideoSuspend/ |
D | control.multiformat | 17 This version of the test plays multiple formats (mp4, webm, ogg). 22 'big_buck_bunny/big_buck_bunny_trailer_400p.ogg', 25 'big_buck_bunny/big_buck_bunny_trailer_1080p.ogg',
|
/external/nanohttpd/core/src/main/resources/META-INF/nanohttpd/ |
D | default-mimetypes.properties | 18 ogv=video/ogg 25 ogg=application/x-ogg key
|
/external/libogg/include/ogg/ |
D | Makefile.am | 3 oggincludedir = $(includedir)/ogg 5 ogginclude_HEADERS = ogg.h os_types.h
|
/external/libogg/win32/VS6/ |
D | ogg_dynamic.dsp | 56 …ut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"Dynamic_Release/ogg.dll" 108 SOURCE=..\..\include\ogg\ogg.h 112 SOURCE=..\..\include\ogg\os_types.h 124 SOURCE=..\ogg.def
|
D | ogg_static.dsp | 100 SOURCE=..\..\include\ogg\ogg.h 104 SOURCE=..\..\include\ogg\os_types.h
|
/external/libvorbis/ |
D | README | 72 The Ogg homepage is located at 'http://www.xiph.org/ogg/'. 127 CodeWarrior project for the ogg/include, ogg/mac/Output, 132 VorbisLib at least) and #include "ogg/ogg.h" and "vorbis/codec.h"
|
/external/libogg/include/ |
D | Makefile.am | 3 SUBDIRS = ogg subdir
|
/external/libvorbis/doc/ |
D | a1-encapsulation-ogg.tex | 4 \section{Embedding Vorbis into an Ogg stream} \label{vorbis:over:ogg} 58 multimedia and applications should use \literal{application/ogg}, 59 while visual media should use \literal{video/ogg}, and audio 60 \literal{audio/ogg}. Vorbis data encapsulated in Ogg may appear 99 Packets are placed into ogg pages in order until the end of stream.
|