ffmpeg/libavformat
Baptiste Coudurier e26df9ebf1 use AVFormatContext in dprintf
Originally committed as revision 20554 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-19 21:03:25 +00:00
..
4xm.c
Makefile Remove ancient redir demuxer. 2009-10-24 12:44:27 +00:00
adtsenc.c
aea.c
aiff.h Use CODEC_ID_NONE instead of 0 for enum CodecID. 2009-11-08 23:46:32 +00:00
aiffdec.c Rename aiff.c to aiffdec.c 2009-10-15 09:46:56 +00:00
aiffenc.c Split up the AIFF muxer and demuxer into separate files. 2009-10-15 09:45:16 +00:00
allformats.c Remove ancient redir demuxer. 2009-10-24 12:44:27 +00:00
amr.c
apc.c
ape.c
apetag.c remove old and useless debug code 2009-10-18 16:13:29 +00:00
apetag.h
asf.c
asf.h
asfcrypt.c
asfcrypt.h
asfdec.c
asfenc.c
assdec.c
assenc.c
au.c Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 2009-10-16 14:46:06 +00:00
audiointerleave.c
audiointerleave.h
avc.c
avc.h
avformat.h Add functions to return library license and library configuration. 2009-11-18 17:15:17 +00:00
avi.h
avidec.c Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. 2009-10-22 18:43:08 +00:00
avienc.c
avio.c
avio.h Make url_resetbuf() assert on wrong flags passed and make it static on next 2009-10-20 06:40:01 +00:00
aviobuf.c Make url_resetbuf() assert on wrong flags passed and make it static on next 2009-10-20 06:40:01 +00:00
avisynth.c
avlanguage.c
avlanguage.h
avs.c
bethsoftvid.c
bfi.c
c93.c
caf.c Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 2009-10-16 14:46:06 +00:00
caf.h
cafdec.c
crcenc.c
cutils.c
daud.c
dsicin.c
dv.c Split parts of dvdata.h into dvdata.c, this ensures that things like 2009-10-16 07:55:57 +00:00
dv.h
dvenc.c Split parts of dvdata.h into dvdata.c, this ensures that things like 2009-10-16 07:55:57 +00:00
dxa.c
eacdata.c
electronicarts.c
ffm.h
ffmdec.c
ffmenc.c
file.c
flacdec.c
flacenc.c
flacenc.h
flic.c
flv.h
flvdec.c Add a channels field to MPEG4AudioConfig. 2009-11-11 20:24:23 +00:00
flvenc.c Log a clearer warning message when muxing FLV with Speex containing more than 2009-10-16 10:04:35 +00:00
framecrcenc.c
gif.c
gopher.c
gxf.c
gxf.h
gxfenc.c Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 2009-10-16 14:46:06 +00:00
http.c
id3v1.c
id3v1.h
id3v2.c Skip padding bytes correctly in ID3 tags. 2009-10-15 13:55:19 +00:00
id3v2.h Remove extraneous const keyword 2009-10-17 14:07:28 +00:00
idcin.c
idroq.c
iff.c
img2.c Fixes detection and error reporting of non-existing files in img2.c. 2009-10-22 16:27:01 +00:00
internal.h
ipmovie.c
isom.c add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov 2009-11-03 16:17:21 +00:00
isom.h Search relative path according to alias record when opening mov reference files. 2009-11-15 03:26:47 +00:00
iss.c
libnut.c
lmlm4.c
matroska.c
matroska.h
matroskadec.c
matroskaenc.c matroskaenc: Add support for writing chapters. 2009-10-18 12:17:01 +00:00
metadata.c fix indentation 2009-10-18 23:27:23 +00:00
metadata.h
metadata_compat.c
mm.c
mmf.c
mov.c use AVFormatContext in dprintf 2009-11-19 21:03:25 +00:00
movenc.c
mp3.c Move function that is only used by the MP3 muxer below the corresponding #if. 2009-10-19 23:22:23 +00:00
mpc.c
mpc8.c
mpeg.c Improve sofdec dectection to avoid false positives for MP2. 2009-10-20 15:27:05 +00:00
mpeg.h
mpegenc.c
mpegts.c move code to avoid forward declaration 2009-11-08 03:27:58 +00:00
mpegts.h
mpegtsenc.c mux all stream types except audio as one pes packet per avpacket, issue #1374 2009-10-18 21:41:03 +00:00
mpjpeg.c
msnwc_tcp.c
mtv.c Corrects two typos 2009-11-05 02:04:21 +00:00
mvi.c
mxf.c
mxf.h
mxfdec.c MXF: simply ignore tracks that are invalid due to not having a valid Sequence 2009-10-13 08:08:10 +00:00
mxfenc.c Use CODEC_ID_NONE instead of 0 for enum CodecID. 2009-11-08 23:46:32 +00:00
ncdec.c
network.h
nsvdec.c Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 2009-10-16 14:46:06 +00:00
nut.c
nut.h
nutdec.c
nutenc.c
nuv.c
oggdec.c
oggdec.h
oggenc.c Add Speex support to the Ogg muxer. 2009-10-13 01:46:19 +00:00
oggparseflac.c
oggparseogm.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment 2009-10-17 21:30:50 +00:00
oma.c
options.c Increase default value for max_analyze_duration, fixes issue 1506, a regression. 2009-11-09 01:10:55 +00:00
os_support.c
os_support.h Add comment on #endif about condition that triggers it. 2009-10-21 01:25:39 +00:00
output-example.c
psxstr.c
pva.c
qcp.c
qtpalette.h
r3d.c
raw.c Use enum instead of integer types where appropriate. 2009-11-08 23:48:15 +00:00
raw.h
rdt.c
rdt.h
riff.c map VYUY fourcc to rawcodec 2009-11-02 00:10:10 +00:00
riff.h Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 2009-10-16 14:46:06 +00:00
rl2.c
rm.c
rm.h
rmdec.c
rmenc.c
rpl.c
rtmp.h
rtmppkt.c Use enum instead of integer types where appropriate. 2009-11-08 23:48:15 +00:00
rtmppkt.h Support more than 64 channels in RTMP input 2009-10-18 07:01:06 +00:00
rtmpproto.c Split overly long line in doxy. 2009-11-12 23:05:56 +00:00
rtp.c
rtp.h
rtp_aac.c
rtp_amr.c
rtp_asf.c
rtp_asf.h
rtp_h263.c
rtp_h264.c Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam 2009-11-05 14:25:37 +00:00
rtp_h264.h
rtp_mpv.c
rtp_vorbis.c
rtp_vorbis.h
rtpdec.c
rtpdec.h
rtpenc.c
rtpenc.h
rtpenc_h264.c
rtpproto.c
rtsp.c Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer 2009-11-13 10:19:42 +00:00
rtsp.h Support 3xx redirection in rtsp 2009-10-25 00:06:31 +00:00
rtspcodes.h
sdp.c Emit the SDP lines in the correct order 2009-10-17 11:15:45 +00:00
seek.c
seek.h
segafilm.c
sierravmd.c
siff.c
smacker.c Set the sample format for Smacker audio in the decoder rather than in the 2009-11-01 15:08:49 +00:00
sol.c
sox.h
soxdec.c Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. 2009-11-07 22:35:00 +00:00
soxenc.c
spdif.c
swf.h Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 2009-10-16 14:46:06 +00:00
swfdec.c
swfenc.c
tcp.c
thp.c
tiertexseq.c
timefilter.c
timefilter.h
tmv.c Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. 2009-11-07 22:35:00 +00:00
tta.c
txd.c
udp.c
utils.c Add functions to return library license and library configuration. 2009-11-18 17:15:17 +00:00
vc1test.c
vc1testenc.c
voc.c Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 2009-10-16 14:46:06 +00:00
voc.h
vocdec.c
vocenc.c
vqf.c
wav.c
wc3movie.c
westwood.c
wv.c 10l: WavPack demuxer forgot to seek back to initial position after block 2009-11-06 18:25:45 +00:00
xa.c
yuv4mpeg.c