1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libavformat
Nicolas George c76374c6db Use AVERROR_EXIT with url_interrupt_cb.
Functions interrupted by url_interrupt_cb should not be restarted.
Therefore using AVERROR(EINTR) was wrong, as it did not allow to distinguish
when the underlying system call was interrupted and actually needed to be
restarted.

This fixes roundup issues 2657 and 2659 (ffplay not exiting for streamed
content).

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-03-15 08:09:19 -04:00
..
4xm.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
a64.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
aacdec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
ac3dec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
adts.h
adtsenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
aea.c lavf: replace all uses of url_fskip with avio_seek 2011-03-01 12:22:16 -05:00
aiff.h
aiffdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
aiffenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
allformats.c Bitmap Brothers JV demuxer 2011-03-14 08:05:02 -04:00
amr.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
anm.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
apc.c avio: avio_ prefixes for get_* functions 2011-02-21 11:23:22 -05:00
ape.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
apetag.c avio: avio_ prefix for url_fsize 2011-03-07 11:03:39 -05:00
apetag.h
applehttp.c Use AVERROR_EXIT with url_interrupt_cb. 2011-03-15 08:09:19 -04:00
applehttpproto.c Use AVERROR_EXIT with url_interrupt_cb. 2011-03-15 08:09:19 -04:00
asf.c asf/wtv: use service_provider and service_name metadata tags 2011-01-31 08:58:33 -05:00
asf.h avio: rename ByteIOContext to AVIOContext. 2011-02-20 08:37:15 -05:00
asfcrypt.c asfcrypt: fix unaligned accesses with armcc 2010-08-24 13:42:28 +00:00
asfcrypt.h
asfdec.c avio: deprecate url_ferror 2011-03-15 08:04:28 -04:00
asfenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
assdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
assenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
au.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
audiointerleave.c
audiointerleave.h Make ff_interleave_compare_dts static to utils.c. 2011-01-25 21:48:03 +01:00
avc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
avc.h avio: rename ByteIOContext to AVIOContext. 2011-02-20 08:37:15 -05:00
avformat.h lavf: update documentation of AVOutputFormat.flags 2011-03-07 14:34:32 -05:00
avi.c
avi.h avienc: fix AVI stream index for files with >10 streams 2011-02-23 10:44:26 -05:00
avidec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
avienc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
avio_internal.h avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h 2011-03-07 12:25:36 -05:00
avio.c Use AVERROR_EXIT with url_interrupt_cb. 2011-03-15 08:09:19 -04:00
avio.h Use AVERROR_EXIT with url_interrupt_cb. 2011-03-15 08:09:19 -04:00
aviobuf.c avio: deprecate url_ferror 2011-03-15 08:04:28 -04:00
avisynth.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
avlanguage.c
avlanguage.h
avs.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
bethsoftvid.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
bfi.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
bink.c lavf: replace all uses of url_fskip with avio_seek 2011-03-01 12:22:16 -05:00
c93.c lavf: replace all uses of url_fskip with avio_seek 2011-03-01 12:22:16 -05:00
caf.c
caf.h
cafdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
cavsvideodec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
cdg.c avio: avio_ prefix for url_fsize 2011-03-07 11:03:39 -05:00
concat.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
crcenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
cutils.c Deprecate parse_date() in favor of av_parse_time(). 2011-02-16 23:39:56 +00:00
daud.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
diracdec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
dnxhddec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
dsicin.c avio: deprecate url_ferror 2011-03-15 08:04:28 -04:00
dtsdec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
dv.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
dv.h Make dvenc.c functions static to the unit. 2011-01-25 00:02:12 +00:00
dvenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
dxa.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
eacdata.c lavf: replace all uses of url_fskip with avio_seek 2011-03-01 12:22:16 -05:00
electronicarts.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
ffm.h
ffmdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
ffmenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
ffmeta.h lavf: rename meta.h->ffmeta.h for consistency. 2011-01-04 12:35:39 +00:00
ffmetadec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
ffmetaenc.c lavf: replace remaining uses of put_tag with avio_write 2011-02-25 14:38:56 -05:00
file.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
filmstripdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
filmstripenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
flacdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
flacenc_header.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
flacenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
flacenc.h avio: rename ByteIOContext to AVIOContext. 2011-02-20 08:37:15 -05:00
flic.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
flv.h Fix 16kHz Mono NellyMoser in flv. 2010-11-03 20:12:07 +00:00
flvdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
flvenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
framecrcenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
gif.c lavf: replace remaining uses of put_tag with avio_write 2011-02-25 14:38:56 -05:00
gopher.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
gxf.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
gxf.h
gxfenc.c avio: avio_ prefix for url_fsize 2011-03-07 11:03:39 -05:00
h261dec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
h263dec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
h264dec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
http.c Replace dprintf with av_dlog 2011-01-29 23:55:37 +01:00
http.h
httpauth.c Make parse_key_value from httpauth a common lavf internal function 2010-08-19 14:49:53 +00:00
httpauth.h
id3v1.c avio: avio_ prefix for url_fsize 2011-03-07 11:03:39 -05:00
id3v1.h
id3v2.c id3v2: fix typo in error message 2011-03-09 10:57:44 +00:00
id3v2.h id3v2: split tables for various ID3v2 versions 2011-01-22 02:06:10 +01:00
idcin.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
idroqdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
idroqenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
iff.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
img2.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
ingenientdec.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
internal.h avio: rename ByteIOContext to AVIOContext. 2011-02-20 08:37:15 -05:00
ipmovie.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
isom.c Add one more avc intra fourcc and extend the description 2011-03-10 20:32:32 -05:00
isom.h avio: rename ByteIOContext to AVIOContext. 2011-02-20 08:37:15 -05:00
iss.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
iv8.c lavf: replace all uses of url_fskip with avio_seek 2011-03-01 12:22:16 -05:00
ivfdec.c avio: avio_ prefixes for get_* functions 2011-02-21 11:23:22 -05:00
ivfenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
jvdec.c jv demuxer: prevent video packet size overflow 2011-03-14 08:06:19 -04:00
libavformat.v Hide demuxers', muxers' and protocols' objects via the ld version script. 2011-01-28 01:45:17 +00:00
libnut.c avio: avio_ prefix for url_fsize 2011-03-07 11:03:39 -05:00
librtmp.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
lmlm4.c lavf: replace all uses of url_fskip with avio_seek 2011-03-01 12:22:16 -05:00
lxfdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
m4vdec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
Makefile Bitmap Brothers JV demuxer 2011-03-14 08:05:02 -04:00
matroska.c
matroska.h
matroskadec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
matroskaenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
md5enc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
md5proto.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
metadata_compat.c rename LAVF_API_* defines to FF_API_* to clarify that it is not public API 2010-08-18 20:34:31 +00:00
metadata.c Introduce av_metadata_copy() to copy metadata from one struct to another. 2011-01-14 19:30:55 +00:00
metadata.h add ff_ prefix to metadata_conv() 2010-10-16 13:20:41 +00:00
mm.c avio: avio_ prefix for url_fseek 2011-03-01 12:12:33 -05:00
mmf.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
mms.c MMS: also discover streams in extended stream properties object 2011-02-19 17:51:55 -05:00
mms.h Increase buffer size because the header itself can be larger than 8192 2010-12-17 21:17:40 +00:00
mmsh.c Replace dprintf with av_dlog 2011-01-29 23:55:37 +01:00
mmst.c avio: move init_put_byte() to a new private header and rename it 2011-02-20 08:37:31 -05:00
mov.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
movenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
movenc.h
movenchint.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
mp3dec.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
mp3enc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
mpc8.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
mpc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
mpeg.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
mpeg.h mpegts: remove get_pts duplicate of ff_parse_pes_pts. 2011-01-30 16:39:27 +00:00
mpegenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
mpegts.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
mpegts.h mpegtsenc: support CODEC_ID_AAC_LATM 2011-01-28 22:33:57 +00:00
mpegtsenc.c mpegtsenc: handle multiple language tags per stream 2011-03-07 14:43:03 -05:00
mpegvideodec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
mpjpeg.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
msnwc_tcp.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
mtv.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
mvi.c avio: avio_ prefixes for get_* functions 2011-02-21 11:23:22 -05:00
mxf.c Make ff_mxf_pixel_layouts static to mxf.c. 2011-01-25 21:48:03 +01:00
mxf.h Replace dprintf with av_dlog 2011-01-29 23:55:37 +01:00
mxfdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
mxfenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
mxg.c avio: deprecate url_ferror 2011-03-15 08:04:28 -04:00
ncdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
network.h libavformat: Remove FF_NETERRNO() 2011-02-23 07:21:31 -05:00
nsvdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
nullenc.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
nut.c
nut.h
nutdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
nutenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
nuv.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
oggdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
oggdec.h
oggenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
oggparsedirac.c Always use av_set_pts_info to set the stream time base. 2011-02-06 16:08:59 -05:00
oggparseflac.c Always use av_set_pts_info to set the stream time base. 2011-02-06 16:08:59 -05:00
oggparseogm.c Always use av_set_pts_info to set the stream time base. 2011-02-06 16:08:59 -05:00
oggparseskeleton.c Fix compile warning. 2011-02-06 20:33:53 -05:00
oggparsespeex.c Always use av_set_pts_info to set the stream time base. 2011-02-06 16:08:59 -05:00
oggparsetheora.c Always use av_set_pts_info to set the stream time base. 2011-02-06 16:08:59 -05:00
oggparsevorbis.c lavf: move internal functions from avformat.h to internal.h 2011-02-06 16:35:00 -05:00
oma.c avio: avio_ prefixes for get_* functions 2011-02-21 11:23:22 -05:00
options.c add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated 2010-10-15 12:59:45 +00:00
os_support.c os_support: fix poll() implementation 2011-02-15 18:11:50 +01:00
os_support.h os_support: make poll() fallbacks conditional on CONFIG_NETWORK 2011-01-28 17:23:19 +00:00
output-example.c avio: rename url_fopen/fclose -> avio_open/close. 2011-02-23 10:18:55 -05:00
pcm.c avio: avio_ prefix for url_fseek 2011-03-01 12:12:33 -05:00
pcm.h move pcm demuxers to their own file 2010-08-30 21:17:34 +00:00
pcmdec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
pcmenc.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
psxstr.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
pva.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
qcp.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
qtpalette.h
r3d.c avio: avio_ prefix for url_fsize 2011-03-07 11:03:39 -05:00
rawdec.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
rawdec.h split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
rawenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
rawenc.h split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
rawvideodec.c Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
rdt.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
rdt.h rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 2010-10-01 17:43:27 +00:00
riff.c Add audio codec 0x1600 (ADTS AAC) 2011-03-07 11:11:01 -05:00
riff.h avio: rename ByteIOContext to AVIOContext. 2011-02-20 08:37:15 -05:00
rl2.c lavf: replace all uses of url_fskip with avio_seek 2011-03-01 12:22:16 -05:00
rm.c
rm.h avio: rename ByteIOContext to AVIOContext. 2011-02-20 08:37:15 -05:00
rmdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
rmenc.c avio: avio_ prefix for url_fseek 2011-03-01 12:12:33 -05:00
rpl.c avio: avio_ prefix for url_fseek 2011-03-01 12:12:33 -05:00
rso.c
rso.h
rsodec.c avio: avio_ prefixes for get_* functions 2011-02-21 11:23:22 -05:00
rsoenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
rtmp.h
rtmppkt.c
rtmppkt.h
rtmpproto.c rtmpproto: rename URLContext* argument in rtmp_write() 2011-02-03 11:43:48 +00:00
rtp.c Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 2010-09-15 17:35:39 +00:00
rtp.h rtp: Replace hardcoded RTCP packet types with defines 2010-08-25 09:15:31 +00:00
rtpdec_amr.c
rtpdec_asf.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
rtpdec_formats.h rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658 2010-12-05 19:37:45 +00:00
rtpdec_h263.c
rtpdec_h264.c rtpdec_h264: Pass NAL type 0 through 2010-12-06 12:44:09 +00:00
rtpdec_latm.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
rtpdec_mpeg4.c Remove a few if (p) av_free(p) forms 2011-02-03 01:37:55 +00:00
rtpdec_qcelp.c rtpdec_qcelp: Use the depacketizer for static payload types, too 2010-12-05 19:42:14 +00:00
rtpdec_qdm2.c rtpdec: Remove useless NULL initializations when using designated initializers 2010-11-29 16:04:45 +00:00
rtpdec_qt.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
rtpdec_svq3.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
rtpdec_vp8.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
rtpdec_xiph.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
rtpdec.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
rtpdec.h Make RTPFirstDynamicPayloadHandler static to rtpdec.c 2011-01-25 01:45:34 +00:00
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c avio: rename url_fopen/fclose -> avio_open/close. 2011-02-23 10:18:55 -05:00
rtpenc_chain.h rtsp: Factorize out code for opening a chained RTP muxer 2010-10-08 08:54:53 +00:00
rtpenc_h263.c
rtpenc_h264.c
rtpenc_mpv.c
rtpenc_vp8.c Add RTP packetization of VP8 2010-08-16 14:21:17 +00:00
rtpenc_xiph.c rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frames_per_packet 2010-08-10 08:37:19 +00:00
rtpenc.c avio: deprecate url_fget_max_packet_size 2011-03-07 12:25:36 -05:00
rtpenc.h Add RTP packetization of VP8 2010-08-16 14:21:17 +00:00
rtpproto.c Use AVERROR_EXIT with url_interrupt_cb. 2011-03-15 08:09:19 -04:00
rtsp.c Use AVERROR_EXIT with url_interrupt_cb. 2011-03-15 08:09:19 -04:00
rtsp.h avio: rename ByteIOContext to AVIOContext. 2011-02-20 08:37:15 -05:00
rtspcodes.h
rtspdec.c avio: rename url_fopen/fclose -> avio_open/close. 2011-02-23 10:18:55 -05:00
rtspenc.c rtsp: Don't store RTSPStream in AVStream->priv_data 2011-02-03 00:49:15 +01:00
sapdec.c avio: move init_put_byte() to a new private header and rename it 2011-02-20 08:37:31 -05:00
sapenc.c avio: rename url_fopen/fclose -> avio_open/close. 2011-02-23 10:18:55 -05:00
sauce.c avio: avio_ prefix for url_fsize 2011-03-07 11:03:39 -05:00
sauce.h
sdp.c Move find_info_tag to lavu and add av_ prefix to it 2011-02-17 15:35:18 +01:00
seek.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
seek.h
segafilm.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
sierravmd.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
siff.c lavf: replace all uses of url_fskip with avio_seek 2011-03-01 12:22:16 -05:00
smacker.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
sol.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
sox.h
soxdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
soxenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
spdif.c Move code to be used by the IEC 61937 demuxer from spifenc.c into common 2010-11-10 00:04:12 +00:00
spdif.h s/IEC958/IEC 61937 - IEC958 is a lower level format. 2010-12-29 18:48:32 +00:00
spdifdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
spdifenc.c spdifenc.c: fix compile because of missing include avio_internal.h. 2011-02-21 15:49:24 -05:00
srtdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
swf.h
swfdec.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
swfenc.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
tcp.c Use AVERROR_EXIT with url_interrupt_cb. 2011-03-15 08:09:19 -04:00
thp.c avio: avio_ prefix for url_fseek 2011-03-01 12:12:33 -05:00
tiertexseq.c avio: avio_ prefix for url_fseek 2011-03-01 12:12:33 -05:00
timefilter.c
timefilter.h
tmv.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
tta.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
tty.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
txd.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
udp.c Use AVERROR_EXIT with url_interrupt_cb. 2011-03-15 08:09:19 -04:00
utils.c Use AVERROR_EXIT with url_interrupt_cb. 2011-03-15 08:09:19 -04:00
vc1test.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
vc1testenc.c avio: avio_ prefix for url_fseek 2011-03-01 12:12:33 -05:00
version.h Bitmap Brothers JV demuxer 2011-03-14 08:05:02 -04:00
voc.c
voc.h
vocdec.c avio: avio_ prefix for url_fsize 2011-03-07 11:03:39 -05:00
vocenc.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00
vorbiscomment.c vorbiscomment: convert metadata before computing the header's length 2010-10-27 05:02:29 +00:00
vorbiscomment.h vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** 2010-10-14 19:08:31 +00:00
vqf.c avio: add avio_tell macro as a replacement for url_ftell 2011-03-04 11:26:57 -05:00
wav.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
wc3movie.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
westwood.c avio: avio_ prefix for url_fseek 2011-03-01 12:12:33 -05:00
wtv.c avio: deprecate url_ferror 2011-03-15 08:04:28 -04:00
wv.c avio: deprecate url_feof 2011-03-07 17:20:31 -05:00
xa.c lavf: replace all uses of url_fskip with avio_seek 2011-03-01 12:22:16 -05:00
yop.c avio: avio_ prefix for url_fsize 2011-03-07 11:03:39 -05:00
yuv4mpeg.c avio: avio: avio_ prefixes for put_* functions 2011-02-21 14:25:15 -05:00