.. |
.cvsignore
|
…
|
|
4xm.c
|
set frame rate information, for good measure
|
2003-11-16 14:26:50 +00:00 |
Makefile
|
initial commit for Sierra VMD file demuxer
|
2004-01-02 04:47:02 +00:00 |
allformats.c
|
initial commit for Sierra VMD file demuxer
|
2004-01-02 04:47:02 +00:00 |
amr.c
|
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
|
2003-09-28 20:34:11 +00:00 |
asf.c
|
frame rate should be completely disabled in asf (closer now) - disabled seek
|
2003-11-10 18:49:58 +00:00 |
au.c
|
seek support for PCM formats
|
2003-11-10 18:41:45 +00:00 |
audio.c
|
64 bit pts for writing - more const usage
|
2003-09-10 22:37:33 +00:00 |
avformat.h
|
initial commit for Sierra VMD file demuxer
|
2004-01-02 04:47:02 +00:00 |
avi.h
|
initial seek support
|
2003-11-10 18:48:33 +00:00 |
avidec.c
|
initial seek support
|
2003-11-10 18:48:33 +00:00 |
avienc.c
|
DUCK codec
|
2003-12-03 04:58:48 +00:00 |
avio.c
|
disable encoders where appropriate (patch courtesy of BERO
|
2003-10-14 04:15:53 +00:00 |
avio.h
|
Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
|
2003-09-30 17:54:30 +00:00 |
aviobuf.c
|
disable encoders where appropriate (patch courtesy of BERO
|
2003-10-14 04:15:53 +00:00 |
barpainet.c
|
…
|
|
barpainet.h
|
…
|
|
beosaudio.cpp
|
64 bit pts for writing - more const usage (don't forget me !)
|
2003-09-13 09:20:12 +00:00 |
crc.c
|
64 bit pts for writing - more const usage
|
2003-09-10 22:37:33 +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
|
* DV demuxer is now capable of decoding auxilary audio stream. So,
|
2003-10-31 22:26:26 +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
|
* DV demuxer is now capable of decoding auxilary audio stream. So,
|
2003-10-31 22:26:26 +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
|
Add more resilience in reading ffm files. In particular, don't assume
|
2003-11-19 02:34:40 +00:00 |
file.c
|
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
|
2003-12-14 17:47:23 +00:00 |
flic.c
|
yep, FLI support
|
2003-11-14 05:42:14 +00:00 |
flvdec.c
|
CODEC_ID_MP3LAME is obsolete
|
2003-09-08 22:04:29 +00:00 |
flvenc.c
|
64 bit pts for writing - more const usage
|
2003-09-10 22:37:33 +00:00 |
framehook.c
|
…
|
|
framehook.h
|
…
|
|
gif.c
|
removing unused var & converting 64->32bit
|
2003-12-05 23:12:03 +00:00 |
gifdec.c
|
…
|
|
grab.c
|
kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)
|
2003-09-09 19:14:05 +00:00 |
http.c
|
using LIBAVFORMAT_IDENT
|
2003-12-08 17:50:38 +00:00 |
idcin.c
|
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
|
2003-10-30 05:40:58 +00:00 |
idroq.c
|
send the chunk preamble bytes to the respective decoders; Id RoQ demuxer
|
2003-09-26 00:10:21 +00:00 |
img.c
|
recommit of
|
2003-10-14 14:40:36 +00:00 |
ipmovie.c
|
off by 1 in the palette
|
2003-12-01 13:59:08 +00:00 |
jpeg.c
|
- Add reget_buffer() function to AVCodecContext
|
2003-11-26 20:57:15 +00:00 |
mov.c
|
fixed double free
|
2003-11-10 18:43:12 +00:00 |
movenc.c
|
removing borderline spyware
|
2003-11-04 12:55:26 +00:00 |
mp3.c
|
added parsing
|
2003-11-10 18:42:51 +00:00 |
mpeg.c
|
harcoded DTS computation for mpeg
|
2003-12-18 13:03:37 +00:00 |
mpegts.c
|
better get_packet_size and probe
|
2003-12-09 00:17:43 +00:00 |
mpegts.h
|
support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))
|
2003-11-12 21:56:57 +00:00 |
mpegtsenc.c
|
support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))
|
2003-11-12 21:56:57 +00:00 |
mpjpeg.c
|
disable encoders where appropriate (patch courtesy of BERO
|
2003-10-14 04:15:53 +00:00 |
nut.c
|
msb pts support
|
2003-12-08 17:54:40 +00:00 |
ogg.c
|
using LIBAVFORMAT_IDENT
|
2003-12-08 17:50:38 +00:00 |
os_support.c
|
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
|
2003-09-08 21:20:55 +00:00 |
os_support.h
|
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
|
2003-09-08 21:20:55 +00:00 |
png.c
|
…
|
|
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
|
hook up the XA ADPCM decoder
|
2003-10-15 03:53:40 +00:00 |
qtpalette.h
|
added palette support to the QT demuxer; registered SMC video decoder
|
2003-11-10 03:17:32 +00:00 |
raw.c
|
seek support for PCM formats
|
2003-11-10 18:41:45 +00:00 |
rm.c
|
disable encoders where appropriate (patch courtesy of BERO
|
2003-10-14 04:15:53 +00:00 |
rtp.c
|
use parsers
|
2003-11-10 18:40:14 +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
|
…
|
|
rtsp.c
|
initial seek support - more generic play/pause support
|
2003-11-10 18:39:26 +00:00 |
rtsp.h
|
initial seek support - more generic play/pause support
|
2003-11-10 18:39:26 +00:00 |
rtspcodes.h
|
…
|
|
segafilm.c
|
the correct data type is offset_t
|
2003-10-02 03:53:52 +00:00 |
sierravmd.c
|
initial commit for Sierra VMD file demuxer
|
2004-01-02 04:47:02 +00:00 |
swf.c
|
SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>)
|
2003-12-05 00:41:58 +00:00 |
tcp.c
|
Fix a very nasty problem with extra bytes appearing in TCP data streams.
|
2003-09-29 01:41:30 +00:00 |
udp.c
|
…
|
|
utils.c
|
fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets)
|
2003-12-16 11:21:25 +00:00 |
wav.c
|
seeking support - fixed some ADPCM decoding cases
|
2003-11-10 18:44:27 +00:00 |
wc3movie.c
|
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
|
2003-10-30 05:40:58 +00:00 |
westwood.c
|
handle a wider variety of VQA files, including silent files
|
2003-10-04 17:41:56 +00:00 |
yuv.c
|
…
|
|
yuv4mpeg.c
|
AVRational
|
2003-10-20 20:23:46 +00:00 |