1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavformat
Anton Khirnov 9ae80e6a9c id3v2: fix reading unsynchronized frames.
Current code would incorrectly process e.g. 'ff 00 ff 00 ff' to
'ff ff ff', while it should be 'ff ff 00 ff'.

Fixes Bug 395.

CC: libav-stable@libav.org
2012-11-22 13:40:04 +01:00
..
4xm.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
a64.c a64: remove interleaved mode. 2012-11-02 07:58:37 +01:00
aacdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
ac3dec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
adtsenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
adxdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
aea.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
aiff.h Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
aiffdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
aiffenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
allformats.c hlsenc: stand alone hls segmenter 2012-11-13 01:37:05 +01:00
amr.c amr: set channel_layout 2012-11-12 10:33:18 -05:00
anm.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
apc.c apc: set channel layout 2012-11-12 10:33:18 -05:00
ape.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
apetag.c apetag: fix error handling in ff_ape_parse_tag() 2012-11-21 14:35:26 +01:00
apetag.h wv,mpc8: don't return apetag data in packets. 2012-07-31 20:53:54 +02:00
asf.c
asf.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00
asfcrypt.c Replace memset(0) by zero initializations. 2012-03-28 09:38:33 +02:00
asfcrypt.h
asfdec.c asfdec: cosmetics, reformat ff_asf_parse_packet() 2012-10-24 08:46:45 +02:00
asfenc.c lavf: flush the output AVIOContext in av_write_trailer(). 2012-09-15 18:25:07 +02:00
assdec.c assdec: fix qsort() callback signature 2012-10-27 18:26:28 +01:00
assenc.c lavf: flush the output AVIOContext in av_write_trailer(). 2012-09-15 18:25:07 +02:00
au.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
audiointerleave.c audiointerleave: deobfuscate a function call. 2012-11-02 07:58:38 +01:00
audiointerleave.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00
avc.c avc: Add a function for converting mp4 style extradata to annex b 2012-03-24 22:53:18 +02:00
avc.h avc: Add a function for converting mp4 style extradata to annex b 2012-03-24 22:53:18 +02:00
avformat.h rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
avi.h
avidec.c avformat: Convert some commented-out printf/av_log instances to av_dlog 2012-10-01 10:24:28 +02:00
avienc.c lavf: move RIFF INFO tag writing from avienc to riff 2012-10-16 18:50:36 +02:00
avio_internal.h
avio.c avio: fix pointer type mismatches in avio_enum_protocols() 2012-10-27 13:43:44 +01:00
avio.h avio: introduce avio_closep 2012-10-10 18:56:55 +02:00
aviobuf.c aviobuf: Remove a senseless ifdef in avio_seek 2012-10-18 01:44:05 +03:00
avisynth.c lavf: deprecate r_frame_rate. 2012-07-29 08:06:30 +02:00
avlanguage.c
avlanguage.h
avs.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
bethsoftvid.c bethsoftvid: set channel layout 2012-11-12 10:33:18 -05:00
bfi.c bfi: set channel layout 2012-11-12 10:33:18 -05:00
bink.c bink: set channel layout 2012-11-12 10:33:18 -05:00
bmv.c bmv: set channel layout 2012-11-12 10:33:18 -05:00
c93.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
caf.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
caf.h
cafdec.c mov_chan: Pass a separate AVIOContext for reading 2012-09-07 10:49:35 +03:00
cavsvideodec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
cdg.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
cdxl.c cdxl: set channel layout 2012-11-12 10:33:18 -05:00
concat.c
crcenc.c lavf: flush the output AVIOContext in av_write_trailer(). 2012-09-15 18:25:07 +02:00
crypto.c Use the new aes/md5/sha/tree allocation functions 2012-10-11 23:35:28 +03:00
cutils.c
daud.c daud: set channel layout 2012-11-12 10:33:18 -05:00
dfa.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
diracdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
dnxhddec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
dsicin.c dsicin: set channel layout 2012-11-12 10:33:19 -05:00
dtsdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
dv.c dv: set channel layout 2012-11-12 10:33:19 -05:00
dv.h
dvenc.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
dxa.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
eacdata.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
electronicarts.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
ffm.h avserver: move avserver-specific code from ffmdec.c to avserver.c 2012-10-16 14:20:05 +01:00
ffmdec.c avserver: move avserver-specific code from ffmdec.c to avserver.c 2012-10-16 14:20:05 +01:00
ffmenc.c ffm: do not write or read the audio sample format 2012-10-06 12:21:54 -04:00
ffmeta.h
ffmetadec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
ffmetaenc.c lavf: flush the output AVIOContext in av_write_trailer(). 2012-09-15 18:25:07 +02:00
file.c file: Set the return value type for lseek to int64_t. 2012-10-09 11:27:12 +03:00
filmstripdec.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
filmstripenc.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
flacdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
flacenc_header.c
flacenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
flacenc.h
flic.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
flv.h flv: add support for G.711 2012-06-28 16:53:09 +02:00
flvdec.c flvdec: set channel layout 2012-11-12 10:33:19 -05:00
flvenc.c avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 2012-10-01 10:24:28 +02:00
framecrcenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
framehash.c
g722.c g722: refactor out of rawdec.c 2012-10-25 14:05:05 +02:00
g723_1.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
gif.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
gopher.c
gsmdec.c gsmdec: set channel layout 2012-11-12 10:33:19 -05:00
gxf.c gxfdec: set channel layout when applicable 2012-11-12 10:33:19 -05:00
gxf.h
gxfenc.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
h261dec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
h263dec.c avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 2012-10-01 10:24:28 +02:00
h264dec.c h264probe: Don't error out on bits that no longer are reserved 2012-10-04 00:59:34 +03:00
hls.c avformat: Drop pointless "format" from container long names 2012-07-30 13:59:06 +02:00
hlsenc.c hlsenc: stand alone hls segmenter 2012-11-13 01:37:05 +01:00
hlsproto.c Replace usleep() calls with av_usleep() 2012-06-22 17:15:36 +01:00
http.c http: use av_strlcpy instead of strcpy() without size checks 2012-10-09 21:05:14 +02:00
http.h http: Add support for reusing the http socket for subsequent requests 2012-05-28 16:42:40 +03:00
httpauth.c Use the new aes/md5/sha/tree allocation functions 2012-10-11 23:35:28 +03:00
httpauth.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00
id3v1.c
id3v1.h
id3v2.c id3v2: fix reading unsynchronized frames. 2012-11-22 13:40:04 +01:00
id3v2.h Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
id3v2enc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
idcin.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
idroqdec.c idroqdec: set channel layout 2012-11-12 10:33:19 -05:00
idroqenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
iff.c iff: set channel layout 2012-11-12 10:33:19 -05:00
ilbc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
img2.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
img2dec.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
img2enc.c avio: flush the internal buffer in avio_close() 2012-09-15 18:24:49 +02:00
ingenientdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
internal.h rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
ipmovie.c ipmovie: set channel layout 2012-11-12 10:33:19 -05:00
isom.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
isom.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00
iss.c iss: set channel layout 2012-11-12 10:33:20 -05:00
iv8.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
ivfdec.c lavf: Make codec_tag arrays constant 2012-06-21 16:11:29 +03:00
ivfenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
jvdec.c jvdec: set channel layout 2012-11-12 10:33:20 -05:00
latmenc.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 2012-09-04 23:13:44 +03:00
libavformat.v
librtmp.c librtmp: return AVERROR_UNKNOWN instead of -1. 2012-06-03 15:46:27 +02:00
lmlm4.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
log2_tab.c avutil: Duplicate ff_log2_tab instead of sharing it across libs 2012-10-12 20:39:17 +02:00
lxfdec.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
m4vdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
Makefile hlsenc: stand alone hls segmenter 2012-11-13 01:37:05 +01:00
matroska.c matroska: implement support for ProRes 2012-09-19 20:34:14 +02:00
matroska.h Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
matroskadec.c matroskadec: do not use avpacket internals 2012-11-02 18:28:56 +01:00
matroskaenc.c matroskaenc: check cue point validity before reallocation 2012-10-09 15:39:05 +02:00
md5enc.c md5: Allocate a normal private context for the opaque md5 context pointer 2012-10-11 23:35:29 +03:00
md5proto.c md5: Allocate a normal private context for the opaque md5 context pointer 2012-10-11 23:35:29 +03:00
metadata-example.c
metadata.c
metadata.h
mm.c mm: set channel layout 2012-11-12 10:33:20 -05:00
mmf.c mmf: set channel layout 2012-11-12 10:33:20 -05:00
mms.c
mms.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00
mmsh.c
mmst.c mmst: Use AVUNERROR() to convert error codes to the right range for strerror 2012-06-19 20:23:19 +03:00
mov_chan.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
mov_chan.h mov_chan: Pass a separate AVIOContext for reading 2012-09-07 10:49:35 +03:00
mov.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
movenc.c rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
movenc.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00
movenchint.c rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
mp3dec.c mp3dec: read Xing frame TOC index 2012-09-19 20:59:45 +02:00
mp3enc.c mp3enc: write Xing TOC 2012-09-15 18:25:34 +02:00
mpc8.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
mpc.c mpc7: set channel layout 2012-11-12 10:33:20 -05:00
mpeg.c avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 2012-10-01 10:24:28 +02:00
mpeg.h
mpegenc.c avformat: Convert some commented-out printf/av_log instances to av_dlog 2012-10-01 10:24:28 +02:00
mpegts.c mpegts: Drop pointless casting of hex_dump_debug arguments 2012-10-01 13:18:28 +02:00
mpegts.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00
mpegtsenc.c mpegtsenc: set muxing type notification to verbose 2012-10-10 18:56:54 +02:00
mpegvideodec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
mpjpeg.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
msnwc_tcp.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
mtv.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
mux.c avformat: refactor avformat_write_header 2012-10-01 19:57:57 +02:00
mvi.c mvi: set channel layout 2012-11-12 10:33:20 -05:00
mxf.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
mxf.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
mxfdec.c mxfdec: fix typo in mxf_read_seek() 2012-11-15 17:37:09 +01:00
mxfenc.c avformat: Convert some commented-out printf/av_log instances to av_dlog 2012-10-01 10:24:28 +02:00
mxg.c mxg: set channel layout 2012-11-12 10:33:20 -05:00
ncdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
network.c network: use HAVE_THREADS instead of local hack 2012-10-27 13:11:17 +01:00
network.h network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLEN 2012-10-23 12:00:21 +01:00
nsvdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
nullenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
nut.c pixfmt: support more yuva formats 2012-10-30 12:02:42 +01:00
nut.h nut: support textual data 2012-10-29 12:03:28 +01:00
nutdec.c nut: support textual data 2012-10-29 12:03:28 +01:00
nutenc.c nutenc: verbosely report unsupported negative pts 2012-10-29 10:52:13 +01:00
nuv.c nuv: set channel layout 2012-11-12 10:33:20 -05:00
oggdec.c ogg: calculate the start position once all the headers are parsed 2012-09-24 22:35:29 +02:00
oggdec.h ogg: calculate the start position once all the headers are parsed 2012-09-24 22:35:29 +02:00
oggenc.c Add Opus support to the Ogg muxer. 2012-09-27 10:48:35 +02:00
oggparsecelt.c ogg: check that the expected number of headers had been parsed 2012-09-24 22:35:29 +02:00
oggparsedirac.c ogg: check that the expected number of headers had been parsed 2012-09-24 22:35:29 +02:00
oggparseflac.c ogg: check that the expected number of headers had been parsed 2012-09-24 22:35:29 +02:00
oggparseogm.c ogg: check that the expected number of headers had been parsed 2012-09-24 22:35:29 +02:00
oggparseskeleton.c Improve wording and spelling of av_log_missing_feature messages. 2012-10-23 10:28:40 +02:00
oggparsespeex.c oggparsespeex: validate channel count and set channel layout 2012-11-12 10:33:20 -05:00
oggparsetheora.c oggparsetheora: make it more robust 2012-09-24 22:35:29 +02:00
oggparsevorbis.c ogg: check that the expected number of headers had been parsed 2012-09-24 22:35:29 +02:00
oma.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
oma.h
omadec.c omadec: set channel layout 2012-11-12 10:33:21 -05:00
omaenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
options_table.h avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 2012-09-04 23:13:44 +03:00
options.c Move AVFormatContext/AVCodecContext option tables to separate files. 2012-03-20 07:09:18 +01:00
os_support.c network: use getservbyport() only if available 2012-10-23 12:00:21 +01:00
os_support.h build: Plan 9 support 2012-10-23 12:01:18 +01:00
output-example.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
pcm.c
pcm.h
pcmdec.c pcm: change references to raw to pcm 2012-10-25 17:08:58 +02:00
pcmenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
pmpdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
psxstr.c psxstr: set channel layout 2012-11-12 10:33:21 -05:00
pva.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
qcp.c qcp: set channel layout 2012-11-12 10:33:21 -05:00
qtpalette.h
r3d.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rawdec.c rawdec: remove ff_raw_read_header 2012-10-25 14:05:13 +02:00
rawdec.h rawdec: remove ff_raw_read_header 2012-10-25 14:05:13 +02:00
rawenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rawenc.h
rawvideodec.c rawvideo: use a specific read_header 2012-10-25 14:04:18 +02:00
rdt.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rdt.h
riff.c riff: remove a write-only variable 2012-10-22 08:49:58 +02:00
riff.h lavf: move RIFF INFO tag writing from avienc to riff 2012-10-16 18:50:36 +02:00
rl2.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rm.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rm.h rmdec: Move SIPR code shared with Matroska demuxer to a separate file 2012-10-15 13:34:07 +02:00
rmdec.c rmdec: set channel layout for RA version 3 2012-11-12 10:33:21 -05:00
rmenc.c lavf: flush the output AVIOContext in av_write_trailer(). 2012-09-15 18:25:07 +02:00
rmsipr.c rmdec: Move SIPR code shared with Matroska demuxer to a separate file 2012-10-15 13:34:07 +02:00
rmsipr.h rmdec: Move SIPR code shared with Matroska demuxer to a separate file 2012-10-15 13:34:07 +02:00
rpl.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rso.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rso.h
rsodec.c rsodec: set channel layout 2012-11-12 10:33:21 -05:00
rsoenc.c lavf: flush the output AVIOContext in av_write_trailer(). 2012-09-15 18:25:07 +02:00
rtmp.h rtmp: Do not send _checkbw calls as notifications 2012-08-14 22:31:53 +03:00
rtmpcrypt.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 2012-09-04 23:13:44 +03:00
rtmpcrypt.h RTMPE protocol support 2012-07-23 16:32:07 +03:00
rtmpdh.c rtmpdh: Do not generate the same private key every time when using libnettle 2012-08-17 23:51:53 +03:00
rtmpdh.h RTMPE protocol support 2012-07-23 16:32:07 +03:00
rtmphttp.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 2012-09-04 23:13:44 +03:00
rtmppkt.c rtmp: add functions for reading AMF values 2012-08-02 14:06:44 +02:00
rtmppkt.h rtmppkt: Avoid unescaped backslash in Doxygen comment 2012-10-23 13:36:58 +02:00
rtmpproto.c rtmp: Use av_strlcat instead of strncat 2012-11-05 15:37:09 +02:00
rtp.c rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
rtp.h rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
rtpdec_amr.c rtpdec_amr: set channel layout 2012-11-12 10:33:21 -05:00
rtpdec_asf.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rtpdec_formats.h rtp: Depacketization of JPEG (RFC 2435) 2012-09-09 22:22:21 +03:00
rtpdec_g726.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rtpdec_h263_rfc2190.c rtpdec: factorize identical code used in several handlers 2012-11-02 07:58:37 +01:00
rtpdec_h263.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rtpdec_h264.c rtpdec_h264: Don't set the pixel format 2012-08-28 18:16:00 +03:00
rtpdec_ilbc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rtpdec_jpeg.c rtpdec: factorize identical code used in several handlers 2012-11-02 07:58:37 +01:00
rtpdec_latm.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rtpdec_mpeg4.c rtpdec_mpeg4: au_headers is a single array, simple av_free is enough 2012-10-09 14:24:36 +02:00
rtpdec_qcelp.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rtpdec_qdm2.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
rtpdec_qt.c Use proper return values in case of missing features 2012-10-12 20:56:54 +02:00
rtpdec_svq3.c rtpdec: factorize identical code used in several handlers 2012-11-02 07:58:37 +01:00
rtpdec_vp8.c rtpdec_vp8: Don't parse fields that aren't used 2012-11-02 10:59:17 +02:00
rtpdec_xiph.c rtpdec: factorize identical code used in several handlers 2012-11-02 07:58:37 +01:00
rtpdec.c rtpdec: factorize identical code used in several handlers 2012-11-02 07:58:37 +01:00
rtpdec.h rtpdec: factorize identical code used in several handlers 2012-11-02 07:58:37 +01:00
rtpenc_aac.c rtpenc_aac: Fix calculation of the header size 2012-11-08 19:48:32 +02:00
rtpenc_amr.c
rtpenc_chain.c rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
rtpenc_chain.h rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
rtpenc_h263_rfc2190.c rtpenc: Use MB info side data for splitting H263 packets for RFC 2190 2012-03-01 16:08:32 +02:00
rtpenc_h263.c
rtpenc_h264.c rtpenc: Allow requesting H264 RTP packetization mode 0 2012-06-18 12:27:56 +03:00
rtpenc_jpeg.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
rtpenc_latm.c
rtpenc_mpv.c
rtpenc_vp8.c rtpenc_vp8: Update the packetizer to the latest spec version 2012-10-08 23:55:53 +03:00
rtpenc_xiph.c
rtpenc.c rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
rtpenc.h rtp: Packetization of JPEG (RFC 2435) 2012-09-23 21:58:41 +03:00
rtpproto.c rtp: remove ff_rtp_get_rtcp_file_handle(). 2012-08-17 22:15:56 +03:00
rtsp.c rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
rtsp.h rtsp: Update a comment to the current filename scheme 2012-10-22 01:46:10 +03:00
rtspcodes.h rtsp: Add listen mode 2012-07-10 22:00:28 +03:00
rtspdec.c rtspdec: Set the default port for listen mode, if none is specified 2012-10-12 18:17:24 +03:00
rtspenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
sapdec.c avformat: Drop pointless "format" from container long names 2012-07-30 13:59:06 +02:00
sapenc.c rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
sauce.c
sauce.h
sctp.c sctp: add port missing error message 2012-07-25 20:31:16 +03:00
sdp.c rtp: set the payload type as stream id 2012-11-14 20:38:51 +01:00
seek-test.c Replace memset(0) by zero initializations. 2012-03-28 09:38:33 +02:00
seek.c lavf: deobfuscate read_frame_internal(). 2012-03-05 18:47:05 +01:00
seek.h lavf: deobfuscate read_frame_internal(). 2012-03-05 18:47:05 +01:00
segafilm.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
segment.c segment: fix NULL pointer dereference in seg_write_header() 2012-11-14 12:33:27 +02:00
sierravmd.c sierravmd: set channel layout 2012-11-12 10:33:21 -05:00
siff.c siff: set channel layout 2012-11-12 10:33:22 -05:00
smacker.c smacker: set channel layout 2012-11-12 10:33:22 -05:00
smjpeg.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
smjpeg.h
smjpegdec.c smjpeg: fix type of 'ret' variable in smjpeg_read_packet() 2012-10-12 22:21:10 +01:00
smjpegenc.c lavf: flush the output AVIOContext in av_write_trailer(). 2012-09-15 18:25:07 +02:00
smoothstreamingenc.c smoothstreamingenc: Don't assume streams start from timestamp 0 2012-10-24 14:46:08 +03:00
sol.c sol: set channel layout 2012-11-12 10:33:22 -05:00
sox.h
soxdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
soxenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
spdif.c
spdif.h
spdifdec.c Improve wording and spelling of av_log_missing_feature messages. 2012-10-23 10:28:40 +02:00
spdifenc.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 2012-09-04 23:13:44 +03:00
srtdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
swf.c swf(dec): replace CODEC_ID with AV_CODEC_ID 2012-08-18 08:48:30 +02:00
swf.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00
swfdec.c swfdec: set channel layout 2012-11-12 10:33:22 -05:00
swfenc.c swfenc: error out for more than 1 audio or video stream 2012-10-09 15:39:05 +02:00
tcp.c tcp: add port missing error message 2012-07-25 20:30:39 +03:00
thp.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
tiertexseq.c tiertexseq: set channel layout 2012-11-12 10:33:22 -05:00
tls.c tls: Return AVERROR_EOF if the TLS_read/write functions return 0 2012-07-28 01:21:16 +03:00
tmv.c tmv: set channel layout 2012-11-12 10:33:22 -05:00
tta.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
tty.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 2012-09-04 23:13:44 +03:00
txd.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
udp.c udp: use socklen_t where appropriate 2012-10-27 13:11:46 +01:00
url-test.c fate: Add tests of the ff_make_absolute_url function 2012-10-09 14:16:34 +03:00
url.h avio: add (ff)url_get_multi_file_handle() for getting more than one fd 2012-08-17 22:14:30 +03:00
urldecode.c Support urlencoded http authentication credentials 2012-07-26 00:18:32 +03:00
urldecode.h Support urlencoded http authentication credentials 2012-07-26 00:18:32 +03:00
utils.c url: Handle relative urls starting with two slashes 2012-10-09 14:16:33 +03:00
vc1test.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
vc1testenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
version.h wav muxer: write metadata 2012-10-16 18:51:56 +02:00
voc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
voc.h
vocdec.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
vocenc.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
vorbiscomment.c
vorbiscomment.h
vqf.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
wavdec.c wavdec: check size before reading the data, not after. 2012-10-16 18:52:21 +02:00
wavenc.c lavf: split wav muxer and demuxer into separate files. 2012-10-16 18:52:07 +02:00
wc3movie.c wc3movie: set channel layout 2012-11-12 10:33:22 -05:00
westwood_aud.c westwood_aud: set channel layout 2012-11-12 10:33:22 -05:00
westwood_vqa.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
wtv.c wtv: set channel layout for mpeg audio 2012-11-12 10:33:23 -05:00
wv.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
xa.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
xmv.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
xwma.c Replace all CODEC_ID_* with AV_CODEC_ID_* 2012-08-07 16:00:24 +02:00
yop.c yop: set channel layout 2012-11-12 10:33:23 -05:00
yuv4mpeg.c yuv4mpeg: reject unsupported codecs 2012-10-28 05:07:55 +01:00