ffmpeg/libavformat
Michael Niedermayer d76f581ff5 kill obnoxious ogg_packet passing from demuxer to decoder
Originally committed as revision 2953 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-04 02:07:15 +00:00
..
.cvsignore
4xm.c remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 2004-03-14 04:04:08 +00:00
Makefile added SGI image format, encoding and decoding, courtesy of Todd Kirby 2004-03-13 17:30:37 +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
asf-enc.c asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) 2004-03-05 22:10:50 +00:00
asf.c asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) 2004-03-05 22:10:50 +00:00
asf.h asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) 2004-03-05 22:10:50 +00:00
au.c
audio.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-03-03 15:41:21 +00:00
avformat.h 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
avi.h
avidec.c
avienc.c
avio.c
avio.h decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 2004-03-15 03:29:32 +00:00
aviobuf.c decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 2004-03-15 03:29:32 +00:00
barpainet.c
barpainet.h
beosaudio.cpp
crc.c
cutils.c
dv.c * turns out raw DV files can have .dif extension 2004-03-24 06:32:57 +00:00
dv.h
dv1394.c * enabling seek in raw DV files 2004-03-23 05:35:10 +00:00
dv1394.h
ffm.c adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>) 2004-03-18 20:52:40 +00:00
file.c warning patrol 2004-03-24 23:32:48 +00:00
flic.c remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 2004-03-14 04:04:08 +00:00
flvdec.c guess framerate 2004-03-10 03:45:14 +00:00
flvenc.c flv fixes 2004-03-09 20:14:34 +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
gifdec.c
grab.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-03-03 15:41:21 +00:00
http.c no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 2004-03-14 02:59:33 +00:00
idcin.c remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 2004-03-14 04:04:08 +00:00
idroq.c remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 2004-03-14 04:04:08 +00:00
img.c
ipmovie.c remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 2004-03-14 04:04:08 +00:00
jpeg.c
matroska.c warning patrol 2004-03-24 23:32:48 +00:00
mov.c * .mov files with uncompressed audio can't be correctly processed 2004-03-31 04:51:14 +00:00
movenc.c * fixing 10l in movenc.c + updating regression patterns. 2004-03-28 03:29:00 +00:00
mp3.c
mpeg.c warning patrol 2004-03-24 23:32:48 +00:00
mpegts.c Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de) 2004-03-26 17:40:40 +00:00
mpegts.h
mpegtsenc.c
mpjpeg.c
nut.c nut (de)muxer update 2004-04-03 21:00:14 +00:00
ogg.c kill obnoxious ogg_packet passing from demuxer to decoder 2004-04-04 02:07:15 +00:00
os_support.c
os_support.h
png.c
pnm.c
psxstr.c remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 2004-03-14 04:04:08 +00:00
qtpalette.h
raw.c decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 2004-03-15 03:29:32 +00:00
rm.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-03-03 15:41:21 +00:00
rtp.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-03-03 15:41:21 +00:00
rtp.h
rtpproto.c
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
rtspcodes.h
segafilm.c remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 2004-03-14 04:04:08 +00:00
sgi.c remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 2004-03-14 04:04:08 +00:00
sierravmd.c minor VMD system update; still not perfect, but should not crash either 2004-03-14 04:08:11 +00:00
swf.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-03-03 15:41:21 +00:00
tcp.c tcp select() check and enables pressing 'q' when reading/(writing) from 2004-03-14 19:40:43 +00:00
udp.c
utils.c remove spyware from ogg*.c 2004-04-04 01:10:50 +00:00
wav.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
wc3movie.c remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 2004-03-14 04:04:08 +00:00
westwood.c remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 2004-03-14 04:04:08 +00:00
yuv.c
yuv4mpeg.c yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>) 2004-04-01 23:32:53 +00:00