ffmpeg/libavcodec
wm4 09b4ad1568 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>
2015-01-10 20:12:36 +01:00
..
aarch64 Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793' 2014-12-09 12:08:29 +01:00
alpha
arm Merge commit '4c81613df499ba81d64ea102b38d0c6686cc304c' 2014-12-10 00:51:26 +01:00
avr32
bfin
mips avcodec/aacdec: Use avpriv_float_dsp_alloc() 2014-12-02 19:32:45 +01:00
neon
ppc avcodec/ppc/vp3dsp_altivec: POWER LE support to vp3_idct_add_altivec() 2014-12-08 15:19:12 +01:00
sh4
sparc
x86 x86/flacdsp: remove unneeded ifdeffery 2015-01-05 16:29:28 -03:00
4xm.c
8bps.c
8svx.c
012v.c
a64colors.h
a64multienc.c Merge commit 'c63dd3f0a48a9f6389d253597ab51caddc0118db' 2014-12-19 04:21:13 +01:00
a64tables.h
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c
aac_parser.c
aac_tablegen_decl.h
aac_tablegen.c
aac_tablegen.h
aac.h avcodec/aacdec: Use avpriv_float_dsp_alloc() 2014-12-02 19:32:45 +01:00
aacadtsdec.c
aacadtsdec.h
aaccoder.c
aacdec.c avcodec/aacdec: reduce noisiness of missing channel elements 2014-12-04 01:52:32 +01:00
aacdectab.h
aacenc.c Merge commit '971099ff5a85377579eb5b8d3620e283957f097e' 2014-12-19 04:45:32 +01:00
aacenc.h avcodec/aacenc: Use avpriv_float_dsp_alloc() 2014-11-29 18:58:13 +01:00
aacps_tablegen.c
aacps_tablegen.h
aacps.c aacps.c: Move large arrays to context to reduce stack usage. 2014-12-18 23:50:41 +01:00
aacps.h aacps.c: Move large arrays to context to reduce stack usage. 2014-12-18 23:50:41 +01:00
aacpsdata.c
aacpsdsp.c
aacpsdsp.h
aacpsy.c
aacsbr_tablegen.c
aacsbr_tablegen.h
aacsbr.c avcodec/aacdec: Use avpriv_float_dsp_alloc() 2014-12-02 19:32:45 +01:00
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c
ac3_parser.c
ac3_parser.h
ac3.c
ac3.h
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c
ac3dec_float.c
ac3dec.c avcodec/ac3dec: Use avpriv_float_dsp_alloc() 2014-11-20 22:30:48 +01:00
ac3dec.h avcodec/ac3dec: Use avpriv_float_dsp_alloc() 2014-11-20 22:30:48 +01:00
ac3dsp.c
ac3dsp.h
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
ac3enc_template.c avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
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
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_data.c
adpcm_data.h
adpcm.c avcodec/adpcm: Check idelta 2014-12-18 16:10:23 +01:00
adpcm.h
adpcmenc.c
adx_parser.c
adx.c
adx.h
adxdec.c
adxenc.c avcodec/adxenc: fix rounding 2014-11-30 12:56:02 +01:00
aic.c avcodec/aic: Use av_malloc_array 2015-01-07 19:46:16 +01:00
alac_data.c
alac_data.h
alac.c
alacenc.c
aliaspixdec.c
aliaspixenc.c
allcodecs.c avcodec/allcodecs: prefer x264 over openh264 if both are available 2015-01-07 01:15:57 +01:00
alsdec.c
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
apedec.c
apng.h apng: move shared header from avformat to avcodec. 2014-12-02 15:52:31 +01:00
ass_split.c avcodec/ass_split: use *alloc_array() 2015-01-09 20:33:53 +01:00
ass_split.h
ass.c avcodec/ass: Use av_realloc_array() 2015-01-09 20:33:53 +01:00
ass.h
assdec.c assdec: check the right variable 2014-12-18 23:27:14 +01:00
assenc.c
asv.c
asv.h
asvdec.c
asvenc.c Merge commit 'bcbdeb318e0828cf00b458885ffa1e1596c85d06' 2014-12-15 12:04:31 +01:00
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_data.h
atrac3plus.c
atrac3plus.h
atrac3plusdec.c avcodec/atrac3plusdec: Use avpriv_float_dsp_alloc() 2014-12-03 14:52:38 +01:00
atrac3plusdsp.c
atrac.c
atrac.h
audio_frame_queue.c
audio_frame_queue.h
audioconvert.c
audioconvert.h
audiodsp.c
audiodsp.h
aura.c
avcodec.h Merge commit '6c99c92a42add7f6a462114d5a4a53c93c551058' 2014-12-27 12:52:59 +01:00
avcodecres.rc
avdct.c avcodec/avdct: support >8bit per sample dcts 2014-12-15 18:25:00 +01:00
avdct.h avcodec/avdct: support >8bit per sample dcts 2014-12-15 18:25:00 +01:00
avfft.c
avfft.h
avpacket.c lavc/avpacket: check for malloc failure 2014-12-12 19:31:29 +01:00
avpicture.c
avrndec.c
avs.c
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
bgmc.c
bgmc.h
bink.c
binkaudio.c
binkdata.h
binkdsp.c
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitstream_filter.c
bitstream.c
blockdsp.c
blockdsp.h
bmp_parser.c
bmp.c
bmp.h
bmpenc.c
bmvaudio.c
bmvvideo.c
brenderpix.c
bswapdsp.c
bswapdsp.h
bytestream.h
c93.c
cabac_functions.h
cabac_tablegen.c
cabac_tablegen.h
cabac.c
cabac.h
cavs_parser.c
cavs.c avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines() 2015-01-10 14:02:39 +01:00
cavs.h avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines() 2015-01-10 14:02:39 +01:00
cavsdata.c
cavsdec.c avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines() 2015-01-10 14:02:39 +01:00
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c
cdxl.c
celp_filters.c
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c
cinepakenc.c
cljrdec.c
cljrenc.c
cllc.c
cngdec.c
cngenc.c
codec_desc.c avcodec/pngdec: add APNG support. 2014-11-21 17:13:56 +01:00
cook_parser.c
cook.c Merge commit '299d8ab104fb350254eb2e6d9ecdce892a2a55b1' 2014-11-24 13:18:41 +01:00
cookdata.h
copy_block.h
cos_tablegen.c
cpia.c
crystalhd.c
cscd.c
cyuv.c
dca_parser.c
dca.c
dca.h
dcadata.h
dcadec.c avcodec/dcadec: Check that the added xch channel isnt already there 2014-12-17 15:33:59 +01:00
dcadsp.c
dcadsp.h
dcaenc.c
dcaenc.h
dcahuff.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dct32.h
dct-test.c
dct.c
dct.h
dctref.c
dctref.h
dfa.c
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 Factorize avpriv_mirror() out 2015-01-05 01:45:49 +01:00
dirac_dwt.h
dirac_parser.c
dirac.c
dirac.h
diracdec.c avcodec/diracdec: Check slices malloc and propagate error code 2015-01-10 17:28:22 +01:00
diracdsp.c
diracdsp.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c
dnxhdenc.c Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa' 2014-11-18 03:16:38 +01:00
dnxhdenc.h
dpcm.c
dpx_parser.c Merge commit '87bd298abeb901fe16383a0d267502cc7fc03878' 2014-12-19 03:30:40 +01:00
dpx.c
dpxenc.c dpx: always write the image offset 2014-12-08 13:29:18 +00:00
dsd_tablegen.c
dsd_tablegen.h
dsddec.c
dsicinaudio.c
dsicinvideo.c
dump_extradata_bsf.c
dv_profile_internal.h
dv_profile.c add av_dv_codec_profile2 : uses framerate to select best matching profile. default on first matching profile 2014-12-04 20:23:52 +01:00
dv_profile.h add av_dv_codec_profile2 : uses framerate to select best matching profile. default on first matching profile 2014-12-04 20:23:52 +01:00
dv_tablegen.c
dv_tablegen.h
dv.c
dv.h
dvbsub_parser.c
dvbsub.c
dvbsubdec.c avcodec/dvbsubdec: Return proper error codes from more functions 2015-01-10 19:24:27 +01:00
dvd_nav_parser.c
dvdata.c
dvdata.h
dvdec.c Merge commit '74d7db586a2e9aeb107e357739c7e4dde0b6991c' 2014-11-15 19:11:14 +01:00
dvdsub_parser.c
dvdsubdec.c avcodec/dvdsubdec: fix accessing dangling pointers 2015-01-08 17:45:32 +01:00
dvdsubenc.c
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
dxtory.c
dxva2_h264.c
dxva2_internal.h
dxva2_mpeg2.c
dxva2_vc1.c
dxva2.c
dxva2.h
eac3_data.c
eac3_data.h
eac3dec.c
eac3enc.c
eac3enc.h
eacmv.c
eaidct.c
eaidct.h
eamad.c
eatgq.c
eatgv.c
eatqi.c
elbg.c Merge commit 'ae2d41ec875965ce4ab9fdd88a5e8ba57cada67a' 2014-12-19 04:10:17 +01:00
elbg.h Merge commit 'ae2d41ec875965ce4ab9fdd88a5e8ba57cada67a' 2014-12-19 04:10:17 +01:00
error_resilience.c
error_resilience.h
escape124.c
escape130.c
evrcdata.h
evrcdec.c
exif.c
exif.h
exr.c Merge commit 'e0bb74a1403ed77ef369b9d62866f8a4afaf3f1d' 2014-12-05 21:58:33 +01:00
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c
faxcompr.h
fdctdsp.c avcodec/fdctdsp: use the 10bit code for 9 bit too 2014-12-20 18:32:50 +01:00
fdctdsp.h
fft_fixed_32.c
fft_fixed.c
fft_float.c
fft_init_table.c
fft_table.h
fft_template.c
fft-fixed32-test.c
fft-fixed-test.c
fft-internal.h
fft-test.c
fft.h
ffv1.c
ffv1.h
ffv1dec.c Merge commit 'ca09effb01e126b0ac74ff3de70a475423ddee82' 2015-01-06 21:54:26 +01:00
ffv1enc.c avcodec/ffv1enc: Fix incompatible pointer type warning 2015-01-06 22:05:13 +01:00
ffwavesynth.c avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memory 2014-12-29 14:06:26 +01:00
fic.c
file_open.c
flac_parser.c
flac.c
flac.h
flacdata.c
flacdata.h
flacdec.c avcodec/flacdec: fix off by 1 error 2014-11-26 04:11:16 +01:00
flacdsp_lpc_template.c
flacdsp_template.c
flacdsp.c
flacdsp.h
flacenc.c flacenc: calculate lower sum levels in-place. 2014-12-17 04:27:09 +01:00
flashsv2enc.c
flashsv.c
flashsvenc.c
flicvideo.c
flv.h
flvdec.c
flvenc.c
fmtconvert.c
fmtconvert.h
frame_thread_encoder.c frame_thread_encoder: use ref-counting to avoid memcpy of all input frames 2014-12-23 01:36:13 +01:00
frame_thread_encoder.h
fraps.c
frwu.c
g2meet.c
g722.c
g722.h
g722dec.c
g722enc.c
g723_1_data.h
g723_1.c
g726.c
g729.h
g729data.h
g729dec.c
g729postfilter.c
g729postfilter.h
get_bits.h
gif.c
gif.h
gifdec.c Merge commit '0b39ac6f54505a538c21fe49a626de94c518c903' 2014-12-19 13:28:57 +01:00
golomb-test.c
golomb.c
golomb.h avcodec/golomb: use NULL for pointers instead of 0 2014-12-05 20:27:04 +01:00
gsm_parser.c
gsm.h
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
gsmdec.c
h261_parser.c
h261.c
h261.h
h261data.c
h261dec.c h261dec: Fix context initialization sequence 2014-12-18 23:10:24 +02:00
h261enc.c
h263_parser.c
h263_parser.h
h263.c
h263.h Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2' 2014-11-24 12:45:07 +01:00
h263data.h
h263dec.c
h263dsp.c
h263dsp.h
h264_cabac.c Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2' 2014-11-24 12:45:07 +01:00
h264_cavlc.c
h264_direct.c
h264_loopfilter.c
h264_mb_template.c
h264_mb.c h264_mb: Use smaller data type for refs in await_references. 2014-11-22 14:06:48 +01:00
h264_mc_template.c
h264_mp4toannexb_bsf.c
h264_mvpred.h
h264_parser.c
h264_picture.c
h264_ps.c h264_ps: move and export aspect_ratio 2014-11-30 04:15:40 +01:00
h264_refs.c
h264_sei.c
h264_slice.c Merge commit 'ebd5320afd42d4315851f3e0ca7f5d4a6300eb68' 2014-12-27 13:17:20 +01:00
h264.c h264: restore a block mistakenly removed in e10fd08a 2014-12-27 10:44:48 +01:00
h264.h avcodec/h264: make the first field of H264Context an AVClass 2014-12-17 01:33:06 +01:00
h264addpx_template.c
h264chroma_template.c
h264chroma.c
h264chroma.h
h264data.h h264_ps: move and export aspect_ratio 2014-11-30 04:15:40 +01:00
h264dsp_template.c
h264dsp.c
h264dsp.h
h264idct_template.c
h264idct.c
h264idct.h
h264pred_template.c
h264pred.c
h264pred.h
h264qpel_template.c
h264qpel.c
h264qpel.h
hevc_cabac.c
hevc_filter.c
hevc_mvs.c
hevc_parser.c
hevc_ps.c avcodec/hevc_ps: Check diff_cu_qp_delta_depth 2014-12-18 02:19:53 +01:00
hevc_refs.c avcodec/hevc_refs: fix potential use of uninitialized min_idx 2014-12-10 14:46:39 +01:00
hevc_sei.c
hevc.c avcodec/hevc: move qp_block_mask to where its used 2014-12-18 01:55:02 +01:00
hevc.h Merge commit '2c6a7f9348378f887066fb1669c46b9485e8ef3e' 2014-11-17 11:20:32 +01:00
hevcdsp_template.c Merge commit 'de1f8ead8993512925a3ee6c7491473414419e55' 2014-11-17 11:41:35 +01:00
hevcdsp.c
hevcdsp.h
hevcpred_template.c
hevcpred.c
hevcpred.h
hnm4video.c Merge commit '16158da9607f2f84232d3dd381406b2f2449ec74' 2014-11-25 12:19:08 +01:00
hpel_template.c
hpeldsp.c
hpeldsp.h
huffman.c
huffman.h
huffyuv.c
huffyuv.h
huffyuvdec.c avcodec/huffyuvdec: apply vertical filter in steps of 1 line for interlaced BGRA 2014-11-25 17:53:27 +01:00
huffyuvdsp.c
huffyuvdsp.h Include config.h from huffyuvdsp.h. 2014-11-25 02:00:27 +01:00
huffyuvenc.c
huffyuvencdsp.c
huffyuvencdsp.h
idcinvideo.c
idctdsp.c avcodec/idctdsp: use the 10bit code for 9 bit too 2014-12-20 18:33:37 +01:00
idctdsp.h
iff.c
iirfilter.c
iirfilter.h
imc.c avcodec/imc: dont read bits beyond the end 2014-12-17 05:14:11 +01:00
imcdata.h
imgconvert.c Merge commit '210461c0a83a5625560fa1d92229200dc7fb869b' 2014-12-19 05:37:26 +01: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-18 18:57:27 +01:00
indeo3data.h
indeo4.c
indeo4data.h
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
intrax8.c
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c
ituh263enc.c avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info() 2014-12-29 15:51:36 +01:00
ivi_common.c
ivi_common.h
ivi_dsp.c
ivi_dsp.h
j2kenc.c
jacosub.h
jacosubdec.c avcodec/jacosubdec: check strftime return value 2014-12-07 15:46:17 +01:00
jfdctfst.c
jfdctint_template.c
jfdctint.c
jpeg2000.c
jpeg2000.h
jpeg2000dec.c
jpeg2000dsp.c
jpeg2000dsp.h
jpeg2000dwt.c
jpeg2000dwt.h
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c
jrevdct.c
jvdec.c Merge commit '88626e5af8d006e67189bf10b96b982502a7e8ad' 2014-12-19 13:04:03 +01:00
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c
lagarith.c
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 Merge commit 'ac467d94fa6d9d626f77d4ca8125a5eb1ad5425d' 2014-12-19 04:44:08 +01:00
libaacplus.c
libavcodec.v
libcelt_dec.c
libfaac.c
libfdk-aacdec.c Merge commit '2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e' 2015-01-08 17:36:48 +01:00
libfdk-aacenc.c
libgsmdec.c
libgsmenc.c
libilbc.c
libmp3lame.c avcodec/libmp3lame: Use avpriv_float_dsp_alloc() 2014-11-30 11:21:50 +01:00
libopencore-amr.c
libopenh264enc.c Merge commit '3852e2c926ddb166c7aa69c4644a86100ea144d9' 2015-01-08 17:27:19 +01:00
libopenjpegdec.c
libopenjpegenc.c
libopus.c
libopus.h
libopusdec.c
libopusenc.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c
libshine.c
libspeexdec.c avcodec/libspeexdec: make array const 2014-11-22 14:10:47 +01:00
libspeexenc.c
libstagefright.cpp
libtheoraenc.c
libtwolame.c libtwolame: prevent a NULL pointer dereference 2014-11-21 12:27:07 +00:00
libutvideo.h
libutvideodec.cpp
libutvideoenc.cpp avcodec/libutvideoenc: Check avpicture_get_size() return code 2014-12-11 17:14:15 +01:00
libvo-aacenc.c
libvo-amrwbenc.c
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
libvpxenc.c Merge commit '771656bd85416cd6308b11aed6f2c69a8db9c21b' 2014-11-18 03:08:20 +01:00
libwavpackenc.c
libwebpenc.c
libx264.c libavcodec/libx264: Use av_freep() avoid leaving stale pointers in memory 2014-11-18 11:33:00 +01:00
libx265.c
libxavs.c avcodec/libxavs: fix division by 0 bitrate 2014-12-11 13:25:10 +01:00
libxvid_rc.c avcodec/libxvid_rc: Avoid strerror() for thread saftey 2014-12-13 15:12:37 +01:00
libxvid.c avcodec/libxvid: fix potential integer overflow 2015-01-07 18:22:31 +01:00
libxvid.h
libzvbi-teletextdec.c
ljpegenc.c avcodec/ljpegenc: Check for av_malloc_array() failure 2015-01-03 21:25:26 +01:00
loco.c avcodec/loco: check the init_get_bits8() return code 2014-12-31 15:42:17 +01:00
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 Merge commit '8a3d9ca603f4d15ecaa9ca379cbaab4ecaec8ce4' 2015-01-07 00:48:23 +01:00
mathops.h
mathtables.c
mdct_fixed_32.c
mdct_fixed.c
mdct_float.c
mdct_template.c
mdec.c
me_cmp.c Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600' 2014-11-24 12:13:00 +01:00
me_cmp.h Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600' 2014-11-24 12:13:00 +01:00
metasound_data.c
metasound_data.h
metasound.c
microdvddec.c avcodec/microdvddec: support non persistent italic marker '/' 2014-11-23 13:13:38 +01:00
mimic.c
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpeg.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c Merge commit '809c3023b699c54c90511913d3b6140dd2436550' 2014-12-19 12:49:23 +01:00
mjpegdec.h
mjpegenc_common.c
mjpegenc_common.h
mjpegenc.c
mjpegenc.h
mlp_parser.c
mlp_parser.h
mlp.c
mlp.h
mlpdec.c
mlpdsp.c
mlpdsp.h
mmvideo.c Merge commit '17ba719d9ba30c970f65747f42d5fbb1e447ca28' 2014-12-19 13:05:49 +01:00
motion_est_template.c
motion_est.c avcodec/motion_est: use 2x8x8 for interlaced qpel 2014-12-01 13:41:16 +01:00
motion-test.c
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c
movsub_bsf.c
movtextdec.c
movtextenc.c
mp3_header_decompress_bsf.c
mpc7.c
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpc.c
mpc.h
mpcdata.h
mpeg4audio.c Merge commit '7e4e010b80e76862e83afbd41c25d50e72f0b44c' 2015-01-09 20:51:17 +01:00
mpeg4audio.h
mpeg4data.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4video.c
mpeg4video.h
mpeg4videodec.c
mpeg4videoenc.c
mpeg12.c avcodec/mpeg12: Try to fetch pts/dts from both the packet associated with the picture start code as well as earlier start codes 2015-01-07 13:25:09 +01:00
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c avcodec/mpeg12dec: Check actual aspect ratio instead of aspect_ratio_info 2015-01-02 03:22:51 +01:00
mpeg12enc.c
mpeg_er.c
mpeg_er.h
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudio.c
mpegaudio.h
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/mpegaudiodec_template: only allocate fdsp when its used 2014-12-05 04:27:49 +01:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c
mpegaudiotab.h
mpegutils.c
mpegutils.h
mpegvideo_enc.c Merge commit '1c6183233d56fb27a4a154e7e64ecab98bd877f1' 2015-01-07 00:13:24 +01:00
mpegvideo_motion.c
mpegvideo_parser.c
mpegvideo_xvmc.c
mpegvideo.c Merge commit 'd75190aa93206c02cb4f18a66d2c927d6a0198e1' 2014-12-15 21:27:10 +01:00
mpegvideo.h Merge commit '1c6183233d56fb27a4a154e7e64ecab98bd877f1' 2015-01-07 00:13:24 +01:00
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c
mpegvideoencdsp.h
mpl2dec.c
mqc.c
mqc.h
mqcdec.c
mqcenc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c
msmpeg4enc.c Merge commit '1c6183233d56fb27a4a154e7e64ecab98bd877f1' 2015-01-07 00:13:24 +01:00
msrle.c
msrledec.c
msrledec.h
mss1.c lavc/mss1: fix mem leak in case of init failure 2014-11-23 20:52:38 +01:00
mss2.c
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c
mss12.c
mss12.h
mss34dsp.c
mss34dsp.h
msvideo1.c
msvideo1enc.c
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 avcodec/nellymoser: Use avpriv_float_dsp_alloc() 2014-11-18 12:11:57 +01:00
noise_bsf.c
nuv.c
nvenc.c avcodec/nvenc: Remove special cases for cygwin 2014-12-25 15:54:26 +01:00
old_codec_ids.h
on2avc.c Merge commit 'cee4490b521fd0d02476d46aa2598af24fb8d686' 2014-12-19 13:39:41 +01:00
on2avcdata.c
on2avcdata.h
options_table.h options_table: fix colorspace minimum option value 2014-12-02 15:28:22 +00:00
options.c lavc/options: add test for avcodec_copy_context 2014-12-08 23:14:29 +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 Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0' 2014-12-20 19:15:11 +01:00
opus_silk.c
opus.c mpegts: add support for Opus 2014-12-20 11:29:19 +01:00
opus.h mpegts: add support for Opus 2014-12-20 11:29:19 +01:00
opusdec.c avcodec/opusdec: Use avpriv_float_dsp_alloc() 2014-12-03 14:52:38 +01:00
paf.h
pafaudio.c
pafvideo.c
pamenc.c
parser.c avcodec/parser: add fuzzy mode to ff_fetch_timestamp() 2015-01-07 11:52:08 +01:00
parser.h avcodec/parser: add fuzzy mode to ff_fetch_timestamp() 2015-01-07 11:52:08 +01:00
pcm_tablegen.c
pcm_tablegen.h
pcm-bluray.c
pcm-dvd.c
pcm.c
pcx.c
pcxenc.c
pel_template.c
pgssubdec.c
pictordec.c
pixblockdsp_template.c
pixblockdsp.c
pixblockdsp.h
pixels.h
png_parser.c
png.c
png.h
pngdec.c avcodec/pngdec: handle 4 more bytes with SIMD for RGB64 in paeth prediction 2014-12-08 18:24:58 +01:00
pngdsp.c
pngdsp.h pngdsp x86: use unaligned access 2014-12-03 11:56:22 +01:00
pngenc.c
pnm_parser.c
pnm.c
pnm.h
pnmdec.c
pnmenc.c
proresdata.c
proresdata.h
proresdec2.c
proresdec_lgpl.c
proresdec.h
proresdsp.c
proresdsp.h
proresenc_anatoliy.c
proresenc_kostya.c Merge commit '4690e01c3aaf495c87127e5dc74aa347197dbc0b' 2014-12-15 21:46:29 +01:00
psymodel.c
psymodel.h
pthread_frame.c
pthread_internal.h
pthread_slice.c
pthread.c
ptx.c
put_bits.h
qcelpdata.h
qcelpdec.c
qdm2_tablegen.c qdm2: Allow hard-coding VLC tables. 2014-12-18 23:51:07 +01:00
qdm2_tablegen.h qdm2: Allow hard-coding VLC tables. 2014-12-18 23:51:07 +01:00
qdm2.c qdm2: Allow hard-coding VLC tables. 2014-12-18 23:51:07 +01:00
qdm2data.h
qdrw.c
qpeg.c
qpel_template.c
qpeldsp.c
qpeldsp.h
qtrle.c
qtrleenc.c
r210dec.c Fix decoding for little endian Aja Kona 10-bit RGB. 2014-12-29 22:49:08 +01:00
r210enc.c r210enc.c: Simplify and never store more than 10 bits. 2014-12-27 22:57:53 +01:00
ra144.c
ra144.h
ra144dec.c
ra144enc.c
ra288.c avcodec/ra288: Use avpriv_float_dsp_alloc() 2014-11-29 19:22:32 +01:00
ra288.h
ralf.c
ralfdata.h
rangecoder.c
rangecoder.h
ratecontrol.c avcodec/ratecontrol: Check for av_malloc*() failures 2015-01-10 19:29:39 +01:00
ratecontrol.h
raw.c
raw.h
rawdec.c avcodec/rawdec: Check the return code of avpicture_get_size() 2014-11-26 19:01:17 +01:00
rawenc.c
rdft.c
rdft.h
realtextdec.c
rectangle.h
remove_extradata_bsf.c
resample2.c
resample.c
rl2.c avcodec/rl2: clear freed pointers 2014-11-16 23:48:38 +01:00
rl.h
rle.c
rle.h
rnd_avg.h
roqaudioenc.c Merge commit '55b59fab880a9fcdd30f97c5170af282087ac4f7' 2014-11-24 13:40:06 +01:00
roqvideo.c
roqvideo.h
roqvideodec.c
roqvideoenc.c Merge commit '3beb9cbad35218ed1fb3473eeb3cfc97a931bff4' 2014-12-19 04:20:30 +01:00
rpza.c
rtjpeg.c
rtjpeg.h
rv10.c
rv10enc.c
rv20enc.c
rv30.c lavc/rv30: fix mem leak in case of init failure 2014-11-23 20:53:17 +01:00
rv30data.h
rv30dsp.c
rv34_parser.c
rv34.c
rv34.h
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c
rv40data.h
rv40dsp.c
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c
s302menc.c
samidec.c
sanm.c
sbr.h
sbrdsp.c
sbrdsp.h
sgi.h
sgidec.c
sgienc.c
sgirledec.c
shorten.c
simple_idct_template.c
simple_idct.c
simple_idct.h
sinewin_tablegen.c
sinewin_tablegen.h
sinewin.c
sinewin.h
sipr16k.c
sipr16kdata.h
sipr.c
sipr.h
siprdata.h
smacker.c lavc/smacker: fix mem leak in case of init failure 2014-11-23 03:25:34 +01:00
smc.c Merge commit 'd423dd72be451462c6fb1cbbe313bed0194001ab' 2014-12-19 13:30:55 +01:00
smvjpegdec.c lavc/smvjpegdec: fix mem leak in case of init failure 2014-11-24 04:15:41 +01:00
snow_dwt.c Factorize avpriv_mirror() out 2015-01-05 01:45:49 +01:00
snow_dwt.h Include stddef from snow_dwt.h. 2014-11-25 02:00:27 +01:00
snow.c avcodec/snow: clear freed pointers 2014-11-16 23:48:38 +01:00
snow.h
snowdata.h
snowdec.c
snowenc.c avcodec/snow: clear freed pointers 2014-11-16 23:48:38 +01:00
sonic.c
sp5x.h
sp5xdec.c
srtdec.c
srtenc.c
startcode.c
startcode.h
subviewerdec.c
sunrast.c
sunrast.h
sunrastenc.c
svq1_cb.h
svq1_vlc.h
svq1.c
svq1.h
svq1dec.c Merge commit '5a82ad644f281701eb22e0359fd732fac67aafa4' 2014-12-15 12:23:27 +01:00
svq1enc_cb.h
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
svq3.c
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint_vlc.h qdm2: Allow hard-coding VLC tables. 2014-12-18 23:51:07 +01:00
tableprint.h qdm2: Allow hard-coding VLC tables. 2014-12-18 23:51:07 +01:00
tak_parser.c
tak.c
tak.h
takdec.c Merge commit '5ac06633cb63fcc51f2471a3478b44d3f010b16b' 2014-12-19 05:06:23 +01:00
targa_y216dec.c
targa.c
targa.h
targaenc.c
textdec.c
thread.h
tiertexseqv.c
tiff_common.c
tiff_common.h
tiff_data.c
tiff_data.h
tiff.c tiff: support encoding and decoding 64bit images 2014-12-18 23:22:59 +01:00
tiff.h
tiffenc.c Merge commit '3a3790b8f8b56ee6abc93ccac280eb693675e294' 2014-12-19 03:19:23 +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_data.h
truespeech.c
tscc2.c
tscc2data.h
tscc.c
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_data.h
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
twinvqdec.c
txd.c
ulti_cb.h
ulti.c Merge commit 'ed97963bdbf3bb17fca4f9ea0aa1a97722dec907' 2015-01-07 00:05:04 +01:00
unary.h
utils.c Merge commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1' 2014-12-27 12:41:10 +01:00
utvideo.c
utvideo.h
utvideodec.c avcodec/utvideodec: Fix handling of slice_height=0 2014-12-16 23:00:04 +01:00
utvideoenc.c
v210dec.c
v210dec.h
v210enc.c Merge commit '9a738c27dceb4b975784b23213a46f5cb560d1c2' 2014-12-06 01:54:10 +01:00
v210enc.h Merge commit '9a738c27dceb4b975784b23213a46f5cb560d1c2' 2014-12-06 01:54:10 +01:00
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c
v410enc.c
vaapi_h264.c
vaapi_internal.h
vaapi_mpeg2.c
vaapi_mpeg4.c
vaapi_vc1.c
vaapi.c Merge commit 'bab8d73765238bfeea7a8dfd454f40ac213b3d22' 2014-12-15 13:03:01 +01:00
vaapi.h
vb.c
vble.c
vc1_block.c Merge commit 'd25afb579facc83fd3a839f21411124d0b09f0ba' 2014-11-25 12:00:11 +01:00
vc1_common.h
vc1_loopfilter.c vc1: Use the correct shift amount 2014-11-25 02:00:06 +00:00
vc1_mc.c avcodec/vc1_mc: use the same reference as luma does in ff_vc1_mc_4mv_chroma() 2014-12-25 01:25:29 +01:00
vc1_parser.c
vc1_pred.c Merge commit 'bc75b64cff37d58f3944e2da3da45c37f35f019a' 2014-11-25 11:05:15 +01:00
vc1_pred.h
vc1.c
vc1.h
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c
vc1dsp.c
vc1dsp.h
vcr1.c
vda_h264_dec.c
vda_h264.c Merge commit '2cef68da69a17ed09c313ba3c3850ec1cc0a80e0' 2015-01-06 22:13:39 +01:00
vda_internal.h
vda.c
vda.h
vdpau_h264.c Merge commit '737d35e33408263c04d7730f5487eed0d04938ba' 2014-12-27 14:46:15 +01:00
vdpau_internal.h Merge commit '737d35e33408263c04d7730f5487eed0d04938ba' 2014-12-27 14:46:15 +01:00
vdpau_mpeg4.c
vdpau_mpeg12.c
vdpau_vc1.c
vdpau.c avcodec/vdpau: fix assertion failure and < vs > error 2014-12-28 01:47:05 +01:00
vdpau.h Merge commit 'c220a60f92dde9c7c118fc4deddff5c1f617cda9' 2014-12-27 13:06:25 +01:00
version.h Merge commit '8a3d9ca603f4d15ecaa9ca379cbaab4ecaec8ce4' 2015-01-07 00:48:23 +01:00
videodsp_template.c
videodsp.c
videodsp.h
vima.c
vmdaudio.c
vmdvideo.c avcodec/vmdvideo: Check len before using it in method 3 2014-12-16 16:27:45 +01:00
vmnc.c
vorbis_data.c
vorbis_enc_data.h
vorbis_parser_internal.h
vorbis_parser.c avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 2014-12-14 14:30:45 +01: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.c
vorbis.h
vorbisdec.c avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 2014-12-14 14:30:45 +01:00
vorbisdsp.c
vorbisdsp.h
vorbisenc.c
vp3_parser.c
vp3.c avcodec/vp3: Fix offset handling 2014-12-19 20:53:53 +01:00
vp3data.h
vp3dsp.c
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_parser.c
vp8.c Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa' 2014-11-18 03:16:38 +01:00
vp8.h
vp8data.h
vp8dsp.c
vp8dsp.h
vp9_parser.c vp9: avoid infinite loop with broken files 2015-01-10 20:12:36 +01:00
vp9.c vp9/x86: invert hu_ipred left array ordering. 2014-12-19 14:07:18 +01:00
vp9.h vp9: Use the correct upper bound for seg_id 2014-11-21 12:37:05 +00:00
vp9data.h
vp9dsp.c vp9/x86: invert hu_ipred left array ordering. 2014-12-19 14:07:18 +01:00
vp9dsp.h
vp56.c
vp56.h
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c
wavpack.c
wavpack.h
wavpackenc.c
wavpackenc.h
webp.c
webvttdec.c
webvttenc.c
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wma.c Merge commit '596b5c488fa1d40f114a64d3b73e1863cab073fb' 2014-12-19 05:36:20 +01:00
wma.h avcodec/wma: Use avpriv_float_dsp_alloc() 2014-11-30 11:19:29 +01:00
wmadata.h
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 avcodec/wmalosslessdec: support 24bit lossless 2014-11-22 20:51:15 +01:00
wmaprodata.h
wmaprodec.c avcodec/wmaprodec: Use avpriv_float_dsp_alloc() 2014-12-01 18:07:59 +01:00
wmavoice_data.h
wmavoice.c
wmv2.c
wmv2.h
wmv2dec.c
wmv2dsp.c
wmv2dsp.h
wmv2enc.c
wnv1.c
ws-snd1.c
xan.c
xbmdec.c
xbmenc.c
xface.c avcodec/xface: Add asserts to limit nb_words from becoming too large 2014-12-16 19:19:35 +01:00
xface.h avcodec/xface: correct the XFACE_MAX_* values 2014-12-16 19:19:28 +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: mark returned header pointers const from avpriv_split_xiph_headers() 2014-12-14 14:30:45 +01:00
xiph.h avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 2014-12-14 14:30:45 +01:00
xl.c
xsubdec.c Merge commit '5a1addd7c1d8ff218ed4b84f4f02fdb83980094c' 2015-01-08 00:09:13 +01:00
xsubenc.c
xvididct.c
xvididct.h
xvmc_internal.h
xvmc.h
xwd.h
xwddec.c
xwdenc.c
xxan.c
y41pdec.c
y41penc.c
yop.c
yuv4dec.c
yuv4enc.c
zerocodec.c
zmbv.c
zmbvenc.c