..
.cvsignore
renamed libav to libavformat
2002-11-25 19:07:40 +00:00
4xm.c
AVPacket.pos
2005-05-26 20:17:12 +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
AVPacket.pos
2005-05-26 20:17:12 +00:00
asf-enc.c
switch to native time bases
2005-04-30 21:43:59 +00:00
asf.c
AVPacket.pos
2005-05-26 20:17:12 +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
AVPacket.pos
2005-05-26 20:17:12 +00:00
audio.c
OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)
2005-05-09 13:24:23 +00:00
avformat.h
Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)
2005-06-18 01:52:24 +00:00
avi.h
initial seek support
2003-11-10 18:48:33 +00:00
avidec.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
avienc.c
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)
2005-06-09 20:01:02 +00:00
avio.c
sweeping change from -EIO -> AVERROR_IO
2004-06-19 03:59:34 +00:00
avio.h
Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
2005-05-30 16:45:08 +00:00
aviobuf.c
10l (segfault fix)
2005-06-03 08:48:10 +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
* replacing calls to not-always-available gmtime_r with our own code.
2004-08-18 08:15:07 +00:00
dc1394.c
switch to native time bases
2005-04-30 21:43:59 +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
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
* static allocation for audio packets. This will make it a little bit
2004-10-13 00:03:00 +00:00
electronicarts.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
ffm.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
file.c
fixing pipe seek bug
2004-12-06 00:08:37 +00:00
flic.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
flvdec.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
flvenc.c
fix mimetype
2005-05-13 12:09:45 +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
Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)
2005-06-18 01:52:24 +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
AVPacket.pos
2005-05-26 20:17:12 +00:00
idroq.c
AVPacket.pos
2005-05-26 20:17:12 +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
AVPacket.pos
2005-05-26 20:17:12 +00:00
jpeg.c
- Add reget_buffer() function to AVCodecContext
2003-11-26 20:57:15 +00:00
Makefile
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
2005-05-22 23:58:58 +00:00
matroska.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
mov.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
movenc.c
This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it
2005-06-19 23:45:54 +00:00
mp3.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
mpeg.c
add support for muxing subtitles in mpeg-ps
2005-06-15 20:50:12 +00:00
mpegts.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
mpegts.h
libdts support by (Benjamin Zores <ben at geexbox dot org>)
2004-07-14 01:32:14 +00:00
mpegtsenc.c
buggy PCR output (just to keep HW decoders happy) - audio and subtitle language support - 'title' stream field sets the service name - fixed TS packet stuffing code - support for subtitle PES packets
2005-06-03 14:05:41 +00:00
mpjpeg.c
pass AVPacket into av_write_frame()
2004-05-29 02:06:32 +00:00
nsvdec.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
nut.c
some nut.hu hype
2005-06-07 21:21:54 +00:00
ogg2.c
don't try to find file length if streaming
2005-05-19 21:03:03 +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
doxy
2004-11-09 17:27:33 +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
AVPacket.pos
2005-05-26 20:17:12 +00:00
qtpalette.h
prefix global
2004-04-10 19:42:18 +00:00
raw.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
rm.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
rtp.c
trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
2005-05-30 16:42:36 +00:00
rtp.h
RTP/RTSP and MPEG4-AAC audio
2005-05-26 07:47:51 +00:00
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
RTP/RTSP and MPEG4-AAC audio
2005-05-26 07:47:51 +00:00
rtsp.h
RTP/RTSP and MPEG4-AAC audio
2005-05-26 07:47:51 +00:00
rtspcodes.h
renamed libav to libavformat
2002-11-25 19:07:40 +00:00
segafilm.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
sgi.c
integer overflows, heap corruption
2005-01-08 14:21:33 +00:00
sierravmd.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
sol.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
swf.c
AVPacket.pos
2005-05-26 20:17:12 +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
typo fix by (lists: kenneth aafloy net)
2005-06-05 11:09:50 +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
AVPacket.pos
2005-05-26 20:17:12 +00:00
westwood.c
AVPacket.pos
2005-05-26 20:17:12 +00:00
yuv4mpeg.c
AVPacket.pos
2005-05-26 20:17:12 +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