ffmpeg/libavformat
Carl Eugen Hoyos d3a6943804 lavf/subviewerdec: Skip leading BOM.
Fixes ticket #7661.
2019-01-27 14:25:53 +01:00
..
tests
.gitignore
3dostr.c
4xm.c
Makefile avformat: add HCOM demuxer 2019-01-15 10:57:29 +01:00
a64.c
aacdec.c
aadec.c
ac3dec.c avformat/ac3dec: always skip junk bytes before sync bytes 2018-11-30 16:27:20 +01:00
acm.c avformat/acm: use ff_get_extradata() 2019-01-02 16:21:46 +01:00
act.c
adp.c
ads.c
adtsenc.c
adxdec.c
aea.c
afc.c
aiff.h
aiffdec.c
aiffenc.c
aixdec.c
allformats.c avformat: add HCOM demuxer 2019-01-15 10:57:29 +01:00
amr.c
anm.c avformat/anm: use ff_get_extradata() 2019-01-02 16:28:46 +01:00
apc.c
ape.c
apetag.c
apetag.h
apngdec.c lavf/apngdec: Return EOF for incomplete files. 2018-11-08 13:38:08 +01:00
apngenc.c
aptxdec.c
aqtitledec.c
asf.c
asf.h
asfcrypt.c
asfcrypt.h
asfdec_f.c
asfdec_o.c
asfenc.c
assdec.c
assenc.c
ast.c
ast.h
astdec.c
astenc.c
async.c
au.c avformat/au: do not use invalid block_align for small bits per sample 2018-12-31 15:21:47 +01:00
audiointerleave.c
audiointerleave.h
av1.c
av1.h
avc.c
avc.h
avformat.h
avformatres.rc
avi.h
avidec.c
avienc.c
avio.c
avio.h avformat/avio: fix avio_feof documentation 2018-12-22 18:48:16 +01:00
avio_internal.h
aviobuf.c
avisynth.c
avlanguage.c
avlanguage.h
avr.c
avs.c
bethsoftvid.c
bfi.c aformat/bfi: use ff_get_extradata() 2019-01-02 16:14:19 +01:00
bink.c
bintext.c
bit.c
bluray.c
bmv.c
boadec.c
brstm.c
c93.c
cache.c
caf.c
caf.h
cafdec.c lavf/cafdec: Do not fail for unknown atoms with negative size. 2019-01-27 14:14:59 +01:00
cafenc.c
cavsvideodec.c
cdg.c
cdxl.c
chromaprint.c
cinedec.c
codec2.c
concat.c
concatdec.c avformat/concatdec: always re-calculate start time and duration 2019-01-22 20:14:11 +01:00
crcenc.c
crypto.c
cutils.c
dash.c
dash.h
dashdec.c avformat/dashdec: refine uri path with double dot process 2018-12-23 15:18:55 +08:00
dashenc.c avformat/dashenc: Format xs:datetime in millisecond precision 2019-01-21 14:50:23 +05:30
data_uri.c
dauddec.c
daudenc.c
davs2.c lavf/davs2: Do not mix declarations and code. 2018-09-14 20:55:51 +02:00
dcstr.c
dfa.c
dhav.c avformat/dhav: export average frame rate too 2018-12-09 10:49:00 +01:00
diracdec.c
dnxhddec.c
dsfdec.c
dsicin.c
dss.c
dtsdec.c
dtshddec.c
dump.c lavf/dump: Fix a typo: comentary -> commentary. 2018-10-19 20:19:25 +02:00
dv.c
dv.h
dvbsub.c
dvbtxt.c
dvenc.c
dxa.c
eacdata.c
electronicarts.c
epafdec.c
ffmeta.h
ffmetadec.c avformat/ffmetadec: do no limit size of tags to 1024 2018-12-14 17:33:52 +01:00
ffmetaenc.c
fifo.c
fifo_test.c
file.c avformat/file: Fix file delete for Windows 2019-01-07 11:41:20 +05:30
file_open.c
filmstripdec.c
filmstripenc.c
fitsdec.c
fitsenc.c
flac_picture.c avformat/flac_picture: try to guess PNG by actual picture data 2018-12-14 11:32:27 +01:00
flac_picture.h
flacdec.c
flacenc.c avformat/vorbiscomment: add support for writing chapters 2018-12-18 19:45:59 +01:00
flacenc.h
flacenc_header.c
flic.c
flv.h flvdec: Export unknown metadata packets as opaque data 2018-11-05 16:02:51 +02:00
flvdec.c flvdec: Export unknown metadata packets as opaque data 2018-11-05 16:02:51 +02:00
flvenc.c
format.c
framecrcenc.c
framehash.c
frmdec.c
fsb.c
ftp.c avformat/ftp: allow nonstandard 202 reply to OPTS UTF8 2018-11-04 22:46:58 +01:00
g722.c
g723_1.c
g726.c
g729dec.c
gdv.c
genh.c
gif.c avformat/gif: extend description 2018-12-13 18:58:48 +01:00
gifdec.c avformat/gifdec: export duration, nb_frames and comment 2018-12-13 18:58:48 +01:00
golomb_tab.c
gopher.c
gsmdec.c
gxf.c
gxf.h
gxfenc.c
h261dec.c
h263dec.c
h264dec.c
hashenc.c
hcom.c avformat/hcom: check probe buffer size 2019-01-16 10:26:53 +01:00
hdsenc.c
hevc.c
hevc.h
hevcdec.c
hls.c lavc/hls: Cosmetics: Fix indentation for free_segment_list 2019-01-19 10:13:19 +08:00
hlsenc.c avformat/hlsenc: free variant streams after write all variant streams info 2019-01-04 13:29:28 +08:00
hlsplaylist.c
hlsplaylist.h
hlsproto.c lavf/hlsproto: Replace a wrong eol comma with a semicolon. 2019-01-23 23:17:03 +01:00
hnm.c
http.c avformat/http : Added check for valid URL context before calling shutdown 2018-11-22 12:06:27 +05:30
http.h
httpauth.c
httpauth.h
icecast.c
icodec.c
icoenc.c
id3v1.c
id3v1.h
id3v2.c lavf/id3v2: fail read_apic on EOF reading mimetype 2018-12-17 18:30:10 +01:00
id3v2.h
id3v2enc.c
idcin.c
idroqdec.c
idroqenc.c
iff.c
ilbc.c
img2.c
img2.h
img2_alias_pix.c
img2_brender_pix.c
img2dec.c avformat: add gif pipe demuxer 2018-12-10 11:20:41 +01:00
img2enc.c avformat/img2enc: mention -frames:v in error message 2019-01-22 10:59:10 -09:00
ingenientdec.c
internal.h avformat/utils: move mkdir_p to utils 2018-09-25 21:57:49 +08:00
ip.c avformat/ip: factorize some IP filtering and resolving functions to a new file 2018-10-03 22:03:29 +02:00
ip.h avformat/ip: factorize some IP filtering and resolving functions to a new file 2018-10-03 22:03:29 +02:00
ipmovie.c
ircam.c
ircam.h
ircamdec.c
ircamenc.c
isom.c lavf/isom: add Dolby Vision sample entry codes for HEVC and H.264 2018-12-17 23:25:43 +02:00
isom.h Use QT format for audio sample descriptors depending on stsd version. 2018-09-09 19:52:53 +01:00
iss.c
iv8.c
ivfdec.c
ivfenc.c avformat/ivfenc: use the av1_metadata bsf to insert Temporal Delimiter OBUs if needed 2018-11-01 22:55:22 -03:00
jacosubdec.c
jacosubenc.c
jvdec.c
latmenc.c
libavformat.v
libgme.c
libmodplug.c
libopenmpt.c avformat/libopenmpt: Fix successfull typo 2018-12-31 02:37:08 +01:00
librtmp.c
libsmbclient.c
libsrt.c avformat/libsrt: add several options supported in srt 1.3.0 2018-10-23 19:42:48 +02:00
libssh.c
lmlm4.c
loasdec.c
log2_tab.c
lrc.c
lrc.h
lrcdec.c
lrcenc.c
lvfdec.c
lxfdec.c
m4vdec.c
matroska.c avformat/matroskaenc: implement AVOutputFormat.query_codec for webm 2018-09-26 15:17:13 -03:00
matroska.h avformat/matroskaenc: implement AVOutputFormat.query_codec for webm 2018-09-26 15:17:13 -03:00
matroskadec.c lavf/matroskadec: Do not use strncat() to limit copying a one-char constant. 2018-12-11 00:40:26 +01:00
matroskaenc.c avformat/vorbiscomment: add support for writing chapters 2018-12-18 19:45:59 +01:00
md5proto.c
metadata.c
metadata.h
mgsts.c
microdvddec.c
microdvdenc.c
mj2kdec.c
mkvtimestamp_v2.c
mlpdec.c
mlvdec.c
mm.c
mmf.c
mms.c
mms.h
mmsh.c
mmst.c
mov.c lavf/mov: Do not fail hard for more invalid atoms. 2019-01-14 22:30:27 +01:00
mov_chan.c
mov_chan.h
mov_esds.c
movenc.c lavf/movenc: Mention video_track_timescale as option to fix the timescale. 2019-01-24 12:52:50 +01:00
movenc.h avformat/movenc: Added an option to disable SIDX atom 2018-12-11 10:52:16 +05:30
movenccenc.c
movenccenc.h
movenchint.c
mp3dec.c
mp3enc.c
mpc.c
mpc8.c
mpeg.c lavf/mpeg: Support demuxing HEVC in mpeg-ps. 2018-09-27 23:53:21 +02:00
mpeg.h lavf/mpeg: Support demuxing HEVC in mpeg-ps. 2018-09-27 23:53:21 +02:00
mpegenc.c avformat/mpegenc: extend muxing PCM-DVD to other depths 2018-12-01 19:42:17 +01:00
mpegts.c avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not available 2018-12-22 20:33:02 +02:00
mpegts.h
mpegtsenc.c Fix bug in mpegts muxer which affects KLV async stream generation. 2018-12-08 11:06:10 +11:00
mpegvideodec.c
mpjpeg.c
mpjpegdec.c
mpl2dec.c
mpsubdec.c
msf.c
msnwc_tcp.c
mtaf.c
mtv.c
musx.c
mux.c
mvdec.c
mvi.c
mxf.c lavf/mxfenc: support creating s436m data tracks 2018-10-12 12:28:22 -07:00
mxf.h avformat/mxfenc: correctly set content package rate in system element 2018-10-12 12:27:58 -07:00
mxfdec.c avformat/mxfdec: support subsecond precision of decoded timestamps 2018-12-25 20:16:29 +01:00
mxfenc.c avformat/mxfenc: support writing subsecond precision timestamps 2018-12-25 20:16:29 +01:00
mxg.c
ncdec.c
network.c Merge commit '9b4c3f5aadf54ffd2a6e15746b1fd736379883c4' 2018-09-11 13:54:30 -03:00
network.h Merge commit '9b4c3f5aadf54ffd2a6e15746b1fd736379883c4' 2018-09-11 13:54:30 -03:00
nistspheredec.c
nspdec.c
nsvdec.c
nullenc.c
nut.c avformat/nut: add support for yuva444/422p12 pixel format 2018-12-14 11:26:30 +01:00
nut.h
nutdec.c avformat/nutdec: fix pts overflow 2018-12-14 21:53:41 +01:00
nutenc.c avformat/nutenc: Document trailer index assert better 2018-12-16 09:49:07 +01:00
nuv.c
oggdec.c
oggdec.h
oggenc.c avformat/vorbiscomment: add support for writing chapters 2018-12-18 19:45:59 +01:00
oggparsecelt.c
oggparsedaala.c
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparseopus.c
oggparseskeleton.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c
oggparsevp8.c
oma.c
oma.h
omadec.c
omaenc.c
options.c
options_table.h
os_support.c
os_support.h os_support: define socket shutdown SHUT_xxx macros if they are not defined 2018-12-11 22:08:18 +11:00
paf.c
pcm.c
pcm.h
pcmdec.c avformat/pcmdec: endianness for audio/L16 mime type 2018-11-25 00:25:03 +01:00
pcmenc.c avcodec: Implement Archimedes VIDC encoder/decoder 2018-10-26 13:39:25 +02:00
pjsdec.c
pmpdec.c
prompeg.c
protocols.c
psxstr.c
pva.c
pvfdec.c
qcp.c
qtpalette.c
qtpalette.h
r3d.c
rawdec.c lavf/rawdec: Do not mark streams from raw subtitle demuxers as data streams. 2018-11-28 22:51:37 +01:00
rawdec.h lavf/rawdec: Do not mark streams from raw subtitle demuxers as data streams. 2018-11-28 22:51:37 +01:00
rawenc.c lavf: add raw avs2 muxer 2018-09-11 21:48:49 +01:00
rawenc.h
rawutils.c
rawvideodec.c
rdt.c
rdt.h
realtextdec.c
redspark.c
replaygain.c
replaygain.h
riff.c avcodec: add ARBC decoder 2019-01-27 13:53:29 +01:00
riff.h
riffdec.c
riffenc.c
rl2.c
rm.c
rm.h
rmdec.c
rmenc.c
rmsipr.c
rmsipr.h
rpl.c avformat/rpl: Support files containing 8 bit PCM or VIDC audio 2018-10-26 13:39:25 +02:00
rsd.c
rso.c
rso.h
rsodec.c
rsoenc.c
rtmp.h
rtmpcrypt.c
rtmpcrypt.h
rtmpdh.c
rtmpdh.h
rtmpdigest.c
rtmphttp.c
rtmppkt.c
rtmppkt.h
rtmpproto.c
rtp.c
rtp.h
rtpdec.c
rtpdec.h
rtpdec_ac3.c
rtpdec_amr.c
rtpdec_asf.c
rtpdec_dv.c
rtpdec_formats.h
rtpdec_g726.c
rtpdec_h261.c
rtpdec_h263.c
rtpdec_h263_rfc2190.c
rtpdec_h264.c
rtpdec_hevc.c
rtpdec_ilbc.c
rtpdec_jpeg.c
rtpdec_latm.c
rtpdec_mpa_robust.c
rtpdec_mpeg4.c
rtpdec_mpeg12.c
rtpdec_mpegts.c
rtpdec_qcelp.c
rtpdec_qdm2.c
rtpdec_qt.c
rtpdec_rfc4175.c
rtpdec_svq3.c
rtpdec_vc2hq.c
rtpdec_vp8.c
rtpdec_vp9.c
rtpdec_xiph.c
rtpenc.c
rtpenc.h
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c
rtpenc_chain.h
rtpenc_h261.c
rtpenc_h263.c
rtpenc_h263_rfc2190.c
rtpenc_h264_hevc.c
rtpenc_jpeg.c
rtpenc_latm.c
rtpenc_mpegts.c
rtpenc_mpv.c
rtpenc_vc2hq.c
rtpenc_vp8.c
rtpenc_vp9.c
rtpenc_xiph.c
rtpproto.c lavf/rtpproto: Use the correct patch when including poll.h 2019-01-16 00:09:21 +01:00
rtpproto.h
rtsp.c
rtsp.h
rtspcodes.h
rtspdec.c
rtspenc.c
s337m.c
samidec.c
sapdec.c
sapenc.c
sauce.c
sauce.h
sbcdec.c
sbgdec.c
sccdec.c
sccenc.c
sctp.c
sdp.c
sdr2.c
sdsdec.c
sdxdec.c
segafilm.c
segafilmenc.c
segment.c avformat/segment: fix segment_time_delta option min/max value 2018-10-07 20:26:29 +02:00
serdec.c avformat: add SER demuxer 2018-10-13 15:40:08 +02:00
shortendec.c
sierravmd.c
siff.c
smacker.c
smjpeg.c
smjpeg.h
smjpegdec.c
smjpegenc.c
smoothstreamingenc.c
smush.c
sol.c
sox.h
soxdec.c
soxenc.c
spdif.c
spdif.h
spdifdec.c
spdifenc.c
srtdec.c
srtenc.c
srtp.c
srtp.h
srtpproto.c
stldec.c
subfile.c
subtitles.c
subtitles.h
subviewer1dec.c
subviewerdec.c lavf/subviewerdec: Skip leading BOM. 2019-01-27 14:25:53 +01:00
supdec.c
supenc.c lavf/supenc: Remove some unneeded casts. 2019-01-24 13:08:27 +01:00
svag.c
swf.c
swf.h
swfdec.c
swfenc.c
takdec.c
tcp.c avformat/tcp: re-add checks for setsockopt return values 2018-09-11 15:48:55 -03:00
tedcaptionsdec.c
tee.c
tee_common.c
tee_common.h
teeproto.c
thp.c
tiertexseq.c
tls.c
tls.h
tls_gnutls.c
tls_libtls.c
tls_mbedtls.c
tls_openssl.c Merge commit '6a9c00c09d2bc50c0ea64ba092b2f4afc46aa978' 2018-09-11 13:18:52 -03:00
tls_schannel.c
tls_securetransport.c
tmv.c
tta.c
ttaenc.c
tty.c
txd.c
ty.c libavformat/ty: use decimal constant for shift 2018-10-07 03:03:09 +02:00
udp.c avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP multicast source group in IPv4 2018-10-03 22:03:29 +02:00
uncodedframecrcenc.c
unix.c
url.c
url.h
urldecode.c
urldecode.h
utils.c avformat/utils: add support for reading ID3 tags at start of wav 2018-12-13 10:01:15 +01:00
v210.c
vag.c
vapoursynth.c avformat/vapoursynth: properly initialize err variable in read_header_vs() 2019-01-04 14:58:19 +01:00
vc1dec.c
vc1test.c lavf/vc1test: add rcv to vc1test demuxer extensions 2018-10-22 19:09:47 +08:00
vc1testenc.c
version.h avformat: add HCOM demuxer 2019-01-15 10:57:29 +01:00
vividas.c lavf/vividas: Support demuxing on big-endian hardware. 2018-12-28 00:20:47 +01:00
vivo.c avformat/vivo: Don't log null value 2018-11-26 23:47:29 +01:00
voc.c
voc.h
voc_packet.c
vocdec.c
vocenc.c
vorbiscomment.c avformat/vorbiscomment: add support for writing chapters 2018-12-18 19:45:59 +01:00
vorbiscomment.h avformat/vorbiscomment: add support for writing chapters 2018-12-18 19:45:59 +01:00
vpcc.c avformat/vpcc: fix values in VP9 level detection heuristics 2018-09-15 18:06:58 -03:00
vpcc.h
vpk.c
vplayerdec.c
vqf.c
w64.c
w64.h
wavdec.c avformat/wavdec: add support for 'id3 ' chunk 2018-12-13 10:01:15 +01:00
wavenc.c
wc3movie.c
webm_chunk.c
webmdashenc.c
webpenc.c
webvttdec.c
webvttenc.c lavf/webvttenc: Always write hours in the timestamp with two characters. 2018-09-19 18:07:32 +02:00
westwood_aud.c
westwood_vqa.c
wsddec.c
wtv.h
wtv_common.c
wtvdec.c
wtvenc.c
wv.c
wv.h
wvdec.c avformat/wvdec: detect and error out on WavPack DSD files 2018-12-28 12:53:24 +01:00
wvedec.c
wvenc.c
xa.c
xmv.c
xvag.c
xwma.c avformat/xwma: fix WMAv2 with incorrect bit rate 2018-10-17 20:35:06 +02:00
yop.c avformat/yop: use ff_get_extradata() 2019-01-02 16:25:26 +01:00
yuv4mpeg.h
yuv4mpegdec.c
yuv4mpegenc.c