1
0
Fork 0
FFmpeg/libavformat
Reinhard Tartler 93883b0c39 aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek
This improves performance on e.g. seekable http.


backport r24280 by mstorsjo


Originally committed as revision 24335 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
2010-07-19 19:51:29 +00:00
..
4xm.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
Makefile Add WebM muxer 2010-06-09 15:54:27 +00:00
adts.h In mpegts muxer, write adts header if aac bitstream does not contain it 2010-03-09 00:18:49 +00:00
adtsenc.c In mpegts muxer, write adts header if aac bitstream does not contain it 2010-03-09 00:18:49 +00:00
aea.c Reduce the score for the aea demuxer probing function. 2010-05-27 20:48:19 +00:00
aiff.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
aiffdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
aiffenc.c Split up the AIFF muxer and demuxer into separate files. 2009-10-15 09:45:16 +00:00
allformats.c Add WebM muxer 2010-06-09 15:54:27 +00:00
amr.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
anm.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
apc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
ape.c Replace all remaining occurrences of AVERROR_NOMEM with 2010-04-03 14:15:00 +00:00
apetag.c Replace all remaining occurrences of AVERROR_NOMEM with 2010-04-03 14:15:00 +00:00
apetag.h Move APE tag parsing into separate module. 2009-08-11 17:08:09 +00:00
asf.c Remove superfluous space from a conversion table. 2010-03-31 09:22:31 +00:00
asf.h Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier 2010-03-24 18:40:43 +00:00
asfcrypt.c Add and use a public API for RC4 and DES, analogous to the AES API. 2009-02-03 14:20:55 +00:00
asfcrypt.h Globally rename the header inclusion guard names. 2008-08-31 07:39:47 +00:00
asfdec.c Favor chunk size over hitting the correct position after reading the chunk size in asf. 2010-05-19 11:44:45 +00:00
asfenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
assdec.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
assenc.c ASS/SSA muxer. 2008-09-26 19:42:21 +00:00
au.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
audiointerleave.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
audiointerleave.h Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 2009-03-08 14:16:55 +00:00
avc.c Include avc.h from avc.c: It contains several prototypes. 2010-02-28 02:04:34 +00:00
avc.h 10l, fix prototype 2009-01-16 01:20:31 +00:00
avformat.h Doxygen av_codec_get_id() and av_codec_get_tag(). 2010-06-26 15:32:27 +00:00
avi.c Set lavf identification string globally in av_write_header(), rather 2010-02-16 16:32:25 +00:00
avi.h Add AVI metadata conversion table. 2010-02-06 12:32:44 +00:00
avidec.c Disable non interleaved avi code when there is no index available. 2010-05-21 20:24:08 +00:00
avienc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
avio.c Add version to AVClass so we can add to and use fields of AVClass without ABI issues. 2010-04-28 20:00:23 +00:00
avio.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
aviobuf.c aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek 2010-07-19 19:51:29 +00:00
avisynth.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
avlanguage.c 100l, all avlanguage tables should be both static and const. 2009-09-06 08:36:25 +00:00
avlanguage.h Convert names to the FFmpeg style. 2009-04-28 19:51:50 +00:00
avs.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
bethsoftvid.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
bfi.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
bink.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
c93.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
caf.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
caf.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
cafdec.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
cdg.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
concat.c Fix concat seeking SEEK_END case. 2010-03-08 00:40:22 +00:00
crcenc.c cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 15:46:40 +00:00
cutils.c Move the internal function declarations in avformat.h to internal.h. 2010-04-11 21:44:23 +00:00
daud.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
dsicin.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
dv.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
dv.h cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 15:46:40 +00:00
dvenc.c Add missing internal.h #include for brktimegm(), fixes the warning: 2010-04-20 14:41:55 +00:00
dxa.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
eacdata.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
electronicarts.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
ffm.h cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 15:46:40 +00:00
ffmdec.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
ffmenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
file.c Make file_open() return the error code set in errno if open() fails, 2010-04-26 22:36:51 +00:00
filmstripdec.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
filmstripenc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
flacdec.c Replace all remaining occurrences of AVERROR_NOMEM with 2010-04-03 14:15:00 +00:00
flacenc.c Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's 2010-03-22 21:58:38 +00:00
flacenc.h Put ff_flac_write_header() in a separate C file to allow it to be shared without 2010-03-23 23:58:45 +00:00
flacenc_header.c Put ff_flac_write_header() in a separate C file to allow it to be shared without 2010-03-23 23:58:45 +00:00
flic.c Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the Deep". 2010-04-22 09:04:33 +00:00
flv.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
flvdec.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
flvenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
framecrcenc.c cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 15:46:40 +00:00
gif.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
gopher.c move ff_url_split() and ff_url_join() declarations to internal.h 2010-03-14 23:59:48 +00:00
gxf.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
gxf.h Avoid _t in gxf enum type names 2008-12-13 21:58:17 +00:00
gxfenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
http.c Split out http authentication handling into a separate file 2010-03-24 22:32:05 +00:00
httpauth.c Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating 2010-04-02 22:08:57 +00:00
httpauth.h Add support for http digest authentication 2010-03-25 13:58:26 +00:00
id3v1.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
id3v1.h More ID3v1 genres from ffmbc. 2009-12-13 20:51:38 +00:00
id3v2.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
id3v2.h Remove extraneous const keyword 2009-10-17 14:07:28 +00:00
idcin.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
idroq.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
iff.c Reindent after rr22977. 2010-04-27 14:04:11 +00:00
img2.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
internal.h Make ff_sdp_write_media a lavf-internal function 2010-05-21 21:43:40 +00:00
ipmovie.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
isom.c Store strings directly in mov_mdhd_language_map instead of using pointers, 2010-01-30 22:05:26 +00:00
isom.h mov: Read QuickTime chapters 2010-04-21 06:36:09 +00:00
iss.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
iv8.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
libavformat.v Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
libnut.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
librtmp.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
lmlm4.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
matroska.c matroska: Add V_VP8 2010-05-29 14:11:03 +00:00
matroska.h Add some basic metadata conversion tables for matroska and asf. 2009-03-01 00:12:08 +00:00
matroskadec.c matroskadec: Allow unknown EBML doctype 2010-05-25 18:21:59 +00:00
matroskaenc.c Add WebM muxer 2010-06-09 15:54:27 +00:00
metadata.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
metadata.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
metadata_compat.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
mm.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mmf.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
mov.c change author metadata to artist in mov de/muxer 2010-05-27 20:40:09 +00:00
movenc.c write 3gp perf tag for artist metadata 2010-05-27 20:47:03 +00:00
movenc.h Use a heuristic for describing the RTP packets using sample data 2010-05-21 21:46:52 +00:00
movenchint.c Use a heuristic for describing the RTP packets using sample data 2010-05-21 21:46:52 +00:00
mp3.c Set AVFMT_NOTIMESTAMPS flag for mp3 muxer 2010-04-20 01:41:00 +00:00
mpc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
mpc8.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
mpeg.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
mpeg.h cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 15:46:40 +00:00
mpegenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
mpegts.c In ts demuxer, output pes packet as soon as they are complete. 2010-05-21 20:15:53 +00:00
mpegts.h Fix warnings about implicit function declaration when compiling rtpdec.c 2010-02-01 23:10:04 +00:00
mpegtsenc.c Move the internal function declarations in avformat.h to internal.h. 2010-04-11 21:44:23 +00:00
mpjpeg.c cosmetics: format long_name spelling fixes 2009-02-12 17:24:17 +00:00
msnwc_tcp.c Replace all remaining occurrences of AVERROR_NOMEM with 2010-04-03 14:15:00 +00:00
mtv.c Fix MTV decoding on big-endian systems 2010-04-21 13:00:48 +00:00
mvi.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
mxf.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
mxf.h reuse MXFCodecUL for data def and simplify 2009-02-08 05:12:30 +00:00
mxfdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
mxfenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
ncdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
network.h Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error). 2010-04-15 18:27:27 +00:00
nsvdec.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
nut.c Fix NUT (de)muxer warnings: 2010-03-28 09:59:58 +00:00
nut.h Fix NUT (de)muxer warnings: 2010-03-28 09:59:58 +00:00
nutdec.c Make the nut demuxer issue a more meaningful error message if it 2010-05-20 22:46:11 +00:00
nutenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
nuv.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
oggdec.c Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many 2010-05-24 02:09:36 +00:00
oggdec.h oggdec: Remove write-only variable 2010-04-16 12:21:29 +00:00
oggenc.c In ogg muxer, pack multiple frames into one page, much lower overhead 2010-05-23 19:12:27 +00:00
oggparsedirac.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
oggparseflac.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
oggparseogm.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
oggparseskeleton.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
oggparsespeex.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
oggparsetheora.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
oggparsevorbis.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
oma.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
options.c Add a flag for enabling RTP hinting 2010-05-21 21:44:43 +00:00
os_support.c Move resolve_host() to ffserver.c 2010-03-08 18:43:27 +00:00
os_support.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
output-example.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
psxstr.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
pva.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
qcp.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
qtpalette.h Remove alpha channel from default colorspace tables, since it is unused. See 2009-03-22 13:05:13 +00:00
r3d.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
raw.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
raw.h Separate the raw FLAC demuxer from raw.c and put in a new file, 2009-02-28 17:24:46 +00:00
rdt.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rdt.h Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 2009-02-06 10:35:52 +00:00
riff.c Add VP80 fourcc 2010-06-28 20:38:36 +00:00
riff.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rl2.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rm.c ff_rm_metadata is const. 2009-09-06 08:57:19 +00:00
rm.h Replace @returns by @return. 2010-03-30 15:50:57 +00:00
rmdec.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
rmenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
rpl.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
rtmp.h RTMP protocol support (as a client) 2009-07-31 06:49:36 +00:00
rtmppkt.c 1l trocadero: forgot reference operator on bytestream_get_be32() argument 2010-03-07 08:52:53 +00:00
rtmppkt.h Make RTMP send/receive packet functions report number of bytes read or sent. 2010-01-30 09:24:52 +00:00
rtmpproto.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rtp.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
rtp.h Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
rtpdec.c Reset RTCP timestamps after seeking, add range start offset to the packets timestamps 2010-04-20 07:38:52 +00:00
rtpdec.h Reset RTCP timestamps after seeking, add range start offset to the packets timestamps 2010-04-20 07:38:52 +00:00
rtpdec_amr.c Replace all remaining occurrences of AVERROR_NOMEM with 2010-04-03 14:15:00 +00:00
rtpdec_amr.h RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 2010-02-10 17:20:50 +00:00
rtpdec_asf.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rtpdec_asf.h Rename RTP depacketizer files from rtp_* to rtpdec_* 2010-02-28 11:03:14 +00:00
rtpdec_h263.c Replace all remaining occurrences of AVERROR_NOMEM with 2010-04-03 14:15:00 +00:00
rtpdec_h263.h Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 2010-01-28 16:08:13 +00:00
rtpdec_h264.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rtpdec_h264.h Rename RTP depacketizer files from rtp_* to rtpdec_* 2010-02-28 11:03:14 +00:00
rtpdec_xiph.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rtpdec_xiph.h Merge Vorbis / Theora depayloaders. 2010-04-01 21:43:22 +00:00
rtpenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
rtpenc.h Add support for AMR audio in the RTP muxer 2009-04-08 07:16:14 +00:00
rtpenc_aac.c Rename the RTP muxer sources so that the packetisation functions are in 2010-01-18 13:44:12 +00:00
rtpenc_amr.c Rename the RTP muxer sources so that the packetisation functions are in 2010-01-18 13:44:12 +00:00
rtpenc_h263.c Fix a crash in the H.263 RTP packetizer 2010-03-11 16:26:14 +00:00
rtpenc_h264.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rtpenc_mpv.c Rename the RTP muxer sources so that the packetisation functions are in 2010-01-18 13:44:12 +00:00
rtpproto.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rtsp.c Fix a crash when opening WMS RTSP streams 2010-05-21 20:22:18 +00:00
rtsp.h Replace @returns by @return. 2010-03-30 15:50:57 +00:00
rtspcodes.h Globally rename the header inclusion guard names. 2008-08-31 07:39:47 +00:00
rtspenc.c Add separate method/url parameters to the rtsp_send_cmd functions 2010-03-25 21:46:14 +00:00
sdp.c Make ff_sdp_write_media a lavf-internal function 2010-05-21 21:43:40 +00:00
seek.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +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 Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
sierravmd.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
siff.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
smacker.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
sol.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
sox.h Implement SoX native format muxer and demuxer. 2009-05-30 18:51:15 +00:00
soxdec.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
soxenc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
spdif.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
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 Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
swfenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
tcp.c Don't report EINTR from select as an error, retry select instead 2010-03-26 16:04:38 +00:00
thp.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
tiertexseq.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
timefilter.c Replace rand() usage by av_lfg_get(). 2009-04-10 17:12:36 +00:00
timefilter.h Add my name to copyright & author as requested by the original author. 2009-03-06 20:51:50 +00:00
tmv.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
tta.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
txd.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
udp.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
utils.c Add compatibility wrappers for functions moved from lavf to lavc 2010-06-15 13:31:27 +00:00
vc1test.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vc1testenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
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 Determine VOC block length when length field is zero, fixes issue1538. 2009-11-24 07:08:17 +00:00
vocdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
vocenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
vorbiscomment.c Add VorbisComment writing to FLAC files. 2010-03-20 13:36:43 +00:00
vorbiscomment.h Add VorbisComment writing to FLAC files. 2010-03-20 13:36:43 +00:00
vqf.c Use a suitable timebase in VQF demuxer 2010-04-13 01:19:59 +00:00
wav.c Reindent 2010-02-10 20:27:53 +00:00
wc3movie.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
westwood.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
wv.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
xa.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
yop.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
yuv4mpeg.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00