You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Stefano Sabatini 267ff3aed1 Document url_write(). 14 years ago
..
4xm.c
Makefile rtsp: Split out the RTSP demuxer functions to a separate, new file 14 years ago
a64.c Cosmetics, lots of. 14 years ago
aacdec.c Move handling of ID3v2 to common utils.c code, reducing code duplication 14 years ago
ac3dec.c split raw.c into rawdec.c and rawenc.c 14 years ago
adts.h
adtsenc.c Cosmetics: whitespace 14 years ago
aea.c move pcm demuxers to their own file 14 years ago
aiff.h
aiffdec.c move pcm demuxers to their own file 14 years ago
aiffenc.c
allformats.c rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer 14 years ago
amr.c Set frame_size in the amr demuxer 14 years ago
anm.c Fix doxy that refers to the wrong variable. 14 years ago
apc.c
ape.c
apetag.c
apetag.h
applehttp.c applehttp: Add comments to make_absolute_url 14 years ago
asf.c asf: Add asf_jfif_media guid 14 years ago
asf.h asf: Add asf_jfif_media guid 14 years ago
asfcrypt.c asfcrypt: fix unaligned accesses with armcc 14 years ago
asfcrypt.h
asfdec.c add ff_ prefix to metadata_conv() 14 years ago
asfenc.c add ff_ prefix to metadata_conv() 14 years ago
assdec.c add seeking support in ASS demuxer 14 years ago
assenc.c add mime-type for ASS muxer 14 years ago
au.c move pcm demuxers to their own file 14 years ago
audiointerleave.c
audiointerleave.h
avc.c
avc.h
avformat.h Add a demuxer for receiving raw rtp:// URLs without an SDP description 14 years ago
avi.c
avi.h
avidec.c Export metadata in the generic format. Deprecate old conversion API. 14 years ago
avienc.c add ff_ prefix to metadata_conv() 14 years ago
avio.c Remove unused variable. 14 years ago
avio.h Document url_write(). 14 years ago
aviobuf.c add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf() 14 years ago
avisynth.c
avlanguage.c
avlanguage.h Fix grammar errors in documentation 14 years ago
avs.c
bethsoftvid.c
bfi.c
bink.c
c93.c
caf.c
caf.h
cafdec.c cafdec: Handle ALAC extradata. 14 years ago
cavsvideodec.c split raw.c into rawdec.c and rawenc.c 14 years ago
cdg.c
concat.c
crcenc.c
cutils.c ffmpeg: add a grow_array() helper function 14 years ago
daud.c
diracdec.c split raw.c into rawdec.c and rawenc.c 14 years ago
dnxhddec.c split raw.c into rawdec.c and rawenc.c 14 years ago
dsicin.c
dtsdec.c split raw.c into rawdec.c and rawenc.c 14 years ago
dv.c
dv.h
dvenc.c
dxa.c
eacdata.c
electronicarts.c Add av_ prefix to bswap macros 14 years ago
ffm.h
ffmdec.c Move ffm_close function up to avoid a forward declaration. 14 years ago
ffmenc.c
file.c Add #ifdefs around code specific to file and pipe protocols 14 years ago
filmstripdec.c
filmstripenc.c
flacdec.c Export metadata in the generic format. Deprecate old conversion API. 14 years ago
flacenc.c vorbiscomment: convert metadata before computing the header's length 14 years ago
flacenc.h
flacenc_header.c
flic.c Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
flv.h
flvdec.c Use ext sample from mpeg4audio config if set with AAC SBR 14 years ago
flvenc.c Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
framecrcenc.c
gif.c
gopher.c Make ff_url_split() public 14 years ago
gxf.c Check url_fseek results in gxf demuxer. 14 years ago
gxf.h
gxfenc.c In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch by Reuben Martin, reuben dot m at gmail dot com 14 years ago
h261dec.c split raw.c into rawdec.c and rawenc.c 14 years ago
h263dec.c split raw.c into rawdec.c and rawenc.c 14 years ago
h264dec.c split raw.c into rawdec.c and rawenc.c 14 years ago
http.c Move AVOptions from libavcodec to libavutil 14 years ago
http.h Fix grammar errors in documentation 14 years ago
httpauth.c Make parse_key_value from httpauth a common lavf internal function 14 years ago
httpauth.h
id3v1.c
id3v1.h
id3v2.c add ff_ prefix to metadata_conv() 14 years ago
id3v2.h Fix Doxygen function parameter documentation syntax. 14 years ago
idcin.c
idroqdec.c rename idroq.c to idroqdec.c 14 years ago
idroqenc.c split raw.c into rawdec.c and rawenc.c 14 years ago
iff.c remove redundant text and whitespaces from iff demuxer av_log() statements 14 years ago
img2.c cosmetics: align fields, and remove useless ones, in img2.c 14 years ago
ingenientdec.c split raw.c into rawdec.c and rawenc.c 14 years ago
internal.h add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function 14 years ago
ipmovie.c
isom.c xdcam hd422 720p24 fourcc in mov 14 years ago
isom.h movdec: Split out ff_mov_read_stsd 14 years ago
iss.c
iv8.c
ivfdec.c
libavformat.v
libnut.c
librtmp.c Use new librtmp APIs instead of grubbing around in RTMP struct 14 years ago
lmlm4.c
lxfdec.c Add demuxer for LXF (Leitch/Harris' VR native stream format) 14 years ago
m4vdec.c split raw.c into rawdec.c and rawenc.c 14 years ago
matroska.c matroskaenc: add support for muxing SRT tracks 14 years ago
matroska.h
matroskadec.c add ff_ prefix to metadata_conv() 14 years ago
matroskaenc.c Export metadata in the generic format. Deprecate old conversion API. 14 years ago
md5enc.c
md5proto.c Add MD5 protocol 14 years ago
metadata.c metadata: make av_metadata_set2 case insensitive by default 14 years ago
metadata.h add ff_ prefix to metadata_conv() 14 years ago
metadata_compat.c rename LAVF_API_* defines to FF_API_* to clarify that it is not public API 14 years ago
mm.c
mmf.c move pcm demuxers to their own file 14 years ago
mms.c mms: remove dependency on MAX_STREAM API 14 years ago
mms.h Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically 14 years ago
mmsh.c Check return value of get_chunk_header(). Since enum can be unsigned, the 14 years ago
mmst.c Set proper error if server flags indicate that it doesn't support mmst. This 14 years ago
mov.c movdec: Free the previous extradata 14 years ago
movenc.c In mov muxer, write artist metadata tag 14 years ago
movenc.h
movenchint.c
mp3.c add ff_ prefix to metadata_conv() 14 years ago
mpc.c Move handling of ID3v2 to common utils.c code, reducing code duplication 14 years ago
mpc8.c
mpeg.c Fix grammar errors in documentation 14 years ago
mpeg.h
mpegenc.c Avoid negative SCR in mpeg ps muxer. 14 years ago
mpegts.c rename LAVF_API_* defines to FF_API_* to clarify that it is not public API 14 years ago
mpegts.h
mpegtsenc.c mpegtsenc: Indent 14 years ago
mpegvideodec.c split raw.c into rawdec.c and rawenc.c 14 years ago
mpjpeg.c
msnwc_tcp.c
mtv.c Add av_ prefix to bswap macros 14 years ago
mvi.c
mxf.c mxfdec: Improve parsing of the PixelLayout item 14 years ago
mxf.h mxfdec: Improve parsing of the PixelLayout item 14 years ago
mxfdec.c Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 14 years ago
mxfenc.c Add extern to mxf_d10_muxer forward declaration to avoid a redundant 14 years ago
ncdec.c
network.h Convert ff_is_multicast_address to take a struct sockaddr parameter 14 years ago
nsvdec.c
nullenc.c move null muxer to its own file 14 years ago
nut.c
nut.h
nutdec.c nutdec: when parsing info packet, set metadata var only once 14 years ago
nutenc.c Export metadata in the generic format. Deprecate old conversion API. 14 years ago
nuv.c
oggdec.c Export metadata in the generic format. Deprecate old conversion API. 14 years ago
oggdec.h
oggenc.c vorbiscomment: convert metadata before computing the header's length 14 years ago
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparseskeleton.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c add ff_ prefix to metadata_conv() 14 years ago
oma.c Export metadata in the generic format. Deprecate old conversion API. 14 years ago
options.c add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated 14 years ago
os_support.c os_support: include some headers only when needed 14 years ago
os_support.h Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups 14 years ago
output-example.c
pcm.c move pcm demuxers to their own file 14 years ago
pcm.h move pcm demuxers to their own file 14 years ago
pcmdec.c split raw.c into rawdec.c and rawenc.c 14 years ago
pcmenc.c split raw.c into rawdec.c and rawenc.c 14 years ago
psxstr.c
pva.c
qcp.c
qtpalette.h
r3d.c
rawdec.c Add a muxer and demuxer for raw G.722 14 years ago
rawdec.h split raw.c into rawdec.c and rawenc.c 14 years ago
rawenc.c Add a muxer and demuxer for raw G.722 14 years ago
rawenc.h split raw.c into rawdec.c and rawenc.c 14 years ago
rawvideodec.c split raw.c into rawdec.c and rawenc.c 14 years ago
rdt.c rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 14 years ago
rdt.h rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 14 years ago
riff.c Make WMV3 decoder attempt to decode WMVP as well 14 years ago
riff.h
rl2.c Fix doxygen comment. 14 years ago
rm.c
rm.h
rmdec.c
rmenc.c
rpl.c
rso.c Lego Mindstorms RSO muxer and demuxer. 14 years ago
rso.h Lego Mindstorms RSO muxer and demuxer. 14 years ago
rsodec.c move pcm demuxers to their own file 14 years ago
rsoenc.c Lego Mindstorms RSO muxer and demuxer. 14 years ago
rtmp.h
rtmppkt.c
rtmppkt.h Fix misspelled parameter names in Doxygen documentation. 14 years ago
rtmpproto.c properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJOR 14 years ago
rtp.c Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 14 years ago
rtp.h rtp: Replace hardcoded RTCP packet types with defines 14 years ago
rtpdec.c rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors 14 years ago
rtpdec.h drop rtp_get_file_handles() which is not part of public API and not used anymore 14 years ago
rtpdec_amr.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
rtpdec_asf.c Prevent overflow on random input. 14 years ago
rtpdec_formats.h Add RTP depacketization of the X-QT QuickTime format 14 years ago
rtpdec_h263.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
rtpdec_h264.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
rtpdec_latm.c Add RTP depacketization of MP4A-LATM 14 years ago
rtpdec_mpeg4.c Make hex_to_data a lavf internal function 14 years ago
rtpdec_qdm2.c Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
rtpdec_qt.c Add RTP depacketization of the X-QT QuickTime format 14 years ago
rtpdec_svq3.c rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flag 14 years ago
rtpdec_vp8.c Add RTP depacketization of VP8 14 years ago
rtpdec_xiph.c rtpdec_xiph: Split packets in the depacketizer 14 years ago
rtpenc.c Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 14 years ago
rtpenc.h Add RTP packetization of VP8 14 years ago
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c rtsp: Factorize out code for opening a chained RTP muxer 14 years ago
rtpenc_chain.h rtsp: Factorize out code for opening a chained RTP muxer 14 years ago
rtpenc_h263.c
rtpenc_h264.c
rtpenc_mpv.c
rtpenc_vp8.c Add RTP packetization of VP8 14 years ago
rtpenc_xiph.c rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frames_per_packet 14 years ago
rtpproto.c drop rtp_get_file_handles() which is not part of public API and not used anymore 14 years ago
rtsp.c rtsp: Split out the RTSP demuxer functions to a separate, new file 14 years ago
rtsp.h rtsp: Split out the RTSP demuxer functions to a separate, new file 14 years ago
rtspcodes.h
rtspdec.c rtsp: Split out the RTSP demuxer functions to a separate, new file 14 years ago
rtspenc.c rtsp: Move rtsp_setup_output_streams into rtspenc.c 14 years ago
sapdec.c sapdec: Include sys/time.h for struct timeval 14 years ago
sapenc.c sapenc: Use the normal URL port as RTP port 14 years ago
sauce.c Add doxygen @file comment block 14 years ago
sauce.h Add doxygen @file comment block 14 years ago
sdp.c sdp: Conditionally compile code using AF_INET6 14 years ago
seek.c
seek.h
segafilm.c
sierravmd.c
siff.c
smacker.c Add av_ prefix to bswap macros 14 years ago
sol.c move pcm demuxers to their own file 14 years ago
sox.h
soxdec.c move pcm demuxers to their own file 14 years ago
soxenc.c
spdif.c Split the ADTS header decoder off of the ADTS parser. 14 years ago
srtdec.c add SubRip muxer and demuxer 14 years ago
swf.h
swfdec.c
swfenc.c
tcp.c tcp: Check both wfds and efds when waiting for the result from connect 14 years ago
thp.c
tiertexseq.c
timefilter.c
timefilter.h
tmv.c
tta.c Move handling of ID3v2 to common utils.c code, reducing code duplication 14 years ago
tty.c Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
txd.c
udp.c add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() 14 years ago
utils.c lavf: simplify setting the encoder ident tag. 14 years ago
vc1test.c
vc1testenc.c
voc.c
voc.h
vocdec.c
vocenc.c
vorbiscomment.c vorbiscomment: convert metadata before computing the header's length 14 years ago
vorbiscomment.h vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** 14 years ago
vqf.c
wav.c move pcm demuxers to their own file 14 years ago
wc3movie.c
westwood.c
wv.c
xa.c
yop.c
yuv4mpeg.c