FFmpeg/libavcodec
wm4 22dbde85e7 vp9: avoid infinite loop with broken files
With a certain fuzzed file, the parser will always return 0 consumed
bytes, which makes calling code call the parser infinitely. Return the
full packet size on error instead. (Here it would be nice if parsers
could return errors at all.)

Additionally, _if_ there's some data left, return that too, which might
help with somewhat broken but still somehow playable files.

Fixes ticket #4242.

Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 09b4ad1568)
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2015-11-26 01:37:52 +01:00
..
aarch64 lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2. 2015-02-03 23:08:15 +01:00
alpha avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_size 2014-09-24 21:43:19 -03:00
arm avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_CONSTANT_MACROS -o test.so ... libavcodec.a" 2015-02-12 17:10:36 +01:00
avr32
bfin
mips mips/acelp_filters: fix incorrect register constraint 2015-03-21 01:52:51 +01:00
neon Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
ppc avcodec/ppc/idctdsp.c: POWER LE support in idct_add_altivec() 2015-02-12 17:10:36 +01:00
sh4
sparc
x86 videodsp: don't overread edges in vfix3 emu_edge. 2015-10-25 01:17:03 +02:00
4xm.c avcodec/4xm: remove duplicate assert 2014-11-13 19:01:08 +01:00
8bps.c
8svx.c Merge commit '74512f7e36' 2014-09-02 21:45:58 +02:00
012v.c avcodec/012v: redesign main loop 2015-03-21 01:52:52 +01:00
a64colors.h
a64multienc.c avcodec/a64multienc: Assert that the Packet size does not grow 2015-03-21 01:52:51 +01:00
a64tables.h
aac.h avcodec/aacdec: Use avpriv_float_dsp_alloc() 2014-12-02 19:32:45 +01:00
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c Merge commit '63f800ca5f' 2014-09-01 20:51:44 +02:00
aac_parser.c avcodec: fix aac/ac3 parser bitstream buffer size 2014-08-22 01:24:40 +02:00
aac_tablegen.c
aac_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
aac_tablegen_decl.h
aacadtsdec.c
aacadtsdec.h
aaccoder.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
aacdec.c aacdec: don't return frames without data 2015-05-21 20:43:38 +02:00
aacdectab.h
aacenc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-21 01:52:51 +01:00
aacenc.h avcodec/aacenc: Use avpriv_float_dsp_alloc() 2014-11-29 18:58:13 +01:00
aacps.c
aacps.h
aacps_tablegen.c aacps_tablegen: replace TABLE_CONST by const. 2014-08-31 18:33:27 +02:00
aacps_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
aacpsdata.c
aacpsdsp.c
aacpsdsp.h
aacpsy.c aacpsy: avoid psy_band->threshold becoming NaN 2015-04-17 15:20:30 +02:00
aacsbr.c avcodec/aacsbr: Assert that bs_num_env is positive 2015-07-28 02:42:15 +02:00
aacsbr.h
aacsbr_tablegen.c aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
aacsbr_tablegen.h aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
aacsbrdata.h aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c aasc: return correct buffer size from aasc_decode_frame 2015-04-17 15:20:30 +02:00
ac3.c ac3: validate end in ff_ac3_bit_alloc_calc_mask 2015-04-17 15:20:30 +02:00
ac3.h Improved AC3 decoder level support (heavy drc, dialnorm) 2014-08-27 14:31:39 +02:00
ac3_parser.c avcodec: fix aac/ac3 parser bitstream buffer size 2014-08-22 01:24:40 +02:00
ac3_parser.h
ac3dec.c ac3_fixed: fix computation of spx_noise_blend 2015-03-21 01:52:53 +01:00
ac3dec.h ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-21 01:52:52 +01:00
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-21 01:52:52 +01:00
ac3dec_float.c ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-21 01:52:52 +01:00
ac3dsp.c
ac3dsp.h
ac3enc.c avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
ac3enc.h avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
ac3enc_fixed.c
ac3enc_float.c avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
ac3enc_opts_template.c Merge commit 'cc4992aaf3' 2014-09-26 22:18:12 +02:00
ac3enc_template.c avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
ac3tab.c
ac3tab.h
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm.c avcodec/adpcm: Check for overreads 2015-07-28 02:33:56 +02:00
adpcm.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
adpcm_data.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
adpcm_data.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
adpcmenc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-21 01:52:51 +01:00
adx.c Merge commit '9325d88eba' 2014-08-10 02:09:13 +02:00
adx.h Merge commit '9325d88eba' 2014-08-10 02:09:13 +02:00
adx_parser.c
adxdec.c Merge commit 'd5cf5afabb' 2014-07-09 22:38:13 +02:00
adxenc.c avcodec/adxenc: fix rounding 2014-11-30 12:56:02 +01:00
aic.c aic: Fix decoding files with odd dimensions 2015-03-21 01:52:52 +01:00
alac.c avcodec/alac: Clear pointers in allocate_buffers() 2015-07-28 02:42:16 +02:00
alac_data.c
alac_data.h
alacenc.c avcodec/alacenc: Remove unused variable 2014-09-20 23:54:00 +02:00
aliaspixdec.c
aliaspixenc.c
allcodecs.c avcodec/pngdec: add APNG support. 2014-11-21 17:13:56 +01:00
alsdec.c avcodec/alsdec: Check for overread 2015-07-28 02:33:56 +02:00
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c lavc/anm: fix mem leak in case of init failure 2014-11-23 03:25:25 +01:00
ansi.c Merge commit '994ab1804b' 2014-11-13 14:51:37 +01:00
apedec.c apedec: prevent out of array writes in decode_array_0000 2015-05-21 20:43:37 +02:00
apng.h apng: move shared header from avformat to avcodec. 2014-12-02 15:52:31 +01:00
ass.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
ass.h avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
ass_split.c avcodec/ass_split: realign after addition of new fields 2014-10-15 19:25:06 +02:00
ass_split.h avcodec/ass_split: extend recognized fields in ASS splitter 2014-10-15 19:25:06 +02:00
assdec.c
assenc.c
asv.c Merge commit 'f61e47dd68' 2014-09-02 21:57:46 +02:00
asv.h Merge commit 'f61e47dd68' 2014-09-02 21:57:46 +02:00
asvdec.c Merge commit 'f61e47dd68' 2014-09-02 21:57:46 +02:00
asvenc.c avcodec/asvenc: fix AAN scaling 2014-09-23 17:04:02 +02:00
atrac.c
atrac.h
atrac1.c avcodec/atrac1: Use avpriv_float_dsp_alloc() 2014-11-20 22:30:48 +01:00
atrac1data.h
atrac3.c avcodec/atrac3: Use avpriv_float_dsp_alloc() 2014-11-30 11:23:34 +01:00
atrac3data.h
atrac3plus.c Merge commit 'd16ec1b6db' 2014-11-15 02:17:54 +01:00
atrac3plus.h
atrac3plus_data.h
atrac3plusdec.c avcodec/atrac3plusdec: consume only as many bytes as available 2015-07-28 02:33:56 +02:00
atrac3plusdsp.c avcodec/atrac3plusdsp: fix on stack alignment 2015-04-17 15:20:30 +02:00
audio_frame_queue.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
audio_frame_queue.h
audioconvert.c
audioconvert.h
audiodsp.c
audiodsp.h
aura.c
avcodec.h doc: fix spelling errors 2014-12-01 00:31:06 +01:00
avcodecres.rc
avdct.c avcodec/avdct: add "xvid" alias AVOption and use FF_IDCT_XVID 2014-08-09 12:42:07 +02:00
avdct.h avcodec: Change get_pixels() to ptrdiff_t linesize 2014-08-06 15:50:54 +02:00
avfft.c
avfft.h
avpacket.c avcodec/avpacket: use av_freep(), do not leave stale pointers in memory 2014-10-07 03:40:57 +02:00
avpicture.c avcodec/avpicture: use av_freep(), do not leave stale pointers in memory 2014-10-08 16:09:31 +02:00
avrndec.c
avs.c Merge commit 'c7384664ba' 2014-11-13 14:51:03 +01:00
avuidec.c
avuienc.c lavc/avuienc: fix mem leak in case of init failure 2014-11-25 22:18:08 +01:00
bethsoftvideo.c
bethsoftvideo.h
bfi.c avcodec/bfi: use av_freep(), do not leave stale pointers in memory 2014-10-08 16:08:28 +02:00
bgmc.c bgmc: fix sizeof arguments 2014-11-14 20:25:02 +01:00
bgmc.h
bink.c
binkaudio.c Merge commit 'f20518568a' 2014-09-04 19:46:06 +02:00
binkdata.h
binkdsp.c
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitstream.c avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits() 2015-07-28 02:33:56 +02:00
bitstream_filter.c avcodec/bitstream_filter: Use av_bitstream_filter_next() instead of direct access in av_bitstream_filter_init() 2014-09-30 20:27:07 +02:00
blockdsp.c
blockdsp.h
bmp.c
bmp.h
bmp_parser.c avcodec/bmp_parser: delay frame end detection to the next header or EOF 2014-09-13 17:46:18 +02:00
bmpenc.c
bmvaudio.c
bmvvideo.c
brenderpix.c Merge commit 'e96c3b81ca' 2014-08-04 21:48:00 +02:00
bswapdsp.c
bswapdsp.h
bytestream.h bytestream2: set the reader to the end when reading more than available 2015-07-28 02:42:16 +02:00
c93.c
cabac.c cabac: Allow hardcoding CABAC table. 2014-09-06 20:59:20 +02:00
cabac.h cabac: Allow hardcoding CABAC table. 2014-09-06 20:59:20 +02:00
cabac_functions.h avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is not defined, evaluates to 0" 2014-09-08 21:06:47 +02:00
cabac_tablegen.c cabac: Allow hardcoding CABAC table. 2014-09-06 20:59:20 +02:00
cabac_tablegen.h cabac: Allow hardcoding CABAC table. 2014-09-06 20:59:20 +02:00
cavs.c Merge commit '85dc006b1a' 2014-11-18 03:16:38 +01:00
cavs.h
cavs_parser.c
cavsdata.c
cavsdec.c avcodec/cavsdec: Use ff_set_dimensions() 2015-05-21 20:43:39 +02:00
cavsdsp.c Merge commit '7fb993d338' 2014-07-25 13:05:08 +02:00
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
cdgraphics.c Merge commit 'c7d9b473e2' 2014-08-07 01:56:50 +02:00
cdxl.c
celp_filters.c celp_filters: don't use filter lenght as loop bound 2014-11-03 12:45:42 -05:00
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c avcodec/cinepak: fix integer underflow 2014-10-03 19:34:28 +02:00
cinepakenc.c
cljrdec.c
cljrenc.c
cllc.c
cngdec.c avcodec/cngdec: Use av_freep() to avoid leaving stale pointers in memory 2014-10-30 23:36:51 +01:00
cngenc.c
codec_desc.c avcodec/pngdec: add APNG support. 2014-11-21 17:13:56 +01:00
cook.c Merge commit '299d8ab104' 2014-11-24 13:18:41 +01:00
cook_parser.c
cookdata.h
copy_block.h
cos_tablegen.c
cpia.c
crystalhd.c avcodec/crystalhd: use av_freep() to avoid stale pointers 2014-10-30 23:35:32 +01:00
cscd.c
cyuv.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
dca.c Merge commit '45ff7c93dd' 2014-09-16 20:31:02 +02:00
dca.h avcodec/dca: Make ff_dca_convert_bitstream() available to libavformat, needed for dts_probe() 2014-08-06 22:28:35 +02:00
dca_parser.c Merge commit '45ff7c93dd' 2014-09-16 20:31:02 +02:00
dcadata.h Merge commit '45ff7c93dd' 2014-09-16 20:31:02 +02:00
dcadec.c avcodec/dcadec: Check active_bands 2015-05-21 20:43:39 +02:00
dcadsp.c Merge commit '45ff7c93dd' 2014-09-16 20:31:02 +02:00
dcadsp.h
dcaenc.c
dcaenc.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
dcahuff.h Merge commit '45ff7c93dd' 2014-09-16 20:31:02 +02:00
dct-test.c lavc: Use av_gettime_relative 2014-10-24 09:53:42 +03:00
dct.c avcodec/dct: use av_freep(), do not leave stale pointers in memory 2014-10-11 22:51:33 +02:00
dct.h Merge commit '95c0cec03a' 2014-09-03 03:19:40 +02:00
dct32.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dctref.c
dctref.h
dfa.c
dirac.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
dirac.h
dirac_arith.c
dirac_arith.h lavc/dirac_arith: Only compile x86 asm if ARCH_X86 is set. 2014-12-02 11:36:48 +01:00
dirac_dwt.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
dirac_dwt.h
dirac_parser.c avcodec/dirac_parser: use av_freep(), do not leave stale pointers in memory 2014-10-11 22:51:15 +02:00
diracdec.c avcodec/diracdec: Check slices malloc and propagate error code 2015-07-30 18:52:58 +02:00
diracdsp.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
diracdsp.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h lavc/dnxhd: ff_dnxhd_cid_table is not exported 2014-08-13 13:12:52 +02:00
dnxhddec.c avcodec/dnxhddec: Check that the frame is interlaced before using cur_field 2015-03-21 01:52:53 +01:00
dnxhdenc.c Merge commit '85dc006b1a' 2014-11-18 03:16:38 +01:00
dnxhdenc.h
dpcm.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
dpx.c avcodec/dpx: fix framerate 2014-10-15 16:08:36 +02:00
dpx_parser.c
dpxenc.c avcodec/dpxenc: implement write16/32 as functions 2015-07-28 02:42:14 +02:00
dsd_tablegen.c
dsd_tablegen.h
dsddec.c
dsicinaudio.c
dsicinvideo.c
dump_extradata_bsf.c
dv.c dv: increase VLC reading bits to 10 2014-10-28 12:22:03 +01:00
dv.h dv: increase VLC reading bits to 10 2014-10-28 12:22:03 +01:00
dv_profile.c avcodec/dv_profile: deprecate internal function that shouldn't be public 2014-09-19 14:32:38 -03:00
dv_profile.h avcodec/dv_profile: deprecate internal function that shouldn't be public 2014-09-19 14:32:38 -03:00
dv_profile_internal.h avcodec/dv_profile: deprecate internal function that shouldn't be public 2014-09-19 14:32:38 -03:00
dv_tablegen.c
dv_tablegen.h Merge commit 'ee0ebd3c14' 2014-09-09 19:30:55 +02:00
dvbsub.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
dvbsub_parser.c
dvbsubdec.c avcodec/dvbsubdec: av_assert* instead of assert() 2014-11-12 20:08:24 +01:00
dvd_nav_parser.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
dvdata.c dv: move inverse weight tables to decoder 2014-10-26 19:21:59 +01:00
dvdata.h dv: move inverse weight tables to decoder 2014-10-26 19:21:59 +01:00
dvdec.c Merge commit '74d7db586a' 2014-11-15 19:11:14 +01:00
dvdsub_parser.c avcodec/dvdsub_parser: print message if packet is smaller than the packet size field 2014-08-02 01:17:24 +02:00
dvdsubdec.c avcodec/dvdsubdec: fix accessing dangling pointers 2015-01-09 17:19:10 +01:00
dvdsubenc.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
dvenc.c dvenc: mark encoder as intra 2014-10-28 12:48:58 +01:00
dxa.c avcodec/dxa: check dimensions 2014-10-28 15:30:05 +01:00
dxtory.c avcodec/dxtory: Use LL instead of L number suffix 2015-02-12 17:10:35 +01:00
dxva2.c
dxva2.h Merge commit 'b8962d64cc' 2014-09-01 20:45:50 +02:00
dxva2_h264.c Merge commit '4600a85eaa' 2014-09-01 20:31:13 +02:00
dxva2_internal.h dxva2: Clean up definition of _WIN32_WINNT 2014-09-01 12:23:59 +02:00
dxva2_mpeg2.c Merge commit '4600a85eaa' 2014-09-01 20:31:13 +02:00
dxva2_vc1.c Merge commit '4600a85eaa' 2014-09-01 20:31:13 +02:00
eac3_data.c
eac3_data.h
eac3dec.c eac3dec: fix scaling 2015-03-21 01:52:53 +01:00
eac3enc.c
eac3enc.h
eacmv.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
eaidct.c
eaidct.h
eamad.c eamad: check for out of bounds read 2015-03-21 01:52:52 +01:00
eatgq.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
eatgv.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
eatqi.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
elbg.c
elbg.h
error_resilience.c Merge commit 'c442190a6b' 2014-11-04 21:28:48 +01:00
error_resilience.h Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
escape124.c Merge commit '1a9c1333b5' 2014-11-13 14:01:41 +01:00
escape130.c
evrcdata.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
evrcdec.c
exif.c Print a warning instead of requesting a sample for an invalid exif tag. 2014-07-24 11:58:11 +02:00
exif.h
exr.c avcodec/exr: fix crash caused by merge 2015-06-19 11:10:13 +02:00
faandct.c Replace av_unused attributes by block structures 2014-09-05 13:55:04 +02:00
faandct.h
faanidct.c Merge commit '213e606752' 2014-09-05 19:24:49 +02:00
faanidct.h
faxcompr.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-21 01:52:51 +01:00
faxcompr.h
fdctdsp.c Merge commit '1274ea8dba' 2014-09-08 00:54:55 +02:00
fdctdsp.h
fft-fixed-test.c
fft-fixed32-test.c
fft-internal.h
fft-test.c lavc: Use av_gettime_relative 2014-10-24 09:53:42 +03:00
fft.h Merge commit '24af1aa0f7' 2014-07-18 21:43:50 +02:00
fft_fixed.c
fft_fixed_32.c
fft_float.c
fft_init_table.c fft: add ff_ prefix to some global arrays. 2014-08-31 10:25:36 +02:00
fft_table.h fft: add ff_ prefix to some global arrays. 2014-08-31 10:25:36 +02:00
fft_template.c fft_template: Move variables to where they are used. 2014-08-31 10:25:36 +02:00
ffv1.c avcodec/ffv1: seperate slice_count from max_slice_count 2015-10-09 21:56:33 +02:00
ffv1.h avcodec/ffv1: seperate slice_count from max_slice_count 2015-10-09 21:56:33 +02:00
ffv1dec.c avcodec/ffv1: seperate slice_count from max_slice_count 2015-10-09 21:56:33 +02:00
ffv1enc.c avcodec/ffv1: seperate slice_count from max_slice_count 2015-10-09 21:56:33 +02:00
ffwavesynth.c
fic.c Silence warnings for fic files with zero-sized cursors. 2014-11-03 00:43:08 +01:00
file_open.c
flac.c Merge commit 'acc897e6b1' 2014-11-06 14:17:46 +01:00
flac.h Merge commit 'acc897e6b1' 2014-11-06 14:17:46 +01:00
flac_parser.c avcodec/flac_parser: fix handling EOF if no headers are found 2015-02-12 17:10:35 +01:00
flacdata.c
flacdata.h
flacdec.c avcodec/flacdec: fix off by 1 error 2014-11-26 04:11:16 +01:00
flacdsp.c x86/flacdsp: add SSE2 and AVX decorrelate functions 2014-11-13 13:47:55 -03:00
flacdsp.h x86/flacdsp: add SSE2 and AVX decorrelate functions 2014-11-13 13:47:55 -03:00
flacdsp_lpc_template.c cvcodec/flacdsp_lpc_template: osmetic fix 2014-08-13 05:01:35 +02:00
flacdsp_template.c
flacenc.c x86/flacdsp: add SSE2 and AVX decorrelate functions 2014-11-13 13:47:55 -03:00
flashsv.c
flashsv2enc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-21 01:52:51 +01:00
flashsvenc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-21 01:52:51 +01:00
flicvideo.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
flv.h Merge commit 'ff4d1aa8bc' 2014-09-02 22:07:06 +02:00
flvdec.c Merge commit 'ff4d1aa8bc' 2014-09-02 22:07:06 +02:00
flvenc.c Merge commit 'ff4d1aa8bc' 2014-09-02 22:07:06 +02:00
fmtconvert.c
fmtconvert.h
frame_thread_encoder.c huffyuvenc: add a non-deterministic option 2014-08-19 13:47:18 +02:00
frame_thread_encoder.h
fraps.c
frwu.c
g2meet.c g2meet: check ff_set_dimensions return value 2014-11-13 01:41:26 +01:00
g722.c
g722.h
g722dec.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
g722enc.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
g723_1.c
g723_1_data.h
g726.c
g729.h
g729data.h
g729dec.c
g729postfilter.c
g729postfilter.h
get_bits.h get_bits: remove unused assignment 2014-11-03 10:15:07 -05:00
gif.c avcodec/gif: fix off by one in column offsetting finding 2015-02-16 17:59:48 +01:00
gif.h
gifdec.c avcodec/gifdec: factorize interleave end handling out 2014-10-03 20:20:23 +02:00
golomb-test.c
golomb.c
golomb.h avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k values 2015-05-21 20:43:39 +02:00
gsm.h
gsm_parser.c
gsmdec.c
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
h261.c
h261.h
h261_parser.c
h261data.c
h261dec.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
h261enc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
h263.c
h263.h Merge commit '277ff7f5dc' 2014-11-24 12:45:07 +01:00
h263_parser.c
h263_parser.h
h263data.h
h263dec.c Merge commit 'c80a816142' 2014-10-14 00:04:18 +02:00
h263dsp.c
h263dsp.h
h264.c avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-17 15:20:29 +02:00
h264.h avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-17 15:20:29 +02:00
h264_cabac.c avcodec/h264_cabac: use int instead of long for mbb_xy 2015-02-12 17:10:36 +01:00
h264_cavlc.c
h264_direct.c Merge commit 'c39059bea3' 2014-07-21 02:16:13 +02:00
h264_loopfilter.c Merge commit '213e606752' 2014-09-05 19:24:49 +02:00
h264_mb.c h264_mb: Use smaller data type for refs in await_references. 2014-11-22 14:06:48 +01:00
h264_mb_template.c
h264_mc_template.c
h264_mp4toannexb_bsf.c avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size check 2015-10-09 21:58:11 +02:00
h264_mvpred.h
h264_parser.c avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-17 15:20:29 +02:00
h264_picture.c
h264_ps.c avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-17 15:20:29 +02:00
h264_refs.c avcodec/h264_refs: Do not set reference to things which dont exist 2015-04-17 15:20:29 +02:00
h264_sei.c avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroes 2014-09-16 04:07:22 +02:00
h264_slice.c avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/h 2015-07-28 02:42:15 +02:00
h264addpx_template.c
h264chroma.c
h264chroma.h
h264chroma_template.c
h264data.h h264_ps: move and export aspect_ratio 2014-11-30 04:15:40 +01:00
h264dsp.c Merge commit 'db7f1c7c5a' 2014-08-05 12:46:10 +02:00
h264dsp.h Merge commit 'db7f1c7c5a' 2014-08-05 12:46:10 +02:00
h264dsp_template.c
h264idct.c
h264idct.h
h264idct_template.c
h264pred.c
h264pred.h
h264pred_template.c
h264qpel.c
h264qpel.h
h264qpel_template.c Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
hevc.c hevc: properly handle no_rasl_output_flag when removing pictures from the DPB 2015-10-09 21:57:05 +02:00
hevc.h hevc: properly handle no_rasl_output_flag when removing pictures from the DPB 2015-10-09 21:57:05 +02:00
hevc_cabac.c hevc_cabac: decrease CABAC_MAX_BIN 2014-11-11 11:49:54 +01:00
hevc_filter.c Merge commit '7acdd3a127' 2014-08-09 21:49:55 +02:00
hevc_mvs.c Merge commit '9e9be5a20c' 2014-11-11 21:57:41 +01:00
hevc_parser.c avcodec/hevc_ps: do not loose all reference to pointers still in use 2014-07-12 21:03:09 +02:00
hevc_ps.c avcodec/hevc_ps: Only discard overread VPS if a previous is available 2015-06-19 11:10:43 +02:00
hevc_refs.c hevc: properly handle no_rasl_output_flag when removing pictures from the DPB 2015-10-09 21:57:05 +02:00
hevc_sei.c avcodec/hevc_sei: Check num_sps_ids_minus1 value 2015-05-21 20:43:38 +02:00
hevcdsp.c Merge commit '1a880b2fb8' 2014-07-27 00:20:48 +02:00
hevcdsp.h hevcdsp: remove more instances of compile-time-fixed parameters 2014-08-22 15:22:42 +02:00
hevcdsp_template.c Merge commit 'de1f8ead89' 2014-11-17 11:41:35 +01:00
hevcpred.c hevc/rext: basic infrastructure for supporting range extension 2014-07-15 13:47:35 +02:00
hevcpred.h
hevcpred_template.c hevc/rext: basic infrastructure for supporting range extension 2014-07-15 13:47:35 +02:00
hnm4video.c Merge commit '16158da960' 2014-11-25 12:19:08 +01:00
hpel_template.c
hpeldsp.c
hpeldsp.h hpeldsp: Increase put_no_rnd_pixels_tab[][] size 2014-11-11 11:41:49 +01:00
huffman.c
huffman.h
huffyuv.c
huffyuv.h huffyuvenc: add a non-deterministic option 2014-08-19 13:47:18 +02:00
huffyuvdec.c huffyuvdec: validate image size 2015-07-30 18:53:29 +02:00
huffyuvdsp.c
huffyuvdsp.h Include config.h from huffyuvdsp.h. 2014-11-25 02:00:27 +01:00
huffyuvenc.c huffyuvenc: write last odd sample 2014-08-25 23:12:30 +02:00
huffyuvencdsp.c
huffyuvencdsp.h
idcinvideo.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
idctdsp.c avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_size 2014-09-24 21:43:19 -03:00
idctdsp.h avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_size 2014-09-24 21:43:19 -03:00
iff.c avcodec/iff: check pixfmt for rgb8 / rgbn 2014-08-10 22:05:55 +02:00
iirfilter.c avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer 2014-10-14 20:46:15 +02:00
iirfilter.h avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer 2014-10-14 20:46:15 +02:00
imc.c avcodec/imc: Use avpriv_float_dsp_alloc() 2014-11-20 22:46:44 +01:00
imcdata.h
imgconvert.c Merge commit '78670fbf07' 2014-07-22 12:55:11 +02:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c indeo2: move variable declarations into blocks using them. 2014-11-22 14:06:48 +01:00
indeo2data.h
indeo3.c avcodec/indeo3: ensure offsets are non negative 2014-12-22 03:17:55 +01:00
indeo3data.h
indeo4.c
indeo4data.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
indeo5.c
indeo5data.h
intelh263dec.c
internal.h avcodec/internal: Add () to argument of FF_SIGNBIT() to ensure correct order or operations 2014-11-18 03:42:40 +01:00
interplayvideo.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
intrax8.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
ituh263enc.c
ivi_common.c
ivi_common.h
ivi_dsp.c
ivi_dsp.h
j2kenc.c
jacosub.h
jacosubdec.c avcodec/jacosubdec: use time_internal.h, simplify code 2014-11-02 20:06:40 +01:00
jfdctfst.c
jfdctint.c
jfdctint_template.c
jpeg2000.c Merge commit 'a2448cfe16' 2014-11-13 15:20:40 +01:00
jpeg2000.h
jpeg2000dec.c avcodec/jpeg2000dec: Check that coords match before applying ICT 2015-07-28 02:33:56 +02:00
jpeg2000dsp.c jpeg2000: split off inverse MCT as Jpeg2000DSP 2014-10-08 08:02:55 +00:00
jpeg2000dsp.h jpeg2000: split off inverse MCT as Jpeg2000DSP 2014-10-08 08:02:55 +00:00
jpeg2000dwt.c
jpeg2000dwt.h jpeg2000: split off inverse MCT as Jpeg2000DSP 2014-10-08 08:02:55 +00:00
jpegls.c
jpegls.h
jpeglsdec.c avcodec/jpeglsdec: Check run value more completely in ls_decode_line() 2014-10-03 02:18:08 +02:00
jpeglsdec.h
jpeglsenc.c
jrevdct.c Merge commit '95c0cec03a' 2014-09-03 03:19:40 +02:00
jvdec.c jvdec: check frame dimensions 2014-12-22 03:17:56 +01:00
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c
lagarith.c avcodec/lagarith: fix integer overflow 2014-11-11 03:19:49 +01:00
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c avcodec/lcldec: support rgb24 with width%4 != 0 2014-11-17 21:06:31 +01:00
lclenc.c
libaacplus.c
libavcodec.v lavc: stop exporting internal functions and tables 2014-08-11 13:23:48 +02:00
libcelt_dec.c
libfaac.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libfdk-aacdec.c libfdk-aacdec: Support building with the latest version of fdk-aac 2014-11-10 09:43:57 +02:00
libfdk-aacenc.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libgsmdec.c Merge commit 'b4edbe9a0e' 2014-07-18 22:28:34 +02:00
libgsmenc.c Merge commit 'b4edbe9a0e' 2014-07-18 22:28:34 +02:00
libilbc.c avcodec/libilbc: support for latest git of libilbc 2014-09-19 09:29:07 +02:00
libmp3lame.c avcodec/libmp3lame: Use avpriv_float_dsp_alloc() 2014-11-30 11:21:50 +01:00
libopencore-amr.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libopenjpegdec.c libopenjpegdec: check existence of image component data 2015-07-28 02:33:56 +02:00
libopenjpegenc.c libopenjpegenc: add NULL check for img before accessing it 2015-07-28 02:33:56 +02:00
libopus.c
libopus.h
libopusdec.c
libopusenc.c Merge commit '8dd0a2c5cf' 2014-11-13 12:12:27 +01:00
libschroedinger.c
libschroedinger.h
libschroedingerdec.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
libschroedingerenc.c
libshine.c libshine: fix support for shine 3.0 2015-07-30 18:53:15 +02:00
libspeexdec.c avcodec/libspeexdec: make array const 2014-11-22 14:10:47 +01:00
libspeexenc.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libstagefright.cpp Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
libtheoraenc.c avcodec/libtheoraenc: Check for av_malloc failure 2015-05-21 20:43:39 +02:00
libtwolame.c libtwolame: prevent a NULL pointer dereference 2014-11-21 12:27:07 +00:00
libutvideo.h
libutvideodec.cpp avcodec/libutvideodec: Try to fix build failure with old libutvideo 2014-10-29 13:15:26 +01:00
libutvideoenc.cpp Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
libvo-aacenc.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libvo-amrwbenc.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libvorbisdec.c lavc/libvorbisdec: use better error codes 2014-11-23 03:33:00 +01:00
libvorbisenc.c avcodec/libvorbisenc: Give CODEC_CAP_SMALL_LAST_FRAME to libvorbis encoder. 2014-11-18 20:23:08 +01:00
libvpx.c
libvpx.h
libvpxdec.c Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P. 2014-09-26 00:06:41 +02:00
libvpxenc.c libvpxenc: only set noise reduction w/vp8 2015-05-21 20:43:37 +02:00
libwavpackenc.c
libwebpenc.c avcodec/libwebpenc: add quality option 2014-11-03 19:10:22 +01:00
libx264.c libavcodec/libx264: Use av_freep() avoid leaving stale pointers in memory 2014-11-18 11:33:00 +01:00
libx265.c libx265: enable psnr reporting when requested by the user 2014-10-01 14:31:48 +01:00
libxavs.c libavcodec/libxavs: Use av_freep() avoid leaving stale pointers in memory 2014-11-18 11:33:41 +01:00
libxvid.c lavc/libxvid: return meaningful error codes 2014-11-25 22:18:08 +01:00
libxvid.h Merge commit '0a02426826' 2014-08-26 21:45:39 +02:00
libxvid_rc.c avcodec: Read errno before av_log() as the callback from av_log() might affect errno 2014-10-25 13:28:51 +02:00
libzvbi-teletextdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
ljpegenc.c
loco.c
log2_tab.c
lossless_audiodsp.c
lossless_audiodsp.h avcodec/x86/lossless_audiodsp: support len %16 == 8 in scalarproduct_and_madd_int16() 2014-11-22 20:40:36 +01:00
lossless_videodsp.c
lossless_videodsp.h
lpc.c lpc: Reduce stack usage by allocating LLSModel in context. 2014-11-23 06:51:18 +01:00
lpc.h lpc: remove unneeded {} 2014-11-25 02:00:06 +00:00
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
Makefile ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-21 01:52:52 +01:00
mathops.h Fix compile error on bfin. 2014-08-05 01:54:47 +02:00
mathtables.c
mdct_fixed.c
mdct_fixed_32.c
mdct_float.c
mdct_template.c
mdec.c mdec: check for out of bounds read 2015-03-21 01:52:52 +01:00
me_cmp.c Merge commit '9c12c6ff95' 2014-11-24 12:13:00 +01:00
me_cmp.h Merge commit '9c12c6ff95' 2014-11-24 12:13:00 +01:00
metasound.c
metasound_data.c
metasound_data.h
microdvddec.c avcodec/microdvddec: support non persistent italic marker '/' 2014-11-23 13:13:38 +01:00
mimic.c
mjpeg.c
mjpeg.h
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c avcodec/mjpegdec: fix len computation in ff_mjpeg_decode_dqt() 2015-05-21 20:43:38 +02:00
mjpegdec.h avcodec/mjpegdec: simplify chroma_height calculation 2014-10-21 21:36:17 +02:00
mjpegenc.c mjpegenc: fix argument size in encode_mb 2014-11-11 11:41:49 +01:00
mjpegenc.h mjpegenc: fix argument size in encode_mb 2014-11-11 11:41:49 +01:00
mjpegenc_common.c avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer() 2015-06-19 11:11:26 +02:00
mjpegenc_common.h avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer() 2015-06-19 11:11:26 +02:00
mlp.c
mlp.h mlpdec: support TrueHD streams with an Atmos substream 2014-09-21 14:38:32 +02:00
mlp_parser.c mlpdec: support major sync headers with optional extension blocks 2014-09-21 13:32:56 +02:00
mlp_parser.h mlpdec: support major sync headers with optional extension blocks 2014-09-21 13:32:56 +02:00
mlpdec.c Merge commit '2ffb0598db' 2014-11-13 13:59:53 +01:00
mlpdsp.c
mlpdsp.h
mmvideo.c mmvideo: check frame dimensions 2014-12-22 03:17:56 +01:00
motion-test.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
motion_est.c avcodec/motion_est: use 2x8x8 for interlaced qpel 2014-12-01 13:41:16 +01:00
motion_est_template.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
motionpixels.c
motionpixels_tablegen.c
motionpixels_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
movsub_bsf.c
movtextdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
movtextenc.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
mp3_header_decompress_bsf.c
mpc.c
mpc.h
mpc7.c
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4audio.c
mpeg4audio.h avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZE 2015-05-21 20:43:38 +02:00
mpeg4data.h
mpeg4video.c
mpeg4video.h Merge commit '93f29948e4' 2014-08-14 12:50:40 +02:00
mpeg4video_parser.c avcodec/mpeg4video_parser: fix spurious extradata parse warnings 2014-11-15 17:30:44 +01:00
mpeg4video_parser.h
mpeg4videodec.c mpeg4videodec: only allow a positive length 2015-05-21 20:43:36 +02:00
mpeg4videoenc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
mpeg12.c rl.h: Use on-stack temporary VLC tables instead of having them static. 2014-09-02 19:20:28 +02:00
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c avcodec/mpeg12dec: forward error codes 2014-11-20 16:31:27 +01:00
mpeg12enc.c mpeg12enc: increase declared size of block function argument 2014-11-11 11:26:02 +01:00
mpeg_er.c
mpeg_er.h
mpegaudio.c
mpegaudio.h
mpegaudio_parser.c avcodec/mpegaudio_parser: fix off by 1 error in bitrate calculation 2014-11-06 00:05:22 +01:00
mpegaudio_tablegen.c
mpegaudio_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_fixed.c
mpegaudiodec_float.c avcodec/mpegaudiodec_float: Use avpriv_float_dsp_alloc() 2014-12-03 14:52:38 +01:00
mpegaudiodec_template.c avcodec/mp3: fix skipping zeros 2015-10-09 21:56:00 +02:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
mpegaudiotab.h
mpegutils.c
mpegutils.h
mpegvideo.c avcodec/mpegvideo: Clear pointers in ff_mpv_common_init() 2015-07-28 02:42:15 +02:00
mpegvideo.h avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() out 2015-06-19 11:11:18 +02:00
mpegvideo_enc.c avcodec/mpegvideo_enc: Update the buffer size as more slices are merged 2015-07-28 02:33:56 +02:00
mpegvideo_motion.c avcodec/mpegvideo_motion: Fix gmc chroma dimensions 2015-02-12 17:10:36 +01:00
mpegvideo_parser.c avcodec/mpeg12dec: fix time_base and framerate 2014-10-15 15:54:02 +02:00
mpegvideo_xvmc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
mpegvideoencdsp.h
mpl2dec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
mqc.c
mqc.h
mqcdec.c
mqcenc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c
msmpeg4enc.c
msrle.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
msrledec.c msrledec: use signed pixel_ptr in msrle_decode_pal4 2015-04-17 15:20:30 +02:00
msrledec.h
mss1.c lavc/mss1: fix mem leak in case of init failure 2014-11-23 20:52:38 +01:00
mss2.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c
mss12.c
mss12.h
mss34dsp.c
mss34dsp.h
msvideo1.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
msvideo1enc.c Replace incorrect use of "multiply" with "multiple" 2014-08-27 16:00:17 -08:00
mvcdec.c
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c avcodec/nellymoser: Use avpriv_float_dsp_alloc() 2014-11-18 12:11:57 +01:00
nellymoserenc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-21 01:52:51 +01:00
noise_bsf.c
nuv.c
old_codec_ids.h
on2avc.c avcodec/on2avc: Check run more carefully 2015-05-21 20:43:38 +02:00
on2avcdata.c
on2avcdata.h
options.c lavc/options: fix leaks in avcodec_free_context 2014-11-26 23:32:33 +01:00
options_table.h avcodec/options_table: remove extradata_size from the AVOptions table 2015-03-21 01:52:52 +01:00
opus.c avcodec: Add support for Opus in MPEG-TS 2014-10-26 22:29:07 +01:00
opus.h avcodec/opusdec: Use avpriv_float_dsp_alloc() 2014-12-03 14:52:38 +01:00
opus_celt.c avcodec/opus_celt: Use avpriv_float_dsp_alloc() 2014-12-01 20:03:23 +01:00
opus_imdct.c
opus_imdct.h
opus_parser.c avcodec: Add support for Opus in MPEG-TS 2014-10-26 22:29:07 +01:00
opus_silk.c
opusdec.c avcodec/opusdec: Fix delayed sample value 2015-03-21 01:52:52 +01:00
paf.h
pafaudio.c avcodec/pafaudio: use paf.h instead 2014-08-19 13:35:44 +00:00
pafvideo.c avcodec/pafvideo: remove unused header 2014-08-19 13:35:02 +00:00
pamenc.c
parser.c avcodec/parser: use av_freep() to avoid leaving stale pointers in memory 2014-11-01 11:36:41 +01:00
parser.h
pcm-bluray.c
pcm-dvd.c Merge commit 'b97f6ef956' 2014-09-26 12:30:02 +02:00
pcm.c pcm: Drop av_unused attribute from variable that is always used 2014-08-19 06:22:08 -07:00
pcm_tablegen.c
pcm_tablegen.h
pcx.c
pcxenc.c
pel_template.c
pgssubdec.c Merge commit 'd98e6c5d5d' 2014-08-01 04:46:50 +02:00
pictordec.c
pixblockdsp.c alpha/pixblockdsp: move code out of dsputil 2014-07-10 04:01:03 +02:00
pixblockdsp.h avcodec: Change get_pixels() to ptrdiff_t linesize 2014-08-06 15:50:54 +02:00
pixblockdsp_template.c avcodec: Change get_pixels() to ptrdiff_t linesize 2014-08-06 15:50:54 +02:00
pixels.h
png.c
png.h
png_parser.c png_parser: fix size of chunk_lenght 2014-11-11 11:49:54 +01:00
pngdec.c avcodec/pngdec: Check values before updating context in decode_fctl_chunk() 2015-07-28 02:42:15 +02:00
pngdsp.c
pngdsp.h pngdsp x86: use unaligned access 2014-12-03 11:56:22 +01:00
pngenc.c Merge commit '5735552f1f' 2014-08-01 16:24:23 +02:00
pnm.c avcodec/pnm: check buf[0] before using buf[1] 2014-08-03 14:01:03 +02:00
pnm.h
pnm_parser.c
pnmdec.c
pnmenc.c Revert "pnmenc: use bits_per_raw_sample" 2014-08-25 02:59:17 +02:00
proresdata.c
proresdata.h
proresdec.h Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
proresdec2.c avcodec/proresdec2: Reset slice_count on deallocation 2015-05-21 20:43:39 +02:00
proresdec_lgpl.c
proresdsp.c Merge commit 'b4987f7219' 2014-07-18 22:01:17 +02:00
proresdsp.h Fix make checkheaders for libavcodec/proresdsp.h. 2014-07-18 19:05:07 +02:00
proresenc_anatoliy.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-21 01:52:51 +01:00
proresenc_kostya.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-21 01:52:51 +01:00
psymodel.c avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer 2014-10-14 20:46:15 +02:00
psymodel.h
pthread.c
pthread_frame.c avcodec/pthread_frame: clear priv_data, avoid stale pointer in error case 2015-07-28 02:42:16 +02:00
pthread_internal.h
pthread_slice.c avcodec/pthread_slice: Use av_freep() to avoid leaving stale pointers in memory 2014-11-01 11:36:41 +01:00
ptx.c
put_bits.h avcodec/put_bits: Assert that there is enough space left in skip_put_bytes() 2015-07-28 02:33:56 +02:00
qcelpdata.h
qcelpdec.c
qdm2.c qdm2: avoid integer overflow 2014-11-21 12:37:50 +00:00
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
qdrw.c
qpeg.c qpeg: avoid pointless invalid memcpy() 2015-02-12 17:10:35 +01:00
qpel_template.c
qpeldsp.c Merge commit '7fb993d338' 2014-07-25 13:05:08 +02:00
qpeldsp.h Merge commit '7fb993d338' 2014-07-25 13:05:08 +02:00
qtrle.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
qtrleenc.c
r210dec.c
r210enc.c
ra144.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ra144.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ra144dec.c
ra144enc.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
ra288.c avcodec/ra288: Use avpriv_float_dsp_alloc() 2014-11-29 19:22:32 +01:00
ra288.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ralf.c
ralfdata.h
rangecoder.c rangecoder-test: Allow running with small stack size. 2014-09-02 19:20:28 +02:00
rangecoder.h Merge commit '213e606752' 2014-09-05 19:24:49 +02:00
ratecontrol.c Merge commit '530c1441fd' 2014-10-18 19:23:00 +02:00
ratecontrol.h
raw.c avcodec/raw: add avpriv_get_raw_pix_fmt_tags() 2014-08-07 12:52:38 +02:00
raw.h lavc/raw: remove obsolete ff_raw_pix_fmt_tags cruft 2014-08-11 13:46:23 +02:00
rawdec.c avcodec/rawdec: Check the return code of avpicture_get_size() 2014-11-26 19:01:17 +01:00
rawenc.c avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2() 2015-07-28 02:42:15 +02:00
rdft.c Merge commit '096a1d5b46' 2014-09-05 19:16:15 +02:00
rdft.h dct/rdft: Remove duplicate typedefs for context structs 2014-07-25 02:02:15 -07:00
realtextdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
rectangle.h
remove_extradata_bsf.c
resample.c avcodec/resample: check for malloc failure 2014-07-31 13:04:28 +02:00
resample2.c avcodec/resample2: Use av_malloc(z)_array() 2014-07-17 18:00:25 +02:00
rl.h rl.h: Use on-stack temporary VLC tables instead of having them static. 2014-09-02 19:20:28 +02:00
rl2.c avcodec/rl2: clear freed pointers 2014-11-16 23:48:38 +01:00
rle.c
rle.h
rnd_avg.h
roqaudioenc.c Merge commit '55b59fab88' 2014-11-24 13:40:06 +01:00
roqvideo.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
roqvideo.h
roqvideodec.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
roqvideoenc.c roqvideoenc: set enc->avctx in roq_encode_init 2015-03-21 01:52:52 +01:00
rpza.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
rtjpeg.c
rtjpeg.h
rv10.c avcodec/mpegvideo: Factor ff_mpv_decode_init() out 2014-09-05 20:48:06 +02:00
rv10enc.c avcodec/rv10: check size of s->mb_width * s->mb_height 2015-03-21 01:52:52 +01:00
rv20enc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
rv30.c lavc/rv30: fix mem leak in case of init failure 2014-11-23 20:53:17 +01:00
rv30data.h
rv30dsp.c Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
rv34.c avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy() 2015-07-28 02:42:16 +02:00
rv34.h
rv34_parser.c
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c
rv40data.h
rv40dsp.c Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c
s302menc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-21 01:52:51 +01:00
samidec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
sanm.c avcodec/sanm: Reset sizes in destroy_buffers() 2015-07-28 02:42:16 +02:00
sbr.h avcodec/aacsbr: check that the element type matches before applying SBR 2015-07-28 02:42:15 +02:00
sbrdsp.c
sbrdsp.h
sgi.h
sgidec.c avcodec/sgidec: fix count check 2014-10-27 20:55:57 +01:00
sgienc.c
sgirledec.c
shorten.c avcodec/shorten: More complete pred_order check 2015-05-21 20:43:39 +02:00
simple_idct.c
simple_idct.h Merge commit '5dcc201505' 2014-07-19 13:56:29 +02:00
simple_idct_template.c
sinewin.c
sinewin.h
sinewin_tablegen.c
sinewin_tablegen.h
sipr.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
sipr.h
sipr16k.c sipr16kdata.h: add forgotten const. 2014-08-31 10:25:36 +02:00
sipr16kdata.h sipr16kdata.h: add forgotten const. 2014-08-31 10:25:36 +02:00
siprdata.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
smacker.c lavc/smacker: fix mem leak in case of init failure 2014-11-23 03:25:34 +01:00
smc.c avcodec/smc: fix off by 1 error 2014-10-03 22:51:29 +02:00
smvjpegdec.c avcodec/smvjpegdec: check avcodec_decode_video2() return code 2015-05-21 20:43:39 +02:00
snow.c avcodec/snow: clear freed pointers 2014-11-16 23:48:38 +01:00
snow.h snow: remove an obsolete av_assert2 2015-07-30 18:53:34 +02:00
snow_dwt.c Merge commit '9c12c6ff95' 2014-11-24 12:13:00 +01:00
snow_dwt.h Include stddef from snow_dwt.h. 2014-11-25 02:00:27 +01:00
snowdata.h
snowdec.c avcodec/snowdec: Fix ref value check 2015-03-21 01:52:51 +01:00
snowenc.c avcodec/snow: clear freed pointers 2014-11-16 23:48:38 +01:00
sonic.c sonic: set avctx->channels in sonic_decode_init 2015-07-28 02:33:57 +02:00
sp5x.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
sp5xdec.c
srtdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
srtenc.c Kill timed SRT 2014-09-30 20:21:14 +02:00
startcode.c Merge commit 'db7f1c7c5a' 2014-08-05 12:46:10 +02:00
startcode.h Merge commit 'db7f1c7c5a' 2014-08-05 12:46:10 +02:00
subviewerdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
sunrast.c
sunrast.h
sunrastenc.c Merge commit '4dda5e9b08' 2014-11-13 13:31:08 +01:00
svq1.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1_cb.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1_vlc.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1dec.c avcodec/svq1dec: zero terminate embedded message before printing 2014-10-30 18:23:09 +01:00
svq1enc.c svq1enc: reduce stack usage of recursively-called function. 2014-11-23 06:51:18 +01:00
svq1enc.h svq1enc: reduce stack usage of recursively-called function. 2014-11-23 06:51:18 +01:00
svq1enc_cb.h
svq3.c avcodec/svq3: Dont memcpy AVFrame 2014-10-04 00:21:17 +02:00
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint.h aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
tak.c
tak.h
tak_parser.c
takdec.c takdec: ensure chan2 is a valid channel index 2015-07-28 02:33:56 +02:00
targa.c
targa.h
targa_y216dec.c
targaenc.c
textdec.c Added STL demuxer and decoder 2014-10-22 23:12:38 +02:00
thread.h
tiertexseqv.c
tiff.c avcodec/tiff: move bpp check to after "end:" 2015-03-21 01:52:52 +01:00
tiff.h Merge commit '12640e4cbb' 2014-08-18 19:52:22 +02:00
tiff_common.c
tiff_common.h fix spelling errors 2014-07-12 22:33:27 +02:00
tiff_data.c
tiff_data.h
tiffenc.c Merge commit '0562887a98' 2014-11-24 13:28:57 +01:00
tmv.c
tpeldsp.c
tpeldsp.h
truemotion1.c
truemotion1data.h
truemotion2.c avcodec/truemotion2: Use av_freep() to avoid leaving stale pointers in memory 2014-11-19 13:44:30 +01:00
truespeech.c
truespeech_data.h
tscc.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
tscc2.c
tscc2data.h
tta.c avcodec/tta: Use av_freep() to avoid leaving stale pointers in memory 2014-11-19 13:44:39 +01:00
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c
twinvq.c avcodec/twinvq: Use avpriv_float_dsp_alloc() 2014-11-29 19:22:54 +01:00
twinvq.h avcodec/twinvq: Use avpriv_float_dsp_alloc() 2014-11-29 19:22:54 +01:00
twinvq_data.h
twinvqdec.c
txd.c
ulti.c
ulti_cb.h
unary.h
utils.c avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() for H.264 2015-07-28 02:42:16 +02:00
utvideo.c
utvideo.h
utvideodec.c avcodec/utvideodec: Fix handling of slice_height=0 2014-12-22 03:17:55 +01:00
utvideoenc.c utvideoenc: properly set slice height/last line 2014-10-10 20:08:24 +02:00
v210dec.c
v210dec.h
v210enc.c v210enc: Add SIMD optimised 8-bit and 10-bit encoders 2014-11-26 20:30:47 +01:00
v210enc.h v210enc: Add SIMD optimised 8-bit and 10-bit encoders 2014-11-26 20:30:47 +01:00
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c
v410enc.c
vaapi.c
vaapi.h
vaapi_h264.c vaapi: set the scaling list correctly. 2014-08-14 05:50:08 +00:00
vaapi_internal.h
vaapi_mpeg.c
vaapi_mpeg2.c
vaapi_mpeg4.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
vaapi_vc1.c
vb.c
vble.c
vc1.c avcodec/vc1: fix time_base and framerate 2014-10-15 16:08:36 +02:00
vc1.h Merge commit '1a02e78653' 2014-10-09 03:06:20 +02:00
vc1_block.c Merge commit 'd25afb579f' 2014-11-25 12:00:11 +01:00
vc1_common.h Merge commit '4d55e9de27' 2014-09-04 20:09:01 +02:00
vc1_loopfilter.c vc1: Use the correct shift amount 2014-11-25 02:00:06 +00:00
vc1_mc.c Merge commit '28d82b7675' 2014-11-13 13:23:42 +01:00
vc1_parser.c avcodec/vc1: fix time_base and framerate 2014-10-15 16:08:36 +02:00
vc1_pred.c Merge commit 'bc75b64cff' 2014-11-25 11:05:15 +01:00
vc1_pred.h Merge commit '04d14c9b68' 2014-10-08 22:00:09 +02:00
vc1acdata.h
vc1data.c
vc1data.h Merge commit '04d14c9b68' 2014-10-08 22:00:09 +02:00
vc1dec.c vc1dec: use get_bits_long and limit the read bits to 32 2015-07-30 18:53:24 +02:00
vc1dsp.c Merge commit 'adf8227cf4' 2014-08-05 13:00:41 +02:00
vc1dsp.h Merge commit 'adf8227cf4' 2014-08-05 13:00:41 +02:00
vcr1.c
vda.c
vda.h
vda_h264.c
vda_h264_dec.c
vda_internal.h
vdpau.c Merge commit 'ce91b2eae6' 2014-10-28 11:05:12 +01:00
vdpau.h doc: fix spelling errors 2014-12-01 00:31:06 +01:00
vdpau_h264.c Merge commit '26ab504ad8' 2014-10-28 10:58:12 +01:00
vdpau_internal.h Merge commit 'd565fef1b8' 2014-10-15 12:30:07 +02:00
vdpau_mpeg4.c vdpau_mpeg4: Do not fail on unknown profile. 2014-11-05 20:07:31 +01:00
vdpau_mpeg12.c Merge commit '89ac99ba5f' 2014-10-06 13:21:52 +02:00
vdpau_vc1.c Merge commit '89ac99ba5f' 2014-10-06 13:21:52 +02:00
version.h avcodec/pngdec: add APNG support. 2014-11-21 17:13:56 +01:00
videodsp.c
videodsp.h
videodsp_template.c
vima.c
vmdaudio.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
vmdvideo.c avcodec/vmdvideo: Check len before using it in method 3 2014-12-22 03:17:55 +01:00
vmnc.c
vorbis.c
vorbis.h
vorbis_data.c
vorbis_enc_data.h
vorbis_parser.c vorbis_parser: Move vp check to avoid a null pointer dereference 2014-11-25 02:00:06 +00:00
vorbis_parser.h vorbis_parser: Include stdint.h in the header, to make it work standalone 2014-11-25 14:01:46 +02:00
vorbis_parser_internal.h avcodec/export av_vorbis_parse_frame_flags() 2014-11-06 11:58:32 +01:00
vorbisdec.c avcodec/vorbisdec: Use avpriv_float_dsp_alloc() 2014-12-01 20:07:09 +01:00
vorbisdsp.c
vorbisdsp.h
vorbisenc.c Merge commit '5aa710f461' 2014-11-13 13:34:39 +01:00
vp3.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
vp3_parser.c
vp3data.h avcodec/vp3data: use more compact data types 2014-08-30 13:45:15 +02:00
vp3dsp.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
vp3dsp.h
vp5.c
vp5data.h
vp6.c avcodec/vp6: Use av_freep(), avoid leaving stale pointers 2014-11-21 18:03:27 +01:00
vp6data.h
vp6dsp.c
vp8.c avcodec/vp8: Check buffer size in vp8_decode_frame_header() 2015-07-28 02:42:16 +02:00
vp8.h vp8: change mv_{min,max}.{x,y} type to int 2015-07-28 02:33:56 +02:00
vp8_parser.c
vp8data.h
vp8dsp.c
vp8dsp.h
vp9.c vp9/update_prob: prevent out of bounds table read 2015-07-28 02:42:15 +02:00
vp9.h vp9: Use the correct upper bound for seg_id 2014-11-21 12:37:05 +00:00
vp9_parser.c vp9: avoid infinite loop with broken files 2015-11-26 01:37:52 +01:00
vp9data.h
vp9dsp.c
vp9dsp.h
vp56.c
vp56.h Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c avcodec/vqavideo: Check chunk size 2015-05-21 20:43:38 +02:00
wavpack.c avcodec/wavpack: Check L/R values before use to avoid harmless integer overflow and undefined behavior in fate 2015-05-21 20:43:37 +02:00
wavpack.h avcodec/wavpack: increase WV_MAX_SAMPLES 2014-08-29 10:37:49 +00:00
wavpackenc.c wavpackenc: reset trailer info on block encoding 2014-08-22 18:44:16 +00:00
wavpackenc.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
webp.c avcodec/webp: validate the distance prefix code 2015-03-21 01:52:52 +01:00
webvttdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
webvttenc.c
wma.c avcodec/wma: Use avpriv_float_dsp_alloc() 2014-11-30 11:19:29 +01:00
wma.h avcodec/wma: Use avpriv_float_dsp_alloc() 2014-11-30 11:19:29 +01:00
wma_common.c Merge commit 'd2a4e4b9cc' 2014-09-03 22:10:21 +02:00
wma_common.h
wma_freqs.c Merge commit 'f20518568a' 2014-09-04 19:46:06 +02:00
wma_freqs.h Merge commit 'f20518568a' 2014-09-04 19:46:06 +02:00
wmadata.h Merge commit 'f20518568a' 2014-09-04 19:46:06 +02:00
wmadec.c avcodec/wma: Use avpriv_float_dsp_alloc() 2014-11-30 11:19:29 +01:00
wmaenc.c avcodec/wma: Use avpriv_float_dsp_alloc() 2014-11-30 11:19:29 +01:00
wmalosslessdec.c wmalosslessdec: reset frame->nb_samples on packet loss 2015-07-28 02:42:15 +02:00
wmaprodata.h
wmaprodec.c avcodec/wmaprodec: Use avpriv_float_dsp_alloc() 2014-12-01 18:07:59 +01:00
wmavoice.c wmavoice: limit wmavoice_decode_packet return value to packet size 2015-07-28 02:42:15 +02:00
wmavoice_data.h
wmv2.c Merge commit 'eda7571ea1' 2014-09-03 04:13:37 +02:00
wmv2.h Merge commit 'eda7571ea1' 2014-09-03 04:13:37 +02:00
wmv2dec.c Merge commit 'eda7571ea1' 2014-09-03 04:13:37 +02:00
wmv2dsp.c Merge commit '7fb993d338' 2014-07-25 13:05:08 +02:00
wmv2dsp.h
wmv2enc.c avcodec/wmv2enc: add priv_class 2014-10-18 20:06:29 +02:00
wnv1.c
ws-snd1.c
xan.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
xbmdec.c
xbmenc.c
xface.c avcodec/xface: Add asserts to limit nb_words from becoming too large 2014-12-22 03:17:55 +01:00
xface.h avcodec/xface: correct the XFACE_MAX_* values 2014-12-22 03:17:55 +01:00
xfacedec.c
xfaceenc.c xface: reduce stack usage by directly storing 2 bytes data instead of pointers. 2014-11-23 06:51:18 +01:00
xiph.c avcodec/xiph: make extradata argument const 2014-11-06 14:41:38 +01:00
xiph.h avcodec/xiph: make extradata argument const 2014-11-06 14:41:38 +01:00
xl.c
xsubdec.c
xsubenc.c
xvididct.c Merge commit '7a1d6ddd2c' 2014-09-03 04:09:38 +02:00
xvididct.h Merge commit '7a1d6ddd2c' 2014-09-03 04:09:38 +02:00
xvmc.h
xvmc_internal.h
xwd.h
xwddec.c
xwdenc.c
xxan.c
y41pdec.c
y41penc.c
yop.c
yuv4dec.c
yuv4enc.c
zerocodec.c
zmbv.c avcodec/zmbv: Check len before reading in decode_frame() 2015-03-21 01:52:51 +01:00
zmbvenc.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00