1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-03 15:03:22 +02:00
ffmpeg/libavformat
Martin Storsjö 50fefa10de mpegtsenc: Add an AVClass pointer to the private data
Since a private class is set for this muxer, the callers will
assume that the private data starts with an AVClass pointer.
If no such member exists, the first few bytes of the struct
will be overwritten, and the class pointer may be broken at
any later time.

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-05-20 15:16:09 +03:00
..
4xm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
a64.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
aacdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ac3dec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
adts.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
adtsenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
aea.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
aiff.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
aiffdec.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
aiffenc.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
allformats.c Add a protocol handler for AES CBC decryption with PKCS7 padding 2011-04-23 00:27:10 +03:00
amr.c amr: Set the AVFMT_GENERIC_INDEX flag 2011-03-21 21:31:34 +01:00
anm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
apc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ape.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
apetag.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
apetag.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
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 Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
asf.h make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
asfcrypt.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
asfcrypt.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
asfdec.c asfdec: add missing #include for av_bswap32() 2011-05-19 12:38:43 +01:00
asfenc.c avio: avio_ prefix for url_close_dyn_buf 2011-04-03 22:47:05 +02:00
assdec.c Reemove remaining uses of deprecated AVERROR_NOTSUPP. 2011-04-06 14:10:08 +02:00
assenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
au.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
audiointerleave.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
audiointerleave.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avc.c avio: avio_ prefix for url_close_dyn_buf 2011-04-03 22:47:05 +02:00
avc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avformat.h Remove silly insults from avformat_version() Doxygen documentation. 2011-05-19 18:28:25 +02:00
avi.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avi.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avidec.c read AVI palette from the end of extradata 2011-04-24 23:26:45 -07:00
avienc.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
avio_internal.h avio: undeprecate av_url_read_fseek/fpause under nicer names 2011-04-12 19:17:05 +02:00
avio.c lavf: use designated initializers for AVClasses. 2011-05-17 23:01:42 +02:00
avio.h avio: Fix the deprecated fallback URL-prefixed open flags 2011-04-28 23:28:17 +03:00
aviobuf.c avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +02:00
avisynth.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avlanguage.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avlanguage.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avs.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
bethsoftvid.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
bfi.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
bink.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
c93.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
caf.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
caf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
cafdec.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
cavsvideodec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
cdg.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
concat.c lavf: use designated initializers for all protocols 2011-04-08 11:08:26 +02:00
crcenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
crypto.c lavf: use designated initializers for AVClasses. 2011-05-17 23:01:42 +02:00
cutils.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
daud.c daud: Don't write packets that are too large to have their size expressed in the bytestream. 2011-04-09 17:32:09 -07:00
dfa.c Chronomaster DFA decoder 2011-03-28 16:55:03 +02:00
diracdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dnxhddec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsicin.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dtsdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dv.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dv.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dvenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dxa.c handle malloc failures in ff_get_wav_header 2011-04-14 13:56:09 +02:00
eacdata.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
electronicarts.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ffm.h lavf: get rid of ffm-specific stuff in avformat.h 2011-04-08 20:58:19 +02:00
ffmdec.c Remove some disabled printf debug cruft. 2011-04-29 20:00:53 +02:00
ffmenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ffmeta.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ffmetadec.c ffmetadec.c: fix compiler warnings. 2011-03-24 08:06:39 -04:00
ffmetaenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
file.c Fix standalone compilation of pipe protocol. 2011-05-04 21:12:42 +02:00
filmstripdec.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
filmstripenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
flacdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
flacenc_header.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
flacenc.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
flacenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
flic.c Replace mplayerhq.hu URLs by libav.org. 2011-04-18 18:23:16 +02:00
flv.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
flvdec.c flvdec: clenup debug code 2011-05-17 22:08:11 +02:00
flvenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
framecrcenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
gif.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
gopher.c libavformat: Make protocols pass URLContext as log context where available 2011-04-20 14:59:45 +03:00
gxf.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
gxf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
gxfenc.c Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 2011-05-02 12:18:44 +02:00
h261dec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h263dec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264dec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
http.c lavf: use designated initializers for AVClasses. 2011-05-17 23:01:42 +02:00
http.h avio: make URLContext internal. 2011-04-08 15:59:19 +02:00
httpauth.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
httpauth.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
id3v1.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
id3v1.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
id3v2.c id3v2: skip broken tags with invalid size 2011-03-22 09:08:59 -04:00
id3v2.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
idcin.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
idroqdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
idroqenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
iff.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
img2.c prefer avio_check() over url_exist() 2011-04-19 19:48:07 +02:00
ingenientdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
internal.h lavf: remove FF_API_URL_SPLIT cruft 2011-04-19 18:28:38 +02:00
ipmovie.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
isom.c Add xd55 codec tag for XDCAM HD422 720p25 CBR files. 2011-03-23 07:30:15 -04:00
isom.h mov: Support edit list atom version 1. 2011-05-12 15:52:25 +02:00
iss.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
iv8.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ivfdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ivfenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
jvdec.c Reemove remaining uses of deprecated AVERROR_NOTSUPP. 2011-04-06 14:10:08 +02:00
libavformat.v Hide demuxers', muxers' and protocols' objects via the ld version script. 2011-01-28 01:45:17 +00:00
libnut.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
librtmp.c avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +02:00
lmlm4.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
lxfdec.c lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM. 2011-04-06 14:10:08 +02:00
m4vdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
Makefile Fix standalone compilation of WTV demuxer. 2011-05-04 21:12:40 +02:00
matroska.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
matroska.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
matroskadec.c matroskadec: check that pointers were initialized before accessing them 2011-05-12 18:02:28 +02:00
matroskaenc.c matroskaenc: make sure we don't produce invalid file with no codec ID 2011-05-12 18:02:28 +02:00
md5enc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
md5proto.c avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +02:00
metadata.c lavf: remove FF_API_OLD_METADATA cruft 2011-04-19 18:28:38 +02:00
metadata.h lavf: remove FF_API_OLD_METADATA cruft 2011-04-19 18:28:38 +02:00
mm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mmf.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
mms.c lavf: remove FF_API_MAX_STREAMS cruft 2011-04-19 18:28:38 +02:00
mms.h avio: make URLContext internal. 2011-04-08 15:59:19 +02:00
mmsh.c avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +02:00
mmst.c avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +02:00
mov.c mov: Support edit list atom version 1. 2011-05-12 15:52:25 +02:00
movenc.c movenc: always write esds descriptor length using 4 bytes. 2011-05-13 07:38:54 +02:00
movenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
movenchint.c avio: make url_open_dyn_packet_buf internal. 2011-04-03 22:47:32 +02:00
mp3dec.c lavf: replace some more avio_seek(SEEK_CUR) with avio_skip 2011-03-20 20:33:05 -04:00
mp3enc.c lavf: use designated initializers for AVClasses. 2011-05-17 23:01:42 +02:00
mpc8.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpc.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
mpeg.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
mpeg.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegenc.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
mpegts.c mpegts: do not output known sized packet if an unbounded packet is already queued. 2011-05-12 13:04:58 +02:00
mpegts.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegtsenc.c mpegtsenc: Add an AVClass pointer to the private data 2011-05-20 15:16:09 +03:00
mpegvideodec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpjpeg.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
msnwc_tcp.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mtv.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mvi.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mxf.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mxf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mxfdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mxfenc.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
mxg.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ncdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
network.h network: Check POLLERR and POLLHUP in ff_network_wait_fd 2011-04-28 10:28:51 +03:00
nsvdec.c nsv: Fix misdetection of MP3 files as NSV. 2011-05-12 11:32:39 +02:00
nullenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
nut.c nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE 2011-04-28 07:25:28 +02:00
nut.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
nutdec.c lavf: remove FF_API_MAX_STREAMS cruft 2011-04-19 18:28:38 +02:00
nutenc.c nutenc: check malloc return values. 2011-05-03 22:29:19 -04:00
nuv.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
oggdec.c Cosmetics: fix prototypes in oggdec 2011-05-12 13:34:20 +02:00
oggdec.h oggdec: simplify audio chained ogg streams support 2011-04-15 11:45:03 +02:00
oggenc.c avio: avio_ prefix for url_close_dyn_buf 2011-04-03 22:47:05 +02:00
oggparsedirac.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
oggparseflac.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
oggparseogm.c Always use av_set_pts_info to set the stream time base. 2011-02-06 16:08:59 -05:00
oggparseskeleton.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
oggparsespeex.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
oggparsetheora.c Always use av_set_pts_info to set the stream time base. 2011-02-06 16:08:59 -05:00
oggparsevorbis.c lavf: move internal functions from avformat.h to internal.h 2011-02-06 16:35:00 -05:00
oma.c Use av_log_ask_for_sample() to request samples from users. 2011-04-22 20:12:39 +02:00
options.c lavf: remove duplicate assignment in avformat_alloc_context. 2011-05-17 23:01:42 +02: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 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +02:00
pcm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
pcm.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
pcmdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
pcmenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
psxstr.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
pva.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
qcp.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
qtpalette.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
r3d.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
rawdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rawdec.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rawenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rawenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rawvideodec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rdt.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rdt.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
riff.c Make ffmpeg support generic data stream 2011-05-03 11:51:55 +02:00
riff.h handle malloc failures in ff_get_wav_header 2011-04-14 13:56:09 +02:00
rl2.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rm.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rmdec.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
rmenc.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
rpl.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rso.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rso.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rsodec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rsoenc.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
rtmp.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtmppkt.c avio: make url_write() internal. 2011-04-04 17:45:20 +02:00
rtmppkt.h avio: make URLContext internal. 2011-04-08 15:59:19 +02:00
rtmpproto.c avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +02:00
rtp.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtp.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00: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 Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpdec_h263.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
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
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
rtpenc_aac.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_amr.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_chain.c avio: make url_fdopen internal. 2011-04-03 22:47:39 +02:00
rtpenc_chain.h avio: make URLContext internal. 2011-04-08 15:59:19 +02:00
rtpenc_h263.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_h264.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_mpv.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_vp8.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_xiph.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpproto.c rtpproto: Remove an unused variable 2011-05-09 19:14:37 +03:00
rtsp.c rtsp: Only do keepalive using GET_PARAMETER if the server supports it 2011-05-11 10:42:34 +03:00
rtsp.h rtsp: Only do keepalive using GET_PARAMETER if the server supports it 2011-05-11 10:42:34 +03:00
rtspcodes.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtspdec.c rtsp: Only do keepalive using GET_PARAMETER if the server supports it 2011-05-11 10:42:34 +03:00
rtspenc.c lavf: rename avf_sdp_create to av_sdp_create. 2011-04-08 16:45:40 +02:00
sapdec.c avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +02:00
sapenc.c avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +02:00
sauce.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sauce.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sdp.c lavf: rename a parameter of av_sdp_create from buff->buf 2011-04-08 16:45:41 +02:00
seek.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
seek.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
segafilm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sierravmd.c sierravmd: fix Indeo3 videos 2011-04-01 19:29:08 +02:00
siff.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
smacker.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sol.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sox.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
soxdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
soxenc.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
spdif.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
spdif.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
spdifdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
spdifenc.c lavf: use designated initializers for AVClasses. 2011-05-17 23:01:42 +02:00
srtdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swfdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swfenc.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
tcp.c libavformat: Make protocols pass URLContext as log context where available 2011-04-20 14:59:45 +03:00
thp.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
tiertexseq.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
timefilter.c Fix compilation of timefilter test program. 2011-04-11 14:18:48 +02:00
timefilter.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
tmv.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
tta.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
tty.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
txd.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
udp.c configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 2011-05-12 11:41:59 +02:00
url.h avio: add avio_check() 2011-04-13 07:38:15 +02:00
utils.c asfdec: do not fall back to binary/generic search 2011-05-17 22:06:00 +02:00
vc1test.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vc1testenc.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
version.h Handle unicode file names on windows 2011-04-24 00:05:38 +03:00
voc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
voc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vocdec.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
vocenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vorbiscomment.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vorbiscomment.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vqf.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
wav.c handle malloc failures in ff_get_wav_header 2011-04-14 13:56:09 +02:00
wc3movie.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
westwood.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
wtv.c handle malloc failures in ff_get_wav_header 2011-04-14 13:56:09 +02:00
wv.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
xa.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
xwma.c xwma: Fix wrong printf format expression. 2011-04-15 13:28:04 +02:00
yop.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
yuv4mpeg.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00