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 5ae092ee34 Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
..
4xm.c
Makefile matroskadec: add support for SIPR audio tracks 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 Add condition to aea demuxer probe. 16 years ago
aiff.h decode qcelp in aiff, implement #1524, patch by Vitor 15 years ago
aiffdec.c Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
aiffenc.c Split up the AIFF muxer and demuxer into separate files. 15 years ago
allformats.c Add an RTSP muxer 15 years ago
amr.c
anm.c Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739). 15 years ago
apc.c
ape.c Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
apetag.c Include apetag.h which contains the prototype for ff_ape_parse_tag(). 15 years ago
apetag.h
asf.c Use ASF supports "markers" which are a name and a time stamp to create 15 years ago
asf.h Use ASF supports "markers" which are a name and a time stamp to create 15 years ago
asfcrypt.c
asfcrypt.h
asfdec.c Use ASF supports "markers" which are a name and a time stamp to create 15 years ago
asfenc.c asfenc: write tags in proper UTF-16. 15 years ago
assdec.c
assenc.c
au.c AU : demuxed packet size should be sample size aligned. 15 years ago
audiointerleave.c
audiointerleave.h
avc.c Include avc.h from avc.c: It contains several prototypes. 15 years ago
avc.h
avformat.h Remove definition of match_ext(), which is declared under #ifdef 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 Add AVI metadata conversion table. 15 years ago
avienc.c Set lavf identification string globally in av_write_header(), rather 15 years ago
avio.c Always call ff_network_init/ff_network_close when opening protocols 15 years ago
avio.h Doxument url_fopen(). 15 years ago
aviobuf.c Remove duplicated empty line. 15 years ago
avisynth.c
avlanguage.c 100l, all avlanguage tables should be both static and const. 16 years ago
avlanguage.h
avs.c
bethsoftvid.c
bfi.c
bink.c Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packets to decoder. 15 years ago
c93.c Check the index validity more thoroughly for the c93 probe function. 16 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 the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
cdg.c CD+G demuxer and decoder 15 years ago
concat.c Fix concat seeking SEEK_END case. 15 years ago
crcenc.c
cutils.c
daud.c
dsicin.c Fix memory leak for truncated frames 15 years ago
dv.c Split parts of dvdata.h into dvdata.c, this ensures that things like 15 years ago
dv.h
dvenc.c Split parts of dvdata.h into dvdata.c, this ensures that things like 15 years ago
dxa.c Improve dxa probe by checking the values for width and height are reasonable. 15 years ago
eacdata.c update my email address 15 years ago
electronicarts.c Use enum CodecID where appropriate. 15 years ago
ffm.h
ffmdec.c Fix ffm_close return type. 15 years ago
ffmenc.c Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes 15 years ago
file.c Do not call lseek() with invalid whence value 15 years ago
filmstripdec.c Adobe Filmstrip muxer and demuxer 15 years ago
filmstripenc.c Adobe Filmstrip muxer and demuxer 15 years ago
flacdec.c Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
flacenc.c
flacenc.h
flic.c
flv.h
flvdec.c fetch flv duration from file if it is set to 0 in metadata 15 years ago
flvenc.c Guess the duration before converting video and write guessed duration 15 years ago
framecrcenc.c
gif.c
gopher.c Reindent 15 years ago
gxf.c Set GXF fallback time-base to match the one specified for audio-only. 15 years ago
gxf.h
gxfenc.c Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
http.c Reindent 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 Fix memory leak for truncated packets in idCin demuxer 15 years ago
idroq.c
iff.c IFF: move ff_cmap_read_palette() prototype to a header file 15 years ago
img2.c Add flag so muxers not needing width/height can signal this. 15 years ago
internal.h Make the ntp_time function available to other parts of libavformat, as ff_ntp_time 15 years ago
ipmovie.c Recognize 16-bit Interplay Video variant 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
iv8.c Fix timestamps. 15 years ago
libavformat.v Add symbol versioning for shared libraries 15 years ago
libnut.c
lmlm4.c
matroska.c matroskadec: add support for SIPR audio tracks 15 years ago
matroska.h
matroskadec.c matroskadec: add support for SIPR audio tracks 15 years ago
matroskaenc.c mkvenc: Handle negative timestamps correctly 15 years ago
metadata.c Set lavf identification string globally in av_write_header(), rather 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 Remove static function name prefixes from American Laser Games MM demuxer 15 years ago
mmf.c
mov.c In mov demuxer, convert mac encoded strings to utf-8 15 years ago
movenc.c Fix encoder metadata string langcode in mov muxer 15 years ago
mp3.c Many mp3s seem to contain padding after id3 tags that is not considered in the 15 years ago
mpc.c Do not leave uninitialized data in the packet in MPC demuxer. Should allow for 15 years ago
mpc8.c Return an error when the parsed mpc chunk size is negative, otherwise we 15 years ago
mpeg.c Dont give up after 100kb of zero bytes but returnd EAGAIN 15 years ago
mpeg.h
mpegenc.c put_bits can only reliably write up to 31 bit bits, above it relies on 15 years ago
mpegts.c Replace last occurrence of the deprecated match_ext() with 15 years ago
mpegts.h Fix warnings about implicit function declaration when compiling rtpdec.c 15 years ago
mpegtsenc.c In mpegts muxer, free adts context and temporary data 15 years ago
mpjpeg.c
msnwc_tcp.c
mtv.c Plug memory leak for truncated files 15 years ago
mvi.c 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. 15 years ago
mxf.c
mxf.h
mxfdec.c Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. 15 years ago
mxfenc.c Remove MAX_STREAMS usage in ogg and mxf muxers 15 years ago
ncdec.c Do not return values above AVPROBE_SCORE_MAX from probe(). 16 years ago
network.h Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c 15 years ago
nsvdec.c Plug memory leak in NSV demuxer. 15 years ago
nut.c Plug memory leak in NUT muxer and demuxer 15 years ago
nut.h Plug memory leak in NUT muxer and demuxer 15 years ago
nutdec.c Plug memory leak in NUT muxer and demuxer 15 years ago
nutenc.c Plug memory leak in NUT muxer and demuxer 15 years ago
nuv.c
oggdec.c oggdec: Pass packets to header() until the stream is done with them 15 years ago
oggdec.h oggdec: Pass packets to header() until the stream is done with them 15 years ago
oggenc.c Remove MAX_STREAMS usage in ogg and mxf muxers 15 years ago
oggparsedirac.c Fix warning about incompatible pointer types 15 years ago
oggparseflac.c oggdec: Metadata is per-stream; don't merge multiple streams' together 15 years ago
oggparseogm.c oggdec: Set packet duration for ogm streams 15 years ago
oggparseskeleton.c oggdec: Parse skeleton to determine the start time of each stream 15 years ago
oggparsespeex.c oggdec: Metadata is per-stream; don't merge multiple streams' together 15 years ago
oggparsetheora.c oggdec: Metadata is per-stream; don't merge multiple streams' together 15 years ago
oggparsevorbis.c oggdec: Parse ogm chapters 15 years ago
oma.c Fix indentation after r21257. 15 years ago
options.c Flag to ignore dts on frames that contain pts. 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 Remove conditional M_PI definition, it is already defined in 15 years ago
psxstr.c
pva.c
qcp.c
qtpalette.h
r3d.c Plug some memory leaks for truncated files 15 years ago
raw.c Reindent 15 years ago
raw.h
rdt.c handler can be NULL if we did not support this dynamic format (codec). 15 years ago
rdt.h
riff.c Kega Game Video (KGV1) decoder 15 years ago
riff.h Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
rl2.c
rm.c ff_rm_metadata is const. 16 years ago
rm.h export rm_reorder_sipr_data() for future use by matroska demuxer 15 years ago
rmdec.c export rm_reorder_sipr_data() for future use by matroska demuxer 15 years ago
rmenc.c
rpl.c
rtmp.h
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 Reindent 15 years ago
rtp.c Remove the inclusion of unneeded headers 15 years ago
rtp.h
rtpdec.c Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
rtpdec.h Prefix non-static RTSP functions with ff_. 15 years ago
rtpdec_amr.c Prefix non-static RTSP functions with ff_. 15 years ago
rtpdec_amr.h RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
rtpdec_asf.c Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
rtpdec_asf.h Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
rtpdec_h263.c Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 15 years ago
rtpdec_h263.h Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 15 years ago
rtpdec_h264.c Properly pad H.264 extradata when taken from fmtp SDP attributes 15 years ago
rtpdec_h264.h Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
rtpdec_vorbis.c Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
rtpdec_vorbis.h Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
rtpenc.c Make the ntp_time function available to other parts of libavformat, as ff_ntp_time 15 years ago
rtpenc.h
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
rtpenc_mpv.c Rename the RTP muxer sources so that the packetisation functions are in 15 years ago
rtpproto.c Using struct timeval requires sys/time.h, fixes compilation on some OSes 15 years ago
rtsp.c Cosmetics, break a long line, fix brace placement 15 years ago
rtsp.h Cosmetics: reindent 15 years ago
rtspcodes.h
rtspenc.c Use rt->control_uri consequently instead of s->filename in all RTSP commands 15 years ago
sdp.c Rename url_split to ff_url_split 15 years ago
seek.c Add internal.h include for av_read_frame_flush prototype 15 years ago
seek.h
segafilm.c
sierravmd.c Fix overflow check insufficiently improved in r19840. 16 years ago
siff.c Improve SIFF probe by also checking the first tag is one of the expected. 15 years ago
smacker.c Set duration in Smacker demuxer 15 years ago
sol.c cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
sox.h
soxdec.c Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
soxenc.c
spdif.c
swf.h Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
swfdec.c
swfenc.c
tcp.c Rename url_split to ff_url_split 15 years ago
thp.c
tiertexseq.c
timefilter.c
timefilter.h
tmv.c Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. 15 years ago
tta.c 10l : make sure probe buffer is large enough. 15 years ago
txd.c
udp.c Rename url_split to ff_url_split 15 years ago
utils.c Make the ntp_time function available to other parts of libavformat, as ff_ntp_time 15 years ago
vc1test.c Do not set 0 FPS in VC-1 test stream format demuxer. 16 years ago
vc1testenc.c
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 Determine VOC block length when length field is zero, fixes issue1538. 15 years ago
vocenc.c
vqf.c Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
wav.c Reindent 15 years ago
wc3movie.c Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
westwood.c
wv.c Set start_time and duration in AVStream instead of AVFormatContext for 15 years ago
xa.c Fix memory leak for truncated frames 15 years ago
yuv4mpeg.c