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 e16c0fc30e duration must not be scaled 18 years ago
..
4xm.c Get rid of unnecessary pointer casts. 18 years ago
Makefile split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common 18 years ago
adtsenc.c update my email address 18 years ago
aiff.c compute absolute data offset after reading blocksize 18 years ago
allformats.c add mpegtsraw demuxer 18 years ago
allformats.h include all prerequisites in header files 18 years ago
amr.c kill uninitialised variable warning in amr_read_packet() 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 Add support for track numbers when they are set via strings 18 years ago
asf.h add a comment to indicate which #endif belong to which #define 18 years ago
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 Add support for non-blocking input formats 18 years ago
avi.h
avidec.c add an enum for need_parsing 18 years ago
avienc.c remove redundant codec_get_bmp_tag() call in avi_write_header() 18 years ago
avio.c use new string functions 18 years ago
avio.h include all prerequisites in header files 18 years ago
aviobuf.c cosmetics: fix indentation 18 years ago
avisynth.c
avs.c license header consistency cosmetics 18 years ago
beosaudio.cpp
bethsoftvid.c bethsoftvid: use correct type for size passed to av_fast_realloc() 18 years ago
c93.c license header consistency cosmetics 18 years ago
crc.c
cutils.c spelling cosmetics 18 years ago
daud.c
dc1394.c
dsicin.c Get rid of unnecessary pointer casts. 18 years ago
dv.c * clarifying the AVInputFormat::read_seek return value 18 years ago
dv.h add a comment to indicate which #endif belong to which #define 18 years ago
dv1394.c
dv1394.h license header consistency cosmetics 18 years ago
dvenc.c Cosmetics: use consistent indentation by four spaces 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 Use AV_RB* macros where appropriate. 18 years ago
file.c Check for O_BINARY instead of a list of systems that need it 18 years ago
flic.c Get rid of unnecessary pointer casts. 18 years ago
flv.h
flvdec.c Group all copyright and author notices together. 18 years ago
flvenc.c misc spelling fixes 18 years ago
framehook.c
framehook.h Remove leading underscores from specifiers, they are reserved. 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 replace the uses of old string functions that Reimar missed 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 use new string functions 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 include all prerequisites in header files 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 duration must not be scaled 18 years ago
mm.c license header consistency cosmetics 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 misc spelling fixes 18 years ago
movenc.c kill harmless 64-bit pointer cast warning 18 years ago
mp3.c kill uninitialised variable warning in mp3_read_probe() 18 years ago
mpc.c license header consistency cosmetics 18 years ago
mpeg.c remove now useless ifdef 18 years ago
mpeg.h split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common 18 years ago
mpegenc.c use allformats.h 18 years ago
mpegts.c update SectionCallback and PESCallback typedefs to match functions 18 years ago
mpegts.h remove redundant declaration of mpegts_muxer 18 years ago
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 misc spelling fixes 18 years ago
nut.c URL update, move comment to a better place. 18 years ago
nut.h license header consistency cosmetics 18 years ago
nutdec.c nutdec: don't use deprecated codec_get_{bmp,wav}_id() 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 use get_bits_long() where needed 18 years ago
oggparseogm.c ogm: don't use deprecated codec_get_{bmp,wav}_id() 18 years ago
oggparsetheora.c Use AV_RB* macros where appropriate. 18 years ago
oggparsevorbis.c warnings-- 18 years ago
os_support.c Remove localtime_r implementation for systems that don't have it. 18 years ago
os_support.h Remove leading underscores from specifiers, they are reserved. 18 years ago
psxstr.c Get rid of unnecessary pointer casts. 18 years ago
qtpalette.h
raw.c * Getting rid of the use of GCC language extensions 18 years ago
riff.c remove deprecated codec_get_{bmp,wav}_{id,tag}() 18 years ago
riff.h remove deprecated codec_get_{bmp,wav}_{id,tag}() 18 years ago
rm.h split rm muxer and demuxer in their own files 18 years ago
rmdec.c avoid uninitialised variable warning and clarify code 18 years ago
rmenc.c split rm muxer and demuxer in their own files 18 years ago
rtp.c Use AV_RB* macros where appropriate. 18 years ago
rtp.h include all prerequisites in header files 18 years ago
rtp_h264.c replace the uses of old string functions that Reimar missed 18 years ago
rtp_h264.h include all prerequisites in header files 18 years ago
rtp_internal.h include all prerequisites in header files 18 years ago
rtpproto.c remove duplicate #include 18 years ago
rtsp.c Use AV_RB* macros where appropriate. 18 years ago
rtsp.h include all prerequisites in header files 18 years ago
rtspcodes.h add a comment to indicate which #endif belong to which #define 18 years ago
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 misc spelling fixes 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 license header consistency cosmetics 18 years ago
txd.c Renderware TXD demuxer 18 years ago
udp.c Add some explanatory comments to #endif directives. 18 years ago
utils.c remove unused functions 18 years ago
v4l2.c Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c 18 years ago
voc.c license header consistency cosmetics 18 years ago
voc.h license header consistency cosmetics 18 years ago
vocdec.c license header consistency cosmetics 18 years ago
vocenc.c license header consistency cosmetics 18 years ago
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 license header consistency cosmetics 18 years ago
yuv4mpeg.c remove empty write trailer functions 18 years ago