ffmpeg/libavformat
Kostya Shishkov 04ae12e91b WVC1 is now decodeable with VC-1 decoder.
Originally committed as revision 6163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04 04:25:47 +00:00
..
4xm.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
Makefile AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % 2006-08-29 07:34:58 +00:00
adtsenc.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
aiff.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
allformats.c AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % 2006-08-29 07:34:58 +00:00
allformats.h remove redundant declarations 2006-09-02 23:10:28 +00:00
amr.c Fix some "'static' is not at beginning of declaration" warnings. 2006-08-08 10:24:26 +00:00
asf-enc.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
asf.c fix fallback if theres no index 2006-08-23 20:24:58 +00:00
asf.h fix fallback if theres no index 2006-08-23 20:24:58 +00:00
au.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
audio.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
avformat.h * Restructuring the division of labor between DV codec and DV format 2006-09-04 03:33:11 +00:00
avi.h move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
avidec.c Fix for AVI files with odd sized 'movi' list 2006-08-31 09:43:29 +00:00
avienc.c fix ODML AVI Duration for files > 2GB 2006-08-24 08:22:26 +00:00
avio.c Add --disable-protocols option to configure to disable I/O protocol from 2006-01-21 18:36:32 +00:00
avio.h move adler32 to libavutil 2006-07-13 21:29:01 +00:00
aviobuf.c fix regression failure after adler simplification 2006-07-20 10:22:07 +00:00
avisynth.c Add missing file from commit r6122 (AVISynth support) 2006-08-29 08:15:38 +00:00
avs.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
barpainet.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
barpainet.h Unify include paths, -I.. is in CFLAGS. 2005-12-05 20:44:56 +00:00
beosaudio.cpp give AVInput/OutputFormat structs consistent names 2006-07-09 23:40:53 +00:00
crc.c simplify 2006-07-19 08:39:50 +00:00
cutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
daud.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
dc1394.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
dv.c * Restructuring the division of labor between DV codec and DV format 2006-09-04 03:33:11 +00:00
dv.h typo 2006-02-08 11:43:47 +00:00
dv1394.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
dv1394.h Switch license from GPL to LGPL, this file originates from libdv, which 2006-09-03 18:51:10 +00:00
electronicarts.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
ffm.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
file.c CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 2006-07-11 21:45:45 +00:00
flic.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
flvdec.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
flvenc.c always write duration and file size, fix seeking, progress bar is now active 2006-08-06 15:29:50 +00:00
framehook.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
framehook.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
gif.c Do not set the codec's pixel format in the format's write_header() 2006-08-02 09:48:05 +00:00
gifdec.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
grab.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
grab_bktr.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
gxf.c both timestamps are dts, (checked trailer.gxf, spec is unclear) 2006-08-08 18:02:09 +00:00
gxf.h GXF muxer 2006-07-19 09:38:22 +00:00
gxfenc.c set correct first gop closed value 2006-08-21 15:49:08 +00:00
http.c Fix memleak, patch by I. Po % yyymmmm # gmail O com % 2006-07-19 08:06:24 +00:00
idcin.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
idroq.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
img.c add loop_input to AVFormatContext, getting rid of old hack 2006-07-13 21:13:49 +00:00
img2.c add loop_input to AVFormatContext, getting rid of old hack 2006-07-13 21:13:49 +00:00
ipmovie.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
isom.c Added codec id for QCELP. 2006-08-20 19:08:05 +00:00
isom.h move common code from mov.c and movenc.c to isom.c 2006-08-01 14:58:15 +00:00
jpeg.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
matroska.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
mm.c Fix FSF postal address. 2006-07-26 01:12:26 +00:00
mmf.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
mov.c fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong 2006-08-24 18:39:57 +00:00
movenc.c wide atom is only defined in mov, use free for mp4/3gp 2006-08-24 10:32:09 +00:00
mp3.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
mpeg.c add support for information in CDXA format 2006-08-29 12:03:07 +00:00
mpegts.c scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) 2006-08-27 12:22:40 +00:00
mpegts.h give AVInput/OutputFormat structs consistent names 2006-07-09 23:40:53 +00:00
mpegtsenc.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
mpjpeg.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
mxf.c correct uid, and enable JPEG 2000 detection 2006-08-24 14:22:40 +00:00
nsvdec.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
nut.c remove redundant declarations 2006-09-02 23:10:28 +00:00
nuv.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
ogg.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
ogg2.c Try to find out correct start time to make seeking faster and add some 2006-07-23 18:19:33 +00:00
ogg2.h ogm demuxing 2006-05-11 23:07:22 +00:00
oggparseflac.c set stream time_base properly 2006-05-12 00:50:43 +00:00
oggparseogm.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
oggparsetheora.c fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) 2006-07-17 10:44:53 +00:00
oggparsevorbis.c set stream time_base properly 2006-05-12 00:50:43 +00:00
os_support.c CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 2006-07-11 21:45:45 +00:00
os_support.h
png.c Add (mostly) const to variable and parameter declaration, where a char* was 2006-06-17 15:53:23 +00:00
pnm.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
psxstr.c Fix some "'static' is not at beginning of declaration" warnings. 2006-08-08 10:24:26 +00:00
qtpalette.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
raw.c dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort 2006-08-08 20:31:19 +00:00
riff.c WVC1 is now decodeable with VC-1 decoder. 2006-09-04 04:25:47 +00:00
riff.h move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
rm.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
rtp.c Added codec id for QCELP. 2006-08-20 19:08:05 +00:00
rtp.h give AVInput/OutputFormat structs consistent names 2006-07-09 23:40:53 +00:00
rtpproto.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
rtsp.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
rtsp.h give AVInput/OutputFormat structs consistent names 2006-07-09 23:40:53 +00:00
rtspcodes.h
segafilm.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
sgi.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
sierravmd.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
smacker.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
sol.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
swf.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
tcp.c os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) 2006-02-02 13:07:30 +00:00
tta.c ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define 2006-08-28 18:53:10 +00:00
udp.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
utils.c fix b pyramid in mp4 muxing if no dts are provided to the muxer 2006-08-30 21:18:17 +00:00
v4l2.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
voc.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
voc.h add a Creative VOC (de)muxer 2006-02-09 22:52:23 +00:00
wav.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
wc3movie.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
westwood.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00
yuv.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
yuv4mpeg.c allow individual selection of muxers and demuxers 2006-07-10 21:14:37 +00:00