ffmpeg/libavformat
Gilles Chanteperdrix 73029abddc libavformat/rtpdec: fix issue with conversion from unsigned to signed
When receiving an RTCP packet, the difference between the last RTCP
timestamp and the base timestamp may be negative. As these timestamps
are of the uint32_t type, the result becomes a large integer. Cast
the difference to int32_t to avoid this issue.

The result of this issue is very large start times for RTSP
streams, and difficulty to restart correctly after a pause.

Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-21 14:18:52 +01:00
..
4xm.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00: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 Merge commit 'd5cf5afabb' 2014-07-09 22:38:13 +02: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 Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
aiffenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
allformats.c Merge commit '062cd5a975' 2015-02-19 21:44:58 +01: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 Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01: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
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: Use 64bit ret to avoid overflow 2015-02-20 19:30:09 +01:00
asfenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
assdec.c assdec: check av_new_packet return value 2014-10-29 16:54:43 +00:00
assenc.c avformat/assenc: Use av_freep() to avoid leaving stale pointers in memory 2014-12-15 15:43:42 +01: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 Merge commit 'bb7701684c' 2015-02-17 21:26:04 +01: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 Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
avienc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
avio.c avio: fix sizeof argument 2014-10-20 10:38:38 +01:00
avio.h lavf/avio: clarify the buffer parameter of avio_alloc_context 2014-11-25 18:19:00 +01:00
avio_internal.h Add int64_t probesize2 instead of int probesize to AVFormatContext. 2014-07-30 11:09:25 +02:00
aviobuf.c avformat/aviobuf: Allow seeking to the end of the buffer for read only buffers 2015-01-28 20:56:50 +01:00
avisynth.c Merge commit 'f2ad1495f2' 2015-01-03 13:24:57 +01: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 Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
bintext.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
bit.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02: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 avformat/cache: pass options to the underlying protocol via the url_open2 2015-01-31 18:55:46 +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 Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01: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: Fix probing when the file extension is avs 2014-06-09 05:17:34 +02: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 '3a724a7f3b' 2015-01-22 12:06:47 +01: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 Allow autodetection of some dnxhd files that can be decoded correctly. 2012-10-13 11:59:37 +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: Use av_freep() to avoid leaving stale pointers in memory 2015-02-19 22:15:22 +01:00
dtsdec.c avformat/dtsdec: dts_probe: check reserved bit, check lfe, check sr_code similarity 2014-11-20 00:21:09 +01:00
dtshddec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
dump.c avformat/dump: use format dump_separator if the codec one is not set 2014-10-09 05:41:42 +02:00
dv.c Merge commit '9deaec7828' 2015-02-11 02:47:54 +01:00
dv.h Merge remote-tracking branch 'qatar/master' 2012-02-16 01:34:37 +01:00
dvbsub.c avformat/dvbsub: remove unused variable 2015-01-07 17:21: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 lavf/ffmdec: add common options to recommended encoder configuration 2014-11-27 23:19:20 +01:00
ffmenc.c lavf/ffmenc: do not fail on missing codec 2015-02-21 00:23:37 +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 Merge commit '7784f47762' 2014-11-06 13:42:41 +01:00
flacenc.c avformat/flacenc: use av_clip() instead of av_clip_c() 2014-09-16 16:57:20 +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 'daf8cf358a' 2015-02-14 21:07:40 +01:00
flvenc.c avformat/flvenc: accept AVMEDIA_TYPE_SUBTITLE instead of DATA for subtitles 2015-01-22 13:26:29 +01:00
format.c avformat: Improve data streams/codec support 2015-01-16 02:24:08 +01: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 libavformat/ftp: Do not leak memory in routine ftp_features 2014-08-26 00:52:29 +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 replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +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 fix various typos 2014-06-03 10:58:19 -08: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 hls: fix a null pointer dereference 2015-02-16 19:59:04 +01:00
hlsenc.c avformat/hlsenc: Use ff_rename() only for local files 2015-02-21 01:50:26 +01: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 Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01: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 Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +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 avformat/id3v2: remove unused variable 2015-01-15 17:09:39 +01: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: Use 64bit for ret to avoid overflow 2015-02-20 20:13:06 +01: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 'daf8cf358a' 2015-02-14 21:07:40 +01:00
img2.h Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01: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 avformat: Don't anonymously typedef structs 2015-02-14 10:13:47 -08: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 Merge commit '9deaec7828' 2015-02-11 02:47:54 +01:00
ipmovie.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00: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 ircamenc: 10l do not use avio_skip() 2012-12-05 13:46:35 +00:00
isom.c avformat/isom: add X-Com Radvision fourcc 2015-02-11 11:47:01 +00:00
isom.h avformat/mov: move edit list heuristics into mov_build_index() 2015-01-02 11:38:21 +01: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: support VP9 2014-07-03 15:46:26 +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: Add and use ff_copy_whitelists() 2014-10-24 19:23:23 +02:00
librtmp.c avformat/librtmp: Fix build with --disable-network --enable-librtmp 2015-01-23 17:45:35 +01:00
libsmbclient.c avformat: Read errno before av_log() as the callback from av_log() might affect errno 2014-10-25 13:48:56 +02:00
libssh.c lavf/libssh: set freed pointers to NULL 2014-07-12 03:01:38 +02: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 Merge commit '062cd5a975' 2015-02-19 21:44:58 +01:00
matroska.c Kill timed SRT 2014-09-30 20:21:14 +02:00
matroska.h avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifier 2014-08-29 01:26:52 +02:00
matroskadec.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
matroskaenc.c avformat/matroskaenc: Use the correct data type for the chapter times 2015-02-17 20:40:00 +01: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 replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +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 lavf/mlv: Only add streams that are supposed to contain frames. 2015-02-07 16:23:36 +01: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 remote-tracking branch 'qatar/master' 2013-12-26 13:24:43 +01:00
mms.h Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
mmsh.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
mmst.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
mov.c avformat/mov: Add simple ACLR atom reading to set the color range of the incomming track for codec's like DNxHD that utilise AVID's proprietary atom. 2015-02-19 15:42:55 +01:00
mov_chan.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
mov_chan.h Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
movenc.c avformat/movenc: Move avid DNxHD padding to the correct spot 2015-02-20 12:17:14 +01:00
movenc.h avformat/movenc: Add simplistic 'colr' tag writing support to mov container 2015-01-26 17:49:50 +01:00
movenchint.c avformat/movenchint: use av_freep() for safety 2014-08-17 13:27:20 +02:00
mp3dec.c Merge commit '9deaec7828' 2015-02-11 02:47:54 +01: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 avformat/mpeg: remove unneeded #include, there are no assert() only av_assert* 2015-01-31 08:57:06 +00:00
mpeg.h Merge commit '4e9e6fa99f' 2014-08-26 14:05:07 +02:00
mpegenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
mpegts.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
mpegts.h lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft 2014-08-11 13:46:53 +02:00
mpegtsenc.c avformat/mpegtsenc: Do not create invalid files from annex b streams without SPS/PPS 2015-02-12 23:13:15 +01:00
mpegvideodec.c avformat/mpegvideodec: check seq headers more completely during probing 2013-11-07 20:39:08 +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 replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +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 Merge commit '9deaec7828' 2015-02-11 02:47:54 +01: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/mxfdec.c: initial support for EssenceGroups 2014-11-30 23:14:06 +01:00
mxf.h libavformat/mxfdec.c: initial support for EssenceGroups 2014-11-30 23:14:06 +01:00
mxfdec.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
mxfenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01: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 avformat/network: Check for av_malloc* failures in ff_tls_init() 2015-02-03 02:21:55 +01: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 Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01: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 avformat/nutenc: add mode that omits the index 2014-05-29 03:37:37 +02:00
nutdec.c nutdec: Check memory allocations 2015-02-17 12:16:43 -05:00
nutenc.c nutdec: Remove unused variables 2015-02-06 20:44:36 +01:00
nuv.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
oggdec.c Merge commit '9deaec7828' 2015-02-11 02:47:54 +01:00
oggdec.h oggdec: add support for VP8 demuxing 2014-12-18 23:27:07 +01:00
oggenc.c ogg: check memory allocations 2015-02-15 18:20:54 +01: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 Merge commit '9deaec7828' 2015-02-11 02:47:54 +01:00
options_table.h Merge commit '1384df6419' 2014-11-07 23:09:30 +01: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 'daf8cf358a' 2015-02-14 21:07:40 +01: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 'da7e31a240' 2015-02-17 21:42:36 +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 Merge commit '195942ed9b' 2015-02-17 23:51:39 +01:00
riff.h wavdec: RIFX file format support 2014-12-18 00:10:35 +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: move MP3 LSF threshold to the midway point between the 2 2014-11-06 14:53:21 +01: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 'da7e31a240' 2015-02-17 21:42:36 +01:00
rmenc.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01: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 avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memory 2014-12-22 12:03:36 +01: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 libavformat/rtpdec: fix issue with conversion from unsigned to signed 2015-02-21 14:18:52 +01:00
rtpdec.h Merge commit '0307cc2253' 2014-07-09 23:40:13 +02:00
rtpdec_ac3.c avformat/rtpdec_ac3: add AC3 RTP depacketization (RFC 4184) 2015-02-14 20:13:52 +01:00
rtpdec_amr.c Merge commit '0307cc2253' 2014-07-09 23:40:13 +02:00
rtpdec_asf.c avformat/rtpdec_asf: Use av_find_input_format() instead of directly linking to the demuxer 2014-10-25 16:28:03 +02:00
rtpdec_dv.c avformat/rtpdec: DV depacketizer (RFC 6469) 2015-02-15 19:35:19 +01:00
rtpdec_formats.h Merge commit '0de0751084' 2015-02-21 12:56:08 +01:00
rtpdec_g726.c Merge commit '7abd35a1ff' 2013-05-06 10:19:56 +02:00
rtpdec_h261.c Merge commit 'a505c0d737' 2014-12-19 02:34:17 +01:00
rtpdec_h263.c Merge commit '7abd35a1ff' 2013-05-06 10:19:56 +02:00
rtpdec_h263_rfc2190.c Merge commit 'df07c07b3d' 2014-12-18 20:40:39 +01:00
rtpdec_h264.c Merge commit '0de0751084' 2015-02-21 12:56:08 +01:00
rtpdec_hevc.c Merge commit 'cbdd1806ea' 2015-02-21 13:22:02 +01:00
rtpdec_ilbc.c Merge commit '0307cc2253' 2014-07-09 23:40:13 +02:00
rtpdec_jpeg.c Parse dri when receiving jpg via rtp. 2014-07-18 23:11:11 +02:00
rtpdec_latm.c avformat/rtpdec_latm: Use av_freep() to avoid leaving stale pointers in memory 2014-12-23 15:34:29 +01:00
rtpdec_mpeg4.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
rtpdec_mpeg12.c avformat/rtpdec_mpeg12: add robust MPEG audio depacketization (RFC 5219) 2015-02-14 19:33:24 +01:00
rtpdec_mpegts.c lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() 2014-08-07 04:28:11 +02:00
rtpdec_qcelp.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
rtpdec_qdm2.c avformat/rtpdec_qdm2: change assert to av_assert0() 2015-01-30 15:32:10 +00:00
rtpdec_qt.c avformat/rtpdec_qt: Fix 'warning: passing argument 2 of ffio_init_context discards const qualifier from pointer target type' 2014-09-08 16:56:19 +02:00
rtpdec_svq3.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
rtpdec_vp8.c Merge commit 'ba2e07909b' 2015-02-20 21:15:28 +01:00
rtpdec_vp9.c rtpdec: experimental VP9 depacketizer (draft 0) 2015-02-15 14:54:45 +01:00
rtpdec_xiph.c avformat/rtpdec_xiph: use av_freep() to avoid leaving stale pointers in memory 2014-12-23 15:33:57 +01:00
rtpenc.c Merge commit 'a505c0d737' 2014-12-19 02:34:17 +01:00
rtpenc.h rtp: Initial H.261 support 2014-12-18 23:11:37 +02:00
rtpenc_aac.c Merge remote-tracking branch 'qatar/master' 2012-11-09 10:29:51 +01:00
rtpenc_amr.c Merge remote-tracking branch 'qatar/master' 2012-01-29 00:34:59 +01:00
rtpenc_chain.c avformat/rtpenc_chain: Use avio_closep() to avoid leaving stale pointers in memory 2015-01-08 20:19:20 +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.c Merge commit 'a2efbecc4e' 2014-09-25 00:09:42 +02:00
rtpenc_hevc.c Merge commit 'ddf5fb71ee' 2014-09-25 00:17:36 +02:00
rtpenc_jpeg.c Merge commit '39975acc69' 2014-06-28 12:40:01 +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 'fc308b30bb' 2014-12-20 00:42:07 +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 rtpenc_xiph: switch to av_assert 2012-08-28 22:29:20 +02:00
rtpproto.c avformat/rtpproto: Use av_freep() to avoid leaving stale pointers in memory 2014-12-24 13:14:07 +01:00
rtpproto.h Merge commit 'b7e6da988b' 2013-08-01 12:03:24 +02:00
rtsp.c avformat/rtsp: parse lang attribute in SDP 2015-02-13 00:49:08 +01:00
rtsp.h avformat/rtsp: parse lang attribute in SDP 2015-02-13 00:49:08 +01:00
rtspcodes.h avformat/rtspcodes: introduce ff_rtsp_averror() 2014-10-21 03:51:14 +02:00
rtspdec.c Merge commit '9108967513' 2015-01-23 12:26:47 +01: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 '09e1ccc8cd' 2014-10-10 20:51:52 +02: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 seek-test: make duration user configurable 2013-05-21 18:13:25 +02:00
segafilm.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
segment.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
sierravmd.c Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
siff.c avformat/siff: fix if_( style 2015-02-04 13:10:53 +00: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 'd92024f18f' 2014-03-11 21:05:34 +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: reduce log level of UTF-16 warning 2014-10-29 18:29:43 +01:00
subtitles.h Print a warning if a subtitle demuxer changes utf16 to utf8. 2014-10-29 01:32:44 +01: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 Merge commit '194be1f43e' 2014-06-18 19:49:17 +02:00
takdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
tcp.c lavf/tcp: Clarify that the -timeout option takes microseconds. 2014-11-12 13:52:56 +01: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 avformat/tls: add () to protect macro arguments 2015-02-16 23:09:08 +01: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 Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01:00
uncodedframecrcenc.c lavf: add uncodedframecrc test muxer. 2014-02-11 10:29:02 +01:00
unix.c Merge commit '6ee1cb5740' 2014-08-25 13:27:21 +02:00
url-test.c Merge commit 'df9f22d42b' 2013-06-17 00:09:31 +02:00
url.c Merge commit '4b1f5e5090' 2014-08-15 21:26:12 +02:00
url.h Merge commit 'fb238f8230' 2014-10-18 12:16:04 +02: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 Merge commit '9deaec7828' 2015-02-11 02:47:54 +01: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 Merge commit '062cd5a975' 2015-02-19 21:44:58 +01: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 Merge commit 'efcde917af' 2014-05-28 13:08:50 +02:00
vorbiscomment.h Merge commit 'efcde917af' 2014-05-28 13:08:50 +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: make start_code string larger 2014-12-19 23:57:39 +01:00
wavenc.c avformat/wavenc: check return value of strftime() 2014-12-09 16:15:40 +01:00
wc3movie.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
webmdashenc.c lavf/webmdashenc: Representation IDs should be unique. 2014-11-12 00:21:37 +01:00
webpenc.c avformat/webpenc: preserve single image VP8X flags 2014-11-07 04:15:01 +01: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 ff_put_wav_header: add flag to force WAVEFORMATEX 2014-04-30 16:41:35 +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 Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01: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 Merge commit 'daf8cf358a' 2015-02-14 21:07:40 +01: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