FFmpeg/libavformat
Michael Niedermayer 9f8e3e6d12 avformat: add av_stream_get_parser() to access avformat AVParser
The AVStream.parser field is considered private and its location cannot be
preserved while preserving also ABI compatibility to libav, as libav added fields
before it.
Some tools like ffmpeg.c access this field though

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 62227a70f0)

Conflicts:

	RELEASE_NOTES
	doc/APIchanges
	libavformat/utils.c
	libavformat/version.h
2014-07-14 23:26:06 +02:00
..
4xm.c avformat/4xm: shrink packet if it was only partially initialized 2013-12-22 01:48:33 +01:00
a64.c lavc: remove unecessary a64enc include. 2013-03-17 04:38:28 +01:00
aacdec.c lavf/aacdec: add support for reading ape tags 2013-06-03 23:10:57 +00:00
ac3dec.c avformat/ac3dec: Use avpriv_ac3_parse_header2() 2014-03-01 01:56:25 +01:00
act.c cosmetics: Fix "dont" "wont" "doesnt" typos 2013-06-29 02:31:16 +02:00
adp.c Do not detect "00000000..." (and other non-changing values) as adp. 2013-12-09 13:51:00 +01:00
adtsenc.c lavf/adtsenc: Add support for APE tags 2013-10-23 16:13:23 +02:00
adxdec.c avformat/adxdec: use ff_get_extradata() 2013-12-25 17:14:32 +01:00
aea.c Merge commit '97bf7c03b1' 2012-11-12 11:32:11 +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 Do not limit blocksize when reading PCM from aiff. 2014-06-09 23:48:10 +02:00
aiffenc.c lavf/id3v2enc: use metadata_header_padding 2014-01-24 22:50:06 +01:00
allformats.c SDR2 demuxer 2014-02-22 11:40:27 +00:00
amr.c Remove an incorrect and unneeded assert in the amr demuxer. 2013-09-29 07:11:56 +02:00
anm.c Merge commit '1ecdf8912b' 2013-03-14 12:41:34 +01:00
apc.c avformat/apc: use ff_get_extradata() 2013-12-25 17:14:32 +01:00
ape.c avformat/ape: free packet on avio_read() failure 2013-12-25 02:32:40 +01:00
apetag.c avformat/apetag: use ff_get_extradata() 2013-12-25 17:22:49 +01:00
apetag.h Merge commit '2d2d6a4883' 2013-05-29 10:40:42 +02:00
aqtitledec.c avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 2013-05-05 13:34:56 +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
asfdec.c Show duration for large asf files as written in the file header. 2014-06-21 21:52:05 +02:00
asfenc.c avformat/asfenc: dont allow non interleaved packets 2014-04-23 17:10:26 +02:00
assdec.c Merge remote-tracking branch 'qatar/master' 2013-11-24 05:21:19 +01:00
assenc.c Merge commit '7308439158' 2013-09-17 12:16:55 +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 avformat/astdec: increase the score for odd samplerate/channels to max/8 2013-11-10 13:37:06 +01:00
astenc.c astenc: Enable the loop flag only when needed 2013-01-05 17:07:42 +01:00
au.c avformat/au: add assert to help source code analyzers 2013-10-20 14:46:36 +02:00
audiointerleave.c Merge commit 'e926b5ceb1' 2013-05-01 18:28:48 +02:00
audiointerleave.h Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
avc.c
avc.h
avformat.h avformat: add av_stream_get_parser() to access avformat AVParser 2014-07-14 23:26:06 +02:00
avformatres.rc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
avi.h
avidec.c avformat/avidec: allow rounding errors between scale/rate and timebase 2014-06-09 23:47:35 +02:00
avienc.c lavf/avienc: cosmetic indent 2014-01-24 23:00:17 +01:00
avio.c lavf/avio: Introduce avio_find_protocol_name 2014-02-16 22:34:21 +01:00
avio.h doxygen: Add a number of missing function parameter descriptions 2014-03-02 11:42:37 -05:00
avio_internal.h Do not leave positive values undefined when negative are defined as error 2013-10-19 16:42:57 +02:00
aviobuf.c avformat/aviobuf: optimize sequential backward seeking 2014-03-23 20:31:05 +01:00
avisynth.c avisynth: fix setting packet properties 2014-01-17 11:11:08 +01:00
avlanguage.c
avlanguage.h
avr.c avformat/avr: check channels and bps in probe 2013-11-11 14:51:43 +01:00
avs.c Merge commit 'c0c2b96c13' 2013-05-05 12:41:36 +02:00
bethsoftvid.c avformat/bethsoftvid: check 4th header byte in probe 2013-11-11 17:50:51 +01:00
bfi.c Merge commit '640a2427aa' 2013-09-30 00:13:36 +02:00
bink.c avformat/bink: Check return value of av_add_index_entry() 2014-02-17 23:47:05 +01:00
bintext.c avformat/bintext: protect against potential overflow of chars_per_frame 2013-10-21 23:37:49 +02:00
bit.c avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 2013-05-05 13:34:56 +02:00
bluray.c
bmv.c bmv: Remove unused variable 2013-10-06 19:36:53 +02:00
boadec.c avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 2013-05-05 13:34:56 +02:00
brstm.c lavc & lavf: replace deprecated av_log* functions 2013-03-15 18:10:28 +00:00
c93.c c93: signal EOF 2012-11-24 15:04:32 +00:00
cache.c cache: check lseek() return 2012-10-18 00:55:03 +02:00
caf.c Support iLBC in caf. 2012-11-19 10:19:50 +01:00
caf.h
cafdec.c avformat/cafdec: use ff_get_extradata() 2013-12-25 17:23:39 +01:00
cafenc.c Force one stream in caf muxer. 2013-12-13 11:57:39 +01:00
cavsvideodec.c avformat/cavsvideodec: Fix probing when the file extension is avs 2014-06-23 15:56:15 +02:00
cdg.c
cdxl.c avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 2013-05-05 13:34:56 +02:00
concat.c Merge commit '06ebc0bf9a' 2013-09-27 11:45:37 +02:00
concatdec.c avformat/concatdec: pass the interrupt callback on 2014-02-10 15:42:48 +01:00
crcenc.c
crypto.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
cutils.c
data_uri.c lavf: add data: URI scheme. 2013-01-01 19:29:04 +01:00
daud.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
dfa.c avformat/dfa: check first frame offset in probe 2013-11-11 19:38:38 +01: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
dsicin.c Merge commit '48d6556dd4' 2013-09-12 11:19:38 +02:00
dtsdec.c avformat/dtsdec: Improve probe, reject things looking like analoge signals 2013-07-26 11:19:43 +02:00
dtshddec.c dtshd: fix seeking 2012-10-10 15:50:32 +00:00
dv.c Merge commit '3cbe112653' 2013-11-15 12:52:19 +01:00
dv.h
dvenc.c Merge commit '3cbe112653' 2013-11-15 12:52:19 +01:00
dxa.c avformat/dxa: check avio_read() return 2013-12-19 18:36:49 +01:00
eacdata.c eacdata: do not set sample_fmt 2013-01-24 15:02:44 +00:00
electronicarts.c avformat/electronicarts: detect endianness by comparing sizes instead of using an arbitrary threshold 2013-12-21 14:09:45 +01:00
epafdec.c lavc & lavf: replace deprecated av_log* functions 2013-03-15 18:10:28 +00:00
ffm.h Merge commit 'a25d912dca' 2012-10-17 14:17:55 +02:00
ffmdec.c avformat/ffmdec: use ff_get_extradata() 2013-12-25 17:23:55 +01:00
ffmenc.c Merge commit 'c2cb01d418' 2013-04-26 10:59:45 +02:00
ffmeta.h
ffmetadec.c avformat/ffmetadec: return meaningful error codes 2013-09-11 11:06:44 +00:00
ffmetaenc.c
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 '1ecdf8912b' 2013-03-14 12:41:34 +01:00
filmstripenc.c filmstripenc: fix rounding that caused fate failure 2012-11-05 00:28:21 +01:00
flac_picture.c avformat/flac_picture: clear padding area 2014-01-31 17:32:32 +01:00
flac_picture.h Merge commit '601d6228c4' 2013-10-13 09:37:21 +02:00
flacdec.c Merge commit '601d6228c4' 2013-10-13 09:37:21 +02:00
flacenc.c lavf/flacenc: fix comment after previous change 2014-01-24 22:41:06 +01:00
flacenc.h
flacenc_header.c
flic.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
flv.h
flvdec.c Merge remote-tracking branch 'qatar/master' 2014-01-11 20:56:29 +01:00
flvenc.c avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial format extensions being enabled. 2014-06-23 15:56:15 +02:00
format.c avformat/format: av_register_output_format() and av_register_intput_format() that work in O(1) time 2013-12-17 01:07:43 +01:00
framecrcenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
framehash.c avformat/framehash: add software version to framecrc/md5 2013-10-23 16:32:32 +02:00
frmdec.c frmdec: do not abuse ff_codec_get_id() 2013-01-12 14:39:13 +00:00
ftp.c lavf/ftp: fix seek to nagative position 2014-02-28 00:07:31 +01: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
gif.c avformat/gif: fix final_delay unit in documentation. 2013-11-07 20:30:43 +01:00
gifdec.c avformat/gifdec: make GIF_APP_EXT_LABEL parsing more robust 2013-10-04 23:26:40 +02:00
golomb_tab.c avformat: fix hevcs use of golomb from avformat 2014-03-11 11:49:51 +01:00
gopher.c
gsmdec.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
gxf.c avformat/gxf: fix old codec id 2013-10-28 23:54:42 +01:00
gxf.h
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-06-02 22:59:50 +02:00
h264dec.c Merge remote-tracking branch 'qatar/master' 2013-09-21 11:57:19 +02:00
hdsenc.c avformat/hdsenc: check mkdir() return code 2014-01-31 03:08:49 +01:00
hevc.c Merge commit '6d56bc9a6d' into release/2.2 2014-03-11 13:13:42 +01:00
hevc.h Merge commit '6d56bc9a6d' into release/2.2 2014-03-11 13:13:42 +01:00
hevcdec.c Merge commit '5846646296' 2013-11-01 17:33:05 +01:00
hls.c avformat/hls: Fix cookies and user agent with encrypted HLS streams 2014-01-28 18:50:58 +01:00
hlsenc.c avformat/hlsenc: copy metadata 2013-12-12 18:41:39 +01:00
hlsproto.c Merge commit 'a2b7eeeb06' 2013-07-30 10:19:20 +02:00
hnm.c avformat/hnm: check chunk_size == 0 2013-11-22 23:52:08 +01:00
http.c Merge commit 'b5210f4eae' into release/2.2 2014-03-16 04:12:43 +01:00
http.h miscellaneous typo fixes 2012-12-21 00:18:34 +01:00
httpauth.c Fix http authentication. 2014-02-27 16:56:30 +01:00
httpauth.h Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
icodec.c avformat/icodec: reduce score returned on probing 2013-11-08 20:10:33 +01:00
icoenc.c lavf: remove some flushing in write_packet muxers callbacks. 2013-04-14 21:16:53 +02:00
id3v1.c Add a comment about an intentional misspelling to the id3v1 tags. 2013-01-04 10:32:39 +01:00
id3v1.h
id3v2.c ff_id3v2_read: add option to limit ID3 magic number search 2014-04-19 13:00:57 +02:00
id3v2.h ff_id3v2_read: add option to limit ID3 magic number search 2014-04-19 13:00:57 +02:00
id3v2enc.c lavf/id3v2enc: update comment about minimum padding 2014-01-24 22:52:33 +01:00
idcin.c avformat/idcin: use ff_get_extradata() 2013-12-25 17:38:29 +01:00
idroqdec.c Merge commit 'bcbe4f3ceb' 2013-09-19 13:34:25 +02:00
idroqenc.c RoQ encoder: support different integer framerates 2014-02-03 02:04:38 +01:00
iff.c avformat/iff: check avio_read() return in get_metadata() 2013-12-29 00:58:13 +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 'ae9d13f03e' 2013-12-12 19:48:36 +01:00
img2dec.c img2dec: fix typo (double "with with") 2013-08-12 18:04:09 +02:00
img2enc.c Merge commit 'be7c323176' 2013-12-22 11:53:41 +01:00
ingenientdec.c
internal.h lavf: add write_uncoded_frame() API. 2014-02-11 10:29:02 +01:00
ipmovie.c avformat/ipmovie: Check palette size in OPCODE_SET_PALETTE 2013-12-18 23:46:37 +01: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 Merge commit 'eabefe83f4' into release/2.2 2014-03-11 12:05:53 +01:00
isom.h avformat/mov: redesign the fps calculation 2014-01-22 00:33:38 +01:00
iss.c avformat/iss: check sscanf() return code 2013-12-23 16:28:44 +01:00
iv8.c
ivfdec.c
ivfenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
jacosubdec.c avformat/jacosubdec: make probing less tolerant. 2013-11-19 12:53:20 +01:00
jacosubenc.c
jvdec.c Merge commit '8a2250344b' 2014-02-14 01:51:17 +01:00
latmenc.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
libavformat.v dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway. 2013-02-15 00:08:12 +01:00
libgme.c avformat/libgme: decrease score by 1, fixes probetest failure 2013-11-06 11:57:48 +01:00
libmodplug.c Fix modplug linkage on Windows. 2014-03-15 02:42:11 +01:00
libnut.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
libquvi.c avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 2013-05-05 13:34:56 +02:00
librtmp.c avformat/librtmp: Fix memory leak if RTMP_ConnectStream() fails 2014-01-14 01:59:23 +01:00
libssh.c lavf/libssh: fix seek to nagative position 2014-02-28 00:04:29 +01:00
lmlm4.c lmlm4: check packet_size against lower limit too 2013-03-19 16:30:44 +01:00
loasdec.c avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 2013-05-05 13:34:56 +02:00
log2_tab.c avutil: Duplicate ff_log2_tab instead of sharing it across libs 2012-10-12 20:39:17 +02:00
lvfdec.c avformat/lvfdec: increase the score for odd channels to max/8 2013-11-10 13:36:59 +01:00
lxfdec.c Merge remote-tracking branch 'qatar/master' 2013-09-27 13:27:31 +02:00
m4vdec.c Merge commit 'e0f8be6413' 2013-05-05 12:31:03 +02:00
Makefile Fix compilation with --disable-everything --enable-muxer=avi --disable-network. 2014-04-16 20:07:51 +02:00
matroska.c Merge commit '79041d92ee' into release/2.2 2014-05-04 21:25:27 +02:00
matroska.h matroskadec: read the CodecDelay element 2014-05-03 13:50:26 -04:00
matroskadec.c Merge commit '82cebc0e05' into release/2.2 2014-05-04 21:01:38 +02:00
matroskaenc.c Use Matroska document version 2 for WebM files if possible. 2014-05-12 23:20:05 +02:00
md5enc.c avformat/md5enc: add format, version and column headers 2013-10-26 12:16:04 +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
mgsts.c
microdvddec.c avformat/subtitles: add a next line jumper and use it. 2013-09-08 18:48:09 +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
mm.c Merge commit 'e0f8be6413' 2013-05-05 12:31:03 +02:00
mmf.c Merge commit '7cbc4cb442' 2013-05-15 10:15:15 +02: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 mmsh: reimplement seeking 2013-07-07 18:50:03 +02:00
mmst.c Merge remote-tracking branch 'qatar/master' 2013-12-26 13:24:43 +01:00
mov.c avformat/mov: allow seeking back to the begin even if nothing is marked as keyframe 2014-05-31 12:22:20 +02:00
mov_chan.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
mov_chan.h Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
movenc.c Merge commit '29d61d73b1' into release/2.2 2014-03-23 04:05:56 +01:00
movenc.h Merge commit '29d61d73b1' into release/2.2 2014-03-23 04:05:56 +01:00
movenchint.c movenchint: Clear size and len if the realloc failed 2013-09-22 21:02:52 +03:00
mp3dec.c avformat/mp3dec: optimize mp3_seek() for dir < 0 2014-03-23 20:31:05 +01:00
mp3enc.c Merge commit '46c477c2a1' into release/2.2 2014-07-14 22:26:06 +02:00
mpc.c avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it 2014-06-23 15:56:15 +02:00
mpc8.c avformat/mpc8: check avio_read() return in mpc8_parse_seektable() 2013-12-26 00:11:49 +01:00
mpeg.c Ignore es_map_length when parsing mpeg program stream map. 2013-12-05 21:17:21 +01:00
mpeg.h Use 0x88 as stream id when muxing DTS in program streams. 2013-09-10 01:48:59 +02:00
mpegenc.c lavf/mpegenc: Print a warning if ac3, pcm_s16be or dts are muxed into mpeg1. 2013-11-24 10:37:52 +01:00
mpegts.c avformat/mpegts: Remove redundant check 2014-05-05 00:09:17 +02:00
mpegts.h Merge commit 'b164d66e35' 2013-03-15 13:28:38 +01:00
mpegtsenc.c avformat/mpegtsenc: Check data array size in mpegts_write_pmt() 2014-02-13 14:14:12 +01:00
mpegvideodec.c avformat/mpegvideodec: check seq headers more completely during probing 2013-11-07 20:39:08 +01:00
mpjpeg.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
mpl2dec.c avformat/subtitles: add a next line jumper and use it. 2013-09-08 18:48:09 +02:00
mpsubdec.c avformat/subtitles: add a next line jumper and use it. 2013-09-08 18:48:09 +02:00
msnwc_tcp.c
mtv.c libavformat/mtv: add test for audio magic 2014-02-01 21:09:14 -08:00
mux.c avformat/mux: Check for and remove invalid packet durations 2014-04-24 08:56:58 +02:00
mvdec.c lavc & lavf: replace deprecated av_log* functions 2013-03-15 18:10:28 +00:00
mvi.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
mxf.c Merge commit '716d413c13' 2012-10-08 21:06:57 +02:00
mxf.h Merge commit '716d413c13' 2012-10-08 21:06:57 +02:00
mxfdec.c mxfdec: free descriptor extradata in .read_close() 2014-02-09 18:50:53 +01:00
mxfenc.c avformat/mxfenc: instance number is just 24 bits 2013-09-29 14:33:40 +02:00
mxg.c Merge commit '7950e519bb' 2013-08-03 10:08:30 +02:00
ncdec.c
network.c avformat/network: check ff_socket_nonblock() return and print a debug message 2013-12-13 17:08:03 +01:00
network.h Merge remote-tracking branch 'qatar/master' 2014-01-07 13:16:55 +01:00
nistspheredec.c avformat/nistspheredec: initialize header_size to -1 2013-12-20 18:08:58 +01:00
noproxy-test.c Merge commit 'ec7c51c786' 2013-06-16 23:45:42 +02:00
nsvdec.c Merge commit 'c011ceef78' 2013-06-03 11:53:05 +02:00
nullenc.c avformat/nullenc: mark null as VFPS 2013-11-13 22:56:18 +01:00
nut.c avformat/nut: add bayer colorspaces 2014-02-22 20:51:13 +01:00
nut.h avformat/nut: add support for per frame side & meta data with version 4 2014-01-04 14:13:31 +01:00
nutdec.c avformat/nutdec: fix packet end clearing 2014-01-10 00:34:15 +01:00
nutenc.c avformat/nutenc: fix missing break in switch 2014-01-24 04:17:15 +01:00
nuv.c avformat/nuv: use ff_get_extradata() 2013-12-25 17:38:29 +01:00
oggdec.c oggdec: validate VP8 keyframes 2014-02-24 02:24:21 +01:00
oggdec.h ogg: allow streams to update metadata 2014-02-05 22:36:42 +01:00
oggenc.c Merge commit 'b0c2c097e4' 2014-02-09 20:04:01 +01:00
oggparsecelt.c avformat/oggparsecelt/celt_header: fix memleak 2013-10-20 16:48:51 +02:00
oggparsedirac.c
oggparseflac.c avformat/oggparseflac: check ff_alloc_extradata() return code 2013-10-20 16:55:43 +02:00
oggparseogm.c Merge commit '75647dea6f' 2014-01-06 15:28:24 +01:00
oggparseopus.c lavf/oggparseopus: Setting seek_preroll in AVCodecContext 2014-02-05 21:16:36 +01:00
oggparseskeleton.c oggparseskeleton: avoid header parsing failure 2013-07-06 23:53:19 +02:00
oggparsespeex.c avformat/oggparsespeex: Check for extradata allocation failure 2013-10-20 16:57:45 +02:00
oggparsetheora.c avformat/oggparsetheora: zero extradata padding area 2013-12-15 19:21:48 +01:00
oggparsevorbis.c avformat/oggparsevorbis: dont use invalid granules 2014-03-06 09:31:49 +01:00
oggparsevp8.c oggdec: add support for VP8 demuxing 2013-12-30 04:05:27 +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 ff_id3v2_read: add option to limit ID3 magic number search 2014-04-19 13:00:57 +02:00
omaenc.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
options.c Merge commit '33c859c142' 2014-02-04 15:37:05 +01:00
options_table.h avformat/options_table: add named constants for avoid_negative_ts 2014-02-24 19:46:11 +01:00
os_support.c Merge remote-tracking branch 'qatar/master' 2013-11-02 18:37:21 +01:00
os_support.h avformat: remove duplicate includes 2013-09-21 15:36:33 +02:00
paf.c avformat/paf: Fix integer overflow and out of array read 2013-08-09 13:23:10 +02:00
pcm.c lavf/pcm: check size, do not produce invalid packets 2012-12-07 13:05:43 +00: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 pcmdec: replace a reachable assert with an error check 2014-02-10 07:41:21 +01:00
pcmenc.c
pjsdec.c avformat/pjsdec: dont increase pointer when its already at the end in read_ts() 2014-01-11 02:28:17 +01:00
pmpdec.c avformat/pmpdec: remove cur_dts timestamp hack 2014-04-23 17:01:36 +02:00
psxstr.c avformat/psxstr: zero packet to prevent uninitialized data to leak through to the decoder 2013-12-16 04:32:50 +01:00
pva.c avformat/pva: Make sure the header is large enough before reading the timestamp from it 2013-12-20 23:04:51 +01:00
pvfdec.c pvfdec: drop pointless casting of buffer in ff_get_line() 2012-12-19 15:55:39 +00:00
qcp.c Add EVRCA and SMV codec id 2013-01-07 11:43:20 +00:00
qtpalette.h
r3d.c Merge commit 'd8798276b6' 2013-09-20 15:14:31 +02:00
rawdec.c lavf: data muxer and demuxer. 2013-05-01 11:56:34 +02:00
rawdec.h rawdec: make use of AV_OPT_TYPE_VIDEO_RATE 2013-04-05 15:42:24 +00:00
rawenc.c Add raw HEVC muxer 2014-02-09 14:29:07 +00:00
rawenc.h
rawvideodec.c rawvideodec: make use of AV_OPT_TYPE_IMAGE_SIZE 2013-04-05 15:42:24 +00:00
rdt.c Merge commit 'feeafb4ada' 2013-10-29 11:06:32 +01:00
rdt.h Merge commit 'feeafb4ada' 2013-10-29 11:06:32 +01:00
realtextdec.c avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 2013-05-05 13:34:56 +02:00
redspark.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
riff.c Merge remote-tracking branch 'qatar/master' 2014-02-08 19:02:46 +01:00
riff.h avformat/riff: return error code from ff_get_guid() 2014-02-12 15:59:15 +01:00
riffdec.c avformat/riff: return error code from ff_get_guid() 2014-02-12 15:59:15 +01:00
riffenc.c Support writing E-AC3 in wav. 2014-01-29 00:48:50 +01:00
rl2.c avformat/rl2: use ff_get_extradata() 2013-12-25 17:38:29 +01:00
rm.c
rm.h Merge commit '4c995fafd8' 2012-10-16 13:20:46 +02:00
rmdec.c avformat/rmdec: when reading audio blocks, dont leave holes when reading fails 2014-01-09 23:50:59 +01:00
rmenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03: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 rpl: Dont fill the index with entries that failed to be parsed 2013-12-19 19:24:10 +01:00
rsd.c avformat/rsd: use ff_get_extradata() 2013-12-25 17:38:30 +01:00
rso.c
rso.h
rsodec.c Merge commit '6d97484d72' 2013-03-14 12:52:12 +01:00
rsoenc.c
rtmp.h Merge commit '28306e6d62' 2013-06-02 10:30:35 +02:00
rtmpcrypt.c
rtmpcrypt.h
rtmpdh.c
rtmpdh.h
rtmphttp.c Merge remote-tracking branch 'qatar/master' 2013-11-18 16:02:50 +01:00
rtmppkt.c Merge commit '89564be444' 2014-01-21 04:20:50 +01:00
rtmppkt.h Merge commit '84a125c4c2' 2013-10-14 15:31:11 +02:00
rtmpproto.c rtmpproto: Check the buffer sizes when copying app/playpath strings 2014-05-08 20:00:47 -04: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 avformat/rtpdec: Enable GSM RTP depacketization 2013-12-08 18:38:01 +01:00
rtpdec.h Merge commit 'feeafb4ada' 2013-10-29 11:06:32 +01:00
rtpdec_amr.c Merge commit '90c784cc13' 2012-12-21 17:46:43 +01:00
rtpdec_asf.c Merge remote-tracking branch 'qatar/master' 2014-01-23 20:15:21 +01:00
rtpdec_formats.h Merge commit 'c6f1dc8e4c' 2013-01-21 14:02:01 +01:00
rtpdec_g726.c Merge commit '7abd35a1ff' 2013-05-06 10:19:56 +02:00
rtpdec_h263.c Merge commit '7abd35a1ff' 2013-05-06 10:19:56 +02:00
rtpdec_h263_rfc2190.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
rtpdec_h264.c Merge remote-tracking branch 'qatar/master' 2013-12-14 22:39:57 +01:00
rtpdec_ilbc.c
rtpdec_jpeg.c Merge commit '90c784cc13' 2012-12-21 17:46:43 +01:00
rtpdec_latm.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
rtpdec_mpeg4.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
rtpdec_mpeg12.c Merge commit '7abd35a1ff' 2013-05-06 10:19:56 +02:00
rtpdec_mpegts.c Merge commit '7abd35a1ff' 2013-05-06 10:19:56 +02:00
rtpdec_qcelp.c Merge commit '90c784cc13' 2012-12-21 17:46:43 +01:00
rtpdec_qdm2.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
rtpdec_qt.c Merge commit 'd872fb0f7f' 2013-09-27 12:13:41 +02:00
rtpdec_svq3.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
rtpdec_vp8.c Merge remote-tracking branch 'qatar/master' 2013-03-03 11:40:37 +01:00
rtpdec_xiph.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
rtpenc.c avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr dereference 2013-12-13 02:09:20 +01:00
rtpenc.h Merge commit '9ceed7af37' 2013-11-01 19:34:19 +01:00
rtpenc_aac.c Merge remote-tracking branch 'qatar/master' 2012-11-09 10:29:51 +01:00
rtpenc_amr.c
rtpenc_chain.c avformat: remove duplicate includes 2013-09-21 15:36:33 +02:00
rtpenc_chain.h Merge remote-tracking branch 'qatar/master' 2012-11-15 11:31:13 +01:00
rtpenc_h263.c
rtpenc_h263_rfc2190.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
rtpenc_h264.c rtpenc: fix overflow checking in avc_mp4_find_startcode() 2013-01-23 13:51:29 +02:00
rtpenc_jpeg.c Merge commit '716d413c13' 2012-10-08 21:06:57 +02:00
rtpenc_latm.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00: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
rtpproto.c avformat/rtpproto: when local rtp port and local rtcp port are not specified, try to make two successive ports and retry 3 times when failed 2013-10-25 22:40:21 +02:00
rtpproto.h Merge commit 'b7e6da988b' 2013-08-01 12:03:24 +02:00
rtsp.c doc/protocols/rtsp, lavf/rtsp: fix/extend options documentation 2014-01-01 12:57:15 +01:00
rtsp.h Merge remote-tracking branch 'qatar/master' 2013-11-01 19:40:20 +01:00
rtspcodes.h
rtspdec.c Merge remote-tracking branch 'qatar/master' 2013-12-12 00:41:02 +01:00
rtspenc.c Merge remote-tracking branch 'qatar/master' 2013-11-01 19:40:20 +01:00
samidec.c lavf: remove generic index flag from text subtitles. 2013-01-02 10:32:21 +01:00
sapdec.c Merge remote-tracking branch 'qatar/master' 2013-04-09 11:36:39 +02:00
sapenc.c avformat: remove duplicate includes 2013-09-21 15:36:33 +02:00
sauce.c sauce: test filetype correctly for datatype 5 (binary text) 2012-12-14 16:46:29 +11:00
sauce.h
sbgdec.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
sctp.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
sdp.c Merge remote-tracking branch 'qatar/master' 2014-01-05 02:38:57 +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
seek.c Merge remote-tracking branch 'qatar/master' 2013-11-24 05:21:19 +01:00
seek.h lavf: remove unreliable timestamp guessing heuristic 2013-10-29 20:10:41 +01:00
segafilm.c avformat/segafilm: drop song and dance, this seems not to do anything anymore since a long time 2014-01-07 15:02:31 +01:00
segment.c lavf/segment: drop pointless variable oc from seg_write_packet() 2014-01-21 20:08:36 +01:00
sierravmd.c avformat/sierravmd: Check avio_read return value 2013-12-20 01:03:19 +01:00
siff.c avformat/siff: check avio_read() return value before returning packet 2013-12-29 13:25:13 +01:00
smacker.c avformat/smacker: check width/height in probe 2013-11-12 19:37:37 +01:00
smjpeg.c
smjpeg.h
smjpegdec.c Merge commit '1ecdf8912b' 2013-03-14 12:41:34 +01: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 'd872fb0f7f' 2013-09-27 12:13:41 +02:00
smush.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
sol.c Merge remote-tracking branch 'qatar/master' 2012-11-13 11:09:38 +01:00
sox.h
soxdec.c soxdec: use meaningful error codes 2012-12-28 21:50:42 +00:00
soxenc.c soxenc: use ff_raw_write_packet() 2012-12-28 21:58:03 +00:00
spdif.c
spdif.h Merge commit '7df9e693a3' 2013-09-03 15:05:18 +02:00
spdifdec.c lavf/spdifdec: fix demuxing of AAC in IEC 61937 2013-10-29 22:45:27 +01:00
spdifenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
srtdec.c avformat/subtitles: add a next line jumper and use it. 2013-09-08 18:48:09 +02:00
srtenc.c lavf: remove some flushing in write_packet muxers callbacks. 2013-04-14 21:16:53 +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 remote-tracking branch 'qatar/master' 2013-04-09 11:36:39 +02:00
subtitles.c avformat/vobsub: fix several issues. 2013-10-04 07:59:49 +02:00
subtitles.h avformat/vobsub: fix several issues. 2013-10-04 07:59:49 +02:00
subviewer1dec.c avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 2013-05-05 13:34:56 +02:00
subviewerdec.c avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 2013-05-05 13:34:56 +02:00
swf.c
swf.h lavf/swf: remove unused assert include. 2013-05-26 15:48:50 +02:00
swfdec.c avformat/swfdec: clear 4 bytes at the end of a packet if they are not initialized 2013-12-19 05:07:22 +01:00
swfenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
takdec.c avformat/takdec: zero padding area before use 2014-01-07 19:48:13 +01:00
tcp.c doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentation 2013-12-25 18:42:26 +01:00
tedcaptionsdec.c avformat/tedcaptionsdec: make const arrays static const 2013-08-10 18:44:40 +02:00
tee.c lavf/tee: fix leak of bsfs array. 2013-10-21 17:32:01 +02:00
thp.c avformat/thp: check fps value during probing 2013-11-10 02:04:08 +01:00
tiertexseq.c Merge remote-tracking branch 'qatar/master' 2012-11-13 11:09:38 +01:00
tls.c avformat/tls: Fix windows build with openSSL enabled. 2014-01-23 14:33:56 +01:00
tmv.c Merge remote-tracking branch 'qatar/master' 2012-11-13 11:09:38 +01:00
tta.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
tty.c tty: make use of AV_OPT_TYPE_IMAGE_SIZE 2013-04-05 14:30:56 +00:00
txd.c lavf/txd: cosmetics: fix identation 2012-10-15 08:12:25 +00:00
udp.c avformat/udp: debug log udp socket size 2014-01-08 23:56:05 +01:00
uncodedframecrcenc.c lavf: add uncodedframecrc test muxer. 2014-02-11 10:29:02 +01:00
unix.c avformat/unix: reshuffle #includes 2013-08-21 05:51:41 +02:00
url-test.c Merge commit 'df9f22d42b' 2013-06-17 00:09:31 +02:00
url.c Merge commit 'df9f22d42b' 2013-06-17 00:09:31 +02:00
url.h Merge remote-tracking branch 'qatar/master' 2013-10-30 17:48:47 +01:00
urldecode.c Use the avstring.h locale-independent character type functions 2013-03-07 15:16:36 +02:00
urldecode.h
utils.c avformat: add av_stream_get_parser() to access avformat AVParser 2014-07-14 23:26:06 +02:00
vc1test.c avformat/vc1test: use ff_get_extradata() 2013-12-25 17:38:30 +01: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/avio: Introduce avio_find_protocol_name 2014-02-16 22:34:21 +01:00
vivo.c add forgotten AV_ prefix to some CODEC_IDs 2012-12-09 01:47:58 +00:00
voc.c
voc.h Merge commit 'bfe5454cd2' 2012-11-29 13:45:57 +01:00
vocdec.c avformat/vocdec: return AVERROR_EOF when EOF is reached 2013-10-13 09:50:38 +00:00
vocenc.c vocenc: fix 10l regression 2012-11-04 04:46:10 +00:00
vorbiscomment.c vorbiscomment: Add DESCRIPTION to ff_vorbiscomment_metadata_conv 2013-07-18 12:03:21 +02:00
vorbiscomment.h
vplayerdec.c Add VPlayer subtitles demuxer and decoder. 2012-12-30 22:46:42 +01:00
vqf.c avformat/vqf: check avio_read()s return value more completely 2014-01-01 16:53:54 +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 Merge remote-tracking branch 'qatar/master' 2013-11-24 05:21:19 +01:00
wavenc.c lavf/wavenc: check for a single stream. 2013-11-03 10:29:27 +01:00
wc3movie.c avformat/wc3movie: Check strings before printing. 2013-12-29 14:06:47 +01:00
webvttdec.c avformat/webvttdec: Dont skip over a never checked byte after --> 2014-01-07 04:09:19 +01:00
webvttenc.c lavf/webvttenc: use proper printf format for int64_t values 2013-07-30 20:32:26 +00:00
westwood_aud.c Merge commit 'e0f8be6413' 2013-05-05 12:31:03 +02:00
westwood_vqa.c avformat/westwood_vqa: use ff_get_extradata() 2013-12-25 17:38:30 +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 wtv: make ff_format_videoinfo2 visible to wtv encoder 2013-12-23 19:43:09 +01:00
wtvenc.c Move GUID-related objects to riffenc.c and riff.c. 2014-01-29 00:44:59 +01: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 '794ca87d2b' 2013-05-29 10:07:30 +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: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
xwma.c Merge remote-tracking branch 'qatar/master' 2013-11-24 05:21:19 +01:00
yop.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
yuv4mpeg.c Merge commit '5ef11b8dcc' 2014-01-17 16:18:40 +01:00