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.
 
 
 
 
 
Diego Biurrun a889bf135e cosmetics: typo 17 years ago
..
4xm.c Change 4xm demuxer and video decoder to pass the video format version in 17 years ago
Makefile Support for AAC streaming over RTP. Fragmentation is not implemented yet 17 years ago
adtsenc.c update my email address 17 years ago
aiff.c move unrelated functions declarations out of allformats.h 17 years ago
allformats.c Monkey Audio decoder 17 years ago
allformats.h Monkey Audio decoder 17 years ago
amr.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
apc.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
ape.c disable loads of debug messages to reduce object size 17 years ago
asf-enc.c
asf.c Improve track number decoding for some WMA files 17 years ago
asf.h add a comment to indicate which #endif belong to which #define 18 years ago
au.c move unrelated functions declarations out of allformats.h 17 years ago
audio.c Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos. 17 years ago
avformat.h Make parse_date return INT64_MIN in case of unparsable input. 17 years ago
avi.h
avidec.c remove broken movi_end skip-hack-check 17 years ago
avienc.c remove redundant codec_get_bmp_tag() call in avi_write_header() 17 years ago
avio.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
avio.h *_protocol are not part of public API 17 years ago
aviobuf.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
avisynth.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
avs.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
beosaudio.cpp Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos. 17 years ago
bethsoftvid.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
bktr.c Give better filenames to bktr and v4l grabbers 17 years ago
c93.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
crc.c
cutils.c spelling cosmetics 17 years ago
daud.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
dsicin.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
dv.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
dv.h add a comment to indicate which #endif belong to which #define 18 years ago
dv1394.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
dv1394.h Identifiers starting with underscores are reserved. 17 years ago
dvenc.c Cosmetics: use consistent indentation by four spaces 17 years ago
dxa.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
electronicarts.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
ffm.c Use AV_RB* macros where appropriate. 17 years ago
file.c Allow pipe: URL to take fd number as input 17 years ago
flic.c simplify PTS handling 17 years ago
flv.h
flvdec.c Add support for VP6A in flv. 17 years ago
flvenc.c set the previous tag size correctly in flv files 17 years ago
framehook.c
framehook.h Remove leading underscores from specifiers, they are reserved. 17 years ago
gif.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
gifdec.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
gxf.c cosmetics: typo 17 years ago
gxf.h cosmetics: alignment 17 years ago
gxfenc.c take care to use video track field number as duration 17 years ago
http.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
idcin.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
idroq.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
img2.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
ipmovie.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
isom.c treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample 17 years ago
isom.h
libdc1394.c Rename dc1394.c to libdc1394.c 17 years ago
libnut.c Prefix library format names with 'lib' in libavformat 17 years ago
matroska.c Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv 17 years ago
matroska.h Add EBML ID for Segment UID 17 years ago
matroskadec.c SimpleBlock keyframe flag is the most significant bit 17 years ago
matroskaenc.c spelling/wording nits in some Doxygen comments 17 years ago
mm.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
mmf.c move unrelated functions declarations out of allformats.h 17 years ago
mov.c stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV 17 years ago
movenc.c Typo 17 years ago
mp3.c do not write id3v2 header when writing .mp2 files 17 years ago
mpc.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
mpeg.c fix misdetection of out.ac3 17 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 loosen dependencies over allformats.h 17 years ago
mpegts.c loosen dependencies over allformats.h 17 years ago
mpegts.h remove redundant declaration of mpegts_muxer 17 years ago
mpegtsenc.c
mpjpeg.c
mtv.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
mxf.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
network.h Add initialization and cleanup functions for Winsock 17 years ago
nsvdec.c
nut.c Ensure av_tree_insert() is defined before using it. 17 years ago
nut.h spelling/wording cosmetics 17 years ago
nutdec.c warning fix: 17 years ago
nutenc.c spelling/wording cosmetics 17 years ago
nuv.c Set codec_id correctly for RJPG codec_tag 17 years ago
ogg.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
ogg2.c add support for old flac in ogg 17 years ago
ogg2.h add support for old flac in ogg 17 years ago
oggparseflac.c add support for old flac in ogg 17 years ago
oggparseogm.c ogm: don't use deprecated codec_get_{bmp,wav}_id() 17 years ago
oggparsetheora.c Use AV_RB* macros where appropriate. 17 years ago
oggparsevorbis.c warnings-- 17 years ago
os_support.c Check for winsock2.h instead of __MINGW32__ 17 years ago
os_support.h use proper closesocket defines 17 years ago
psxstr.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
qtpalette.h
raw.c move unrelated functions declarations out of allformats.h 17 years ago
raw.h move unrelated functions declarations out of allformats.h 17 years ago
riff.c loosen dependencies over allformats.h 17 years ago
riff.h remove deprecated codec_get_{bmp,wav}_{id,tag}() 17 years ago
rm.h
rmdec.c Set correct length for last slice in frame subpacket 17 years ago
rmenc.c
rtp.c Support for AAC streaming over RTP. Fragmentation is not implemented yet 17 years ago
rtp.h rtp and rtsp demuxer declarations are not part of public API 17 years ago
rtp_aac.c Support fragmentation for AAC frames 17 years ago
rtp_aac.h Support for AAC streaming over RTP. Fragmentation is not implemented yet 17 years ago
rtp_h264.c fix the packetization mode parsing 17 years ago
rtp_h264.h
rtp_internal.h move unrelated functions declarations out of allformats.h 17 years ago
rtp_mpv.c Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) 17 years ago
rtp_mpv.h Remove copyright from a function prototype 17 years ago
rtpproto.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
rtsp.c Use correct timescale in RTSP seeking 17 years ago
rtsp.h rtp and rtsp demuxer declarations are not part of public API 17 years ago
rtspcodes.h add a comment to indicate which #endif belong to which #define 18 years ago
sdp.c Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if 17 years ago
segafilm.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
sierravmd.c this is debug not info 17 years ago
smacker.c Take ring frame into account when demuxing. 17 years ago
sol.c move unrelated functions declarations out of allformats.h 17 years ago
swf.c support swink created files which have soi/eoi broken tags reversed 17 years ago
tcp.c Add initialization and cleanup functions for Winsock 17 years ago
thp.c loosen dependencies over allformats.h 17 years ago
tiertexseq.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
tta.c Set dts in tta demuxer 17 years ago
txd.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
udp.c Set UDP receive buffer to 64k 17 years ago
utils.c Make parse_date return INT64_MIN in case of unparsable input. 17 years ago
v4l.c Give better filenames to bktr and v4l grabbers 17 years ago
v4l2.c Forward error code when reading a v4l2 frame 17 years ago
voc.c license header consistency cosmetics 17 years ago
voc.h license header consistency cosmetics 17 years ago
vocdec.c Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). 17 years ago
vocenc.c Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) 17 years ago
wav.c move unrelated functions declarations out of allformats.h 17 years ago
wc3movie.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
westwood.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
wv.c loosen dependencies over allformats.h 17 years ago
x11grab.c Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). 17 years ago
yuv4mpeg.c Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago