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.
 
 
 
 
 
Panagiotis Issaris 716f6b47f2 Remove the unnecessary masking when counting received packet types in the H.264 18 years ago
..
4xm.c Get rid of unnecessary pointer casts. 18 years ago
Makefile split some common code from the mkv demuxer that will be useful to the muxer 18 years ago
adtsenc.c
aiff.c Support for newer MacOSX AIFF 18 years ago
allformats.c add mpegtsraw demuxer 18 years ago
allformats.h add mpegtsraw demuxer 18 years ago
amr.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
apc.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
asf-enc.c
asf.c cosmetics: Fix indentation after last commit, patch by Zuxy Meng. 18 years ago
asf.h
au.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
audio.c fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value 18 years ago
avformat.h spelling 18 years ago
avi.h
avidec.c add an enum for need_parsing 18 years ago
avienc.c
avio.c
avio.h
aviobuf.c cosmetics: fix indentation 18 years ago
avisynth.c
avs.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
beosaudio.cpp
bethsoftvid.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
c93.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
crc.c
cutils.c
daud.c
dc1394.c
dsicin.c Get rid of unnecessary pointer casts. 18 years ago
dv.c
dv.h
dv1394.c
dv1394.h
dvenc.c Don't forget about audio remaining in buffer, in case there is enough 18 years ago
dxa.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
electronicarts.c Get rid of unnecessary pointer casts. 18 years ago
ffm.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
file.c
flic.c Get rid of unnecessary pointer casts. 18 years ago
flv.h
flvdec.c add an enum for need_parsing 18 years ago
flvenc.c
framehook.c
framehook.h spelling 18 years ago
gif.c
gifdec.c
grab.c Fix linking: emms_c is a macro, #include the correct header file. 18 years ago
grab_bktr.c
gxf.c add an enum for need_parsing 18 years ago
gxf.h
gxfenc.c
http.c Use usleep instead of sleep, some MinGW versions lack sleep. 18 years ago
idcin.c Get rid of unnecessary pointer casts. 18 years ago
idroq.c Get rid of unnecessary pointer casts. 18 years ago
img2.c autodetect ptx files 18 years ago
ipmovie.c Get rid of unnecessary pointer casts. 18 years ago
isom.c dmb1 fourcc, mjpeg_opendml.mov 18 years ago
isom.h cosmectics, use consistant and homogeneous type names for atoms 18 years ago
libnut.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
matroska.c add support for real audio in matroska 18 years ago
matroska.h split some common code from the mkv demuxer that will be useful to the muxer 18 years ago
matroskadec.c cosmetics: use one type per field in every structs 18 years ago
mm.c Get rid of unnecessary pointer casts. 18 years ago
mmf.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
mov.c simplify, no need for a function 18 years ago
movenc.c warn user if video codec timebase is very high 18 years ago
mp3.c id3v2 writer 18 years ago
mpc.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
mpeg.c Fix loop condition so it can be run through more than once. 18 years ago
mpegts.c partially revert r2931 (Support raw mpegts streams from dvr) 18 years ago
mpegts.h
mpegtsenc.c
mpjpeg.c
mtv.c add an enum for need_parsing 18 years ago
mxf.c cosmetics remove struct name with typedef 18 years ago
network.h initial mingw networking support 18 years ago
nsvdec.c add an enum for need_parsing 18 years ago
nut.c
nut.h
nutdec.c Remove unused code + variable, fixes a warning. 18 years ago
nuv.c fix "incorrect frame size" errors with small.nuv 18 years ago
ogg.c
ogg2.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
ogg2.h
oggparseflac.c
oggparseogm.c
oggparsetheora.c fix display of theora videos with visible size smaller than encoded size 18 years ago
oggparsevorbis.c
os_support.c r9095 invalidly removed the check for non-winsock 18 years ago
os_support.h
psxstr.c Get rid of unnecessary pointer casts. 18 years ago
qtpalette.h
raw.c add rgb suffix handling for demuxer 18 years ago
riff.c add MMES fourcc, matrox mpeg2 in avi files 18 years ago
riff.h patch so that the deprecated items show up correctly 18 years ago
rm.h split rm muxer and demuxer in their own files 18 years ago
rmdec.c use FFSWAP() 18 years ago
rmenc.c split rm muxer and demuxer in their own files 18 years ago
rtp.c add an enum for need_parsing 18 years ago
rtp.h
rtp_h264.c Remove the unnecessary masking when counting received packet types in the H.264 18 years ago
rtp_h264.h
rtp_internal.h
rtpproto.c Typos 18 years ago
rtsp.c Add transport method options 18 years ago
rtsp.h remove unused rtsp_callback 18 years ago
rtspcodes.h
segafilm.c Get rid of unnecessary pointer casts. 18 years ago
sierravmd.c Get rid of unnecessary pointer casts. 18 years ago
smacker.c Get rid of unnecessary pointer casts. 18 years ago
sol.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
swf.c add an enum for need_parsing 18 years ago
tcp.c implement ff_socket_nonblock and use it in networking code 18 years ago
thp.c cosmetics: indentation fix 18 years ago
tiertexseq.c Get rid of unnecessary pointer casts. 18 years ago
tta.c Support for seeking in TTA files. 18 years ago
txd.c Renderware TXD demuxer 18 years ago
udp.c use ff_neterrno() and FF_NETERROR() for networking error handling 18 years ago
utils.c Export av_init_packet 18 years ago
v4l2.c Reindent code after last commit 18 years ago
voc.c
voc.h
vocdec.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
vocenc.c
wav.c add an enum for need_parsing 18 years ago
wc3movie.c Get rid of unnecessary pointer casts. 18 years ago
westwood.c Get rid of unnecessary pointer casts. 18 years ago
wv.c
x11grab.c
yuv4mpeg.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago