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 9094d867aa Make rtp protocol obey rfc3550 15 years ago
..
4xm.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Makefile Merge Vorbis / Theora depayloaders. 15 years ago
adts.h In mpegts muxer, write adts header if aac bitstream does not contain it 15 years ago
adtsenc.c In mpegts muxer, write adts header if aac bitstream does not contain it 15 years ago
aea.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
aiff.h decode qcelp in aiff, implement #1524, patch by Vitor 15 years ago
aiffdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
aiffenc.c Split up the AIFF muxer and demuxer into separate files. 15 years ago
allformats.c Implement YOP demuxer and video decoder. 15 years ago
amr.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
anm.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
apc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ape.c Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
apetag.c Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
apetag.h Move APE tag parsing into separate module. 15 years ago
asf.c Remove superfluous space from a conversion table. 15 years ago
asf.h Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier 15 years ago
asfcrypt.c Add and use a public API for RC4 and DES, analogous to the AES API. 16 years ago
asfcrypt.h Globally rename the header inclusion guard names. 16 years ago
asfdec.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
asfenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
assdec.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
assenc.c ASS/SSA muxer. 16 years ago
au.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
audiointerleave.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
audiointerleave.h Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 16 years ago
avc.c Include avc.h from avc.c: It contains several prototypes. 15 years ago
avc.h 10l, fix prototype 16 years ago
avformat.h Move the internal function declarations in avformat.h to internal.h. 15 years ago
avi.c Set lavf identification string globally in av_write_header(), rather 15 years ago
avi.h Add AVI metadata conversion table. 15 years ago
avidec.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
avienc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
avio.c Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in 15 years ago
avio.h Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. 15 years ago
aviobuf.c Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if 15 years ago
avisynth.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
avlanguage.c 100l, all avlanguage tables should be both static and const. 15 years ago
avlanguage.h Convert names to the FFmpeg style. 16 years ago
avs.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
bethsoftvid.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
bfi.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
bink.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
c93.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
caf.c Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
caf.h #include correct header to fix 'make checkheaders'. 15 years ago
cafdec.c Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
cdg.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
concat.c Fix concat seeking SEEK_END case. 15 years ago
crcenc.c cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
cutils.c Move the internal function declarations in avformat.h to internal.h. 15 years ago
daud.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dsicin.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dv.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
dv.h cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
dvenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dxa.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
eacdata.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
electronicarts.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
ffm.h cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
ffmdec.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
ffmenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
file.c Implement support to the AVSEEK_SIZE operation in file_seek(). 15 years ago
filmstripdec.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
filmstripenc.c Adobe Filmstrip muxer and demuxer 15 years ago
flacdec.c Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
flacenc.c Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's 15 years ago
flacenc.h Put ff_flac_write_header() in a separate C file to allow it to be shared without 15 years ago
flacenc_header.c Put ff_flac_write_header() in a separate C file to allow it to be shared without 15 years ago
flic.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
flv.h Register some additional AMF types in libavformat/flv.h 16 years ago
flvdec.c Implement librtmp seek support. 15 years ago
flvenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
framecrcenc.c cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
gif.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
gopher.c move ff_url_split() and ff_url_join() declarations to internal.h 15 years ago
gxf.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
gxf.h Avoid _t in gxf enum type names 16 years ago
gxfenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
http.c Split out http authentication handling into a separate file 15 years ago
httpauth.c Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating 15 years ago
httpauth.h Add support for http digest authentication 15 years ago
id3v1.c Add a list of generic tags and change demuxers to follow it. 15 years ago
id3v1.h More ID3v1 genres from ffmbc. 15 years ago
id3v2.c Add a list of generic tags and change demuxers to follow it. 15 years ago
id3v2.h Remove extraneous const keyword 15 years ago
idcin.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
idroq.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
iff.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
img2.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
internal.h Move the internal function declarations in avformat.h to internal.h. 15 years ago
ipmovie.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
isom.c Store strings directly in mov_mdhd_language_map instead of using pointers, 15 years ago
isom.h Always consider the mov language code as 4 bytes fixed size and change the 15 years ago
iss.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
iv8.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libavformat.v Add symbol versioning for shared libraries 15 years ago
libnut.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
librtmp.c Implement librtmp seek support. 15 years ago
lmlm4.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
matroska.c matroskadec: add support for SIPR audio tracks 15 years ago
matroska.h Add some basic metadata conversion tables for matroska and asf. 16 years ago
matroskadec.c Move the internal function declarations in avformat.h to internal.h. 15 years ago
matroskaenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
metadata.c Add a flag to not overwrite existing tags 15 years ago
metadata.h Set lavf identification string globally in av_write_header(), rather 15 years ago
metadata_compat.c Add a list of generic tags and change demuxers to follow it. 15 years ago
mm.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mmf.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mov.c Parse strf mov atoms 15 years ago
movenc.c Predicting the size of the hdlr, string data and trkn tags in the MOV muxer 15 years ago
mp3.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpc8.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpeg.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpeg.h cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
mpegenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
mpegts.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpegts.h Fix warnings about implicit function declaration when compiling rtpdec.c 15 years ago
mpegtsenc.c Move the internal function declarations in avformat.h to internal.h. 15 years ago
mpjpeg.c cosmetics: format long_name spelling fixes 16 years ago
msnwc_tcp.c Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
mtv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mvi.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mxf.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mxf.h reuse MXFCodecUL for data def and simplify 16 years ago
mxfdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mxfenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ncdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
network.h Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error). 15 years ago
nsvdec.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
nut.c Fix NUT (de)muxer warnings: 15 years ago
nut.h Fix NUT (de)muxer warnings: 15 years ago
nutdec.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
nutenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
nuv.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
oggdec.c oggdec: Move warning about missing granule to the correct place 15 years ago
oggdec.h oggdec: Remove write-only variable 15 years ago
oggenc.c Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
oggparsedirac.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
oggparseflac.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
oggparseogm.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
oggparseskeleton.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
oggparsespeex.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
oggparsetheora.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
oggparsevorbis.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
oma.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
options.c Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. 15 years ago
os_support.c Move resolve_host() to ffserver.c 15 years ago
os_support.h Add comment on #endif about condition that triggers it. 15 years ago
output-example.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
psxstr.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
pva.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
qcp.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
qtpalette.h Remove alpha channel from default colorspace tables, since it is unused. See 16 years ago
r3d.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
raw.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
raw.h Separate the raw FLAC demuxer from raw.c and put in a new file, 16 years ago
rdt.c Remove dead initialization. 15 years ago
rdt.h Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 16 years ago
riff.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
riff.h Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
rl2.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rm.c ff_rm_metadata is const. 15 years ago
rm.h Replace @returns by @return. 15 years ago
rmdec.c Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
rmenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
rpl.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
rtmp.h RTMP protocol support (as a client) 16 years ago
rtmppkt.c 1l trocadero: forgot reference operator on bytestream_get_be32() argument 15 years ago
rtmppkt.h Make RTMP send/receive packet functions report number of bytes read or sent. 15 years ago
rtmpproto.c move ff_url_split() and ff_url_join() declarations to internal.h 15 years ago
rtp.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rtp.h Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rtpdec.c Reindent 15 years ago
rtpdec.h Make rtp protocol obey rfc3550 15 years ago
rtpdec_amr.c Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
rtpdec_amr.h RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
rtpdec_asf.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rtpdec_asf.h Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
rtpdec_h263.c Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
rtpdec_h263.h Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 15 years ago
rtpdec_h264.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rtpdec_h264.h Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
rtpdec_xiph.c Remove useless assert(), since this can (in theora) be used for any Xiph 15 years ago
rtpdec_xiph.h Merge Vorbis / Theora depayloaders. 15 years ago
rtpenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rtpenc.h Add support for AMR audio in the RTP muxer 16 years ago
rtpenc_aac.c Rename the RTP muxer sources so that the packetisation functions are in 15 years ago
rtpenc_amr.c Rename the RTP muxer sources so that the packetisation functions are in 15 years ago
rtpenc_h263.c Fix a crash in the H.263 RTP packetizer 15 years ago
rtpenc_h264.c Fix the M bit for multi-packet NALs. 16 years ago
rtpenc_mpv.c Rename the RTP muxer sources so that the packetisation functions are in 15 years ago
rtpproto.c Make rtp protocol obey rfc3550 15 years ago
rtsp.c AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) 15 years ago
rtsp.h Replace @returns by @return. 15 years ago
rtspcodes.h Globally rename the header inclusion guard names. 16 years ago
rtspenc.c Add separate method/url parameters to the rtsp_send_cmd functions 15 years ago
sdp.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
seek.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
seek.h cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) 15 years ago
segafilm.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
sierravmd.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
siff.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
smacker.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
sol.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
sox.h Implement SoX native format muxer and demuxer. 16 years ago
soxdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
soxenc.c Implement SoX native format muxer and demuxer. 16 years ago
spdif.c Don't write an empty spdif header in spdif muxers write_header function before actual data starts. 15 years ago
swf.h Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
swfdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
swfenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
tcp.c Don't report EINTR from select as an error, retry select instead 15 years ago
thp.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
tiertexseq.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
timefilter.c Replace rand() usage by av_lfg_get(). 16 years ago
timefilter.h Add my name to copyright & author as requested by the original author. 16 years ago
tmv.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
tta.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
txd.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
udp.c Don't report EINTR from select as an error, retry select instead 15 years ago
utils.c Do not probe when the format is known. 15 years ago
vc1test.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
vc1testenc.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
voc.c Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
voc.h Determine VOC block length when length field is zero, fixes issue1538. 15 years ago
vocdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vocenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vorbiscomment.c Add VorbisComment writing to FLAC files. 15 years ago
vorbiscomment.h Add VorbisComment writing to FLAC files. 15 years ago
vqf.c Use a suitable timebase in VQF demuxer 15 years ago
wav.c Reindent 15 years ago
wc3movie.c Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
westwood.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
wv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
xa.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
yop.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
yuv4mpeg.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago