FFmpeg/libavformat
2011-05-31 23:45:14 +02:00
..
4xm.c
a64.c
aacdec.c
ac3dec.c
adts.h
adtsenc.c
aea.c
aiff.h
aiffdec.c
aiffenc.c
allformats.c Add a protocol handler for AES CBC decryption with PKCS7 padding 2011-04-23 00:27:10 +03:00
amr.c
anm.c
apc.c
ape.c Employ correct printf format specifiers, mostly in debug output. 2011-05-31 23:45:14 +02:00
apetag.c
apetag.h
applehttp.c configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 2011-05-12 11:41:59 +02:00
applehttpproto.c configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 2011-05-12 11:41:59 +02:00
asf.c
asf.h
asfcrypt.c
asfcrypt.h
asfdec.c asfdec: add missing #include for av_bswap32() 2011-05-19 12:38:43 +01:00
asfenc.c
assdec.c
assenc.c
au.c
audiointerleave.c
audiointerleave.h
avc.c
avc.h
avformat.h lavf: deprecate AVFormatParameters.pix_fmt. 2011-05-27 23:33:51 +02:00
avi.c
avi.h
avidec.c read AVI palette from the end of extradata 2011-04-24 23:26:45 -07:00
avienc.c
avio.c lavf: use designated initializers for AVClasses. 2011-05-17 23:01:42 +02:00
avio.h avio: document buffer must created with av_malloc() and friends 2011-05-21 13:42:50 +02:00
avio_internal.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
aviobuf.c avio: check AVIOContext malloc failure 2011-05-21 13:42:50 +02:00
avisynth.c
avlanguage.c
avlanguage.h
avs.c
bethsoftvid.c
bfi.c
bink.c
c93.c
caf.c
caf.h
cafdec.c
cavsvideodec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
cdg.c
concat.c
crcenc.c
crypto.c lavf: use designated initializers for AVClasses. 2011-05-17 23:01:42 +02:00
cutils.c
daud.c
dfa.c
diracdec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
dnxhddec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
dsicin.c
dtsdec.c
dv.c
dv.h
dvenc.c
dxa.c
eacdata.c
electronicarts.c
ffm.h
ffmdec.c Remove some disabled printf debug cruft. 2011-04-29 20:00:53 +02:00
ffmenc.c
ffmeta.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
ffmetadec.c
ffmetaenc.c
file.c Fix standalone compilation of pipe protocol. 2011-05-04 21:12:42 +02:00
filmstripdec.c
filmstripenc.c
flacdec.c
flacenc.c
flacenc.h
flacenc_header.c
flic.c
flv.h
flvdec.c flvdec: clenup debug code 2011-05-17 22:08:11 +02:00
flvenc.c
framecrcenc.c
gif.c
gopher.c libavformat: Make protocols pass URLContext as log context where available 2011-04-20 14:59:45 +03:00
gxf.c
gxf.h
gxfenc.c Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 2011-05-02 12:18:44 +02:00
h261dec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
h263dec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
h264dec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
http.c lavf: use designated initializers for AVClasses. 2011-05-17 23:01:42 +02:00
http.h
httpauth.c
httpauth.h
id3v1.c
id3v1.h
id3v2.c id3v2: Check malloc result. ID3v2 tags can be very large. 2011-05-26 13:16:03 -07:00
id3v2.h
idcin.c
idroqdec.c
idroqenc.c
iff.c
img2.c prefer avio_check() over url_exist() 2011-04-19 19:48:07 +02:00
ingenientdec.c
internal.h
ipmovie.c
isom.c
isom.h mov: Support edit list atom version 1. 2011-05-12 15:52:25 +02:00
iss.c
iv8.c
ivfdec.c
ivfenc.c
jvdec.c
libavformat.v
libnut.c
librtmp.c
lmlm4.c
lxfdec.c
m4vdec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
Makefile Fix standalone compilation of WTV demuxer. 2011-05-04 21:12:40 +02:00
matroska.c
matroska.h webm: support stereo videos in matroska/webm muxer 2011-05-28 12:15:55 +02:00
matroskadec.c matroskadec: check that pointers were initialized before accessing them 2011-05-12 18:02:28 +02:00
matroskaenc.c webm: support stereo videos in matroska/webm muxer 2011-05-28 12:15:55 +02:00
md5enc.c
md5proto.c
metadata.c
metadata.h
mm.c
mmf.c
mms.c
mms.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
mmsh.c
mmst.c
mov.c mov: Support edit list atom version 1. 2011-05-12 15:52:25 +02:00
movenc.c improved 'edts' atom writing support 2011-05-31 08:16:18 -07:00
movenc.h movenc: Deprecate the global RTP hinting flag, use a private AVOption instead 2011-05-27 19:56:44 +03:00
movenchint.c
mp3dec.c
mp3enc.c lavf: use designated initializers for AVClasses. 2011-05-17 23:01:42 +02:00
mpc.c
mpc8.c
mpeg.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
mpeg.h
mpegenc.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
mpegts.c lavf: deprecate AVFormatParameters.mpeg2ts_raw. 2011-05-25 15:20:25 +02:00
mpegts.h
mpegtsenc.c mpegtsenc: Add an AVClass pointer to the private data 2011-05-20 15:16:09 +03:00
mpegvideodec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
mpjpeg.c
msnwc_tcp.c
mtv.c
mvi.c
mxf.c
mxf.h
mxfdec.c Employ correct printf format specifiers, mostly in debug output. 2011-05-31 23:45:14 +02:00
mxfenc.c
mxg.c
ncdec.c
network.h Mark parameterless function declarations as 'void'. 2011-05-26 16:26:17 +02:00
nsvdec.c nsv: Fix misdetection of MP3 files as NSV. 2011-05-12 11:32:39 +02:00
nullenc.c
nut.c nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE 2011-04-28 07:25:28 +02:00
nut.h
nutdec.c
nutenc.c nutenc: check malloc return values. 2011-05-03 22:29:19 -04:00
nuv.c
oggdec.c Cosmetics: fix prototypes in oggdec 2011-05-12 13:34:20 +02:00
oggdec.h
oggenc.c
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparseskeleton.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c
oma.c Use av_log_ask_for_sample() to request samples from users. 2011-04-22 20:12:39 +02:00
options.c movenc: Deprecate the global RTP hinting flag, use a private AVOption instead 2011-05-27 19:56:44 +03:00
os_support.c configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 2011-05-12 11:41:59 +02:00
os_support.h Handle unicode file names on windows 2011-04-24 00:05:38 +03:00
output-example.c
pcm.c
pcm.h
pcmdec.c rawdec: add sample_rate/channels private options. 2011-05-25 15:55:46 +02:00
pcmenc.c
psxstr.c
pva.c
qcp.c
qtpalette.h
r3d.c Employ correct printf format specifiers, mostly in debug output. 2011-05-31 23:45:14 +02:00
rawdec.c rawdec: add a pixel_format private option. 2011-05-27 23:33:51 +02:00
rawdec.h rawdec: add a pixel_format private option. 2011-05-27 23:33:51 +02:00
rawenc.c
rawenc.h
rawvideodec.c rawdec: add video_size private option. 2011-05-27 06:52:52 +02:00
rdt.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rdt.h
riff.c Make ffmpeg support generic data stream 2011-05-03 11:51:55 +02:00
riff.h
rl2.c
rm.c
rm.h
rmdec.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
rmenc.c
rpl.c
rso.c
rso.h
rsodec.c
rsoenc.c
rtmp.h
rtmppkt.c rtmp: Reindent 2011-05-25 22:01:21 +03:00
rtmppkt.h
rtmpproto.c rtmp: Don't try to do av_malloc(0) 2011-05-25 22:00:42 +03:00
rtp.c
rtp.h
rtpdec.c configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 2011-05-12 11:41:59 +02:00
rtpdec.h rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_amr.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_asf.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_formats.h
rtpdec_h263.c
rtpdec_h264.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_latm.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_mpeg4.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_qcelp.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_qdm2.c rtpdec_qdm2: Don't try to parse data packet if no configuration is received 2011-05-13 00:20:59 +03:00
rtpdec_qt.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_svq3.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_vp8.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_xiph.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpenc.c
rtpenc.h
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c
rtpenc_chain.h
rtpenc_h263.c
rtpenc_h264.c
rtpenc_mpv.c
rtpenc_vp8.c
rtpenc_xiph.c
rtpproto.c rtpproto: Remove an unused variable 2011-05-09 19:14:37 +03:00
rtsp.c rtsp: use strtoul to parse rtptime and seq values. 2011-05-24 19:11:28 +02:00
rtsp.h rtspdec: add initial_pause private option. 2011-05-27 06:52:52 +02:00
rtspcodes.h
rtspdec.c rtspdec: add initial_pause private option. 2011-05-27 06:52:52 +02:00
rtspenc.c
sapdec.c
sapenc.c
sauce.c
sauce.h
sdp.c
seek.c
seek.h
segafilm.c
sierravmd.c
siff.c
smacker.c
sol.c
sox.h
soxdec.c
soxenc.c
spdif.c
spdif.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
spdifdec.c
spdifenc.c lavf: use designated initializers for AVClasses. 2011-05-17 23:01:42 +02:00
srtdec.c
swf.h
swfdec.c
swfenc.c
tcp.c tcp: make connect() timeout properly 2011-05-27 09:42:14 +02:00
thp.c
tiertexseq.c
timefilter.c
timefilter.h
tmv.c
tta.c
tty.c tty: add video_size private option. 2011-05-27 06:52:52 +02:00
txd.c
udp.c configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 2011-05-12 11:41:59 +02:00
url.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
utils.c lavf: initialize demuxer private options. 2011-05-26 20:03:26 +02:00
vc1test.c
vc1testenc.c
version.h movenc: Deprecate the global RTP hinting flag, use a private AVOption instead 2011-05-27 19:56:44 +03:00
voc.c
voc.h
vocdec.c
vocenc.c
vorbiscomment.c
vorbiscomment.h
vqf.c
wav.c
wc3movie.c
westwood.c
wtv.c
wv.c
xa.c
xwma.c
yop.c
yuv4mpeg.c