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.
 
 
 
 
 
Luca Barbato d93fdcbf5c Preserve status reason 14 years ago
..
4xm.c
Makefile libavformat needs libavcore 14 years ago
adts.h
adtsenc.c Cosmetics: whitespace 14 years ago
aea.c Reduce the score for the aea demuxer probing function. 15 years ago
aiff.h
aiffdec.c
aiffenc.c
allformats.c Place the concat protocol entry at the begin of the registered 14 years ago
amr.c
anm.c Fix doxy that refers to the wrong variable. 14 years ago
apc.c
ape.c
apetag.c
apetag.h
asf.c asf: Add asf_jfif_media guid 14 years ago
asf.h asf: Add asf_jfif_media guid 14 years ago
asfcrypt.c Add av_ prefix to bswap macros 14 years ago
asfcrypt.h
asfdec.c asfdec: 10l, fix the minimum asf video stream header size 14 years ago
asfenc.c
assdec.c add seeking support in ASS demuxer 14 years ago
assenc.c add mime-type for ASS muxer 14 years ago
au.c Prevent au_read_packet() looping endlessly when .au file contains unsupported codec type. 15 years ago
audiointerleave.c
audiointerleave.h
avc.c
avc.h
avformat.h Add WebM to the Matroska demuxer name. 14 years ago
avi.c
avi.h
avidec.c 100l: av_freep() needs the address of the pointer 14 years ago
avienc.c avienc : Avoid creating invalid AVI files when muxing subtitle streams 14 years ago
avio.c Allow all valid (and only valid) characters in URL scheme for url_open() 14 years ago
avio.h url_fskip: Return an error code if the url_fseek failed 14 years ago
aviobuf.c Cosmetics: fix indentation and remove a useless else. 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 Move AVCodecTag from riff.h into internal.h. 15 years ago
caf.h Move AVCodecTag from riff.h into internal.h. 15 years ago
cafdec.c
cdg.c
concat.c
crcenc.c
cutils.c
daud.c
dsicin.c
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 Generalize ID3v2 functions to support ID3v2-like ID headers with a 14 years ago
flacenc.c
flacenc.h
flacenc_header.c
flic.c
flv.h
flvdec.c Use ext sample from mpeg4audio config if set with AAC SBR 14 years ago
flvenc.c Move AVCodecTag from riff.h into internal.h. 15 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 gxfenc: Fix ES name in the UMF media description, by using strlen instead of sizeof 14 years ago
http.c http: Log a warning when receiving an error code 14 years ago
http.h Fix grammar errors in documentation 14 years ago
httpauth.c Use AV_BASE64_SIZE() macro 15 years ago
httpauth.h
id3v1.c
id3v1.h
id3v2.c Skip short padding in id3v2. 14 years ago
id3v2.h Fix Doxygen function parameter documentation syntax. 14 years ago
idcin.c
idroq.c
iff.c remove redundant text and whitespaces from iff demuxer av_log() statements 14 years ago
img2.c Associate .tga with format image2. 14 years ago
internal.h document ff_get_line() 14 years ago
ipmovie.c
isom.c Support gray16be and rgb48be in mov 14 years ago
isom.h Move AVCodecTag from riff.h into internal.h. 15 years ago
iss.c
iv8.c
ivfdec.c On2 IVF demuxer 15 years ago
libavformat.v
libnut.c
librtmp.c Use new librtmp APIs instead of grubbing around in RTMP struct 14 years ago
lmlm4.c
matroska.c matroskaenc: add support for muxing SRT tracks 14 years ago
matroska.h Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of 15 years ago
matroskadec.c Add WebM to the Matroska demuxer name. 14 years ago
matroskaenc.c matroskaenc: add support for muxing SRT tracks 14 years ago
md5enc.c Add -f framemd5 muxer similar to framecrc. 15 years ago
md5proto.c Add MD5 protocol 14 years ago
metadata.c reindent after previous commit. 15 years ago
metadata.h
metadata_compat.c fix warning in ff_metadata_mux_compat() 14 years ago
mm.c
mmf.c
mmst.c Move read_mms_packet() code to be inlined in the calling function. 14 years ago
mov.c Add av_ prefix to bswap macros 14 years ago
movenc.c movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the size 14 years ago
movenc.h Use a heuristic for describing the RTP packets using sample data 15 years ago
movenchint.c Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer 15 years ago
mp3.c Make frames unsigned. 14 years ago
mpc.c Generalize ID3v2 functions to support ID3v2-like ID headers with a 14 years ago
mpc8.c
mpeg.c Fix grammar errors in documentation 14 years ago
mpeg.h
mpegenc.c
mpegts.c mpegts: Warn if unable to seek back 14 years ago
mpegts.h
mpegtsenc.c In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122 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
nsvdec.c
nut.c Add support to B4BY and R4BY NUT codec tags added in NUT r672. 15 years ago
nut.h Define ff_nut_video_tags and make Nut muxer and demuxer set it in 15 years ago
nutdec.c Add av_ prefix to bswap macros 14 years ago
nutenc.c move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c 14 years ago
nuv.c
oggdec.c Fix printf format warnings 15 years ago
oggdec.h
oggenc.c In ogg muxer, free dyn allocated buffer, fix memleak 14 years ago
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparseskeleton.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c
oma.c Add metadata support. Patch by Michael Karcher. 14 years ago
options.c Remove typo: s/ingore/ignore/ 14 years ago
os_support.c os_support: include some headers only when needed 14 years ago
os_support.h Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. 14 years ago
output-example.c output-example: Set sample_fmt to SAMPLE_FMT_S16. 14 years ago
psxstr.c
pva.c
qcp.c
qtpalette.h
r3d.c
raw.c Remove duplicate initialiser for cavsvideo_muxer.extensions 14 years ago
raw.h
rdt.c Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 14 years ago
rdt.h Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 14 years ago
riff.c Make MP43 the default fourcc for msmpeg4v3: 14 years ago
riff.h Move AVCodecTag from riff.h into internal.h. 15 years ago
rl2.c Fix doxygen comment. 14 years ago
rm.c Move rm_codec_tags to rm.c so muxer/demuxer can share it. 15 years ago
rm.h Move rm_codec_tags to rm.c so muxer/demuxer can share it. 15 years ago
rmdec.c Do not read the RM index when input is streamed (since it requires seeking 15 years ago
rmenc.c Reindent after r23361. 15 years ago
rpl.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
rso.c Lego Mindstorms RSO muxer and demuxer. 14 years ago
rso.h Lego Mindstorms RSO muxer and demuxer. 14 years ago
rsodec.c Lego Mindstorms RSO muxer and demuxer. 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 Fix grammar errors in documentation 14 years ago
rtp.c
rtp.h
rtpdec.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
rtpdec.h Move SPACE_CHARS back to libavformat/internal.h 14 years ago
rtpdec_amr.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
rtpdec_asf.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
rtpdec_formats.h Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 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_mpeg4.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
rtpdec_qdm2.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
rtpdec_svq3.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
rtpdec_xiph.c rtpdec_xiph: Split packets in the depacketizer 14 years ago
rtpenc.c rtpenc: remove unnecessary #include unistd.h 14 years ago
rtpenc.h If the video stream is H.264 with MP4 syntax, store the NAL lenght size in 14 years ago
rtpenc_aac.c
rtpenc_amr.c
rtpenc_h263.c
rtpenc_h264.c
rtpenc_mpv.c
rtpproto.c Fix misspelled parameter names in Doxygen documentation. 14 years ago
rtsp.c Preserve status reason 14 years ago
rtsp.h Preserve status reason 14 years ago
rtspcodes.h
rtspenc.c Include lavu headers using quotes instead of angle brackets 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 Make ff_url_split() public 14 years ago
seek.c
seek.h cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) 15 years ago
segafilm.c
sierravmd.c
siff.c
smacker.c Add av_ prefix to bswap macros 14 years ago
sol.c Add av_ prefix to bswap macros 14 years ago
sox.h
soxdec.c
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 Make ff_url_split() public 14 years ago
thp.c
tiertexseq.c
timefilter.c
timefilter.h
tmv.c Remove explicit filename from Doxygen @file commands. 15 years ago
tta.c Generalize ID3v2 functions to support ID3v2-like ID headers with a 14 years ago
tty.c Fix doxy that refers to the wrong variable. 14 years ago
txd.c
udp.c Check for udp_set_remote_url error. 14 years ago
utils.c Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 14 years ago
vc1test.c
vc1testenc.c
voc.c Move AVCodecTag from riff.h into internal.h. 15 years ago
voc.h
vocdec.c Move AVCodecTag from riff.h into internal.h. 15 years ago
vocenc.c Move AVCodecTag from riff.h into internal.h. 15 years ago
vorbiscomment.c
vorbiscomment.h Fix grammar errors in documentation 14 years ago
vqf.c Use a suitable timebase in VQF demuxer 15 years ago
wav.c In wav muxer, always flush in write_trailer, fix pipe output 14 years ago
wc3movie.c
westwood.c
wv.c
xa.c
yop.c
yuv4mpeg.c