ffmpeg/libavformat
Aurelien Jacobs 5d2b12f6de matroskadec: fail gracefully when seeking don't work
Originally committed as revision 13085 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-08 23:11:13 +00:00
..
4xm.c
Makefile Maxis XA demuxer and decoder. 2008-04-14 14:31:43 +00:00
adtsenc.c
aiff.c
allformats.c Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, 2008-05-02 14:52:39 +00:00
amr.c
apc.c
ape.c Missing tags in APE is normal situation, so don't print an error. 2008-04-26 06:29:56 +00:00
asf-enc.c Correct ASF duration. 2008-04-21 08:19:16 +00:00
asf.c Read asf file header fields in the right order 2008-04-22 20:08:39 +00:00
asf.h
asfcrypt.c
asfcrypt.h
au.c
avc.c
avc.h
avformat.h Avoid using reserved __names. 2008-04-24 23:21:58 +00:00
avi.h
avidec.c Print warning if scale/rate is invalid. 2008-04-13 11:45:18 +00:00
avienc.c Fix aspect ratio. 2008-03-27 01:18:16 +00:00
avio.c Check url_seek() in url_open(). 2008-05-05 09:17:56 +00:00
avio.h minor typo fixes 2008-03-31 17:31:11 +00:00
aviobuf.c
avisynth.c
avs.c
bethsoftvid.c Remove unnecessary parentheses from return calls. 2008-05-06 09:16:36 +00:00
bfi.c BFI demuxer 2008-04-13 21:06:31 +00:00
c93.c
crcenc.c
cutils.c Avoid using reserved __names. 2008-04-24 23:21:58 +00:00
daud.c
dsicin.c
dv.c Remove unnecessary parentheses from return calls. 2008-05-06 09:16:36 +00:00
dv.h
dvenc.c
dxa.c
eacdata.c
electronicarts.c
ffm.c
file.c
flic.c
flv.h
flvdec.c pts are unsigned according to specs, fix negative pts when 32bit pts are used 2008-04-25 09:08:13 +00:00
flvenc.c Nellymoser handling in FLV 2008-05-02 19:35:31 +00:00
framecrcenc.c
framehook.c
framehook.h
gif.c Remove unnecessary parentheses from return calls. 2008-05-06 09:16:36 +00:00
gifdec.c
gxf.c
gxf.h
gxfenc.c
http.c
idcin.c
idroq.c
iff.c Remove unused variable. 2008-04-02 19:03:59 +00:00
img2.c useless null 2008-03-14 13:10:49 +00:00
ipmovie.c
isom.c qcelp fourcc 2008-04-24 17:16:13 +00:00
isom.h
libnut.c
lmlm4.c
matroska.c
matroska.h matroskadec: add support for track content encoding 2008-05-08 21:47:31 +00:00
matroskadec.c matroskadec: fail gracefully when seeking don't work 2008-05-08 23:11:13 +00:00
matroskaenc.c fix encoding of flac private data 2008-05-01 22:04:17 +00:00
mm.c
mmf.c
mov.c set pkt duration, only when dts == pts though, 2008-04-26 17:51:02 +00:00
movenc.c Remove unnecessary parentheses from return calls. 2008-05-06 09:16:36 +00:00
mp3.c Remove unnecessary parentheses from return calls. 2008-05-06 09:16:36 +00:00
mpc.c
mpc8.c
mpeg.c Support invalid mpeg created by vdr 2008-04-29 00:12:49 +00:00
mpeg.h
mpegenc.c
mpegts.c Remove unnecessary parentheses from return calls. 2008-05-06 09:16:36 +00:00
mpegts.h
mpegtsenc.c
mpjpeg.c
msnwc_tcp.c MSN TCP Webcam stream demuxer. 2008-03-18 19:54:47 +00:00
mtv.c Remove unnecessary parentheses from return calls. 2008-05-06 09:16:36 +00:00
mxf.c just skip klv packet, when no corresponding stream is found 2008-03-16 17:54:36 +00:00
network.h
nsvdec.c
nut.c
nut.h
nutdec.c Fix 'comparison always false' warning. 2008-05-04 10:29:12 +00:00
nutenc.c misc spelling fixes 2008-03-10 18:42:09 +00:00
nuv.c
oggdec.c
oggdec.h
oggenc.c fix Ogg/FLAC header size 2008-03-30 03:40:03 +00:00
oggparseflac.c
oggparseogm.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c
os_support.c
os_support.h typo: occured --> occurred 2008-03-22 01:06:57 +00:00
psxstr.c
pva.c
qtpalette.h
raw.c dts probe 2008-05-03 00:12:32 +00:00
raw.h
riff.c
riff.h
rl2.c rl2 demuxer 2008-03-21 14:02:13 +00:00
rm.h
rmdec.c Fix seeking in rm. 2008-04-09 23:19:05 +00:00
rmenc.c
rpl.c ARMovie/RPL demuxer 2008-03-31 10:44:33 +00:00
rtp.c Add a comment about missing entries 2008-03-31 09:54:49 +00:00
rtp.h
rtp_aac.c
rtp_aac.h
rtp_h264.c
rtp_h264.h
rtp_internal.h
rtp_mpv.c
rtp_mpv.h
rtpdec.c typo fixes 2008-03-15 16:15:47 +00:00
rtpenc.c
rtpenc_h264.c
rtpproto.c Cleanup comments and make them doxygen parsable. 2008-04-15 22:22:49 +00:00
rtsp.c Remove unnecessary parentheses from return calls. 2008-05-06 09:16:36 +00:00
rtsp.h Allow cycling between different protocols (TCP, UDP or multicast) so that if 2008-03-19 14:05:08 +00:00
rtspcodes.h
sdp.c Use correct length modifier for pointer diff argument in av_log() call. 2008-05-04 10:35:13 +00:00
segafilm.c
sierravmd.c
siff.c
smacker.c
sol.c
swf.c
tcp.c
thp.c
tiertexseq.c
tta.c
txd.c
udp.c doxy header for udp protocol 2008-04-16 16:52:35 +00:00
utils.c Remove unnecessary parentheses from return calls. 2008-05-06 09:16:36 +00:00
vc1test.c Reduce probe score as it misdetects our flv file from the regression test. 2008-04-15 13:36:31 +00:00
voc.c
voc.h
vocdec.c
vocenc.c
wav.c Decrease returning probe score for WAV demuxer to avoid 2008-04-19 14:52:19 +00:00
wc3movie.c
westwood.c Tighten up the Westwood AUD detection. Probability of random detections 2008-04-18 17:29:58 +00:00
wv.c
xa.c Maxis XA demuxer and decoder. 2008-04-14 14:31:43 +00:00
yuv4mpeg.c