ffmpeg/libavformat
Ben Littler f86cd76138 add MPNG fourcc
fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi

Originally committed as revision 16163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-16 05:22:53 +00:00
..
4xm.c
Makefile Matroska uses tables from isom.c, so add the object file to its dependencies. 2008-12-13 12:46:11 +00:00
adtsenc.c
aiff.c
allformats.c Make register_avcodec() call avcodec_init(). 2008-12-14 20:04:00 +00:00
amr.c
apc.c
ape.c
asf-enc.c
asf.c Separate the packet fetching from the data reading, so that the data reading 2008-12-13 17:18:11 +00:00
asf.h
asfcrypt.c
asfcrypt.h
assdec.c
assenc.c
au.c
avc.c
avc.h
avformat.h
avi.h
avidec.c 10l (forgot sample_size) 2008-12-14 20:38:05 +00:00
avienc.c
avio.c
avio.h whitespace cosmetics 2008-12-13 13:39:13 +00:00
aviobuf.c whitespace cosmetics 2008-12-13 13:39:13 +00:00
avisynth.c
avs.c avoid POSIX reserved _t suffix 2008-12-11 22:34:14 +00:00
bethsoftvid.c
bfi.c
c93.c avoid POSIX reserved _t suffix 2008-12-11 22:34:14 +00:00
crcenc.c
cutils.c
daud.c
dsicin.c
dv.c
dv.h
dvenc.c
dxa.c
eacdata.c
electronicarts.c
ffm.h
ffmdec.c
ffmenc.c
file.c
flic.c
flv.h
flvdec.c
flvenc.c
framecrcenc.c
framehook.c
framehook.h
gif.c
gxf.c Avoid _t in gxf enum type names 2008-12-13 21:58:17 +00:00
gxf.h Avoid _t in gxf enum type names 2008-12-13 21:58:17 +00:00
gxfenc.c Avoid _t in gxf enum type names 2008-12-13 21:58:17 +00:00
http.c
idcin.c
idroq.c
iff.c Avoid _t in identifier names, _t is reserved by POSIX. 2008-12-13 13:11:42 +00:00
img2.c Recognize pnm file as images. 2008-12-04 15:08:04 +00:00
internal.h
ipmovie.c
isom.c
isom.h remove _t in typedef for POSIX compatibility 2008-12-11 20:06:56 +00:00
libnut.c Update lavf/libnut.c to _tt type names in libnut API 2008-12-12 05:10:43 +00:00
lmlm4.c
matroska.c matroska: sort codec tags list 2008-12-12 16:04:15 +00:00
matroska.h
matroskadec.c
matroskaenc.c
mm.c
mmf.c
mov.c parse pasp atom and set sample aspect ratio, 2008-12-11 22:24:56 +00:00
movenc.c remove _t in typedef for POSIX compatibility 2008-12-11 20:06:56 +00:00
mp3.c
mpc.c
mpc8.c
mpeg.c
mpeg.h
mpegenc.c
mpegts.c mpegts: replace Program_t typedef with "struct Program" 2008-12-13 00:04:34 +00:00
mpegts.h
mpegtsenc.c
mpjpeg.c
msnwc_tcp.c
mtv.c COSMETICS 2008-12-07 01:53:31 +00:00
mvi.c
mxf.c
mxf.h
mxfdec.c
mxfenc.c
network.h
nsvdec.c
nut.c remove _t for POSIX compatibility. 2008-12-11 19:06:24 +00:00
nut.h Remove misleading comment, _t is POSIX-reserved namespace. 2008-12-13 16:08:31 +00:00
nutdec.c remove _t for POSIX compatibility. 2008-12-11 19:06:24 +00:00
nutenc.c remove _t for POSIX compatibility. 2008-12-11 19:06:24 +00:00
nuv.c Avoid _t in typedef type 2008-12-11 19:19:23 +00:00
oggdec.c
oggdec.h
oggenc.c
oggparseflac.c oggflac: fix bitstream reader usage 2008-12-14 17:30:18 +00:00
oggparseogm.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c
oma.c
os_support.c
os_support.h
psxstr.c
pva.c
qtpalette.h
raw.c Remove silly FIXME comment. 2008-12-14 14:01:12 +00:00
raw.h
rdt.c Don't access RMContext directly in rdt.c. Rather, use the return value of 2008-12-13 21:37:27 +00:00
rdt.h
riff.c add MPNG fourcc 2008-12-16 05:22:53 +00:00
riff.h
rl2.c
rm.h Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. 2008-12-13 21:40:20 +00:00
rmdec.c Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread 2008-12-14 22:26:28 +00:00
rmenc.c Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. 2008-12-13 21:40:20 +00:00
rpl.c
rtp.c
rtp.h Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 2008-12-13 23:25:19 +00:00
rtp_aac.c
rtp_aac.h
rtp_h264.c Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. 2008-12-06 18:41:17 +00:00
rtp_h264.h
rtp_internal.h Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 2008-12-13 23:25:19 +00:00
rtp_mpv.c
rtp_mpv.h
rtpdec.c Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 2008-12-13 23:25:19 +00:00
rtpenc.c
rtpenc_h264.c
rtpproto.c
rtsp.c Add comment to indicate why the SDP line buffer is as big as it is. 2008-12-14 22:23:59 +00:00
rtsp.h
rtspcodes.h
sdp.c
segafilm.c The POSIX namespace shall be held sacrosanct. To that end, 2008-12-14 03:29:33 +00:00
sierravmd.c The POSIX namespace shall be held sacrosanct. To that end, 2008-12-14 03:29:33 +00:00
siff.c
smacker.c
sol.c
swf.h
swfdec.c
swfenc.c
tcp.c
thp.c
tiertexseq.c
tta.c
txd.c
udp.c Add sys/time.h header #include, fixes compilation on OS/2. 2008-12-12 06:55:48 +00:00
utils.c
vc1test.c
vc1testenc.c
voc.c
voc.h avoid POSIX reserved _t suffix 2008-12-11 22:34:14 +00:00
vocdec.c avoid POSIX reserved _t suffix 2008-12-11 22:34:14 +00:00
vocenc.c avoid POSIX reserved _t suffix 2008-12-11 22:34:14 +00:00
wav.c
wc3movie.c
westwood.c
wv.c
xa.c
yuv4mpeg.c