ffmpeg/libavformat
Wolfram Gloger d0f3f15945 print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
Originally committed as revision 3580 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-11 17:12:52 +00:00
..
.cvsignore
4xm.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
Makefile Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-10-01 13:32:13 +00:00
allformats.c prevent multiple av_register_all() 2004-10-07 21:11:08 +00:00
amr.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
asf-enc.c
asf.c use native timebase for seeking 2004-10-10 22:05:43 +00:00
asf.h
au.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
audio.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
avformat.h use native timebase for seeking 2004-10-10 22:05:43 +00:00
avi.h
avidec.c pads stream 2004-09-28 09:55:44 +00:00
avienc.c * fixing a few of gcc 'clean-code' warnings 2004-10-06 08:50:46 +00:00
avio.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
avio.h write error handling 2004-10-08 20:09:52 +00:00
aviobuf.c write error handling 2004-10-08 20:09:52 +00:00
barpainet.c
barpainet.h
beosaudio.cpp
crc.c
cutils.c * replacing calls to not-always-available gmtime_r with our own code. 2004-08-18 08:15:07 +00:00
dv.c * experimental dynamic audio stream allocation for DV demuxer. This 2004-09-27 22:53:27 +00:00
dv.h
dv1394.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
dv1394.h
ffm.c move free() of AVStream priv data to av_write_trailer() 2004-10-01 16:30:15 +00:00
file.c
flic.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
flvdec.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
flvenc.c assert(0) -> retunrn -1 2004-07-02 19:26:51 +00:00
framehook.c
framehook.h
gif.c * fixing a buffer overrun in gif.c 2004-07-28 21:56:59 +00:00
gifdec.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
grab.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
http.c HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 2004-08-12 00:09:32 +00:00
idcin.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
idroq.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
img.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
img2.c 10l 2004-09-22 21:25:09 +00:00
ipmovie.c cvs diff before cvs commit 2004-06-19 14:51:46 +00:00
jpeg.c
matroska.c libdts support by (Benjamin Zores <ben at geexbox dot org>) 2004-07-14 01:32:14 +00:00
mov.c * fixing a few of gcc 'clean-code' warnings 2004-10-06 08:50:46 +00:00
movenc.c iTunes metadata encoding support patch by (Patrice Bensoussan <patrice.bensoussan at free dot fr>) 2004-08-14 14:05:48 +00:00
mp3.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
mpeg.c do not randomize unknown timestamps 2004-10-07 01:55:34 +00:00
mpegts.c use native timebase for seeking 2004-10-10 22:05:43 +00:00
mpegts.h libdts support by (Benjamin Zores <ben at geexbox dot org>) 2004-07-14 01:32:14 +00:00
mpegtsenc.c
mpjpeg.c
nut.c use native timebase for seeking 2004-10-10 22:05:43 +00:00
ogg.c ogg with ffplay fix 2004-06-24 20:20:16 +00:00
os_support.c
os_support.h
png.c
pnm.c
psxstr.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
qtpalette.h
raw.c do not call (av_)abort() 2004-10-01 13:16:16 +00:00
rm.c do not call (av_)abort() 2004-10-01 13:16:16 +00:00
rtp.c
rtp.h
rtpproto.c HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 2004-08-12 00:09:32 +00:00
rtsp.c HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 2004-08-12 00:09:32 +00:00
rtsp.h
rtspcodes.h
segafilm.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
sgi.c
sierravmd.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
sol.c support for Sierra Online audio files and Apple QuickDraw codec, 2004-09-28 03:09:49 +00:00
swf.c nonsense removial 2004-08-18 11:22:15 +00:00
tcp.c HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 2004-08-12 00:09:32 +00:00
udp.c HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 2004-08-12 00:09:32 +00:00
utils.c print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) 2004-10-11 17:12:52 +00:00
wav.c untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>) 2004-10-06 20:12:58 +00:00
wc3movie.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
westwood.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
yuv.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
yuv4mpeg.c do not call (av_)abort() 2004-10-01 13:16:16 +00:00