ffmpeg/libavformat
Måns Rullgård 25c533a2c2 detect audio-only program streams and broken files made by VDR
Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-29 19:03:53 +00:00
..
4xm.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
Makefile remove redundant make variable SUBDIR 2006-06-01 21:57:44 +00:00
adtsenc.c skip 0byte packets 2006-03-27 16:43:04 +00:00
aiff.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
allformats.c NuppelVideo/MythTVVideo support, including rtjpeg decoder 2006-03-27 22:22:50 +00:00
amr.c Place proper #ifdef around muxer-specific code. 2006-01-22 13:50:59 +00:00
asf-enc.c Add (mostly) const to variable and parameter declaration, where a char* was 2006-06-17 15:53:23 +00:00
asf.c free codec extradata in av_close_input_file 2006-06-16 07:54:37 +00:00
asf.h audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<) 2006-01-20 23:48:16 +00:00
au.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
audio.c simplify AVFormatParameters NULL checks 2006-03-11 00:22:21 +00:00
avformat.h cleanup patch from Diego Pettenò <flameeyes@gentoo.org> 2006-06-25 17:37:12 +00:00
avi.h COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
avidec.c free codec extradata in av_close_input_file 2006-06-16 07:54:37 +00:00
avienc.c Flash Screen Video decoder (fourcc:FSV1) 2006-06-01 07:31:59 +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 add a Creative VOC (de)muxer 2006-02-09 22:52:23 +00:00
aviobuf.c add a Creative VOC (de)muxer 2006-02-09 22:52:23 +00:00
avs.c complete AVS playback system (from Creature Shock computer game), 2006-02-17 03:17:42 +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 Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
crc.c Put muxer-specific code parts in #ifdef CONFIG_MUXERS. 2006-01-19 23:36:50 +00:00
cutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
daud.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
dc1394.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
dv.c Add (mostly) const to variable and parameter declaration, where a char* was 2006-06-17 15:53:23 +00:00
dv.h typo 2006-02-08 11:43:47 +00:00
dv1394.c Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. 2006-03-08 21:51:39 +00:00
dv1394.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
electronicarts.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffm.c Add --disable-protocols option to configure to disable I/O protocol from 2006-01-21 18:36:32 +00:00
file.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
flic.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
flvdec.c Flash Screen Video decoder (fourcc:FSV1) 2006-06-01 07:31:59 +00:00
flvenc.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +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 Add (mostly) const to variable and parameter declaration, where a char* was 2006-06-17 15:53:23 +00:00
gifdec.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
grab.c Properly set the image depth 2006-06-28 12:18:22 +00:00
grab_bktr.c Add support for GNU/kFreeBSD systems. 2006-06-10 12:30:51 +00:00
http.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
idcin.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
idroq.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
img.c fix double free, priv_data is freed in av_open_input_stream 2006-03-26 14:06:00 +00:00
img2.c simplify AVFormatParameters NULL checks 2006-03-11 00:22:21 +00:00
ipmovie.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
jpeg.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
matroska.c Add (mostly) const to variable and parameter declaration, where a char* was 2006-06-17 15:53:23 +00:00
mm.c complete American Laser Games MM playback system, courtesy of Peter Ross 2006-02-12 06:49:40 +00:00
mmf.c report to user if mmf with midi found (and not supported) 2006-04-20 22:17:11 +00:00
mov.c export all tracks to libavformat layer 2006-06-15 23:22:32 +00:00
mov.h move declaration to mov.h 2006-04-19 10:02:41 +00:00
movenc.c check only existing streams 2006-06-25 00:10:52 +00:00
mp3.c probe for mpeg audio 2006-06-05 22:41:14 +00:00
mpeg.c detect audio-only program streams and broken files made by VDR 2006-06-29 19:03:53 +00:00
mpegts.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
mpegts.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
mpegtsenc.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
mpjpeg.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
nsvdec.c free codec extradata in av_close_input_file 2006-06-16 07:54:37 +00:00
nut.c Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. 2006-06-20 22:19:11 +00:00
nuv.c read_packet return value must be < 0 when no packet is returned, including EOF. 2006-06-11 10:09:33 +00:00
ogg.c free codec extradata in av_close_input_file 2006-06-16 07:54:37 +00:00
ogg2.c s/u_char/uint8_t/ accidentally copied from tcvp 2006-06-25 12:46:01 +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 set stream time_base properly 2006-05-12 00:50:43 +00:00
oggparsetheora.c set stream time_base properly 2006-05-12 00:50:43 +00:00
oggparsevorbis.c set stream time_base properly 2006-05-12 00:50:43 +00:00
os_support.c Skip all includes for WinCE, instead of falling through to the #else case. 2006-01-23 00:57:59 +00:00
os_support.h cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 2004-04-24 11:51:38 +00:00
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 Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
qtpalette.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
raw.c Fix compilation with all combinations of --disable-(de)muxers. 2006-06-16 10:06:57 +00:00
rm.c rm_read_audio_stream_info return type is not void 2006-06-04 21:01:02 +00:00
rtp.c Fix typo 2006-06-15 07:36:57 +00:00
rtp.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
rtpproto.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
rtsp.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
rtsp.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
rtspcodes.h renamed libav to libavformat 2002-11-25 19:07:40 +00:00
segafilm.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
sgi.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
sierravmd.c sanity checks some might have been exploitable 2006-05-13 11:37:56 +00:00
smacker.c free codec extradata in av_close_input_file 2006-06-16 07:54:37 +00:00
sol.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
swf.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +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 sanity checks some might have been exploitable 2006-05-13 11:37:56 +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 do not fail av_find_stream_info() if params for all streams could not be found 2006-06-29 19:02:15 +00:00
v4l2.c Fix segfault 2006-06-15 15:15:20 +00:00
voc.c add Creative 8 bits ADPCM schemes support 2006-02-16 00:09:23 +00:00
voc.h add a Creative VOC (de)muxer 2006-02-09 22:52:23 +00:00
wav.c dont read over the end of a data chunk and at the end search for the next 2006-06-28 10:51:56 +00:00
wc3movie.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
westwood.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
yuv.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
yuv4mpeg.c Add (mostly) const to variable and parameter declaration, where a char* was 2006-06-17 15:53:23 +00:00