ffmpeg/libavformat
Michael Niedermayer 23c9925329 libdts support by (Benjamin Zores <ben at geexbox dot org>)
Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-14 01:32:14 +00:00
..
.cvsignore renamed libav to libavformat 2002-11-25 19:07:40 +00:00
4xm.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
Makefile vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) 2004-04-24 15:16:23 +00:00
allformats.c fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 2004-03-13 23:04:37 +00:00
amr.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
asf-enc.c correctly interleave packets during encoding 2004-05-29 18:50:31 +00:00
asf.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
asf.h asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) 2004-03-05 22:10:50 +00:00
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 correctly interleave packets during encoding 2004-05-29 18:50:31 +00:00
avi.h initial seek support 2003-11-10 18:48:33 +00:00
avidec.c play more broken files 2004-07-14 00:10:06 +00:00
avienc.c 10l fix by (Bohdan Horst <nexus at irc dot pl>) 2004-06-17 10:46:08 +00:00
avio.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
avio.h checksuming for nut & nice checksum API for libavformat 2004-04-05 12:02:10 +00:00
aviobuf.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
barpainet.c renamed libav to libavformat 2002-11-25 19:07:40 +00:00
barpainet.h OSX and BeOS networking fix (socklen_t) 2003-07-24 13:30:27 +00:00
beosaudio.cpp 64 bit pts for writing - more const usage (don't forget me !) 2003-09-13 09:20:12 +00:00
crc.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +00:00
cutils.c simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c 2003-09-08 21:20:55 +00:00
dv.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
dv.h * DV demuxer is now capable of decoding auxilary audio stream. So, 2003-10-31 22:26:26 +00:00
dv1394.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
dv1394.h patch for DV capturing by Dan Dennedy <dan at dennedy dot org> 2003-08-06 05:40:38 +00:00
ffm.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +00:00
file.c nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 2004-04-24 13:10:35 +00:00
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 (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 2004-02-22 00:31:19 +00:00
framehook.h warning patrol 2004-03-24 23:32:48 +00:00
gif.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +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 sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +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
ipmovie.c cvs diff before cvs commit 2004-06-19 14:51:46 +00:00
jpeg.c - Add reget_buffer() function to AVCodecContext 2003-11-26 20:57:15 +00:00
matroska.c libdts support by (Benjamin Zores <ben at geexbox dot org>) 2004-07-14 01:32:14 +00:00
mov.c compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-07-06 18:06:17 +00:00
movenc.c warn user if ms style codec tag is used 2004-07-13 20:59:29 +00:00
mp3.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
mpeg.c libdts support by (Benjamin Zores <ben at geexbox dot org>) 2004-07-14 01:32:14 +00:00
mpegts.c libdts support by (Benjamin Zores <ben at geexbox dot org>) 2004-07-14 01:32:14 +00:00
mpegts.h libdts support by (Benjamin Zores <ben at geexbox dot org>) 2004-07-14 01:32:14 +00:00
mpegtsenc.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +00:00
mpjpeg.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +00:00
nut.c file id string 2004-06-14 21:30:36 +00:00
ogg.c ogg with ffplay fix 2004-06-24 20:20:16 +00:00
os_support.c cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 2004-04-24 11:51:38 +00:00
os_support.h cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 2004-04-24 11:51:38 +00:00
png.c replaced progressive by interleaved 2003-04-21 21:18:15 +00:00
pnm.c Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>) 2003-11-24 17:59:56 +00:00
psxstr.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
qtpalette.h prefix global 2004-04-10 19:42:18 +00:00
raw.c libdts support by (Benjamin Zores <ben at geexbox dot org>) 2004-07-14 01:32:14 +00:00
rm.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
rtp.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +00:00
rtp.h added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API 2003-10-29 14:25:27 +00:00
rtpproto.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
rtsp.c support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 2004-03-20 19:57:28 +00:00
rtsp.h initial seek support - more generic play/pause support 2003-11-10 18:39:26 +00:00
rtspcodes.h renamed libav to libavformat 2002-11-25 19:07:40 +00:00
segafilm.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
sgi.c patch courtesy of Todd Kirby: 2004-04-10 15:09:46 +00:00
sierravmd.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
swf.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
tcp.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
udp.c sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
utils.c fix first timestamp when decoding mpeg-ps 2004-06-30 17:34:15 +00:00
wav.c libdts support by (Benjamin Zores <ben at geexbox dot org>) 2004-07-14 01:32:14 +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 sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00