ffmpeg/libavformat
Aurelien Jacobs def4272a03 install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)
Originally committed as revision 4276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-19 00:17:50 +00:00
..
.cvsignore
4xm.c switch to native time bases 2005-04-30 21:43:59 +00:00
allformats.c Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, 2005-04-09 15:32:58 +00:00
amr.c Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb) 2005-04-24 11:15:35 +00:00
asf-enc.c switch to native time bases 2005-04-30 21:43:59 +00:00
asf.c switch to native time bases 2005-04-30 21:43:59 +00:00
asf.h 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs or jp) 2005-03-23 13:30:27 +00:00
au.c
audio.c OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com) 2005-05-09 13:24:23 +00:00
avformat.h switch to native time bases 2005-04-30 21:43:59 +00:00
avi.h
avidec.c drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00
avienc.c Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 2005-05-17 22:47:34 +00:00
avio.c
avio.h drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00
aviobuf.c drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00
barpainet.c
barpainet.h
beosaudio.cpp
crc.c
cutils.c
dc1394.c switch to native time bases 2005-04-30 21:43:59 +00:00
dv1394.c
dv1394.h
dv.c drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00
dv.h
electronicarts.c
ffm.c drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00
file.c fixing pipe seek bug 2004-12-06 00:08:37 +00:00
flic.c various security fixes and precautionary checks 2005-01-12 00:16:25 +00:00
flvdec.c switch to native time bases 2005-04-30 21:43:59 +00:00
flvenc.c fix mimetype 2005-05-13 12:09:45 +00:00
framehook.c
framehook.h
gif.c switch to native time bases 2005-04-30 21:43:59 +00:00
gifdec.c switch to native time bases 2005-04-30 21:43:59 +00:00
grab.c switch to native time bases 2005-04-30 21:43:59 +00:00
http.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 2005-02-24 19:08:50 +00:00
idcin.c
idroq.c various security fixes and precautionary checks 2005-01-12 00:16:25 +00:00
img2.c drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00
img.c switch to native time bases 2005-04-30 21:43:59 +00:00
ipmovie.c
jpeg.c
Makefile install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) 2005-05-19 00:17:50 +00:00
matroska.c change extradata format for vorbis 2005-05-13 18:10:23 +00:00
mov.c drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00
movenc.c round duration up in mov 2005-05-14 19:48:32 +00:00
mp3.c drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00
mpeg.c PSM support in MPEG-PS demuxer. 2005-03-28 17:33:21 +00:00
mpegts.c Correct number of bits for PTS. 2005-05-06 16:14:29 +00:00
mpegts.h
mpegtsenc.c double free patch by (Måns Rullgård <mru inprovide com>) 2005-03-09 02:12:44 +00:00
mpjpeg.c
nsvdec.c switch to native time bases 2005-04-30 21:43:59 +00:00
nut.c switch to native time bases 2005-04-30 21:43:59 +00:00
ogg2.c drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00
ogg2.h flac in ogg support 2005-05-11 22:47:26 +00:00
ogg.c Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, 2005-04-09 15:32:58 +00:00
oggparseflac.c flac in ogg support 2005-05-11 22:47:26 +00:00
oggparsetheora.c check theora version 2005-05-12 22:33:05 +00:00
oggparsevorbis.c change extradata format for vorbis 2005-05-13 18:10:23 +00:00
os_support.c
os_support.h
png.c
pnm.c
psxstr.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 2005-02-24 19:08:50 +00:00
qtpalette.h
raw.c default to YUV420P if none specified for rawvideo input 2005-05-06 21:28:55 +00:00
rm.c switch to native time bases 2005-04-30 21:43:59 +00:00
rtp.c switch to native time bases 2005-04-30 21:43:59 +00:00
rtp.h
rtpproto.c
rtsp.c buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org) 2005-03-16 19:06:34 +00:00
rtsp.h
rtspcodes.h
segafilm.c various security fixes and precautionary checks 2005-01-12 00:16:25 +00:00
sgi.c integer overflows, heap corruption 2005-01-08 14:21:33 +00:00
sierravmd.c fixing an integer overflow, which could lead to overwriting the end of a malloced buffer by 8 bytes 2005-02-04 18:58:59 +00:00
sol.c
swf.c switch to native time bases 2005-04-30 21:43:59 +00:00
tcp.c Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM> 2005-05-09 10:48:12 +00:00
udp.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 2005-02-24 19:08:50 +00:00
utils.c drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00
wav.c 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp) 2005-03-23 12:35:27 +00:00
wc3movie.c various security fixes and precautionary checks 2005-01-12 00:16:25 +00:00
westwood.c
yuv4mpeg.c switch to native time bases 2005-04-30 21:43:59 +00:00
yuv.c drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 2005-05-19 00:06:27 +00:00