ffmpeg/libavformat
wm4 2b3e9bbfb5 avformat/mp3: skip junk at the beginning of mp3 files
Apparently it can happen that a mp3 file has junk data between id3 tag
and actual mp3 data. Skip this to avoid outputting nonsense timestamps.
(Two packets had the same timestamps, because the mp3 parser failed to
compute a frame duration.)

In this case, the junk consisted of 1044 bytes of zero, which
incidentally is the same size as normal mp3 frames in this stream. I
suspect the mp3 was edited with some tool which wiped the Xing/LAME
headers. Data near the end of the file suggests it was encoded with
"LAME3.97", but the normal Xing/LAME headers are missing. So this could
be "normal". mpg123 also attempts to skip at least 64KB of junk data by
scanning for headers.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-27 15:50:04 +02:00
..
4xm.c avformat/4xm: Change fps to AVRational 2015-05-23 22:36:02 +02:00
a64.c avformat/a64: Avoid segfault in a64_write_header() when stream codec is not open 2014-08-18 19:48:18 +02:00
aacdec.c Merge commit '02cf0c9e42' 2014-07-29 21:12:07 +02:00
ac3dec.c avformat/ac3dec: Use avpriv_ac3_parse_header2() 2014-03-01 01:56:25 +01:00
act.c wavdec: RIFX file format support 2014-12-18 00:10:35 +01:00
adp.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
adtsenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
adxdec.c avformat/adxdec: set avctx->channels in adx_read_header 2015-03-05 15:57:48 +01:00
aea.c Merge commit '3941df5462' 2015-01-16 14:20:37 +01:00
afc.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
aiff.h Fix decoding of G.726 in AIFF. 2013-10-18 19:53:47 +02:00
aiffdec.c avformat/aiffdec: do not fail if header parser hits EOF 2015-03-19 01:44:14 +01:00
aiffenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
allformats.c lavf/img2dec: Autodetect qdraw images. 2015-05-07 01:21:08 +02:00
amr.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
anm.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
apc.c avformat/apc: use ff_get_extradata() 2013-12-25 17:14:32 +01:00
ape.c avformat/ape: Use av_malloc_array() 2015-04-07 22:50:07 +02:00
apetag.c Merge commit 'e1a57cbb1c' 2015-02-15 21:43:28 +01:00
apetag.h Merge commit '2d2d6a4883' 2013-05-29 10:40:42 +02:00
apngdec.c avformat/apngdec: Use 64bit for ret to avoid overflow 2015-02-20 20:39:04 +01:00
apngenc.c lavf/apngenc: Fix png remuxing by using default extension apng. 2015-05-04 17:49:36 +02:00
aqtitledec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
asf.c Merge commit '1eb9328030' 2013-09-20 11:18:20 +02:00
asf.h Move GUID-related objects to riffenc.c and riff.c. 2014-01-29 00:44:59 +01:00
asfcrypt.c Merge commit '48a4ffa722' 2013-02-06 14:25:28 +01:00
asfcrypt.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
asfdec.c avformat/asfdec: Avoid float usage in duration calculation 2015-05-26 13:51:29 +02:00
asfenc.c avformat/asfenc: Check for index_ptr allocation failure 2015-04-07 22:29:54 +02:00
assdec.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
assenc.c lavf/assenc: handle extra sections after Events 2015-04-16 21:09:32 +02:00
ast.c AST Muxer 2012-12-04 11:25:46 +00:00
ast.h AST Muxer 2012-12-04 11:25:46 +00:00
astdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
astenc.c avformat/astenc: avoid using AVCodecContext.frame_number 2014-05-05 16:46:47 +02:00
au.c Merge commit 'f792d3cbb8' 2014-06-18 17:28:10 +02:00
audiointerleave.c Merge commit '1967cd4e4c' 2014-10-25 03:27:13 +02:00
audiointerleave.h Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
avc.c lavf/avc: add buffer padding to extradata allocation 2015-02-05 03:27:55 +01:00
avc.h Merge commit 'a2efbecc4e' 2014-09-25 00:09:42 +02:00
avformat.h avformat/avformat: slightly more verbose documentation for open_cb() 2015-05-11 22:33:48 +02:00
avformatres.rc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
avi.h Merge remote-tracking branch 'qatar/master' 2011-11-28 01:07:11 +01:00
avidec.c avformat/avidec: add mp2 to the list of exceptions instead of generally treating dshow_block_align==1 special 2015-05-17 01:46:09 +02:00
avienc.c avformat/avienc: Avoid float usage 2015-05-23 23:42:51 +02:00
avio.c lavf: add directory listing API 2015-03-27 18:29:46 +01:00
avio.h lavf/avio: Add new types to AVIODirEntryType, bump minor version 2015-04-03 04:09:34 +02:00
avio_internal.h avformat/internal: Fix warning about struct declaration 2015-05-12 03:24:19 +02:00
aviobuf.c avformat: add callback for opening further files 2015-05-11 21:55:18 +02:00
avisynth.c Merge commit '247aa7af7d' 2015-04-17 20:03:16 +02:00
avlanguage.c Merge remote-tracking branch 'qatar/master' 2011-09-08 22:37:31 +02:00
avlanguage.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avr.c avformat/avr: check channels and bps in probe 2013-11-11 14:51:43 +01:00
avs.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
bethsoftvid.c Merge commit '84bf64d359' 2014-10-29 22:47:11 +01:00
bfi.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
bink.c bink: check vst->index_entries before using it 2015-04-22 20:22:19 +02:00
bintext.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
bit.c avformat/bit: only accept the g729 codec and 1 channel 2015-02-26 23:19:39 +01:00
bluray.c Merge commit 'e6153f173a' 2012-09-05 14:33:32 +02:00
bmv.c bmv: Remove unused variable 2013-10-06 19:36:53 +02:00
boadec.c Merge commit '9deaec7828' 2015-02-11 02:47:54 +01:00
brstm.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
c93.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
cache.c fix spelling errors 2015-03-06 21:35:00 +01:00
caf.c Support iLBC in caf. 2012-11-19 10:19:50 +01:00
caf.h Move channel chunk reading function to isom.c. 2011-04-28 10:45:32 +02:00
cafdec.c cafdec: free extradata before allocating it 2015-05-13 20:11:37 +02:00
cafenc.c Improve frame size calculation in caf muxer to fix adpcm_ms remuxing. 2014-05-30 07:26:18 +02:00
cavsvideodec.c avformat/cavsvideodec: use avpriv_find_start_code in cavsvideo_probe() 2015-03-16 15:40:10 +01:00
cdg.c avformat/cdg: Do not fail if filesize cannot be determined 2014-07-11 01:04:04 +02:00
cdxl.c avformat/cdxl: Fix integer overflow of image_size 2014-12-31 22:33:51 +01:00
cinedec.c cinedec: report white balance gain coefficients using metadata 2014-11-13 15:31:19 +01:00
concat.c Merge commit '95d312d6c8' 2014-09-25 13:45:30 +02:00
concatdec.c avformat/concatdec: avoid NULL dereference when failed to open file. 2015-01-29 14:25:04 +01:00
crcenc.c Merge commit 'd92024f18f' 2014-03-11 21:05:34 +01:00
crypto.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
cutils.c Merge commit 'ed6dad3737' 2014-10-26 03:22:52 +01:00
dashenc.c Merge commit 'b8d2630c53' 2015-05-11 01:56:11 +02:00
data_uri.c lavf: add data: URI scheme. 2013-01-01 19:29:04 +01:00
dauddec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
daudenc.c Merge commit '0955e57ad0' 2014-07-03 21:42:16 +02:00
dfa.c avformat/dfa: use avio_feof() 2014-08-30 15:50:22 +00:00
diracdec.c avformat/diracdec: check 2 chunks in probe 2013-11-10 16:06:16 +01:00
dnxhddec.c lavf/dnxhd: Autodetect more files that can be decoded. 2015-05-26 00:29:36 +02:00
dsfdec.c ff_id3v2_read: add option to limit ID3 magic number search 2014-04-19 04:25:01 +02:00
dsicin.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
dss.c avformat/dss: implement seeking 2015-02-26 02:06:10 +01:00
dtsdec.c avformat/dtsdec: Extend DTS core sync word 2015-04-28 19:29:47 +02:00
dtshddec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
dump.c Merge commit '6c8c7c2462' 2015-05-06 22:29:19 +02:00
dv.c avformat/dv: fix used dimension variables 2015-03-26 03:10:27 +01:00
dv.h Merge remote-tracking branch 'qatar/master' 2012-02-16 01:34:37 +01:00
dvbsub.c avformat/dvbsub: Fix hypothetical pointer overflow in dvbsub_probe() 2015-03-15 13:45:31 +01:00
dvenc.c replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxers 2014-12-04 20:24:00 +01:00
dxa.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
eacdata.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
electronicarts.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
epafdec.c lavc & lavf: replace deprecated av_log* functions 2013-03-15 18:10:28 +00:00
ffm.h Remove avserver. 2014-06-18 14:55:28 +02:00
ffmdec.c ffmdec: Check return value of ffm_append_recommended_configuration 2015-04-10 14:44:53 +02:00
ffmenc.c avformat/ffmenc: Use ffio_free_dyn_buf() 2015-02-27 13:38:43 +01:00
ffmeta.h Merge remote-tracking branch 'qatar/master' 2011-05-22 04:53:19 +02:00
ffmetadec.c libavformat/ffmetadec: Make unchanged function arguments const 2014-09-24 19:17:55 +02:00
ffmetaenc.c Merge commit '3f7fd59d15' 2012-09-16 14:24:11 +02:00
file.c lavf/file: fix help message first character casing for trunc option 2014-01-05 00:51:38 +01:00
file_open.c libavutil: Make avpriv_open a library-internal function on msvcrt 2013-08-10 00:53:33 +03:00
filmstripdec.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
filmstripenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
flac_picture.c Merge commit '0b66fb4505' 2014-10-25 04:03:41 +02:00
flac_picture.h Merge commit '601d6228c4' 2013-10-13 09:37:21 +02:00
flacdec.c lavf/flac: Autodetect raw flac files. 2015-04-10 12:35:02 +02:00
flacenc.c avformat/flacenc: Check length in flac_write_block_comment() 2015-05-11 15:31:55 +02:00
flacenc.h Merge commit 'e19d48dfce' 2014-06-01 14:16:29 +02:00
flacenc_header.c Merge commit 'e19d48dfce' 2014-06-01 14:16:29 +02:00
flic.c avformat/flic: se av_freep() to avoid leaving stale extradata pointer 2014-12-15 15:49:00 +01:00
flv.h Merge remote-tracking branch 'qatar/master' 2012-06-28 23:57:31 +02:00
flvdec.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
flvenc.c Revert "avformat/flvenc: Allow muxing video codecs which are not explicitly supported by the muxer" 2015-03-22 17:19:25 +01:00
format.c avformat/format: Add generic trace av_log in av_probe_input_format3() 2015-04-25 03:43:59 +02:00
framecrcenc.c avformat/framecrcenc: print the checksum and size of extradata as well 2014-06-15 18:07:03 +02:00
framehash.c Merge commit '194be1f43e' 2014-06-18 19:49:17 +02:00
frmdec.c frmdec: do not abuse ff_codec_get_id() 2013-01-12 14:39:13 +00:00
ftp.c lavf/ftp: remove fixed length buffers from context 2015-04-03 00:10:09 +02:00
g722.c Merge commit '1b891d17c5' 2012-10-26 14:24:57 +02:00
g723_1.c Merge commit '7abd35a1ff' 2013-05-06 10:19:56 +02:00
g729dec.c Merge commit 'e6153f173a' 2012-09-05 14:33:32 +02:00
gif.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
gifdec.c lavf/gif: Add an option max_gif_delay to limit the frame duration. 2015-03-29 12:31:00 +02:00
golomb_tab.c avformat: fix hevcs use of golomb from avformat 2014-03-09 22:59:46 +01:00
gopher.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
gsmdec.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
gxf.c avformat/gxf: Use 64bit for res to avoid overflow 2015-02-20 20:14:56 +01:00
gxf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
gxfenc.c avformat/gxfenc: dont use a int intermediate to store in a unsigned int table 2013-12-21 13:52:10 +01:00
h261dec.c avformat/h261dec: dont accept invalid gobs in probe as valid 2013-11-09 01:12:10 +01:00
h263dec.c avformat/h263dec/h263_probe: Check TR 2014-05-07 03:42:21 +02:00
h264dec.c Merge remote-tracking branch 'qatar/master' 2013-09-21 11:57:19 +02:00
hdsenc.c avformat/hdsenc: Remove redundant NULL pointer checks 2015-01-09 15:55:07 +01:00
hevc.c avformat/hevc: Check num_negative_pics and num_positive_pics 2015-05-12 19:28:15 +02:00
hevc.h Merge commit '34bbc81de8' 2014-03-10 23:38:01 +01:00
hevcdec.c Merge commit '5846646296' 2013-11-01 17:33:05 +01:00
hls.c avformat/hls: Handle read_buffer allocation failure 2015-05-12 19:03:18 +02:00
hlsenc.c avformat/hlsenc: do not append an endlist tag when the stream ends 2015-05-17 17:15:03 +02:00
hlsproto.c Merge commit '7915e6741d' 2015-01-23 22:27:48 +01:00
hnm.c avformat/hnm: fix decoding of 256x256 video 2014-04-16 01:37:38 +02:00
http.c avformat/http: Mark lower_proto as const in http_listen() 2015-05-10 15:01:36 +02:00
http.h avformat/http: Introduce ff_http_averror() 2014-10-20 04:31:46 +02:00
httpauth.c avformat/httpauth: add comment about "" and algorithm 2014-03-03 17:04:57 +01:00
httpauth.h avformat/httpauth: Change enum to int, which is accessed via AVOption as int 2015-04-06 14:44:33 +02:00
icecast.c Merge commit '3a6bb97350' 2014-11-15 11:30:42 +01:00
icodec.c avformat/ico: use avmalloc(z)_array() 2014-04-16 19:41:41 +02:00
icoenc.c avformat/icoenc: Remove deprecated use of codec_name 2014-08-28 14:34:55 +02:00
id3v1.c avformat/id3v1: strip trailing whitespace 2015-01-05 20:52:51 +01:00
id3v1.h Merge remote-tracking branch 'qatar/master' 2012-01-29 00:34:59 +01:00
id3v2.c id3v2: catch avio_read errors in check_tag 2015-05-11 20:21:48 +02:00
id3v2.h ff_id3v2_read: add option to limit ID3 magic number search 2014-04-19 04:25:01 +02:00
id3v2enc.c Merge commit '9279826008' 2014-07-04 00:50:40 +02:00
idcin.c avformat/idcin: Remove redundant chunk size check 2015-05-12 18:40:16 +02:00
idroqdec.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
idroqenc.c RoQ encoder: support different integer framerates 2014-02-03 02:04:38 +01:00
iff.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
ilbc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
img2.c Merge commit '7b734ee55d' 2015-05-06 21:05:16 +02:00
img2.h lavf/img2dec: add option to disable pattern matching 2015-05-12 13:32:23 +02:00
img2_alias_pix.c avformat/img2_alias_pix: Add AVClass and image2 AVOptions 2014-09-11 15:34:13 +02:00
img2_brender_pix.c avformat/img2_alias & brender_pix: fix function names 2014-09-11 15:16:24 +02:00
img2dec.c lavf/img2dec: add option to disable pattern matching 2015-05-12 13:32:23 +02:00
img2enc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
ingenientdec.c Merge commit '36ef5369ee' 2012-08-07 22:45:46 +02:00
internal.h libavformat/mux: Add ff_choose_chroma_location() 2015-05-22 15:30:31 +02:00
ipmovie.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
ircam.c add forgotten AV_ prefix to some CODEC_IDs 2012-12-09 01:47:58 +00:00
ircam.h IRCAM demuxer & muxer 2012-12-05 13:01:22 +00:00
ircamdec.c IRCAM demuxer & muxer 2012-12-05 13:01:22 +00:00
ircamenc.c avformat/ircamenc: Avoid floats 2015-05-26 19:54:41 +02:00
isom.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
isom.h mov: Add option to keep exact packet sequence after seeking 2015-03-18 14:30:07 +00:00
iss.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
iv8.c Merge commit '36ef5369ee' 2012-08-07 22:45:46 +02:00
ivfdec.c Merge remote-tracking branch 'qatar/master' 2012-06-21 22:37:43 +02:00
ivfenc.c ivfenc: incorrect fourcc for VP9 video 2015-04-16 13:06:35 +02:00
jacosubdec.c avformat/jacosubdec: Cleanup when avpriv_bprint_to_extradata() fails 2014-11-25 15:20:54 +01:00
jacosubenc.c Merge commit '36ef5369ee' 2012-08-07 22:45:46 +02:00
jvdec.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
latmenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
libavformat.v lavf: stop exporting internal functions 2014-08-11 14:29:56 +02:00
libgme.c avformat/libgme: decrease score by 1, fixes probetest failure 2013-11-06 11:57:48 +01:00
libmodplug.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
libnut.c avformat/libnut: use av_mallocz_array() 2014-05-15 01:56:52 +02:00
libquvi.c avformat/libquvi: Fix whitelist handling 2015-04-08 14:40:56 +02:00
librtmp.c avformat/librtmp: Fix build with --disable-network --enable-librtmp 2015-01-23 17:45:35 +01:00
libsmbclient.c lavf/libsmbclient: implement directory listing callbacks 2015-04-06 01:59:04 +02:00
libssh.c lavf/libssh: support reading config from ~/.ssh/config 2015-03-11 01:34:37 +01:00
lmlm4.c Merge commit '86a361081d' 2014-09-25 13:51:43 +02:00
loasdec.c Merge commit 'f66d0c57b1' 2014-05-04 00:19:35 +02:00
log2_tab.c avutil: Duplicate ff_log2_tab instead of sharing it across libs 2012-10-12 20:39:17 +02:00
lrc.c AVFormat: LRC demuxer and muxer 2014-07-13 19:18:31 +02:00
lrc.h AVFormat: LRC demuxer and muxer 2014-07-13 19:18:31 +02:00
lrcdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
lrcenc.c Drop remaining unneeded != NULL 2014-08-15 22:47:45 +02:00
lvfdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
lxfdec.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
m4vdec.c avformat/m4vdec: mark as possibly containing discontinuities 2014-10-17 12:51:49 +02:00
Makefile lavf/img2dec: Autodetect qdraw images. 2015-05-07 01:21:08 +02:00
matroska.c matroskadec: export cover art correctly 2015-04-08 12:36:53 +02:00
matroska.h matroskadec: export cover art correctly 2015-04-08 12:36:53 +02:00
matroskadec.c Merge commit '8fc11abe1f' 2015-05-13 22:04:02 +02:00
matroskaenc.c avformat/matroskaenc: Avoid floats in default duration calculation 2015-05-26 20:42:05 +02:00
md5enc.c avformat/md5enc: add format_version, to allow selecting which version to use 2014-07-16 22:50:24 +02:00
md5proto.c Merge commit 'b7f1010c8f' 2012-10-12 15:34:49 +02:00
metadata.c avformat/metadata: allow ff_metadata_conv() to be called with NULL saftely 2014-01-17 23:09:52 +01:00
metadata.h Merge remote-tracking branch 'qatar/master' 2012-01-28 07:53:34 +01:00
mgsts.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
microdvddec.c microdvd: do not export framerate hint as subtitle packet 2015-04-08 20:58:25 +02:00
microdvdenc.c lavf: remove some flushing in write_packet muxers callbacks. 2013-04-14 21:16:53 +02:00
mkvtimestamp_v2.c lavf: remove some flushing in write_packet muxers callbacks. 2013-04-14 21:16:53 +02:00
mlvdec.c avformat/mlvdec: Use AVFormatContext->open_cb() 2015-05-11 22:53:12 +02:00
mm.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
mmf.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
mms.c Merge commit '93c1b04abf' 2015-03-22 03:52:37 +01:00
mms.h Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
mmsh.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
mmst.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
mov.c mov: reject zero bytes_per_frame with non-zero samples_per_frame 2015-05-26 00:28:02 +02:00
mov_chan.c mov: abort on EOF in ff_mov_read_chan 2015-05-24 15:07:52 +02:00
mov_chan.h Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
movenc.c avformat/movenc: Allow muxing mp3 with samplerate < 16khz if the user sets strict to -1 2015-05-27 01:47:59 +02:00
movenc.h Merge commit '67a2912307' 2015-03-19 13:38:25 +01:00
movenchint.c Merge commit '8e32b1f096' 2015-02-25 00:48:50 +01:00
mp3dec.c avformat/mp3: skip junk at the beginning of mp3 files 2015-05-27 15:50:04 +02:00
mp3enc.c Drop the unofficial extension prefix for MPEG and MPEG-TS formats 2014-12-02 15:28:22 +00:00
mpc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
mpc8.c avformat/mpc8: Add () to protect MKMPCTAG()s arguments 2015-02-16 23:14:27 +01:00
mpeg.c lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw. 2015-05-17 12:57:27 +02:00
mpeg.h Merge commit '4e9e6fa99f' 2014-08-26 14:05:07 +02:00
mpegenc.c avformat/mpegenc: Replace *0.7 by *7/10 2015-05-25 13:34:34 +02:00
mpegts.c avformat/mpegts: Avoid float in bitrate calculation 2015-05-26 12:02:44 +02:00
mpegts.h lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft 2014-08-11 13:46:53 +02:00
mpegtsenc.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
mpegvideodec.c avformat/mpegvideodec: fix hypothetical pointer overflow in mpegvideo_probe() 2015-03-15 13:39:56 +01:00
mpjpeg.c avformat/mpjpeg: make boundary tag user customizable 2014-10-29 18:31:32 +01:00
mpl2dec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
mpsubdec.c avformat/mpsubdec: change multipler to int, it only stores 1 and 100 2015-05-27 15:24:34 +02:00
msnwc_tcp.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
mtv.c Merge commit '9deaec7828' 2015-02-11 02:47:54 +01:00
mux.c libavformat/mux: Add ff_choose_chroma_location() 2015-05-22 15:30:31 +02:00
mvdec.c avformat/mvdec: Use 64bit for ret to avoid overflow 2015-02-20 20:41:35 +01:00
mvi.c Merge commit 'd92024f18f' 2014-03-11 21:05:34 +01:00
mxf.c libavformat/mxf.c: Relaxed ProRes pattern 2015-04-03 13:26:39 +02:00
mxf.h avformat/mxf: Always evaluate PRINT_KEY() arguments at compile time 2015-05-10 14:39:27 +02:00
mxfdec.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
mxfenc.c avformat/mxfenc: Add color siting element 2015-05-22 15:30:31 +02:00
mxg.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
ncdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
network.c network: Do not leave context locked on error 2015-04-23 13:42:33 +02:00
network.h avformat/network: Check for av_malloc* failures in ff_tls_init() 2015-02-03 02:21:55 +01:00
nistspheredec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
noproxy-test.c Merge commit 'ec7c51c786' 2013-06-16 23:45:42 +02:00
nsvdec.c avformat/nsvdec: remove trace log from probe(), this is better done generically not per format 2015-04-21 02:19:07 +02:00
nullenc.c avformat/nullenc: mark null as VFPS 2013-11-13 22:56:18 +01:00
nut.c avformat/nut: support WavPack 2015-01-30 09:33:49 +00:00
nut.h nutdec: fix infinite resync loops 2015-05-20 19:07:26 +02:00
nutdec.c nutdec: fix various memleaks on failure 2015-05-23 17:42:35 +02:00
nutenc.c avformat/nutenc: Fix writing strings larger than 2gb 2015-05-10 16:26:58 +02:00
nuv.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
oggdec.c Merge commit '656e31ed87' 2015-04-20 22:12:08 +02:00
oggdec.h oggdec: add support for VP8 demuxing 2014-12-18 23:27:07 +01:00
oggenc.c avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment() 2015-05-11 15:56:16 +02:00
oggparsecelt.c Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggparsedirac.c avformat/oggparsedirac: use AVCodecContext.framerate 2014-10-16 01:31:09 +02:00
oggparseflac.c Merge commit '7784f47762' 2014-11-06 13:42:41 +01:00
oggparseogm.c Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggparseopus.c Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggparseskeleton.c Merge commit '92e4b643df' 2014-05-01 17:26:06 +02:00
oggparsespeex.c Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggparsetheora.c Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggparsevorbis.c avformat/oggparsevorbis: Check that initialization succeeded before declaring the end of headers 2014-11-06 13:02:08 +01:00
oggparsevp8.c Merge commit '430a816859' 2014-12-19 04:36:45 +01:00
oma.c Merge commit '23d0fdcf6f' 2013-09-30 02:15:36 +02:00
oma.h Merge commit '23d0fdcf6f' 2013-09-30 02:15:36 +02:00
omadec.c avformat/omadec: Use 64bit for ret to avoid overflow 2015-02-20 21:01:54 +01:00
omaenc.c Merge commit 'f792d3cbb8' 2014-06-18 17:28:10 +02:00
options.c avformat_alloc_context: initialize raw_packet_buffer_remaining_size. 2015-05-10 08:47:53 +02:00
options_table.h avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3 2015-04-22 22:27:05 +02:00
os_support.c avformat/os_support: Use av_freep() to avoid leaving stale pointers in memory 2014-12-22 12:03:34 +01:00
os_support.h Merge commit '8ebf02f8f5' 2014-12-20 00:49:47 +01:00
paf.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
pcm.c Merge commit '9deaec7828' 2015-02-11 02:47:54 +01:00
pcm.h pcmdec: move read_packet function to pcm.c so it can be shared with other demuxers 2012-12-05 12:40:57 +00:00
pcmdec.c Autodetect Asterisk raw pcm with extension "sln". 2014-05-22 15:15:04 +02:00
pcmenc.c Merge commit '36ef5369ee' 2012-08-07 22:45:46 +02:00
pjsdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
pmpdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
psxstr.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
pva.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
pvfdec.c pvfdec: drop pointless casting of buffer in ff_get_line() 2012-12-19 15:55:39 +00:00
qcp.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
qtpalette.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
r3d.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
rawdec.c avformat/rawdec: Make ff_raw_data_read_header() non static 2015-01-05 01:45:49 +01:00
rawdec.h avformat/rawdec: Add FF_DEF_RAWSUB_DEMUXER 2015-01-05 01:45:49 +01:00
rawenc.c avformat: allow .264 as extension for raw H.264 stream 2015-01-22 23:13:08 +01:00
rawenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rawvideodec.c rawvideodec: make use of AV_OPT_TYPE_IMAGE_SIZE 2013-04-05 15:42:24 +00:00
rdt.c Merge commit 'b72b212a4c' 2015-03-05 01:40:03 +01:00
rdt.h Merge commit 'feeafb4ada' 2013-10-29 11:06:32 +01:00
realtextdec.c Print a warning if a subtitle demuxer changes utf16 to utf8. 2014-10-29 01:32:44 +01:00
redspark.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
replaygain.c Merge commit '4227e4fe74' 2015-01-27 18:16:42 +01:00
replaygain.h Merge commit 'ae43c10e36' 2014-04-17 21:45:58 +02:00
riff.c lavf/riff: Add 0x729A as TwoCC for G.729. 2015-05-25 23:39:56 +02:00
riff.h avformat: Add prefix to get_codec_guid() 2015-02-27 19:25:27 +01:00
riffdec.c avformat/riffdec: Use av_freep() to avoid leaving stale pointers in memory 2014-12-22 12:03:35 +01:00
riffenc.c avformat/riffenc: Use size_t for strlen in ff_riff_write_info_tag() 2015-05-12 14:15:31 +02:00
rl2.c avformat/rl2: use ff_get_extradata() 2013-12-25 17:38:29 +01:00
rm.c Merge commit '36ef5369ee' 2012-08-07 22:45:46 +02:00
rm.h Merge commit '1c77ead1fb' 2014-12-06 00:48:47 +01:00
rmdec.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
rmenc.c avformat/rmenc: Avoid floats in duration calculation 2015-05-25 13:34:43 +02:00
rmsipr.c Merge commit '4c995fafd8' 2012-10-16 13:20:46 +02:00
rmsipr.h Merge commit '4c995fafd8' 2012-10-16 13:20:46 +02:00
rpl.c avformat/rpl: check av_get_packet() for failure 2015-02-06 16:07:16 +00:00
rsd.c avformat/rsd: make tag_buf string larger 2014-12-20 00:17:43 +01:00
rso.c Merge commit '36ef5369ee' 2012-08-07 22:45:46 +02:00
rso.h Merge remote-tracking branch 'qatar/master' 2011-11-03 02:16:26 +01:00
rsodec.c Merge commit '6d97484d72' 2013-03-14 12:52:12 +01:00
rsoenc.c Merge commit 'f792d3cbb8' 2014-06-18 17:28:10 +02:00
rtmp.h Merge commit '28306e6d62' 2013-06-02 10:30:35 +02:00
rtmpcrypt.c Merge commit 'e6153f173a' 2012-09-05 14:33:32 +02:00
rtmpcrypt.h Merge remote-tracking branch 'qatar/master' 2012-07-23 21:25:09 +02:00
rtmpdh.c Merge remote-tracking branch 'qatar/master' 2012-08-18 15:20:32 +02:00
rtmpdh.h Merge remote-tracking branch 'qatar/master' 2012-07-23 21:25:09 +02:00
rtmphttp.c Merge remote-tracking branch 'qatar/master' 2013-11-18 16:02:50 +01:00
rtmppkt.c Merge commit '024e5a2d5f' 2015-01-15 14:45:29 +01:00
rtmppkt.h Merge commit '3b18857ab3' 2014-06-01 23:56:22 +02:00
rtmpproto.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
rtp.c rtp: Make ff_rtp_codec_id() case insensitive 2013-08-05 21:53:52 +02:00
rtp.h Merge commit '2e814d0329' 2013-08-01 11:42:30 +02:00
rtpdec.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
rtpdec.h Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_ac3.c Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_amr.c Merge commit '78791c086b' 2015-02-25 00:03:52 +01:00
rtpdec_asf.c avformat/rtpdec_asf: Fix potential pointer overflow 2015-04-12 17:41:23 +02:00
rtpdec_dv.c Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_formats.h rtpdec: experimental VP9 depacketizer (draft 0) 2015-03-05 10:05:44 +02:00
rtpdec_g726.c Merge commit '7abd35a1ff' 2013-05-06 10:19:56 +02:00
rtpdec_h261.c Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_h263.c Merge commit '2b982e92f4' 2015-02-24 22:34:08 +01:00
rtpdec_h263_rfc2190.c Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_h264.c Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_hevc.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
rtpdec_ilbc.c Merge commit 'ec96a89c3e' 2015-02-24 23:44:25 +01:00
rtpdec_jpeg.c Merge commit '4978850ca2' 2015-03-31 01:11:02 +02:00
rtpdec_latm.c Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_mpa_robust.c Merge commit '2a66a58067' 2015-03-04 11:31:55 +01:00
rtpdec_mpeg4.c Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_mpeg12.c Merge commit '2b982e92f4' 2015-02-24 22:34:08 +01:00
rtpdec_mpegts.c Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_qcelp.c Merge commit '5d8cae4573' 2015-02-24 22:55:20 +01:00
rtpdec_qdm2.c Merge commit '5d8cae4573' 2015-02-24 22:55:20 +01:00
rtpdec_qt.c Merge commit 'c13ab42a0a' 2015-03-05 01:20:25 +01:00
rtpdec_svq3.c Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_vp8.c Merge commit 'd594dbecce' 2015-02-25 00:58:39 +01:00
rtpdec_vp9.c Merge commit 'bacc92b59b' 2015-03-11 20:28:45 +01:00
rtpdec_xiph.c avformat/rtpdec_xiph: Move pkt_len onto one side of the check 2015-05-12 18:07:32 +02:00
rtpenc.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
rtpenc.h Merge commit 'c82bf15dca' 2015-02-24 23:30:51 +01:00
rtpenc_aac.c Merge commit '4f6cd883f0' 2015-03-01 01:31:49 +01:00
rtpenc_amr.c Merge commit '4f6cd883f0' 2015-03-01 01:31:49 +01:00
rtpenc_chain.c Merge commit '8e32b1f096' 2015-02-25 00:48:50 +01:00
rtpenc_chain.h Merge remote-tracking branch 'qatar/master' 2012-11-15 11:31:13 +01:00
rtpenc_h261.c lavf/rtp_h261: Replace restrict with av_restrict. 2014-12-19 13:25:51 +01:00
rtpenc_h263.c Change all uses of restrict to use av_restrict instead. 2012-06-17 00:38:39 +02:00
rtpenc_h263_rfc2190.c rtpenc_h263_rfc2190: avoid misleading error output 2014-09-22 03:45:34 +02:00
rtpenc_h264_hevc.c Merge commit 'c82bf15dca' 2015-02-24 23:30:51 +01:00
rtpenc_jpeg.c avformat/rtpenc_jpeg: Check remaining buffer size for SOS 2015-05-12 17:55:40 +02:00
rtpenc_latm.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
rtpenc_mpegts.c Merge commit 'cf402d6fa8' 2015-03-10 11:17:37 +01:00
rtpenc_mpv.c Merge commit 'f1e9398621' 2013-03-26 13:44:09 +01:00
rtpenc_vp8.c Merge commit '65e053271a' 2012-12-17 13:46:54 +01:00
rtpenc_xiph.c Merge commit '4f6cd883f0' 2015-03-01 01:31:49 +01:00
rtpproto.c avformat/rtpproto: Move dscp into context & AVOptions 2015-04-11 18:53:54 +02:00
rtpproto.h Merge commit 'b7e6da988b' 2013-08-01 12:03:24 +02:00
rtsp.c avformat/rtsp: print a debug level note if time parsing fails 2015-05-15 20:21:37 +02:00
rtsp.h Merge commit 'e3ec6fe7bb' 2015-04-01 21:34:20 +02:00
rtspcodes.h avformat/rtspcodes: introduce ff_rtsp_averror() 2014-10-21 03:51:14 +02:00
rtspdec.c Merge commit '1a3eb042c7' 2015-04-20 03:19:47 +02:00
rtspenc.c avformat/rtsp: Use ff_rtsp_averror() 2014-10-21 03:52:27 +02:00
samidec.c Print a warning if a subtitle demuxer changes utf16 to utf8. 2014-10-29 01:32:44 +01:00
sapdec.c avformat: Add and use ff_copy_whitelists() 2014-10-24 19:23:23 +02:00
sapenc.c avformat/sapenc: Use avio_closep() to avoid leaving stale pointers in memory 2015-01-09 13:39:48 +01:00
sauce.c sauce: test filetype correctly for datatype 5 (binary text) 2012-12-14 16:46:29 +11:00
sauce.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sbgdec.c avformat/sbgdec: remove double ;; 2015-01-18 00:36:56 +01:00
sctp.c Merge commit 'a4c5801070' 2015-03-15 22:43:10 +01:00
sdp.c Merge commit 'a505c0d737' 2014-12-19 02:34:17 +01:00
sdr2.c avformat/sdr2: h264 stream needs parsing 2014-02-26 17:46:45 +00:00
seek-test.c fate: add mp3 CBR seek test 2015-04-23 12:56:31 +02:00
segafilm.c avformat/segafilm: Use av_malloc_array() 2015-04-12 17:14:20 +02:00
segment.c avformat/segment: Change enum to int, which is accessed via AVOption as int 2015-04-07 23:21:48 +02:00
sierravmd.c avformat/sierravmd: use av_malloc_array() 2015-04-12 17:14:20 +02:00
siff.c avformat/siff: Fix checks and variable types 2015-03-09 21:05:29 +01:00
smacker.c avformat/smacker: Fix number suffix 2015-02-01 20:00:10 +01:00
smjpeg.c Merge commit '36ef5369ee' 2012-08-07 22:45:46 +02:00
smjpeg.h Replace Libav with FFmpeg in license headers for files created by me 2012-06-29 01:58:34 +00:00
smjpegdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
smjpegenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
smoothstreamingenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
smush.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
sol.c Merge commit '30b8eb0f87' 2014-11-24 13:10:16 +01:00
sox.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
soxdec.c soxdec: use meaningful error codes 2012-12-28 21:50:42 +00:00
soxenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
spdif.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
spdif.h Merge commit '7df9e693a3' 2013-09-03 15:05:18 +02:00
spdifdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
spdifenc.c Merge commit '25f613f8be' 2015-03-04 19:28:53 +01:00
srtdec.c Print a warning if a subtitle demuxer changes utf16 to utf8. 2014-10-29 01:32:44 +01:00
srtenc.c Kill timed SRT 2014-09-30 20:21:14 +02:00
srtp.c Merge remote-tracking branch 'qatar/master' 2013-04-09 11:36:39 +02:00
srtp.h Merge commit 'a2a991b2dd' 2013-01-21 15:00:45 +01:00
srtpproto.c Merge commit 'f2c614e8c4' 2014-12-18 19:59:03 +01:00
stldec.c Added STL demuxer and decoder 2014-10-22 23:12:38 +02:00
subfile.c lavf: add subfile protocol. 2014-03-08 12:36:57 +01:00
subtitles.c avformat/subtitles: Use size_t for len 2015-05-11 12:42:38 +02:00
subtitles.h avformat/subtitles: Use size_t for len 2015-05-11 12:42:38 +02:00
subviewer1dec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
subviewerdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
supdec.c avformat: add SUP/PGS subtitle demuxer 2014-09-26 10:35:14 +02:00
swf.c Merge remote-tracking branch 'qatar/master' 2012-08-18 15:20:32 +02:00
swf.h Merge commit '194be1f43e' 2014-06-18 19:49:17 +02:00
swfdec.c avformat/swfdec: Check frame size rectangle in probe() 2014-12-21 21:10:20 +01:00
swfenc.c avformat/swfenc: Remove another unneeded float computation 2015-05-24 13:32:53 +02:00
takdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
tcp.c Merge commit '27852f2f1d' 2015-04-09 20:58:11 +02:00
tedcaptionsdec.c avformat/tedcaptionsdec: add () to protect the argument of ERR_CODE() 2015-02-17 00:05:51 +01:00
tee.c avformat/tee: Simplify code by using avio_closep() 2015-01-09 13:40:09 +01:00
thp.c avformat/thp: check av_get_packet() for failure 2015-02-06 09:42:53 +00:00
tiertexseq.c avformat/tiertexseq: use av_freep(), do not leave stale pointers in memory 2014-10-07 13:46:29 +02:00
tls.c tls: fix compilation when both gnutls and openssl are enabled 2015-05-22 00:33:33 -03:00
tmv.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
tta.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
tty.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
txd.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
udp.c avformat/udp: Remove (harmless) duplicated pkt_size entry from AVOption table 2015-03-29 22:10:05 +02:00
uncodedframecrcenc.c lavf: add uncodedframecrc test muxer. 2014-02-11 10:29:02 +01:00
unix.c Merge commit '27852f2f1d' 2015-04-09 20:58:11 +02:00
url-test.c Merge commit 'df9f22d42b' 2013-06-17 00:09:31 +02:00
url.c avformat/url: Use size_t for len from strlen() 2015-05-11 03:50:01 +02:00
url.h lavf: add directory listing API 2015-03-27 18:29:46 +01:00
urldecode.c Use the avstring.h locale-independent character type functions 2013-03-07 15:16:36 +02:00
urldecode.h Merge remote-tracking branch 'qatar/master' 2012-07-26 21:37:15 +02:00
utils.c avformat: add callback for opening further files 2015-05-11 21:55:18 +02:00
vc1test.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
vc1testenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
version.h lavf/img2dec: add option to disable pattern matching 2015-05-12 13:32:23 +02:00
vivo.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
voc.c Merge commit '36ef5369ee' 2012-08-07 22:45:46 +02:00
voc.h avformat/voc: add seeking support 2015-01-11 00:35:01 +01:00
vocdec.c avformat/voc: add seeking support 2015-01-11 00:35:01 +01:00
vocenc.c Merge commit 'f792d3cbb8' 2014-06-18 17:28:10 +02:00
vorbiscomment.c avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length() 2015-05-11 15:56:16 +02:00
vorbiscomment.h avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length() 2015-05-11 15:56:16 +02:00
vplayerdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
vqf.c avformat/vqf: Use 64bit for ret to avoid overflow 2015-02-20 21:00:57 +01:00
w64.c Merge commit '13f57a4d88' 2013-05-03 11:06:27 +02:00
w64.h w64: fact guid support 2013-01-07 10:08:38 +00:00
wavdec.c avformat/wavdec: Increase dts packet threshold to fix more misdetections 2015-05-23 16:04:19 +02:00
wavenc.c lavf/wav: Print an error if files >4G are written. 2015-05-17 02:08:58 +02:00
wc3movie.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
webm_chunk.c lavf/webm_chunk: Fix a memory leak. 2015-04-30 23:33:10 +02:00
webmdashenc.c lavf/webmdashenc: fix unchecked strftime 2015-05-15 00:56:43 +02:00
webpenc.c WebP muxer: support a packet containing animated WebP. 2015-05-22 00:17:53 +02:00
webvttdec.c avformat/webvttdec: Dont skip over a never checked byte after --> 2014-01-07 04:09:19 +01:00
webvttenc.c avcodec/webvttenc: add webvtt encoder 2014-05-25 03:04:14 +02:00
westwood_aud.c avformat/westwood_aud: replace != 0 error check by <0 2014-12-20 01:51:16 +01:00
westwood_vqa.c avformat/westwood_vqa: Remove unneeded cast 2015-01-03 21:03:44 +01:00
wtv.h wtv: make ff_format_videoinfo2 visible to wtv encoder 2013-12-23 19:43:09 +01:00
wtv_common.c wtv: make ff_format_videoinfo2 visible to wtv encoder 2013-12-23 19:43:09 +01:00
wtvdec.c avformat/wtvdec: Use 64bit for ret to avoid overflow 2015-02-20 20:57:31 +01:00
wtvenc.c avformat/wtvenc: Use av_realloc_array() 2015-04-11 13:50:50 +02:00
wv.c Merge commit '794ca87d2b' 2013-05-29 10:07:30 +02:00
wv.h Merge commit '794ca87d2b' 2013-05-29 10:07:30 +02:00
wvdec.c avformat/wvdec: fix seeking 2015-04-24 03:43:56 +02:00
wvenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
xa.c xa: abort if number of channels or sample rate is 0 2013-06-25 22:24:55 +00:00
xmv.c avformat/xmv: Check return code of ff_alloc_extradata() 2014-12-15 16:01:05 +01:00
xwma.c avformat/xwma: Use av_malloc_array() 2015-04-11 13:51:03 +02:00
yop.c Merge commit '9deaec7828' 2015-02-11 02:47:54 +01:00
yuv4mpeg.h Merge commit 'e4dc1000d7' 2014-05-18 13:37:25 +02:00
yuv4mpegdec.c Merge commit '08fa34bf75' 2015-01-29 21:55:02 +01:00
yuv4mpegenc.c avformat/yuv4mpegenc: Use AVFormatContext strict_std_compliance instead of AVCodecContext 2014-11-06 14:48:50 +01:00