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.
 
 
 
 
 
Baptiste Coudurier d46c84ea31 Stop parsing in read_header only after finding pmt, and 15 years ago
..
4xm.c
Makefile fix various compilation dependencies 15 years ago
adtsenc.c Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). 15 years ago
aiff.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
allformats.c Implement SoX native format muxer and demuxer. 16 years ago
amr.c
apc.c
ape.c
asf.c
asf.h Remove any reference to ASFContext.packet_size and replace it with 15 years ago
asfcrypt.c
asfcrypt.h
asfdec.c Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15: 15 years ago
asfenc.c Remove any reference to ASFContext.packet_size and replace it with 15 years ago
assdec.c
assenc.c
au.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
audiointerleave.c
audiointerleave.h
avc.c
avc.h
avformat.h Make arguments of av_set_pts_info() unsigned. 15 years ago
avi.h
avidec.c Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
avienc.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
avio.c Move function for reading whole specified amount of data from RTSP 16 years ago
avio.h Move function for reading whole specified amount of data from RTSP 16 years ago
aviobuf.c
avisynth.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
avlanguage.c Remove a test on an always false condition. 15 years ago
avlanguage.h
avs.c
bethsoftvid.c
bfi.c
c93.c
crcenc.c
cutils.c
daud.c
dsicin.c
dv.c fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com 15 years ago
dv.h
dvenc.c
dxa.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
eacdata.c
electronicarts.c Electronic Arts demuxer: support Madcow video tag 16 years ago
ffm.h
ffmdec.c
ffmenc.c
file.c Only consider -1 as an error return value for open(). 15 years ago
flacdec.c Add a VorbisComment metadata conversion table and use it in the FLAC and 15 years ago
flacenc.c
flacenc.h
flic.c
flv.h Register some additional AMF types in libavformat/flv.h 15 years ago
flvdec.c Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
flvenc.c Fix onMetaData property count in flv files (issue 1206). 15 years ago
framecrcenc.c
gif.c
gopher.c
gxf.c
gxf.h
gxfenc.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
http.c Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). 15 years ago
id3v1.c Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. 15 years ago
id3v1.h Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. 15 years ago
id3v2.c indent 15 years ago
id3v2.h Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. 15 years ago
idcin.c
idroq.c
iff.c
img2.c Revert unintended hunk of r19241. 15 years ago
internal.h
ipmovie.c
isom.c Add '.mp1' for MP1 audio in MOV/CAF. 15 years ago
isom.h Remove time_rate, we cannot compute exactly when fragments are 16 years ago
iss.c
libnut.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
lmlm4.c
matroska.c
matroska.h
matroskadec.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
matroskaenc.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
metadata.c
metadata.h
metadata_compat.c
mm.c
mmf.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
mov.c only set par if it does not indicates a rotation, ex iphone 3GS 15 years ago
movenc.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
mp3.c Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. 15 years ago
mpc.c
mpc8.c Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read 16 years ago
mpeg.c
mpeg.h
mpegenc.c Set restrictions on packet_size, as per ISO-11172 / H-222 specifications 15 years ago
mpegts.c Stop parsing in read_header only after finding pmt, and 15 years ago
mpegts.h remove defines 16 years ago
mpegtsenc.c rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com 15 years ago
mpjpeg.c
msnwc_tcp.c
mtv.c Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
mvi.c
mxf.c
mxf.h
mxfdec.c return AVERROR_EOF 16 years ago
mxfenc.c fix and simplify long gop mpeg codec ul computation 15 years ago
ncdec.c
network.h
nsvdec.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
nut.c
nut.h
nutdec.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
nutenc.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
nuv.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
oggdec.c Add a VorbisComment metadata conversion table and use it in the FLAC and 15 years ago
oggdec.h Add a VorbisComment metadata conversion table and use it in the FLAC and 15 years ago
oggenc.c oggenc: Change error log text. An error here does not necessarily mean 15 years ago
oggparseflac.c
oggparseogm.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
oggparsespeex.c Ensure that the extradata buffer is padded appripriately in the ogg demuxer. 16 years ago
oggparsetheora.c Replace invalid Theora frame rate by 25 FPS. 15 years ago
oggparsevorbis.c Add a VorbisComment metadata conversion table and use it in the FLAC and 15 years ago
oma.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
options.c use AVFormatContext->probesize in av_find_stream_info and raise default to 5M 15 years ago
os_support.c
os_support.h Only #define lseek to _lseeki64 on MinGW, not MinGW CE. 15 years ago
output-example.c
psxstr.c
pva.c technically mp2 in pva needs AVSTREAM_PARSE_FULL 16 years ago
qcp.c Add QCP demuxer. 16 years ago
qtpalette.h
r3d.c
raw.c Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
raw.h
rdt.c Use named initializers and use new/free_context() instead of extradata() 15 years ago
rdt.h
riff.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
riff.h Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
rl2.c
rm.c
rm.h Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
rmdec.c
rmenc.c
rpl.c
rtp.c
rtp.h
rtp_aac.c Correctly set the "AU size" field in the payload header for 16 years ago
rtp_amr.c
rtp_asf.c Cosmetics: remove spaces between function name and arguments in declaration, 15 years ago
rtp_asf.h
rtp_h263.c
rtp_h264.c Use named initializers and use new/free_context() instead of extradata() 15 years ago
rtp_h264.h
rtp_mpv.c Make sure buffer end remains constant within the loop 16 years ago
rtp_vorbis.c Use named initializers and use new/free_context() instead of extradata() 15 years ago
rtp_vorbis.h
rtpdec.c
rtpdec.h
rtpenc.c
rtpenc.h
rtpenc_h264.c Fix the M bit for multi-packet NALs. 16 years ago
rtpproto.c
rtsp.c Implement support for EOS as used by WMS and other RTSP servers that do not 15 years ago
rtsp.h Implement support for EOS as used by WMS and other RTSP servers that do not 15 years ago
rtspcodes.h
sdp.c
segafilm.c
sierravmd.c
siff.c
smacker.c
sol.c
sox.h Implement SoX native format muxer and demuxer. 16 years ago
soxdec.c Add block_align to sox input. 15 years ago
soxenc.c Implement SoX native format muxer and demuxer. 16 years ago
swf.h
swfdec.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
swfenc.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
tcp.c Use ff_neterrno instead of errno in tcp.c. 15 years ago
thp.c
tiertexseq.c
timefilter.c
timefilter.h
tmv.c
tta.c
txd.c
udp.c
utils.c Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in 15 years ago
vc1test.c
vc1testenc.c
voc.c
voc.h
vocdec.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
vocenc.c
vqf.c
wav.c Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
wc3movie.c
westwood.c
wv.c
xa.c
yuv4mpeg.c