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.
 
 
 
 
Aurelien Jacobs d597655f77 Avoid infinite loop. 17 years ago
..
4xm.c
Makefile Add support for speex in ogg 17 years ago
adtsenc.c
aiff.c fix mace duration 17 years ago
allformats.c typo fix: inited --> initialized 17 years ago
amr.c
apc.c
ape.c fix 8 "initialization discards qualifiers from pointer target type" 17 years ago
asf-enc.c typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type 17 years ago
asf.c Remove ff_mms_set_stream_selection again from asf demuxer, 17 years ago
asf.h typo: begining --> beginning 17 years ago
asfcrypt.c
asfcrypt.h
au.c Add support for S8 PCM (codec 2) 17 years ago
avc.c Fix misplaced const, avoids a cast-discards-qualifiers warning 17 years ago
avc.h const 17 years ago
avformat.h less preprocessor magic in version number macros 17 years ago
avi.h
avidec.c Extract aspect ratio from ODML/vprp. 17 years ago
avienc.c
avio.c url_write is part of the public API so it may not be under ifdef. 17 years ago
avio.h Add a av_alloc_put_byte function. 17 years ago
aviobuf.c improve CRC API 17 years ago
avisynth.c
avs.c
bethsoftvid.c
c93.c
crcenc.c
cutils.c
daud.c
dsicin.c
dv.c
dv.h
dvenc.c
dxa.c
eacdata.c
electronicarts.c
ffm.c Fix random typos. 17 years ago
file.c
flic.c
flv.h flv/swf do not have a big endian codec id, they only support 17 years ago
flvdec.c Fix issue357 17 years ago
flvenc.c flv/swf do not have a big endian codec id, they only support 17 years ago
framecrcenc.c
framehook.c Rename two structures, identifiers starting with _[A-Z] are reserved. 17 years ago
framehook.h mention libavfilter in warning about deprecated vhook 17 years ago
gif.c Replace idiotic (what moron wrote that code?) "buffer overflow" message by 17 years ago
gifdec.c
gxf.c
gxf.h
gxfenc.c
http.c Remove a pointless cast. 17 years ago
idcin.c
idroq.c
img2.c decode mng color decorrelation 17 years ago
ipmovie.c
isom.c fcp imx 40 fourccs 17 years ago
isom.h Set correct codec type and id for text subtitles. 17 years ago
libnut.c
lmlm4.c Linux Media Labs MPEG-4 (LMLM4) demuxer 17 years ago
matroska.c Add support for Matroska attachments. 17 years ago
matroska.h Add support for Matroska attachments. 17 years ago
matroskadec.c Remove incorrect cast found by -Wwrite-strings. 17 years ago
matroskaenc.c Avoid infinite loop. 17 years ago
mm.c
mmf.c
mov.c support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking 17 years ago
movenc.c cosmetics, remove whitespaces before and after parenthesis 17 years ago
mp3.c Another const found by -Wwrite-strings. 17 years ago
mpc.c
mpc8.c
mpeg.c Suppress runaway index on streamed input 17 years ago
mpeg.h Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it 17 years ago
mpegenc.c init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function 17 years ago
mpegts.c treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans 17 years ago
mpegts.h treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans 17 years ago
mpegtsenc.c improve CRC API 17 years ago
mpjpeg.c
mtv.c
mxf.c add const 17 years ago
network.h
nsvdec.c
nut.c ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only 17 years ago
nut.h Elision header demuxing support. 17 years ago
nutdec.c Elision header demuxing support. 17 years ago
nutenc.c It appears last_pts was not set ... 17 years ago
nuv.c
oggdec.c Add support for speex in ogg 17 years ago
oggdec.h Add support for speex in ogg 17 years ago
oggenc.c Fix issue 338: 17 years ago
oggparseflac.c
oggparseogm.c const 17 years ago
oggparsespeex.c Add support for speex in ogg 17 years ago
oggparsetheora.c
oggparsevorbis.c const 17 years ago
os_support.c Include poll.h instead of sys/poll.h 17 years ago
os_support.h Include poll.h instead of sys/poll.h 17 years ago
psxstr.c
pva.c Implement read_timestamp and enable seeking in PVA files. 17 years ago
qtpalette.h Fix make checkheaders. 17 years ago
raw.c Set pts/dts in raw (yuv,rgb,pcm) demuxers. 17 years ago
raw.h
riff.c cosmetics: Sort and prettyprint codec_wav_tags[]. 17 years ago
riff.h
rm.h Make three rm demuxer functions non static. 17 years ago
rmdec.c Fix forgotten braces from r11039 17 years ago
rmenc.c Fix muxer so that generated files are playable by realplayer, other open 17 years ago
rtp.c Make AVRtpPayloadTypes static and constant 17 years ago
rtp.h Make AVRtpPayloadTypes static and constant 17 years ago
rtp_aac.c
rtp_aac.h
rtp_h264.c Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). 17 years ago
rtp_h264.h Add some const, fixes warnings: 17 years ago
rtp_internal.h Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). 17 years ago
rtp_mpv.c
rtp_mpv.h
rtpdec.c Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). 17 years ago
rtpenc.c Fix computation of the "NTP time" field in RTCP SR packets, and do not 17 years ago
rtpenc_h264.c Add some const, fixes warnings: 17 years ago
rtpproto.c
rtsp.c Drop RTSP default protocol. 17 years ago
rtsp.h Drop RTSP default protocol. 17 years ago
rtspcodes.h
sdp.c Missing const, fix warnings: 17 years ago
segafilm.c Fix ;; 17 years ago
sierravmd.c Fix a possible use of an uninitialized pointer. 17 years ago
siff.c
smacker.c
sol.c
swf.c unset extension, so code path, and guess format do not choose 17 years ago
tcp.c
thp.c
tiertexseq.c
tta.c
txd.c
udp.c Do not use GNU-specific (or BSD-specific or whatever they may be) 17 years ago
utils.c Set indexmem to a saner default. 17 years ago
vc1test.c SMPTE 421 Annex L format demuxer 17 years ago
voc.c
voc.h
vocdec.c
vocenc.c
wav.c
wc3movie.c
westwood.c
wv.c
yuv4mpeg.c