ffmpeg/libavformat
Reimar Döffinger 3489e150d9 Slightly stricter MPEG-PES probing, fixes issue 1383.
Originally committed as revision 19852 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-15 10:01:25 +00:00
..
4xm.c
Makefile
adtsenc.c
aea.c Add condition to aea demuxer probe. 2009-09-13 18:27:53 +00:00
aiff.c
allformats.c
amr.c
apc.c
ape.c
apetag.c
apetag.h
asf.c
asf.h
asfcrypt.c
asfcrypt.h
asfdec.c Fix incorrect display of ASF/WMV duration after r12926. 2009-08-30 18:14:22 +00:00
asfenc.c
assdec.c
assenc.c
au.c
audiointerleave.c
audiointerleave.h
avc.c
avc.h
avformat.h Document padding for AVProbeData. 2009-09-09 22:55:10 +00:00
avi.h
avidec.c Fix a bug with reading non-interleaved AVI if one the streams is 2009-09-09 16:26:24 +00:00
avienc.c
avio.c
avio.h
aviobuf.c
avisynth.c
avlanguage.c 100l, all avlanguage tables should be both static and const. 2009-09-06 08:36:25 +00:00
avlanguage.h
avs.c
bethsoftvid.c
bfi.c
c93.c Check the index validity more thoroughly for the c93 probe function. 2009-09-14 20:01:32 +00:00
crcenc.c
cutils.c
daud.c
dsicin.c
dv.c Try harder to avoid false positives for DV probe. 2009-09-14 22:03:07 +00:00
dv.h
dvenc.c
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 Use all 32 bits of the timestamp when calculating flv duration. 2009-09-07 10:49:51 +00:00
flvenc.c
framecrcenc.c
gif.c
gopher.c
gxf.c
gxf.h
gxfenc.c
http.c
id3v1.c ff_id3v1_genre_str table should be const. 2009-09-06 08:39:41 +00:00
id3v1.h ff_id3v1_genre_str table should be const. 2009-09-06 08:39:41 +00:00
id3v2.c
id3v2.h
idcin.c Check buffer size for idcin check, otherwise false positives are too likely for 2009-09-14 15:44:05 +00:00
idroq.c
iff.c
img2.c
internal.h
ipmovie.c Search for ipmovie signature beyond the start of the file. 2009-09-05 15:41:32 +00:00
isom.c
isom.h
iss.c
libnut.c
lmlm4.c
matroska.c
matroska.h
matroskadec.c matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks 2009-08-24 13:43:33 +00:00
matroskaenc.c
metadata.c
metadata.h
metadata_compat.c
mm.c Vastly improved mm_probe function, passes probetest. 2009-09-15 09:21:29 +00:00
mmf.c
mov.c check entries against field_size, potential malloc overflow in read_stsz, fix #1357 2009-09-07 22:42:51 +00:00
movenc.c
mp3.c Slighty tweak mp3 probe threshold to prevent probetest from complaining. 2009-09-14 23:03:33 +00:00
mpc.c
mpc8.c
mpeg.c Slightly stricter MPEG-PES probing, fixes issue 1383. 2009-09-15 10:01:25 +00:00
mpeg.h
mpegenc.c
mpegts.c ensure pes buffer is set to avoid segv 2009-09-13 20:08:47 +00:00
mpegts.h mpegts: change variable-length array to fixed length 2009-08-24 21:42:25 +00:00
mpegtsenc.c
mpjpeg.c
msnwc_tcp.c
mtv.c Mark video from .mtv files correctly as upside-down. 2009-08-25 07:47:34 +00:00
mvi.c
mxf.c
mxf.h
mxfdec.c
mxfenc.c
ncdec.c
network.h
nsvdec.c
nut.c
nut.h
nutdec.c
nutenc.c
nuv.c
oggdec.c
oggdec.h
oggenc.c
oggparseflac.c
oggparseogm.c
oggparsespeex.c Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat 2009-08-28 00:44:54 +00:00
oggparsetheora.c
oggparsevorbis.c
oma.c
options.c
os_support.c
os_support.h
output-example.c
psxstr.c
pva.c
qcp.c
qtpalette.h
r3d.c return AVERROR(ENOMEM) if stream could not be allocated 2009-08-25 19:59:38 +00:00
raw.c Make dnxhd probe more strict, fail if we detect values in header that would 2009-09-14 21:50:23 +00:00
raw.h
rdt.c
rdt.h
riff.c
riff.h
rl2.c
rm.c ff_rm_metadata is const. 2009-09-06 08:57:19 +00:00
rm.h ff_rm_metadata is const. 2009-09-06 08:57:19 +00:00
rmdec.c When resetting vst->pkt.data to NULL, also set vst->slices. 2009-09-13 11:08:59 +00:00
rmenc.c
rpl.c
rtmp.h
rtmppkt.c
rtmppkt.h
rtmpproto.c
rtp.c
rtp.h
rtp_aac.c
rtp_amr.c
rtp_asf.c
rtp_asf.h
rtp_h263.c
rtp_h264.c
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
rtsp.h
rtspcodes.h
sdp.c
seek.c Use I/O buffer size as initial value for backoff for seeking sync point search. 2009-09-13 08:57:30 +00:00
seek.h cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) 2009-09-05 19:31:01 +00:00
segafilm.c
sierravmd.c Improve sierravmd probe. It is still quite weak, but further improvements 2009-09-15 09:16:29 +00:00
siff.c
smacker.c
sol.c
sox.h
soxdec.c
soxenc.c
spdif.c
swf.h
swfdec.c
swfenc.c
tcp.c
thp.c
tiertexseq.c
timefilter.c
timefilter.h
tmv.c
tta.c
txd.c
udp.c
utils.c Add frame_size as a codec parameter requirement for Speex in 2009-09-04 21:38:45 +00:00
vc1test.c Fix wrong logical operator which causes too relaxed checking in VC-1 test 2009-09-14 17:05:13 +00:00
vc1testenc.c
voc.c
voc.h
vocdec.c
vocenc.c
vqf.c
wav.c
wc3movie.c
westwood.c
wv.c
xa.c Add more sanity checks for header elements, rejecting files with clearly 2009-09-14 19:58:51 +00:00
yuv4mpeg.c