1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavformat
Tomas Härdin 775d3b4ab1 mxfdec: Speed up metadata and index parsing.
Specifically, this means parsing as before until we run into essence.
At that point we seek to the footer and parse until EOF. After that we start
seeking backward to the previous partition and parse that until we run into
essence or the next partition. This procedure is repeated until we encounter
the last partition we parsed in the forward direction.

The end result of all this is that large essence containers are not needlessly
parsed. This speeds up parsing large files a lot.

Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2012-01-22 14:40:52 +01:00
..
4xm.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
a64.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 2011-11-28 10:01:50 +01:00
aacdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
ac3dec.c lavc: use avpriv_ prefix for ff_ac3_parse_header. 2011-10-20 21:06:58 +02:00
adts.h
adtsenc.c latmdec: fix audio specific config parsing 2011-12-03 00:42:48 +01:00
adxdec.c adx: add AVFMT_GENERIC_INDEX to demuxer flags. 2012-01-03 18:47:41 -05:00
aea.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
aiff.h AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) 2011-11-11 08:27:16 +01:00
aiffdec.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
aiffenc.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
allformats.c add SMJPEG muxer 2012-01-16 11:29:55 +01:00
amr.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
anm.c lavf: deprecate av_close_input_stream(). 2011-12-12 20:21:47 +01:00
apc.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
ape.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
apetag.c
apetag.h
applehttp.c applehttp: Use half the target duration as interval if the playlist didn't update 2011-12-29 11:42:45 +02:00
applehttpproto.c applehttpproto: Apply the same reload interval changes as for the demuxer 2011-12-29 11:42:55 +02:00
asf.c
asf.h
asfcrypt.c doxygen: Consistently use '@' instead of '\' for Doxygen markup. 2011-06-24 00:37:49 +02:00
asfcrypt.h
asfdec.c asfdec: add side data to ASFStream packet instead of output packet. 2011-12-21 17:52:31 -05:00
asfenc.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
assdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
assenc.c
au.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
audiointerleave.c Do not include mathematics.h in avutil.h 2011-07-03 21:42:06 +01:00
audiointerleave.h
avc.c avc: fix memory errors when encoding invalid h264 codecdata 2011-11-09 21:37:13 -08:00
avc.h
avformat.h lavf: fix and extend av_interleaved_write_frame() doxy. 2012-01-18 20:08:13 +01:00
avi.h Generalize RIFF INFO tag support; support reading INFO tag in wav 2011-11-26 17:14:13 -08:00
avidec.c avidec: migrate last of lavf from FF_ER_* to AV_EF_* 2012-01-20 09:30:09 +01:00
avienc.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
avio_internal.h avio: add avio_open2, taking an interrupt callback and options 2011-11-13 13:17:04 +01:00
avio.c avio: Only do implicit network initialization for network protocols 2012-01-05 23:56:56 +02:00
avio.h avio: Fix the value of the deprecated URL_FLAG_NONBLOCK 2012-01-12 22:07:10 +02:00
aviobuf.c cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00
avisynth.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
avlanguage.c Employ FF_ARRAY_ELEMS instead of manually calculating array length. 2011-09-08 15:57:14 +02:00
avlanguage.h
avs.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
bethsoftvid.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
bfi.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
bink.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
bmv.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
c93.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
caf.c
caf.h
cafdec.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
cavsvideodec.c
cdg.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
concat.c proto: Realign struct initializers 2011-12-01 13:47:28 +02:00
crcenc.c crcenc: add flags 2011-11-23 21:43:46 +01:00
crypto.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
cutils.c Replace ffmpeg references with more accurate libav* references. 2011-11-02 10:42:55 +01:00
daud.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
dfa.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
diracdec.c
dnxhddec.c
dsicin.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
dtsdec.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
dv.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
dv.h lavf: use avpriv_ prefix for some dv functions. 2011-10-20 20:57:23 +02:00
dvenc.c lavc: use avpriv_ prefix for some dv symbols used in lavf. 2011-10-20 21:06:58 +02:00
dxa.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
eacdata.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
electronicarts.c electronicarts: check bytes per sample for validity 2012-01-07 00:18:42 +01:00
ffm.h Rename ffserver to avserver. 2011-08-09 19:56:25 +02:00
ffmdec.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
ffmenc.c ffmenc: remove references to deprecated AVFormatContext.timestamp. 2012-01-12 18:18:23 +01:00
ffmeta.h
ffmetadec.c lavf: use avpriv_ prefix for ff_new_chapter(). 2011-10-20 20:57:23 +02:00
ffmetaenc.c
file.c Remove some stray unnecessary ffmpeg references. 2011-11-02 10:42:54 +01:00
filmstripdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
filmstripenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
flacdec.c flacdec: skip all track indices at once instead of looping. 2011-12-21 10:44:57 -05:00
flacenc_header.c flac muxer: fix writing of file header and STREAMINFO header from extradata 2011-12-10 10:19:41 -05:00
flacenc.c Replace vendor string in Ogg and FLAC muxers. 2011-11-02 10:43:39 +01:00
flacenc.h
flic.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
flv.h doxygen: do not include license boilerplate in Doxygen documentation 2011-07-15 00:52:09 +02:00
flvdec.c flvdec: Fix compiler warning for uninitialized variables 2012-01-04 22:15:47 +02:00
flvenc.c flvenc: Support muxing 16 kHz nellymoser 2011-12-15 16:53:54 +02:00
framecrcenc.c crcenc: add flags 2011-11-23 21:43:46 +01:00
gif.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 2011-10-12 16:51:16 +02:00
gopher.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
gsmdec.c gsm demuxer: use generic seeking instead of a gsm-specific function. 2012-01-11 08:56:24 -05:00
gxf.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
gxf.h
gxfenc.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
h261dec.c
h263dec.c
h264dec.c
http.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
http.h http: Remove the now unused ff_http_set_headers custom function 2011-11-10 10:51:50 +02:00
httpauth.c http: Handle proxy authentication 2011-11-11 14:07:57 +02:00
httpauth.h
id3v1.c
id3v1.h
id3v2.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
id3v2.h Move id3v2 tag writing to a separate file. 2011-10-23 19:17:53 +02:00
id3v2enc.c Move id3v2 tag writing to a separate file. 2011-10-23 19:17:53 +02:00
idcin.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
idroqdec.c idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur. 2011-12-21 16:51:12 -05:00
idroqenc.c Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 2011-09-24 12:11:17 +02:00
iff.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
img2.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
ingenientdec.c rawdec: refactor private option for raw video demuxers 2011-09-17 06:43:09 +02:00
internal.h libavformat: Add a utility function for adding parameter change side data 2011-12-21 22:52:40 +02:00
ipmovie.c ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM 2012-01-10 14:25:07 -05:00
isom.c v410 encoder and decoder 2011-12-13 23:34:24 +01:00
isom.h mpegts: MP4 SL support 2011-10-28 14:54:14 -07:00
iss.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
iv8.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
ivfdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
ivfenc.c
jvdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
latmenc.c latmdec: fix audio specific config parsing 2011-12-03 00:42:48 +01:00
libavformat.v lavf: add init_put_byte() to the list of visible symbols. 2011-10-28 20:06:34 +02:00
libnut.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
librtmp.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
lmlm4.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
lxfdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
m4vdec.c
Makefile Add a tool that uses avio to read and write, doing a plain copy of data 2012-01-20 22:19:09 +02:00
matroska.c
matroska.h
matroskadec.c matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc() 2012-01-05 21:21:57 +01:00
matroskaenc.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
md5enc.c md5enc: add flags 2011-11-23 20:19:26 +01:00
md5proto.c md5proto: Remove the get_file_handle function 2011-12-01 13:47:24 +02:00
metadata-example.c libavformat: Add an example how to use the metadata API 2011-07-02 13:52:29 +02:00
metadata.c Replace all usage of strcasecmp/strncasecmp 2011-11-06 11:52:57 +02:00
metadata.h
mm.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
mmf.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
mms.c
mms.h Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
mmsh.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
mmst.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
mov_chan.c mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions. 2012-01-05 10:34:06 -08:00
mov_chan.h mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions. 2012-01-05 10:34:06 -08:00
mov.c mov: Remove dead stores for spherical coordinates for channel position. 2012-01-18 10:54:25 -08:00
movenc.c movenc: Don't store a nonzero creation time if nothing was set by the caller 2012-01-10 16:02:07 +02:00
movenc.h movenc: Reorder entries in the MOVIentry struct, for tigheter packing 2012-01-21 01:12:58 +02:00
movenchint.c movenc: Use the actual converted sample for RTP hinting 2011-12-11 01:37:26 +02:00
mp3dec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
mp3enc.c Replace all usage of strcasecmp/strncasecmp 2011-11-06 11:52:57 +02:00
mpc8.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
mpc.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
mpeg.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 2011-11-28 10:01:50 +01:00
mpeg.h
mpegenc.c mpegenc: simplify muxrate calculation 2012-01-02 00:23:40 +01:00
mpegts.c mpegts: Suppress invalid timebase warnings on DMB streams. 2011-12-20 09:52:05 -08:00
mpegts.h mpegts: MP4 SL support 2011-10-28 14:54:14 -07:00
mpegtsenc.c mpegts: adjustable minimum PES payload 2011-12-28 20:31:54 +01:00
mpegvideodec.c
mpjpeg.c Rename ffserver to avserver. 2011-08-09 19:56:25 +02:00
msnwc_tcp.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
mtv.c cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00
mvi.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
mxf.c mxf: Add PictureEssenceCoding UL for V210. 2011-12-21 16:28:45 +01:00
mxf.h
mxfdec.c mxfdec: Speed up metadata and index parsing. 2012-01-22 14:40:52 +01:00
mxfenc.c mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container. 2011-12-21 16:28:41 +01:00
mxg.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
ncdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
network.c network: properly declare WSADATA in windows 2011-12-21 03:27:19 +01:00
network.h avformat: Warn about using network functions without calling avformat_network_init 2011-11-07 19:29:33 +02:00
nsvdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
nullenc.c Do not memcpy raw video frames when using null muxer 2011-12-02 18:49:50 +00:00
nut.c nut: support 10bit YUV 2011-12-21 00:00:03 +01:00
nut.h
nutdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
nutenc.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
nuv.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
oggdec.c misc Doxygen markup improvements 2011-12-05 13:06:58 +01:00
oggdec.h oggdec: add support for Xiph's CELT codec 2011-09-26 13:51:29 +02:00
oggenc.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparsecelt.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparsedirac.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparseflac.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparseogm.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparseskeleton.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparsespeex.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparsetheora.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparsevorbis.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oma.c omadec: split data that will be used in the muxer to a separate file. 2011-12-18 16:17:39 +01:00
oma.h oma: make header compile standalone 2011-12-20 22:38:53 +01:00
omadec.c omadec: split data that will be used in the muxer to a separate file. 2011-12-18 16:17:39 +01:00
omaenc.c lavf: add OpenMG audio muxer. 2011-12-18 16:23:16 +01:00
options.c lavf: rename fer option and document resulting (f_)err_detect options 2012-01-21 08:33:05 +01:00
os_support.c Remove leftover includes of strings.h 2011-11-06 11:53:05 +02:00
os_support.h Remove some stray unnecessary ffmpeg references. 2011-11-02 10:42:54 +01:00
output-example.c tests/examples: Mark some variables only used within their files as static. 2011-12-08 01:01:00 +01:00
pcm.c Do not include mathematics.h in avutil.h 2011-07-03 21:42:06 +01:00
pcm.h
pcmdec.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 2011-10-12 16:51:16 +02:00
pcmenc.c Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 2011-09-24 12:11:17 +02:00
pmpdec.c pmpdec: don't use deprecated av_set_pts_info. 2011-12-01 17:28:36 +01:00
psxstr.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
pva.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
qcp.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
qtpalette.h
r3d.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
rawdec.c rawdec: Set start_time to 0 for raw audio files. 2012-01-01 22:27:04 +01:00
rawdec.h rawdec: refactor private option for raw video demuxers 2011-09-17 06:43:09 +02:00
rawenc.c adx: add an adx muxer 2012-01-03 18:47:42 -05:00
rawenc.h
rawvideodec.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 2011-10-12 16:51:16 +02:00
rdt.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
rdt.h doxygen: Make sure parameter names match between .c and .h files. 2011-07-14 04:09:49 +02:00
riff.c riff: remove references to sonic codec ids 2012-01-12 18:18:22 +01:00
riff.h Generalize RIFF INFO tag support; support reading INFO tag in wav 2011-11-26 17:14:13 -08:00
rl2.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
rm.c
rm.h
rmdec.c cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00
rmenc.c Drop some pointless void* return value casts from av_malloc() invocations. 2012-01-02 16:41:24 +01:00
rpl.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
rso.c
rso.h Replace ffmpeg references with more accurate libav* references. 2011-11-02 10:42:55 +01:00
rsodec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
rsoenc.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 2011-11-28 10:01:50 +01:00
rtmp.h
rtmppkt.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
rtmppkt.h doxygen: Prefer member groups over grouping into modules 2011-07-02 13:52:29 +02:00
rtmpproto.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
rtp.c rtp: Fix ff_rtp_get_payload_type 2011-10-17 20:40:20 +03:00
rtp.h Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
rtpdec_amr.c
rtpdec_asf.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
rtpdec_formats.h rtpdec: Add support for G726 audio 2011-11-30 17:39:32 +02:00
rtpdec_g726.c rtpdec: Interpret the different G726 names as bits_per_coded_sample 2011-12-01 23:19:24 +02:00
rtpdec_h263.c
rtpdec_h264.c
rtpdec_latm.c Remove leftover includes of strings.h 2011-11-06 11:53:05 +02:00
rtpdec_mpeg4.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 2011-11-28 10:01:50 +01:00
rtpdec_qcelp.c
rtpdec_qdm2.c doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
rtpdec_qt.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
rtpdec_svq3.c doxygen: use Doxygen markup for authors and web links where appropriate 2011-07-15 02:01:21 +02:00
rtpdec_vp8.c doxygen: use Doxygen markup for authors and web links where appropriate 2011-07-15 02:01:21 +02:00
rtpdec_xiph.c
rtpdec.c rtpdec: Use our own SSRC in the SDES field when sending RRs 2012-01-21 22:18:12 +02:00
rtpdec.h rtpdec: Add an init function that can do custom codec context initialization 2011-11-30 17:32:18 +02:00
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c avformat: Pass the interrupt callback on to chained muxers/demuxers 2011-11-13 13:13:57 +01:00
rtpenc_chain.h
rtpenc_h263.c
rtpenc_h264.c rtpenc: Add support for mp4 format h264 2011-12-11 01:37:26 +02:00
rtpenc_latm.c rtpenc_latm: Consistently use "Libav" in license boilerplate. 2011-06-16 17:13:34 +02:00
rtpenc_mpv.c lavc: rename ff_find_start_code to avpriv_mpv_find_start_code 2011-10-20 21:06:58 +02:00
rtpenc_vp8.c
rtpenc_xiph.c
rtpenc.c rtpenc: Add support for G726 audio 2011-12-01 23:19:25 +02:00
rtpenc.h AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 2011-10-12 16:51:16 +02:00
rtpproto.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
rtsp.c rtsp: Use a random offset for trying to open UDP ports for RTP 2012-01-22 01:10:03 +02:00
rtsp.h rtsp: Allow specifying the UDP port range via AVOptions 2012-01-22 01:10:02 +02:00
rtspcodes.h
rtspdec.c rtpdec: unwrap RTP timestamps for PTS calculation 2011-11-18 10:31:17 +02:00
rtspenc.c rtsp: Merge the AVOption lists 2011-10-17 19:57:45 +03:00
sapdec.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
sapenc.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
sauce.c
sauce.h
sdp.c sdp: Restore the original mp4 format h264 extradata if converted 2011-12-11 01:37:26 +02:00
seek-test.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
seek.c Do not include mathematics.h in avutil.h 2011-07-03 21:42:06 +01:00
seek.h
segafilm.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
segment.c segment: introduce segmented chain muxer 2011-12-19 18:31:28 +01:00
sierravmd.c sierravmd: fix audio pts 2012-01-10 14:24:08 -05:00
siff.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
smacker.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
smjpeg.c avformat: split out common SMJPEG code 2012-01-16 11:29:55 +01:00
smjpeg.h avformat: split out common SMJPEG code 2012-01-16 11:29:55 +01:00
smjpegdec.c avformat: split out common SMJPEG code 2012-01-16 11:29:55 +01:00
smjpegenc.c add SMJPEG muxer 2012-01-16 11:29:55 +01:00
sol.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
sox.h
soxdec.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
soxenc.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
spdif.c
spdif.h
spdifdec.c lavc: use avpriv_ prefix for ff_aac_parse_header(). 2011-10-20 21:06:57 +02:00
spdifenc.c spdifenc: use special alignment for DTS-HD length_code 2012-01-05 16:27:07 -08:00
srtdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
swf.h
swfdec.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
swfenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
tcp.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
thp.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
tiertexseq.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
tls.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
tmv.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
tta.c tta: Fix returned error code at EOF 2012-01-07 09:59:15 -05:00
tty.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
txd.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
udp.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
url.h avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
utils.c lavf: force single-threaded decoding in avformat_find_stream_info 2012-01-20 09:41:46 +01:00
vc1test.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
vc1testenc.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
version.h add SMJPEG muxer 2012-01-16 11:29:55 +01:00
voc.c
voc.h
vocdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
vocenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
vorbiscomment.c
vorbiscomment.h doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
vqf.c vqf: recognize more metadata chunks 2012-01-07 11:14:57 -08:00
wav.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
wc3movie.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
westwood.c westwood: Make sure audio header info is present when parsing audio packets 2011-12-15 11:07:20 +02:00
wtv.c wtv: fix memleaks during normal operation 2012-01-11 01:34:30 +01:00
wv.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
xa.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
xmv.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
xwma.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
yop.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
yuv4mpeg.c yuv4mpeg: cosmetics: pretty-printing 2011-12-04 15:58:40 -05:00