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.
 
 
 
 
Ben Littler 4bf2b9e8f3 add netspeak gsm and truespeech wav format tags to riff.c 15 years ago
..
4xm.c
Makefile RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
adtsenc.c
aea.c
aiff.h
aiffdec.c
aiffenc.c
allformats.c Implement a physical concatenation protocol. 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 Set start_time and duration in AVStream instead of AVFormatContext for 15 years ago
apetag.c
apetag.h
asf.c Add a list of generic tags and change demuxers to follow it. 15 years ago
asf.h
asfcrypt.c
asfcrypt.h
asfdec.c
asfenc.c
assdec.c
assenc.c
au.c
audiointerleave.c
audiointerleave.h
avc.c
avc.h
avformat.h Add flag so muxers not needing width/height can signal this. 15 years ago
avi.c Add AVI metadata conversion table. 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 Add AVI metadata conversion table. 15 years ago
avio.c Use av_mallocz in url_open_protocol for URLContext. 15 years ago
avio.h Doxument url_fopen(). 15 years ago
aviobuf.c Remove duplicated empty line. 15 years ago
avisynth.c
avlanguage.c
avlanguage.h
avs.c
bethsoftvid.c
bfi.c
bink.c Bink video codec id is there, demuxer can use it 15 years ago
c93.c
caf.c
caf.h
cafdec.c
cdg.c
concat.c Implement a physical concatenation protocol. 15 years ago
crcenc.c
cutils.c
daud.c
dsicin.c
dv.c
dv.h
dvenc.c
dxa.c
eacdata.c
electronicarts.c
ffm.h
ffmdec.c
ffmenc.c
file.c Do not call lseek() with invalid whence value 15 years ago
filmstripdec.c
filmstripenc.c
flacdec.c
flacenc.c
flacenc.h
flic.c
flv.h
flvdec.c
flvenc.c Guess the duration before converting video and write guessed duration 15 years ago
framecrcenc.c
gif.c
gopher.c
gxf.c
gxf.h
gxfenc.c
http.c
id3v1.c Add a list of generic tags and change demuxers to follow it. 15 years ago
id3v1.h
id3v2.c Add a list of generic tags and change demuxers to follow it. 15 years ago
id3v2.h
idcin.c
idroq.c
iff.c Indentation cleanup 15 years ago
img2.c Add flag so muxers not needing width/height can signal this. 15 years ago
internal.h
ipmovie.c
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
libnut.c
lmlm4.c
matroska.c Add a list of generic tags and change demuxers to follow it. 15 years ago
matroska.h
matroskadec.c Add a list of generic tags and change demuxers to follow it. 15 years ago
matroskaenc.c mkvenc: Write TrackTimecodeScale 15 years ago
metadata.c
metadata.h
metadata_compat.c Add a list of generic tags and change demuxers to follow it. 15 years ago
mm.c
mmf.c
mov.c Add a list of generic tags and change demuxers to follow it. 15 years ago
movenc.c Add a list of generic tags and change demuxers to follow it. 15 years ago
mp3.c mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. 15 years ago
mpc.c Set start_time and duration in AVStream instead of AVFormatContext for 15 years ago
mpc8.c
mpeg.c Dont give up after 100kb of zero bytes but returnd EAGAIN 15 years ago
mpeg.h
mpegenc.c
mpegts.c Fix build 15 years ago
mpegts.h Fix warnings about implicit function declaration when compiling rtpdec.c 15 years ago
mpegtsenc.c
mpjpeg.c
msnwc_tcp.c
mtv.c
mvi.c
mxf.c
mxf.h
mxfdec.c
mxfenc.c Remove MAX_STREAMS usage in ogg and mxf muxers 15 years ago
ncdec.c
network.h Implement gai_strerror() for systems lacking such functionality. Patch 15 years ago
nsvdec.c
nut.c
nut.h
nutdec.c
nutenc.c
nuv.c
oggdec.c Make sure the header value used to avoid repeating headers on seeking to the 15 years ago
oggdec.h Fix playback with invalid files that don't set the continuation flag for 15 years ago
oggenc.c Remove MAX_STREAMS usage in ogg and mxf muxers 15 years ago
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c Add a list of generic tags and change demuxers to follow it. 15 years ago
oma.c
options.c Flag to ignore dts on frames that contain pts. 15 years ago
os_support.c Implement gai_strerror() for systems lacking such functionality. Patch 15 years ago
os_support.h
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
raw.c
raw.h
rdt.c
rdt.h
riff.c add netspeak gsm and truespeech wav format tags to riff.c 15 years ago
riff.h
rl2.c
rm.c
rm.h
rmdec.c Print a warning when DATA chunk is encountered in the middle of chunk. 15 years ago
rmenc.c
rpl.c
rtmp.h
rtmppkt.c Make RTMP send/receive packet functions report number of bytes read or sent. 15 years ago
rtmppkt.h Make RTMP send/receive packet functions report number of bytes read or sent. 15 years ago
rtmpproto.c another 10l: forgot to change parent condition as well 15 years ago
rtp.c
rtp.h
rtp_asf.c
rtp_asf.h
rtp_h264.c
rtp_h264.h
rtp_vorbis.c
rtp_vorbis.h
rtpdec.c RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
rtpdec.h
rtpdec_amr.c RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
rtpdec_amr.h RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 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
rtpenc.c Fix syncronisation for streams with a high encoding delay. 15 years ago
rtpenc.h
rtpenc_aac.c
rtpenc_amr.c
rtpenc_h263.c
rtpenc_h264.c
rtpenc_mpv.c
rtpproto.c
rtsp.c Reindent after r21741. 15 years ago
rtsp.h Use the control URI from the SDP (if present) rather than the input filename, 15 years ago
rtspcodes.h
sdp.c
seek.c Use av_compare_ts from libavutil instead of the locale compare_ts, the 15 years ago
seek.h
segafilm.c
sierravmd.c
siff.c
smacker.c Set duration in Smacker demuxer 15 years ago
sol.c
sox.h
soxdec.c
soxenc.c
spdif.c
swf.h
swfdec.c
swfenc.c
tcp.c Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). 15 years ago
thp.c
tiertexseq.c
timefilter.c
timefilter.h
tmv.c
tta.c
txd.c
udp.c Make style a little bit more K&R'ish. 15 years ago
utils.c Add flag so muxers not needing width/height can signal this. 15 years ago
vc1test.c
vc1testenc.c
voc.c
voc.h
vocdec.c
vocenc.c
vqf.c
wav.c Reindent 15 years ago
wc3movie.c
westwood.c
wv.c Set start_time and duration in AVStream instead of AVFormatContext for 15 years ago
xa.c
yuv4mpeg.c