1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-02 03:06:28 +02:00
FFmpeg/libavformat
Mark Thompson 708e84cda1 mov: Avoid memcmp of uninitialised data
The string codec name need not be as long as the value we are
comparing it to, so memcmp may make decisions derived from
uninitialised data that valgrind then complains about (though the
overall result of the function will always be the same).  Use
strncmp instead, which will stop at the first zero byte and
therefore not encounter this issue.
2017-01-30 23:03:52 +00:00
..
tests rtmpdh: Do global initialization before running the test 2016-11-24 13:59:17 +02:00
.gitignore Split global .gitignore file into per-directory files 2016-05-13 14:55:56 +02:00
4xm.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
a64.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
aacdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
ac3dec.c
adtsenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
adxdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
aea.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
aiff.h aiff: Support demuxing G.722 streams 2015-11-12 04:39:14 +01:00
aiffdec.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
aiffenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
allformats.c lavf: Raw G.729 demuxer 2016-05-17 12:24:32 -04:00
amr.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
anm.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
apc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
ape.c ape: Restructure DEBUG ifdefs to avoid unused function parameter warnings 2016-11-22 17:28:16 +01:00
apetag.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
apetag.h
asf.c
asf.h cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
asfcrypt.c lavf: Update to the new crypto API 2015-09-13 17:34:45 +02:00
asfcrypt.h
asfdec.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
asfenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
assdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
assenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
au.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
audiointerleave.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
audiointerleave.h
avc.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
avc.h
avformat.h utils: Add av_stream_add_side_data() 2016-11-23 10:36:13 -05:00
avi.h
avidec.c Remove some pointless TRACE level debug code 2016-10-27 12:54:14 +02:00
avienc.c Use avpriv_report_missing_feature() where appropriate 2016-11-08 17:54:34 +01:00
avio_internal.h cosmetics: Drop empty comment lines 2016-02-18 15:35:30 +01:00
avio.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
avio.h avio: Keep track of the amount of data written 2016-12-08 15:58:28 -05:00
aviobuf.c avio: Keep track of the amount of data written 2016-12-08 15:58:28 -05:00
avisynth.c build: Separate avisynth and avxsynth support 2016-12-06 17:49:05 +01:00
avlanguage.c
avlanguage.h cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
avs.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
bethsoftvid.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
bfi.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
bink.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
bmv.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
c93.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
caf.c
caf.h
cafdec.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
cavsvideodec.c
cdg.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
cdxl.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
concat.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
crcenc.c
crypto.c crypto: Add encryption support 2016-11-17 19:19:55 +01:00
cutils.c
dashenc.c dashenc: add webm support 2017-01-31 00:45:27 +02:00
dauddec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
daudenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
dfa.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
diracdec.c
dnxhddec.c
dsicin.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
dss.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
dtsdec.c dca: Move syncword definitions to a separate header 2015-03-04 13:29:33 +01:00
dump.c lavc: Add spherical packet side data API 2016-12-07 14:34:34 -05:00
dv.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
dv.h
dvenc.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
dxa.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
eacdata.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
electronicarts.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
ffmeta.h
ffmetadec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
ffmetaenc.c
file_open.c
file.c file protocol: handle the file: protocol string in file_check 2016-10-16 18:47:25 +02:00
filmstripdec.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
filmstripenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
flac_picture.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
flac_picture.h
flacdec.c flac demuxer: improve probing 2016-07-31 08:19:45 +02:00
flacenc_header.c
flacenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
flacenc.h
flic.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
flv.h flv: Name an enum and use its type 2015-06-12 17:02:49 +01:00
flvdec.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
flvenc.c flvenc: Provide output bytestream markers 2016-05-18 10:36:53 +03:00
format.c
framecrcenc.c lavc: Make AVPacket.duration int64, and deprecate convergence_duration 2015-09-29 14:33:00 +02:00
framehash.c
g722.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
g723_1.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
g729dec.c lavf: Raw G.729 demuxer 2016-05-17 12:24:32 -04:00
gif.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
gopher.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
gsmdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
gxf.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
gxf.h
gxfenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
h261dec.c
h263dec.c
h264dec.c
hdsenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
hevc.c hevcdec: move decoder-independent declarations into a separate header 2016-10-16 20:26:28 +02:00
hevc.h
hevcdec.c hevcdec: move decoder-independent declarations into a separate header 2016-10-16 20:26:28 +02:00
hls.c Mark read-only tables as static 2016-05-05 10:48:34 +02:00
hlsenc.c build: Drop gcrypt support 2016-11-25 18:46:53 +01:00
hlsproto.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
hnm.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
http.c http: Check for negative chunk sizes 2016-12-23 21:28:05 +02:00
http.h cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
httpauth.c httpauth: Add space after commas in HTTP/RTSP auth header 2015-10-14 14:35:34 +02:00
httpauth.h cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
icecast.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
id3v1.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
id3v1.h
id3v2.c srt: Adjust signedness of sscanf format strings 2016-10-28 13:28:36 +02:00
id3v2.h
id3v2enc.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
idcin.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
idroqdec.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
idroqenc.c
iff.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
ilbc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
img2.c img2: Drop av_ prefix for a static function 2016-02-24 13:56:46 -05:00
img2dec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
img2enc.c img2enc: Refactor the atomic renaming code 2016-04-19 20:30:48 +02:00
ingenientdec.c avpacket: Replace av_free_packet with av_packet_unref 2015-10-26 18:00:55 +01:00
internal.h lavf: use the new bitstream filter for extracting extradata 2016-10-16 20:27:30 +02:00
ipmovie.c Remove some pointless TRACE level debug code 2016-10-27 12:54:14 +02:00
isom.c Add MagicYUV decoder 2016-06-20 15:45:51 -04:00
isom.h Add missing #includes for standalone spherical-information-related headers 2016-12-08 20:12:23 +01:00
iss.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
iv8.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
ivfdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
ivfenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
jvdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
latmenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
libavformat.v build: Change structure of the linker version script templates 2016-05-29 16:43:11 +02:00
librtmp.c librtmp: Avoid an infiniloop setting connection arguments 2016-06-22 06:37:33 +02:00
lmlm4.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
log2_tab.c
lxfdec.c Use avpriv_report_missing_feature() where appropriate 2016-11-08 17:54:34 +01:00
m4vdec.c m4vdec: Check for non-startcode 00 00 00 sequences in probe 2016-08-03 08:27:02 +02:00
Makefile build: Generate pkg-config files from Make and not from configure 2016-12-22 12:30:54 +01:00
matroska.c matroska: use av_stream_add_side_data() for stereo3d side data 2016-11-23 10:37:46 -05:00
matroska.h avformat/matroska: fix MatroskaVideoFieldOrder enum values 2016-10-16 19:02:53 +02:00
matroskadec.c matroskadec: make sure not to leave EbmlBin in an inconsistent state 2017-01-04 20:05:44 -05:00
matroskaenc.c matroskaenc: write updated STREAMINFO metadata for FLAC streams if available 2016-11-10 09:15:24 +01:00
md5enc.c lavc: Make AVPacket.duration int64, and deprecate convergence_duration 2015-09-29 14:33:00 +02:00
md5proto.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
metadata.c
metadata.h
mm.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
mmf.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
mms.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
mms.h
mmsh.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
mmst.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
mov_chan.c Use ISO C printf conversion specifiers where appropriate 2016-10-28 13:24:44 +02:00
mov_chan.h
mov.c mov: Avoid memcmp of uninitialised data 2017-01-30 23:03:52 +00:00
movenc.c mov: Convert to the new bitstream reader 2017-01-13 10:27:03 +01:00
movenc.h movenc: Add an option for skipping writing the mfra/tfra/mfro trailer 2016-07-08 14:11:15 +03:00
movenchint.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
mp3dec.c mp3dec: read the initial/trailing padding from the LAME tag 2016-07-15 15:30:22 +02:00
mp3enc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
mpc8.c mpc: Convert to the new bitstream reader 2017-01-25 09:55:33 +01:00
mpc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
mpeg.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
mpeg.h cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
mpegenc.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
mpegts.c mpegts: Convert to the new bitstream reader 2016-11-24 11:22:13 +01:00
mpegts.h cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
mpegtsenc.c Use ISO C printf conversion specifiers where appropriate 2016-10-28 13:24:44 +02:00
mpegvideodec.c
mpjpeg.c mpjpeg: Write the Content-length 2015-07-04 00:51:03 +02:00
mpjpegdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
msnwc_tcp.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
mtv.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
mux.c Use correct printf conversion specifiers for POSIX integer types 2016-12-23 19:30:00 +01:00
mvdec.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
mvi.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
mxf.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
mxf.h
mxfdec.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
mxfenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
mxg.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
ncdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
network.c network: prevent SIGPIPE on OSX 2015-05-31 10:10:16 +03:00
network.h
nsvdec.c Use ISO C printf conversion specifiers where appropriate 2016-10-28 13:24:44 +02:00
nullenc.c nullenc: Use the wrapped avframe pseudo-encoder 2015-10-10 14:50:42 +02:00
nut.c nut: Use correct function pointer casts instead of void* 2016-11-12 16:47:06 +01:00
nut.h nut: Drop doxygen markers 2015-06-15 13:39:07 +02:00
nutdec.c nut: Use correct function pointer casts instead of void* 2016-11-12 16:47:06 +01:00
nutenc.c nut: Use correct function pointer casts instead of void* 2016-11-12 16:47:06 +01:00
nuv.c nuv: Use the correct context for av_image_check_size 2016-03-22 16:51:09 -04:00
oggdec.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
oggdec.h
oggenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
oggparsecelt.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
oggparsedirac.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
oggparseflac.c ogg: Convert to the new bitstream reader 2016-11-24 11:22:13 +01:00
oggparseogm.c Remove unnecessary get_bits.h #includes and add missing headers where needed. 2016-05-04 15:14:14 +02:00
oggparseopus.c Use avpriv_report_missing_feature() where appropriate 2016-11-08 17:54:34 +01:00
oggparseskeleton.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
oggparsespeex.c Remove unnecessary get_bits.h #includes and add missing headers where needed. 2016-05-04 15:14:14 +02:00
oggparsetheora.c ogg: Convert to the new bitstream reader 2016-11-24 11:22:13 +01:00
oggparsevorbis.c Remove unnecessary get_bits.h #includes and add missing headers where needed. 2016-05-04 15:14:14 +02:00
oggparsevp8.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
oma.c
oma.h
omadec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
omaenc.c Use correct printf conversion specifiers for POSIX integer types 2016-12-23 19:30:00 +01:00
options_table.h lavf: add a protocol whitelist/blacklist for file opened internally 2016-02-22 11:48:30 +01:00
options.c lavf: add a protocol whitelist/blacklist for file opened internally 2016-02-22 11:48:30 +01:00
os_support.c os_support: Don't try to return the service name as a string in getnameinfo 2015-10-30 10:03:58 +02:00
os_support.h Remove Plan 9 support 2016-12-03 09:15:01 +01:00
paf.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
pcm.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
pcm.h
pcmdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
pcmenc.c
pmpdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
protocols.c Generate the lists of enabled protocols/bsfs from configure. 2016-04-19 13:34:07 +02:00
psxstr.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
pva.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
qcp.c Use avpriv_report_missing_feature() where appropriate 2016-11-08 17:54:34 +01:00
qtpalette.h
r3d.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
rawdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rawdec.h
rawenc.c build: Move MP2 muxer declaration away from MP3 muxer code 2016-06-29 20:24:10 +02:00
rawenc.h
rawvideodec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rdt.c rdt: Convert to the new bitstream reader 2016-11-24 11:22:13 +01:00
rdt.h
replaygain.c avformat: expose av_stream_new_side_data helper 2015-11-18 11:36:27 +01:00
replaygain.h
riff.c av1: Add codec_id and basic demuxing support 2016-08-24 14:45:08 +02:00
riff.h lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
riffdec.c riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain that data. 2016-07-22 19:08:12 +02:00
riffenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rl2.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
rm.c
rm.h
rmdec.c Use correct printf conversion specifiers for POSIX integer types 2016-12-23 19:30:00 +01:00
rmenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
rmsipr.c
rmsipr.h
rpl.c Use correct printf conversion specifiers for POSIX integer types 2016-12-23 19:30:00 +01:00
rso.c
rso.h
rsodec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rsoenc.c Use avpriv_report_missing_feature() where appropriate 2016-11-08 17:54:34 +01:00
rtmp.h rtmpproto: use AVHMAC instead of a custom implementation 2015-07-29 22:09:16 +03:00
rtmpcrypt.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
rtmpcrypt.h
rtmpdh.c build: Drop gcrypt support 2016-11-25 18:46:53 +01:00
rtmpdh.h build: Drop gcrypt support 2016-11-25 18:46:53 +01:00
rtmphttp.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
rtmppkt.c rtmppkt: Check for packet size mismatches 2016-12-15 15:45:59 +02:00
rtmppkt.h
rtmpproto.c rtmp: Account for bytes_read wraparound 2017-01-29 18:10:44 +01:00
rtp.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtp.h lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpdec_ac3.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_amr.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpdec_asf.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpdec_dv.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_formats.h lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpdec_g726.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpdec_h261.c rtp: Convert to the new bitstream reader 2017-01-13 10:27:03 +01:00
rtpdec_h263_rfc2190.c rtp: Convert to the new bitstream reader 2017-01-13 10:27:03 +01:00
rtpdec_h263.c rtpdec: Set need_parsing via a handler field 2015-02-24 16:22:41 +02:00
rtpdec_h264.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
rtpdec_hevc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpdec_ilbc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpdec_jpeg.c Use avpriv_report_missing_feature() where appropriate 2016-11-08 17:54:34 +01:00
rtpdec_latm.c rtp: Convert to the new bitstream reader 2017-01-13 10:27:03 +01:00
rtpdec_mpa_robust.c avpacket: Replace av_free_packet with av_packet_unref 2015-10-26 18:00:55 +01:00
rtpdec_mpeg4.c rtp: Convert to the new bitstream reader 2017-01-13 10:27:03 +01:00
rtpdec_mpeg12.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpdec_mpegts.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_qcelp.c rtpdec: Get rid of all trivial .alloc/.free functions 2015-02-24 16:24:19 +02:00
rtpdec_qdm2.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpdec_qt.c rtp: Convert to the new bitstream reader 2017-01-13 10:27:03 +01:00
rtpdec_svq3.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpdec_vp8.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
rtpdec_vp9.c rtpdec_vp9: Support parsing the scalability structure 2016-04-30 20:58:23 +03:00
rtpdec_xiph.c Use avpriv_report_missing_feature() where appropriate 2016-11-08 17:54:34 +01:00
rtpdec.c Remove unnecessary get_bits.h #includes 2016-06-07 13:09:57 +02:00
rtpdec.h rtpdec: Increase the max size of the jitter buffer to 500 packets 2015-09-15 09:35:44 +03:00
rtpenc_aac.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpenc_amr.c rtpenc: Don't set max_frames_per_packet based on the packet frame size or frame rate 2015-02-28 22:54:31 +02:00
rtpenc_chain.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpenc_chain.h
rtpenc_h261.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
rtpenc_h263_rfc2190.c rtp: Convert to the new bitstream reader 2017-01-13 10:27:03 +01:00
rtpenc_h263.c
rtpenc_h264_hevc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpenc_jpeg.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
rtpenc_latm.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpenc_mpegts.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
rtpenc_mpv.c
rtpenc_vp8.c
rtpenc_xiph.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
rtpenc.c Use ISO C printf conversion specifiers where appropriate 2016-10-28 13:24:44 +02:00
rtpenc.h cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
rtpproto.c Drop unreachable break and return statements 2016-11-03 20:17:12 +01:00
rtpproto.h
rtsp.c Use avpriv_report_missing_feature() where appropriate 2016-11-08 17:54:34 +01:00
rtsp.h rtsp: Parse SSRC attributes in the SDP 2016-05-11 10:35:26 +03:00
rtspcodes.h
rtspdec.c Drop unreachable break and return statements 2016-11-03 20:17:12 +01:00
rtspenc.c
sapdec.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
sapenc.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
sauce.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
sauce.h
sctp.c lavf: reorganize URLProtocols 2016-02-22 11:30:58 +01:00
sdp.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
segafilm.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
segment.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
sierravmd.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
siff.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
smacker.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
smjpeg.c
smjpeg.h
smjpegdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
smjpegenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
smoothstreamingenc.c Mark read-only tables as static 2016-05-05 10:48:34 +02:00
smush.c Drop unreachable break and return statements 2016-11-03 20:17:12 +01:00
sol.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
sox.h
soxdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
soxenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
spdif.c
spdif.h cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
spdifdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
spdifenc.c Use avpriv_report_missing_feature() where appropriate 2016-11-08 17:54:34 +01:00
srtdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
srtp.c build: Split test programs off into separate files 2016-04-07 16:14:42 +02:00
srtp.h
srtpproto.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
swf.c
swf.h Drop pointless assert.h #includes 2016-05-03 15:45:10 +02:00
swfdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
swfenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
takdec.c tak: Convert to the new bitstream reader 2017-01-25 11:06:58 +01:00
tcp.c tcp: Use rw_timeout for setting the connect/listen timeouts 2016-03-24 10:34:24 +02:00
thp.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
tiertexseq.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
tls_gnutls.c build: Drop gcrypt support 2016-11-25 18:46:53 +01:00
tls_openssl.c openssl: Allow newer TLS versions than TLSv1 2016-10-31 19:34:42 +00:00
tls.c avio: Copy URLContext generic options into child URLContexts 2016-03-24 10:34:19 +02:00
tls.h lavf: move TLS-related ifdeffery to library specific files 2015-05-26 21:48:51 +03:00
tmv.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
tta.c Remove unnecessary get_bits.h #includes and add missing headers where needed. 2016-05-04 15:14:14 +02:00
tty.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
txd.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
udp.c lavf: reorganize URLProtocols 2016-02-22 11:30:58 +01:00
unix.c unix: Use rw_timeout for setting the connect timeout 2016-03-24 10:34:29 +02:00
url.c
url.h cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
urldecode.c
urldecode.h
utils.c utils: Add av_stream_add_side_data() 2016-11-23 10:36:13 -05:00
vc1test.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
vc1testenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
version.h dashenc: add webm support 2017-01-31 00:45:27 +02:00
voc_packet.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
voc.c
voc.h
vocdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
vocenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
vorbiscomment.c
vorbiscomment.h
vqf.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
wavdec.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
wavenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
wc3movie.c wc3movie: Drop unused cruft 2016-08-17 12:16:42 +02:00
westwood_aud.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
westwood_vqa.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
wtv.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
wv.c
wv.h
wvdec.c Use avpriv_report_missing_feature() where appropriate 2016-11-08 17:54:34 +01:00
wvenc.c lavf: fix usage of AVIOContext.seekable 2016-09-30 16:54:33 +02:00
xa.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
xmv.c Revert "Don't use expressions with side effects in macro parameters" 2016-08-02 21:18:12 +03:00
xwma.c Use correct printf conversion specifiers for POSIX integer types 2016-12-23 19:30:00 +01:00
yop.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
yuv4mpeg.h
yuv4mpegdec.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
yuv4mpegenc.c lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00