ffmpeg/libavcodec
Jan Ekström d445a2e7d8 pgssubdec: fix subpicture output colorspace and range
Functionality used before didn't widen the values from limited to
full range. Additionally, now the decoder uses BT.709 where it
should be used according to the video resolution.

Default for not yet set colorimetry is BT.709 due to most observed
HDMV content being HD.

BT.709 coefficients were gathered from the first two parts of BT.709
to BT.2020 conversion guide in ARIB STD-B62 (Pt. 1, Chapter 6.2.2).
They were additionally confirmed by manually calculating values.

Fixes #4637
(cherry picked from commit 9779b62624)

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-08-23 13:15:16 +02:00
..
aarch64 lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2. 2015-02-13 20:48:08 +01:00
alpha Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
arm avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_CONSTANT_MACROS -o test.so ... libavcodec.a" 2015-02-13 20:48:09 +01:00
avr32
bfin bfin: add README 2014-06-02 20:18:44 +02:00
mips mips/acelp_filters: fix incorrect register constraint 2015-03-29 03:34:22 +02:00
neon Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
ppc Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
sh4 libavcodec/sh4: add note about the removial 2014-03-13 22:24:19 +01:00
sparc avcodec/sparc: add note about the removial 2014-03-13 22:37:38 +01:00
x86 avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise 2015-12-06 12:40:49 +01:00
4xm.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
8bps.c Merge commit '632ad2248e' 2014-05-11 21:48:32 +02:00
8svx.c Merge commit '74512f7e36' 2014-09-02 21:45:58 +02:00
012v.c avcodec/012v: redesign main loop 2015-03-29 03:34:22 +02:00
a64colors.h
a64multienc.c avcodec/a64multienc: Assert that the Packet size does not grow 2015-03-29 03:34:21 +02:00
a64tables.h
aac.h avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro 2014-05-25 03:45:10 +02: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 aac_parser: add required padding for GetBitContext buffer 2015-07-08 23:37:51 +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 Merge commit 'a90d92ce2a' 2014-05-03 23:21:26 +02:00
aacadtsdec.h
aaccoder.c aaccoder: prevent crash of anmr coder 2015-12-20 16:13:09 +01:00
aacdec.c libavcodec/aacdec_template: Use init_get_bits8() in aac_decode_frame() 2015-08-20 14:38:28 +02:00
aacdectab.h
aacenc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
aacenc.h
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 Merge commit '7b66cf5ce7' into release/2.4 2015-05-06 03:20:49 +02:00
aacsbr.c avcodec/aacsbr: Assert that bs_num_env is positive 2015-08-20 14:38:26 +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: fix spelling 2014-06-15 12:11:46 +02:00
aandcttab.h aandcttab: fix spelling 2014-06-15 12:11:46 +02:00
aasc.c aasc: return correct buffer size from aasc_decode_frame 2015-05-05 21:41:26 +02:00
ac3.c ac3: validate end in ff_ac3_bit_alloc_calc_mask 2015-04-25 15:06:54 +02:00
ac3.h Improved AC3 decoder level support (heavy drc, dialnorm) 2014-08-27 14:31:39 +02:00
ac3_parser.c ac3_parser: add required padding for GetBitContext buffer 2015-07-08 23:37:51 +02:00
ac3_parser.h
ac3dec.c avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3 2017-08-23 13:15:16 +02:00
ac3dec.h ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-29 03:34:22 +02:00
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-29 03:34:22 +02:00
ac3dec_float.c ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-29 03:34:22 +02:00
ac3dsp.c libavcodec: Implementation of AC3 fixedpoint decoder 2014-04-01 19:01:57 +02:00
ac3dsp.h libavcodec: Implementation of AC3 fixedpoint decoder 2014-04-01 19:01:57 +02:00
ac3enc.c avcodec/ac3en: use FF_ALLOC(Z)_ARRAY() 2014-09-13 13:28:38 +02:00
ac3enc.h Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
ac3enc_fixed.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ac3enc_float.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ac3enc_opts_template.c
ac3enc_template.c avcodec/ac3enc_template: fix out of array read 2014-10-04 23:52:28 +02:00
ac3tab.c Merge remote-tracking branch 'qatar/master' 2014-03-25 19:39:00 +01:00
ac3tab.h
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
acelp_pitch_delay.h Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
acelp_vectors.c
acelp_vectors.h
adpcm.c avcodec/adpcm: Check for overreads 2015-08-20 14:29:11 +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-29 03:34:22 +02: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
aic.c Merge commit 'f3dafb63d0' into release/2.4 2015-03-09 00:31:23 +01:00
alac.c avcodec/alac: Clear pointers in allocate_buffers() 2015-08-20 14:38:27 +02:00
alac_data.c
alac_data.h
alacenc.c alacenc: fix extra bits extraction 2014-08-18 02:51:34 +02:00
aliaspixdec.c Merge commit 'e50f5d3cf9' 2014-03-27 01:10:28 +01:00
aliaspixenc.c Merge commit 'e50f5d3cf9' 2014-03-27 01:10:28 +01:00
allcodecs.c lavc: Move the libtwolame encoder registration to the list for external libraries 2015-01-13 00:16:41 +01:00
alsdec.c avcodec/alsdec: Check for overread 2015-08-20 14:29:11 +02:00
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c
ansi.c Merge commit '39e07ac9fc' into release/2.4 2015-01-18 02:57:48 +01:00
apedec.c avcodec/apedec: fix decoding of stereo files with one channel full of silence 2017-08-23 13:15:16 +02:00
ass.c avcodec/ass: move playres parameters below scripttype 2014-06-18 18:43:36 +02:00
ass.h
ass_split.c avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get() 2016-02-01 02:12:21 +01:00
ass_split.h
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-10-04 23:52:28 +02:00
atrac.c
atrac.h
atrac1.c
atrac1data.h Various small spelling fixes. 2014-04-22 20:44:31 +02:00
atrac3.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
atrac3data.h
atrac3plus.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
atrac3plus.h
atrac3plus_data.h
atrac3plusdec.c avcodec/atrac3plusdec: consume only as many bytes as available 2015-08-20 14:29:11 +02:00
atrac3plusdsp.c avcodec/atrac3plusdsp: fix on stack alignment 2015-04-25 15:06:54 +02:00
audio_frame_queue.c
audio_frame_queue.h
audioconvert.c
audioconvert.h
audiodsp.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
audiodsp.h Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
aura.c
avcodec.h avcodec: fix missing doxygen comment marker 2014-09-01 00:52:22 +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: Fix off by 5 error 2017-08-23 13:15:16 +02:00
avpicture.c
avrndec.c
avs.c Merge commit '9e0a38d32b' into release/2.4 2015-01-18 02:59:01 +01:00
avuidec.c
avuienc.c avcodec/avuienc: move pointer declaration to where its used 2014-08-02 20:13:08 +02:00
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c
bgmc.h
bink.c Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
binkaudio.c Merge commit 'f20518568a' 2014-09-04 19:46:06 +02:00
binkdata.h
binkdsp.c Merge commit 'cb52a17cb6' 2014-05-30 01:23:04 +02:00
binkdsp.h Merge commit 'cb52a17cb6' 2014-05-30 01:23:04 +02:00
bintext.c
bintext.h
bit_depth_template.c Merge commit 'f9279ee749' 2014-03-22 22:23:04 +01:00
bitstream.c avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits() 2015-06-01 23:25:19 +02:00
bitstream_filter.c Merge commit '53abe32409' 2014-07-27 01:57:34 +02:00
blockdsp.c alpha/blockdsp: move clear_blocks out of dsputil 2014-06-19 22:39:38 +02:00
blockdsp.h alpha/blockdsp: move clear_blocks out of dsputil 2014-06-19 22:39:38 +02:00
bmp.c Use os/2 palette even if it contains less than 256 entries. 2014-07-05 02:11:17 +02:00
bmp.h
bmp_parser.c avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case 2017-08-23 13:15:16 +02:00
bmpenc.c
bmvaudio.c Merge commit '2fc85fe96e' 2014-07-06 23:43:37 +02:00
bmvvideo.c Merge commit '2fc85fe96e' 2014-07-06 23:43:37 +02:00
brenderpix.c Merge commit 'e96c3b81ca' 2014-08-04 21:48:00 +02:00
bswapdsp.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
bswapdsp.h Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
bytestream.h bytestream2: set the reader to the end when reading more than available 2015-08-20 14:38:27 +02:00
c93.c
cabac.c avcodec/cabac: Check initial cabac decoder state 2015-12-06 12:40:50 +01:00
cabac.h avcodec/cabac: Check initial cabac decoder state 2015-12-06 12:40:50 +01:00
cabac_functions.h avcodec/cabac: Check initial cabac decoder state 2015-12-06 12:40:50 +01: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 '61fdbf7ff6' into release/2.4 2015-01-18 02:34:25 +01:00
cavs.h Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
cavs_parser.c
cavsdata.c avcodec/cavs: make cavs_chroma_qp non static 2014-06-28 19:08:39 +02:00
cavsdec.c avcodec/cavsdec: Check esc_code 2015-06-01 23:25:21 +02:00
cavsdsp.c Merge commit '7fb993d338' 2014-07-25 13:05:08 +02:00
cavsdsp.h Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
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.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-04 23:52:29 +02:00
cinepakenc.c avcodec/cinepakenc: use av_malloc_array() 2014-05-11 20:06:28 +02:00
cljrdec.c avcodec/cljrdec: remove unneeded include 2014-07-07 16:31:51 +02:00
cljrenc.c Merge commit '373a6dda54' 2014-07-06 20:00:59 +02:00
cllc.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
cngdec.c avcodec/cngdec: use av_mallocz_array() 2014-04-09 23:18:32 +02:00
cngenc.c avcodec/cngenc: Use av_malloc_array() 2014-04-22 02:38:03 +02:00
codec_desc.c Merge commit 'c5fca0174d' 2014-07-28 12:36:28 +02:00
cook.c Merge commit '484e015dc8' into release/2.4 2015-01-18 02:02:00 +01:00
cook_parser.c
cookdata.h
copy_block.h Merge commit 'd37c96213a' 2014-03-28 03:26:43 +01:00
cos_tablegen.c
cpia.c lavc/cpia: use avpriv_report_missing_feature() 2014-04-07 01:33:53 +02:00
crystalhd.c avcodec/crystalhd: Add #if HAVE_UNISTD_H around #include <unistd.h> 2014-07-08 02:51:56 +02:00
cscd.c
cyuv.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
dca.c dca: fix misaligned access in avpriv_dca_convert_bitstream 2016-01-28 02:15:49 +01: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 avcodec/dca: Make ff_dca_convert_bitstream() available to libavformat, needed for dts_probe() 2014-08-06 22:28:35 +02:00
dcadata.h Merge commit '6b7b8585d7' 2014-05-23 19:01:12 +02:00
dcadec.c avcodec/dcadec: Check active_bands 2015-06-01 23:25:21 +02:00
dcadsp.c
dcadsp.h
dcaenc.c avcodec/dcaenc: clear bitstream end 2015-08-20 14:38:28 +02:00
dcaenc.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
dcahuff.h
dct-test.c Merge commit '1274ea8dba' 2014-09-08 00:54:55 +02:00
dct.c avcodec/dct: use av_malloc_array() 2014-05-11 20:06:45 +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 Merge commit 'cc8163e1a3' 2014-03-22 18:43:40 +01:00
dirac.c Merge commit '9752d07d33' 2014-09-09 12:12:29 +02:00
dirac.h
dirac_arith.c
dirac_arith.h avcodec/dirac_arith: fix integer overflow 2014-11-01 13:28:14 +01:00
dirac_dwt.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
dirac_dwt.h Various small spelling fixes. 2014-04-22 20:44:31 +02:00
dirac_parser.c avcodec/dirac_parser: Check that there is a previous PU before accessing it 2015-12-06 12:40:51 +01:00
diracdec.c avcodec/diracdec: Check for hpel_base allocation failure 2015-08-20 14:38:27 +02:00
diracdsp.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
diracdsp.h
dnxhd_parser.c Merge commit '89ef08c992' 2014-04-11 14:04:10 +02:00
dnxhddata.c Merge commit '89ef08c992' 2014-04-11 14:04:10 +02:00
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-29 03:34:23 +02:00
dnxhdenc.c Merge commit '61fdbf7ff6' into release/2.4 2015-01-18 02:34:25 +01:00
dnxhdenc.h Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
dpcm.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
dpx.c avcodec/dpx: Move need_align to act per line 2015-12-06 12:40:49 +01:00
dpx_parser.c avcodec/dpx_parser: fix off by 1 error 2014-06-01 20:14:49 +02:00
dpxenc.c avcodec/dpxenc: implement write16/32 as functions 2015-08-20 14:38:25 +02:00
dsd_tablegen.c Direct Stream Digital (DSD) decoder 2014-04-15 20:35:57 +02:00
dsd_tablegen.h Direct Stream Digital (DSD) decoder 2014-04-15 20:35:57 +02:00
dsddec.c avcodec/dsddec: use av_malloc_array() 2014-04-22 20:08:30 +02:00
dsicinaudio.c Merge commit 'd6902070c5' 2014-07-07 00:04:22 +02:00
dsicinvideo.c Merge commit 'd6902070c5' 2014-07-07 00:04:22 +02:00
dsputil.h reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump 2014-07-26 13:21:07 +02:00
dsputil_compat.c reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump 2014-07-26 13:21:07 +02:00
dump_extradata_bsf.c
dv.c Merge commit 'ee0ebd3c14' 2014-09-09 19:30:55 +02:00
dv.h Merge commit 'ee0ebd3c14' 2014-09-09 19:30:55 +02:00
dv_profile.c Merge commit 'ee0ebd3c14' 2014-09-09 19:30:55 +02:00
dv_profile.h Merge commit 'ee0ebd3c14' 2014-09-09 19:30:55 +02:00
dv_profile_internal.h Merge commit 'f6ee61fb05' 2014-07-09 22:27:07 +02: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: make compute_edt user settable 2014-09-01 19:51:58 +02:00
dvd_nav_parser.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
dvdata.c Merge commit 'ee0ebd3c14' 2014-09-09 19:30:55 +02:00
dvdata.h Merge remote-tracking branch 'qatar/master' 2014-04-05 19:43:28 +02:00
dvdec.c avcodec/dvdec: Fix "left shift of negative value -254" 2016-01-31 00:25:20 +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 dvdsubdec: validate offset2 similar to offset1 2015-11-26 01:38:18 +01:00
dvdsubenc.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
dvenc.c Merge commit 'ee0ebd3c14' 2014-09-09 19:30:55 +02:00
dxa.c avcodec/dxa: check dimensions 2014-11-01 13:28:14 +01:00
dxtory.c avcodec/dxtory: Fix input size check in dxtory_decode_v1_410() 2015-12-06 12:40:49 +01:00
dxva2.c dxva2: Directly use AVFrames 2014-04-01 00:10:15 +02:00
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-29 03:34:23 +02:00
eac3enc.c Merge commit '27631796c9' 2014-06-13 19:51:35 +02:00
eac3enc.h
eacmv.c
eaidct.c
eaidct.h
eamad.c Merge commit 'e818da7724' into release/2.4 2015-03-09 01:18:06 +01:00
eatgq.c Merge commit 'b4987f7219' 2014-07-18 22:01:17 +02:00
eatgv.c
eatqi.c Merge commit 'b4987f7219' 2014-07-18 22:01:17 +02:00
elbg.c avcodec/elbg: Use av_malloc(z)_array() 2014-04-12 05:40:37 +02:00
elbg.h
error_resilience.c avcodec/error_resilience: avoid accessing previous or next frames tables beyond height 2015-12-06 12:40:49 +01:00
error_resilience.h Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
escape124.c
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 Reindent after last commit. 2014-04-05 03:32:11 +02:00
exr.c exr: fix out of bounds read in get_code 2015-12-20 16:13:32 +01: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-29 03:34:22 +02:00
faxcompr.h
fdctdsp.c Merge commit '1274ea8dba' 2014-09-08 00:54:55 +02:00
fdctdsp.h Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
fft-fixed-test.c
fft-fixed32-test.c
fft-internal.h
fft-test.c Merge commit '165e9df195' 2014-07-25 20:43:03 +02: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: Initialize vlc_state on allocation 2015-12-06 12:40:49 +01:00
ffv1.h avcodec/ffv1: seperate slice_count from max_slice_count 2015-10-09 22:07:46 +02:00
ffv1dec.c avcodec/ffv1dec: Clear quant_table_count if its invalid 2015-12-06 12:40:51 +01:00
ffv1enc.c avcodec/ffv1: seperate slice_count from max_slice_count 2015-10-09 22:07:46 +02:00
ffwavesynth.c
fic.c avcodec/fic: Check if a frame is available before using it 2014-08-22 02:22:31 +02:00
file_open.c
flac.c Merge commit '9325d88eba' 2014-08-10 02:09:13 +02:00
flac.h Merge commit '9325d88eba' 2014-08-10 02:09:13 +02:00
flac_parser.c avcodec/flac_parser: fix handling EOF if no headers are found 2015-02-13 20:48:09 +01:00
flacdata.c
flacdata.h
flacdec.c avcodec/flacdec: Call ff_flacdsp_init() unconditionally 2014-11-30 21:40:36 +01:00
flacdsp.c
flacdsp.h lavc/flacdsp: change lpc_encoder function pointer prototype 2014-08-14 20:11:35 +02:00
flacdsp_lpc_template.c cvcodec/flacdsp_lpc_template: osmetic fix 2014-08-13 05:01:35 +02:00
flacdsp_template.c
flacenc.c avcodec/flacenc: fix calculation of bits required in case of custom sample rate 2016-02-01 02:12:22 +01:00
flashsv.c avcodec/flashsv: Check size before updating it 2015-12-06 12:40:49 +01:00
flashsv2enc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
flashsvenc.c avcodec/flashsvenc: Correct max dimension in error message 2015-08-20 14:38:28 +02: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 Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
frwu.c
g2meet.c avcodec/g2meet: Also clear tile dimensions on header_fail 2015-12-06 12:40:48 +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
g723_1.c avcodec/g723_1: fix writing into input frame data and warning 2014-05-26 21:05:03 +02:00
g723_1_data.h
g726.c
g729.h
g729data.h
g729dec.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
g729postfilter.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
g729postfilter.h Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
get_bits.h Merge commit 'b574e1e97e' 2014-09-05 19:08:27 +02:00
gif.c avcodec/gif: Fix lzw buffer size 2016-01-31 00:25:21 +01:00
gif.h
gifdec.c Merge commit 'eac49477aa' into release/2.4 2014-12-20 12:15:25 +01:00
golomb-test.c avcodec/golomb-test: fix () in EXTEND() macro 2014-05-25 03:45:10 +02:00
golomb.c
golomb.h avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k values 2015-06-01 23:25:21 +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 Merge remote-tracking branch 'qatar/master' 2014-03-25 19:39:00 +01:00
h261dec.c h261dec: Fix context initialization sequence 2015-01-12 23:14:26 +01:00
h261enc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
h263.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
h263.h Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
h263_parser.c
h263_parser.h
h263data.h
h263dec.c avcodec/h263dec: Fix decoding messenger.h263 2014-10-04 23:52:29 +02:00
h263dsp.c
h263dsp.h
h264.c avcodec/h264: Fix for H.264 configuration parsing 2017-08-23 13:15:16 +02:00
h264.h avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-25 15:06:54 +02:00
h264_cabac.c avcodec/cabac: Check initial cabac decoder state 2015-12-06 12:40:50 +01:00
h264_cavlc.c Merge commit 'd24e9a99a4' 2014-03-17 13:46:23 +01:00
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 avcodec/h264_mb: fix grayscale only decoding with weighted prediction 2014-08-17 15:00:16 +02:00
h264_mb_template.c Merge commit 'aba70bb538' 2014-03-26 14:50:55 +01:00
h264_mc_template.c Merge commit 'aba70bb538' 2014-03-26 14:50:55 +01:00
h264_mp4toannexb_bsf.c avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size check 2015-08-21 03:40:15 +02:00
h264_mvpred.h Merge commit 'e0c16e4e32' 2014-03-17 12:36:48 +01:00
h264_parser.c avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-25 15:06:54 +02:00
h264_picture.c Merge commit 'ca1e36a8e4' 2014-06-20 23:18:45 +02:00
h264_ps.c avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-25 15:06:54 +02:00
h264_refs.c avcodec/h264_refs: Fix long_idx check 2016-01-31 00:25:19 +01:00
h264_sei.c avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroes 2014-11-05 10:13:26 +01:00
h264_slice.c avcodec/h264_slice: Fix integer overflow in implicit weight computation 2016-01-31 00:25:20 +01:00
h264addpx_template.c
h264chroma.c
h264chroma.h
h264chroma_template.c
h264data.h Merge commit 'd24e9a99a4' 2014-03-17 13:46:23 +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 Merge commit 'aba70bb538' 2014-03-26 14:50:55 +01:00
h264pred.c Merge commit '3dc6272bed' 2014-04-05 18:54:15 +02:00
h264pred.h On2 VP7 decoder 2014-04-04 04:00:11 +02:00
h264pred_template.c avcodec/h264pred_template: fix declarations after statements 2014-03-18 20:53:37 +01:00
h264qpel.c
h264qpel.h Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
h264qpel_template.c Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
hevc.c avcodec/hevc: Check max ctb addresses for WPP 2015-12-06 12:40:51 +01:00
hevc.h avcodec/hevc: Fix integer overflow of entry_point_offset 2015-12-06 12:40:51 +01:00
hevc_cabac.c avcodec/hevc_cabac: Fix multiple integer overflows 2015-12-06 12:40:50 +01:00
hevc_filter.c Merge commit '7acdd3a127' 2014-08-09 21:49:55 +02:00
hevc_mvs.c Merge commit '0b41eeac45' into release/2.4 2014-11-01 13:06:25 +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:25:23 +02:00
hevc_refs.c hevc: properly handle no_rasl_output_flag when removing pictures from the DPB 2015-10-09 22:09:54 +02:00
hevc_sei.c avcodec/hevc_sei: Check num_sps_ids_minus1 value 2015-06-01 23:25:20 +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 hevcdsp: remove more instances of compile-time-fixed parameters 2014-08-22 15:22:42 +02:00
hevcpred.c hevc/rext: basic infrastructure for supporting range extension 2014-07-15 13:47:35 +02:00
hevcpred.h Merge commit 'a1c2b48018' 2014-05-19 14:10:13 +02:00
hevcpred_template.c hevc/rext: basic infrastructure for supporting range extension 2014-07-15 13:47:35 +02:00
hnm4video.c Merge commit 'e7ee74485b' into release/2.4 2015-01-18 01:59:36 +01:00
hpel_template.c Merge commit 'aba70bb538' 2014-03-26 14:50:55 +01:00
hpeldsp.c Merge commit 'f0ce9913d0' 2014-06-13 19:03:55 +02:00
hpeldsp.h Merge commit '880e2aa236' 2014-06-02 19:38:01 +02:00
huffman.c avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries 2014-06-09 14:56:00 +02:00
huffman.h avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries 2014-06-09 14:56:00 +02:00
huffyuv.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
huffyuv.h huffyuvenc: add a non-deterministic option 2014-08-19 13:47:18 +02:00
huffyuvdec.c huffyuvdec: validate image size 2015-11-26 01:38:17 +01:00
huffyuvdsp.c avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu_left_pred() 2014-05-30 15:12:58 +02:00
huffyuvdsp.h avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu_left_pred() 2014-05-30 15:12:58 +02:00
huffyuvenc.c huffyuvenc: write last odd sample 2014-08-25 23:12:30 +02:00
huffyuvencdsp.c avcodec/huffyuvencdsp: try to fix misaligned access 2014-06-29 16:26:38 +02:00
huffyuvencdsp.h Merge commit '512f3ffe9b' 2014-05-28 00:03:59 +02:00
idcinvideo.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
idctdsp.c Merge commit '1274ea8dba' 2014-09-08 00:54:55 +02:00
idctdsp.h Merge commit '95c0cec03a' 2014-09-03 03:19:40 +02:00
iff.c avcodec/iff: check pixfmt for rgb8 / rgbn 2014-08-10 22:05:55 +02:00
iirfilter.c
iirfilter.h
imc.c imc: use correct position for flcoeffs2 calculation 2015-11-26 01:38:17 +01:00
imcdata.h
imgconvert.c avcodec/imgconvert: Support non-planar colorspaces while padding 2017-08-23 13:15:16 +02:00
imgconvert.h Merge commit '600b854ad8' 2014-03-22 22:17:54 +01:00
imx_dump_header_bsf.c
indeo2.c indeo2: Fix banding artefacts 2017-08-23 13:15:16 +02:00
indeo2data.h indeo2: Fix banding artefacts 2017-08-23 13:15:16 +02:00
indeo3.c indeo3: check ff_set_dimensions return value 2015-01-13 00:16:41 +01:00
indeo3data.h
indeo4.c Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
indeo4data.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
indeo5.c Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
indeo5data.h
intelh263dec.c Merge commit 'b2290bf10b' 2014-06-19 15:12:45 +02:00
internal.h Merge commit '61fdbf7ff6' into release/2.4 2015-01-18 02:34:25 +01:00
interplayvideo.c avformat/ipmovie: put video decoding_map_size into packet and use it in decoder 2016-01-28 02:09:52 +01: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 '859ce02c98' into release/2.4 2015-08-20 14:14:53 +02:00
ituh263enc.c avcodec/motion_est: Fix mv_penalty table size 2016-01-31 00:25:20 +01:00
ivi_common.c avcodec/ivi: Check image dimensions 2015-12-06 12:40:49 +01:00
ivi_common.h Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
ivi_dsp.c Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
ivi_dsp.h Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
j2kenc.c avcodec/j2kenc: Add attribution to OpenJPEG project: 2017-08-23 13:15:16 +02:00
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint.c
jfdctint_template.c avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts. 2014-05-20 04:21:06 +02:00
jpeg2000.c avcodec/jpeg2000: Check comp coords to be within the supported size 2015-12-06 12:40:50 +01:00
jpeg2000.h
jpeg2000dec.c avcodec/jpeg2000dec: More completely check cdef 2016-02-01 02:12:22 +01:00
jpeg2000dwt.c avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*() 2015-12-06 12:40:50 +01:00
jpeg2000dwt.h
jpegls.c
jpegls.h Define ff_log2_run[] in libavcodec/internal.h. 2014-03-10 13:37:12 +01:00
jpeglsdec.c avcodec/jpeglsdec: Check run value more completely in ls_decode_line() 2014-10-04 23:52:28 +02:00
jpeglsdec.h
jpeglsenc.c lavc/jpeglsenc: Enable frame-threading. 2014-05-31 13:41:11 +02:00
jrevdct.c Merge commit '95c0cec03a' 2014-09-03 03:19:40 +02:00
jvdec.c jvdec: check frame dimensions 2014-12-20 10:51:40 +01:00
kbdwin.c libavcodec: Implementation of AC3 fixedpoint decoder 2014-04-01 19:01:57 +02:00
kbdwin.h lavc/kbdwin: add missing stdint.h include 2014-04-02 20:01:37 +02:00
kgv1dec.c avcodec/kgv1dec: add casts to silence "assignment from incompatible pointer type" 2014-05-03 22:09:26 +02:00
kmvc.c
lagarith.c Merge commit '0d439fbede' 2014-05-27 23:16:06 +02:00
lagarithrac.c avcodec/lagarithrac: lag_get_rac: use normal division 2014-06-04 02:15:24 +02:00
lagarithrac.h avcodec/lagarithrac: lag_get_rac: use normal division 2014-06-04 02:15:24 +02:00
latm_parser.c
lcl.h
lcldec.c avcodec/lcldec: fix decoding of YUV444 sample 2014-08-17 18:53:06 +02:00
lclenc.c lavc/lclenc: Enable frame-threading. 2014-05-31 13:41:10 +02:00
libaacplus.c
libavcodec.v lavc: stop exporting internal functions and tables 2014-08-11 13:23:48 +02:00
libcelt_dec.c
libfaac.c
libfdk-aacdec.c Merge commit '1e9a93bfca' 2014-07-07 23:16:59 +02:00
libfdk-aacenc.c Merge commit '2f7065190a' 2014-06-06 13:41:27 +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-21 17:04:04 +02:00
libmp3lame.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
libopencore-amr.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
libopenjpegdec.c libopenjpegdec: check existence of image component data 2015-08-20 14:29:12 +02:00
libopenjpegenc.c libopenjpegenc: add NULL check for img before accessing it 2015-06-03 03:22:17 +02:00
libopus.c
libopus.h
libopusdec.c
libopusenc.c avcodec/libopusenc: Fix infinite loop on flushing after 0 input 2015-12-06 12:40:48 +01:00
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c
libshine.c
libspeexdec.c Do not overwrite the sample format with AV_SAMPLE_FMT_NONE in libspeex_decode_init(). 2014-05-30 07:38:19 +02:00
libspeexenc.c
libstagefright.cpp Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
libtheoraenc.c avcodec/libtheoraenc: Check for av_malloc failure 2015-06-01 23:25:21 +02:00
libtwolame.c libavcodec/libtwolame: fix null pointer dereference 2015-01-18 02:24:53 +01:00
libutvideo.h
libutvideodec.cpp avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set 2017-08-23 13:15:16 +02:00
libutvideoenc.cpp Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
libvo-aacenc.c
libvo-amrwbenc.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
libvorbisdec.c
libvorbisenc.c avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE 2014-05-21 03:02:06 +02:00
libvpx.c
libvpx.h
libvpxdec.c
libvpxenc.c Merge commit '7244cefd6e' into release/2.4 2015-05-19 20:15:15 +02:00
libwavpackenc.c
libwebpenc.c lavc/libwebpenc: use WebPMemoryWriterClear() 2014-08-27 15:42:13 -03:00
libx264.c libx264: fix -b_qfactor and -chromaoffset 2014-08-26 20:03:42 +02:00
libx265.c Merge commit '4912b634b5' 2014-09-03 12:10:09 +02:00
libxavs.c avcodec/libxavs: Use av_mallocz_array() 2014-04-22 02:39:23 +02:00
libxvid.c Merge commit '0a02426826' 2014-08-26 21:45:39 +02:00
libxvid.h Merge commit '0a02426826' 2014-08-26 21:45:39 +02:00
libxvid_rc.c Merge commit '0a02426826' 2014-08-26 21:45:39 +02:00
libzvbi-teletextdec.c avcodec/libzvbi-teletextdec: remove * 1 2014-04-08 23:12:26 +02:00
ljpegenc.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
loco.c
log2_tab.c
lossless_audiodsp.c apedsp: move to llauddsp 2014-06-05 20:31:59 +02:00
lossless_audiodsp.h apedsp: move to llauddsp 2014-06-05 20:31:59 +02:00
lossless_videodsp.c rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 2014-05-29 19:50:44 +02:00
lossless_videodsp.h rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 2014-05-29 19:50:44 +02:00
lpc.c drop LLS1, rename LLS2 to LLS 2014-08-09 23:20:31 +02:00
lpc.h
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c Merge remote-tracking branch 'qatar/master' 2014-03-04 15:09:58 +01:00
mace.c
Makefile ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-29 03:34:22 +02:00
mathops.h Fix compile error on bfin. 2014-08-05 01:54:47 +02:00
mathtables.c Merge commit 'f9279ee749' 2014-03-22 22:23:04 +01:00
mdct_fixed.c
mdct_fixed_32.c
mdct_float.c
mdct_template.c avcodec/mdct_template: Use av_malloc_array() 2014-04-25 15:07:31 +02:00
mdec.c Merge commit '2c63081b48' into release/2.4 2015-03-09 00:44:49 +01:00
me_cmp.c avcodec/me_cmp: restore author attribution and copyrights 2014-07-17 23:59:28 +02:00
me_cmp.h Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
metasound.c Merge commit 'cc8163e1a3' 2014-03-22 18:43:40 +01:00
metasound_data.c
metasound_data.h
microdvddec.c avcodec/microdvddec: Check for string end in 'P' case 2015-12-06 12:40:49 +01:00
mimic.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
mjpeg.c
mjpeg.h Merge remote-tracking branch 'qatar/master' 2014-03-04 15:09:58 +01:00
mjpeg2jpeg_bsf.c Merge remote-tracking branch 'qatar/master' 2014-03-25 19:39:00 +01:00
mjpeg_parser.c
mjpega_dump_header_bsf.c
mjpegbdec.c Merge commit 'cc8163e1a3' 2014-03-22 18:43:40 +01:00
mjpegdec.c avcodec/mjpegdec: Check for end for both bytes in unescaping 2016-02-01 02:12:22 +01:00
mjpegdec.h Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
mjpegenc.c avcodec/mjpegenc: the AMV encoder doesnt support yuv422 2014-09-14 17:46:33 +02:00
mjpegenc.h Merge commit 'adcb8392c9' 2014-07-01 13:33:11 +02:00
mjpegenc_common.c avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored 2017-08-23 13:15:16 +02:00
mjpegenc_common.h Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
mlp.c
mlp.h
mlp_parser.c avcodec/mlp_parser: check ff_combine_frame() return code 2014-07-04 20:29:40 +02:00
mlp_parser.h
mlpdec.c avcodec/mlpdec: fix () in MSB_MASK() macro 2014-05-25 05:18:18 +02:00
mlpdsp.c truehd: break out part of output_data into platform-specific callback. 2014-03-26 20:56:38 +01:00
mlpdsp.h truehd: break out part of output_data into platform-specific callback. 2014-03-26 20:56:38 +01:00
mmvideo.c mmvideo: check frame dimensions 2014-12-20 10:51:41 +01:00
motion-test.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
motion_est.c avcodec/motion_est: Fix mv_penalty table size 2016-01-31 00:25:20 +01:00
motion_est_template.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
motionpixels.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
motionpixels_tablegen.c Merge commit '05563ccacc' 2014-03-14 00:39:51 +01:00
motionpixels_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
movsub_bsf.c
movtextdec.c
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 Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
mpc7.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
mpc7data.h
mpc8.c Merge commit '88b240646f' 2014-03-13 21:06:42 +01:00
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4audio.c Merge commit 'bfe18be88a' into release/2.4 2015-01-17 23:00:30 +01:00
mpeg4audio.h avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZE 2015-06-01 23:25:20 +02:00
mpeg4data.h
mpeg4video.c Merge commit 'e0c16e4e32' 2014-03-17 12:36:48 +01:00
mpeg4video.h avcodec/mpeg4video: Check time_incr 2016-01-31 00:25:20 +01:00
mpeg4video_parser.c avcodec/mpeg4video_parser: fix spurious extradata parse warnings 2014-11-30 21:40:36 +01:00
mpeg4video_parser.h
mpeg4videodec.c avcodec/mpeg4videodec: also for empty partitioned slices 2015-12-20 16:14:11 +01:00
mpeg4videoenc.c avcodec/mpeg4video: Check time_incr 2016-01-31 00:25:20 +01: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: Do not call show_bits() with invalid bits 2015-11-26 01:38:17 +01:00
mpeg12enc.c avcodec/mpeg12enc: Move high resolution thread check to before initializing threads 2016-02-01 02:12:21 +01:00
mpeg_er.c Merge commit '7b9ef8d701' 2014-06-23 03:48:30 +02:00
mpeg_er.h Merge commit '7b9ef8d701' 2014-06-23 03:48:30 +02:00
mpegaudio.c
mpegaudio.h
mpegaudio_parser.c avcodec/mpegaudio_parser: fix off by 1 error in bitrate calculation 2014-11-06 01:02:53 +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
mpegaudiodec_template.c mpegaudiodec: copy AVFloatDSPContext from first context to all contexts 2015-11-26 01:38:17 +01:00
mpegaudiodecheader.c Merge commit '44127546b0' 2014-06-23 03:25:04 +02:00
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp.c Merge commit '8f9fe6ae34' 2014-04-22 23:45:50 +02:00
mpegaudiodsp.h Merge commit '8f9fe6ae34' 2014-04-22 23:45:50 +02:00
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c avcodec/mpegaudioenc_template: Fix integer overflow 2014-04-15 15:09:57 +02:00
mpegaudiotab.h
mpegutils.c Merge commit 'be039278b5' 2014-03-17 13:23:48 +01:00
mpegutils.h Merge commit 'be039278b5' 2014-03-17 13:23:48 +01:00
mpegvideo.c mpegvideo: clear overread in clear_context 2015-11-26 01:38:18 +01:00
mpegvideo.h avcodec/motion_est: Fix mv_penalty table size 2016-01-31 00:25:20 +01:00
mpegvideo_enc.c avcodec/mpeg4video: Check time_incr 2016-01-31 00:25:20 +01:00
mpegvideo_motion.c avcodec/mpegvideo_motion: Fix gmc chroma dimensions 2015-02-13 20:48:08 +01:00
mpegvideo_parser.c avcodec/mpegvideo_parser: consider vbv_delay in bitrate heuristic also for mpeg2 2014-08-25 14:15:43 +02:00
mpegvideo_xvmc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
mpegvideodsp.c Merge commit 'fab9df63a3' 2014-06-23 21:10:10 +02:00
mpegvideodsp.h Merge commit 'fab9df63a3' 2014-06-23 21:10:10 +02:00
mpegvideoencdsp.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
mpegvideoencdsp.h Merge commit '3c650efb81' 2014-07-07 16:17:27 +02:00
mpl2dec.c
mqc.c Merge commit 'fe4d5fe936' 2014-06-17 20:42:10 +02:00
mqc.h
mqcdec.c
mqcenc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
msmpeg4.h Fix wmv1 encoding if all other msmpeg4-related encoders were disabled. 2014-07-09 08:51:17 +02:00
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
msmpeg4enc.c
msrle.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
msrledec.c msrle: Use FFABS to determine the frame size in msrle_decode_pal4 2015-05-30 16:30:22 +02:00
msrledec.h
mss1.c
mss2.c avcodec/mss2: Check for repeat overflow 2016-01-31 00:25:20 +01:00
mss2dsp.c
mss2dsp.h
mss3.c Merge commit 'f9279ee749' 2014-03-22 22:23:04 +01:00
mss4.c avcodec/mss4: Fix () in MKVAL() macro 2014-05-25 05:19:09 +02:00
mss12.c Merge commit 'cc8163e1a3' 2014-03-22 18:43:40 +01:00
mss12.h
mss34dsp.c avcodec/mss34dsp: fix () in SOP* macros 2014-05-25 05:18:47 +02:00
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 Merge commit '911fa05b51' 2014-04-19 22:43:16 +02:00
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c
nellymoserenc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
noise_bsf.c
nuv.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
old_codec_ids.h avcodec/old_codec_ids: workaround doxygen inclusion bug 2014-07-06 00:32:29 +02:00
on2avc.c on2avc: limit number of bits to 30 in get_egolomb 2015-12-20 16:13:27 +01:00
on2avcdata.c Add missing "const" to pointer arrays. 2014-05-10 21:57:28 +02:00
on2avcdata.h Add missing "const" to pointer arrays. 2014-05-10 21:57:28 +02:00
options.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
options_table.h avcodec/options_table: remove extradata_size from the AVOptions table 2015-03-29 03:34:22 +02:00
opus.c Merge commit 'b70d7a4ac7' 2014-05-15 18:20:17 +02:00
opus.h Merge commit 'c49b88b93b' into release/2.4 2015-08-20 14:20:26 +02:00
opus_celt.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
opus_imdct.c Merge commit 'd3f5b94762' 2014-05-15 21:13:53 +02:00
opus_imdct.h Merge commit 'd3f5b94762' 2014-05-15 21:13:53 +02:00
opus_parser.c Merge commit 'b70d7a4ac7' 2014-05-15 18:20:17 +02:00
opus_silk.c opus_silk: fix typo causing overflow in silk_stabilize_lsf 2015-12-20 16:13:19 +01:00
opusdec.c opusdec: Don't run vector_fmul_scalar on zero length arrays 2015-11-26 01:38:17 +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 Drop remaining unneeded != NULL 2014-08-15 22:47:45 +02:00
parser.h
pcm-bluray.c
pcm-dvd.c pcm-dvd: Fix 20bit decoding 2014-05-09 16:07:15 +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 Merge commit 'f0ce9913d0' 2014-06-13 19:03:55 +02:00
pgssubdec.c pgssubdec: fix subpicture output colorspace and range 2017-08-23 13:15:16 +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 Merge commit '322a1dda97' 2014-03-22 22:53:33 +01:00
png.c Merge commit 'c598b569fb' 2014-03-17 15:29:42 +01:00
png.h
png_parser.c png_parser: fix size of chunk_lenght 2015-01-13 00:06:40 +01:00
pngdec.c avcodec/pngdec: Only allow one IHDR chunk 2015-08-20 14:38:26 +02:00
pngdsp.c Merge commit 'c598b569fb' 2014-03-17 15:29:42 +01:00
pngdsp.h
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-06-01 23:25:21 +02:00
proresdec_lgpl.c Merge commit 'cf3523c6e7' into release/2.4 2015-03-09 00:10:43 +01:00
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-29 03:34:22 +02:00
proresenc_kostya.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
psymodel.c avcodec/psymodel: use av_malloc(z)_array() 2014-04-13 23:36:59 +02:00
psymodel.h avcodec/psymodel: Fix () in AAC_CUTOFF() macro 2014-05-25 21:41:57 +02:00
pthread.c
pthread_frame.c avcodec/pthread_frame: clear priv_data, avoid stale pointer in error case 2015-08-20 14:38:27 +02:00
pthread_internal.h
pthread_slice.c avcodec/mpeg12enc: Move high resolution thread check to before initializing threads 2016-02-01 02:12:21 +01:00
ptx.c
put_bits.h avcodec/put_bits: Assert buf_ptr in flush_put_bits() 2016-01-31 00:25:20 +01:00
qcelpdata.h
qcelpdec.c
qdm2.c qdm2: avoid integer overflow 2015-01-13 00:16:40 +01:00
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
qdrw.c
qpeg.c qpeg: avoid pointless invalid memcpy() 2015-02-13 20:48:09 +01:00
qpel_template.c qpel_template: Restore author attribution 2014-05-30 04:05:13 +02:00
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 avcodec/qtrleenc: Check that width is a multiple of 4 for grayscale 2014-06-11 04:02:53 +02:00
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 Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ra144enc.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ra288.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00: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 avcodec/ratecontrol: remove unneeded statement 2014-07-31 20:35:54 +02:00
ratecontrol.h avcodec/ratecontrol: make (mc_)mb_var_sum(_last) 64bit 2014-03-21 18:34:54 +01:00
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 rawdec: only exempt BIT0 with need_copy from buffer sanity check 2015-12-20 16:13:52 +01:00
rawenc.c avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2() 2015-08-20 14:38:26 +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
rectangle.h
remove_extradata_bsf.c
resample.c avcodec/resample: Remove disabled and faulty code 2017-08-23 13:15:16 +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
rle.c
rle.h
rnd_avg.h Merge commit '322a1dda97' 2014-03-22 22:53:33 +01:00
roqaudioenc.c Merge commit '12e1a7013a' into release/2.4 2015-01-18 02:00:21 +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-05-19 12:03:48 +01:00
rpza.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
rtjpeg.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
rtjpeg.h Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
rv10.c avcodec/mpegvideo: Factor ff_mpv_decode_init() out 2014-09-05 20:48:06 +02:00
rv10enc.c Merge commit '8aee35acb1' into release/2.4 2015-03-09 01:23:24 +01:00
rv20enc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
rv30.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
rv30data.h Various small spelling fixes. 2014-04-22 20:44:31 +02:00
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-08-20 14:38:27 +02:00
rv34.h
rv34_parser.c
rv34data.h
rv34dsp.c
rv34dsp.h Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
rv34vlc.h
rv40.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
rv40data.h
rv40dsp.c Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c s302m: fix arithmetic exception 2015-11-26 01:38:17 +01:00
s302menc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
samidec.c avcodec/samidec: make sure to properly restore parsing context after a tag 2016-01-28 02:09:46 +01:00
sanm.c avcodec/sanm: Reset sizes in destroy_buffers() 2015-08-20 14:38:27 +02:00
sbr.h avcodec/aacsbr: check that the element type matches before applying SBR 2015-08-20 14:38:26 +02:00
sbrdsp.c Merge commit 'd961a79eb0' 2014-03-18 19:59:00 +01:00
sbrdsp.h
sgi.h Merge commit 'a7dbfcf6cb' 2014-04-01 03:29:29 +02:00
sgidec.c avcodec/sgidec: fix count check 2014-11-01 13:28:14 +01:00
sgienc.c Merge commit '6c1df1f228' 2014-04-01 04:13:53 +02:00
sgirledec.c avcodec/sgirledec: fix () in RBG323_TO_BGR8() macro 2014-05-25 23:08:51 +02:00
shorten.c avcodec/shorten: More complete pred_order check 2015-06-01 23:25:21 +02:00
simple_idct.c
simple_idct.h Merge commit '5dcc201505' 2014-07-19 13:56:29 +02:00
simple_idct_template.c avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts. 2014-05-20 04:21:06 +02:00
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 avcodec/smacker: Check that the data size is a multiple of a sample vector 2015-12-06 12:40:50 +01:00
smc.c Merge commit '58dc526ebf' into release/2.4 2014-12-20 12:20:46 +01:00
smvjpegdec.c avcodec/smvjpegdec: check avcodec_decode_video2() return code 2015-06-01 23:25:21 +02:00
snow.c avcodec/snow: fix null pointer dereference in cleanup after allocation failure 2014-08-11 15:37:15 +02:00
snow.h avcodec/rangecoder: Check e 2015-12-06 12:40:49 +01:00
snow_dwt.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
snow_dwt.h avcodec/snow_dwt: fix "incompatible pointer type" warnings 2014-05-03 22:49:21 +02:00
snowdata.h
snowdec.c avcodec/snowdec: Fix ref value check 2015-03-29 03:34:21 +02:00
snowenc.c avcodec/motion_est: Fix mv_penalty table size 2016-01-31 00:25:20 +01:00
sonic.c sonic: make sure num_taps * channels is not larger than frame_size 2015-12-20 16:13:23 +01:00
sp5x.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
sp5xdec.c
srtdec.c
srtenc.c
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
sunrast.c
sunrast.h
sunrastenc.c
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: Check init_get_bits8() for failure 2015-12-06 12:40:48 +01:00
svq1enc.c avcodec/svq1enc: Check dimensions 2015-08-20 14:38:28 +02:00
svq1enc.h Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
svq1enc_cb.h
svq3.c avcodec/svq3: Dont memcpy AVFrame 2014-10-04 23:52:29 +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 avcodec/takdec: add code that got somehow lost in process of REing 2017-08-23 13:15:16 +02:00
targa.c
targa.h
targa_y216dec.c
targaenc.c
textdec.c
thread.h
tiertexseqv.c
tiff.c avcodec/tiff: Check subsample & rps values more completely 2016-01-31 00:25:20 +01:00
tiff.h Merge commit '12640e4cbb' 2014-08-18 19:52:22 +02:00
tiff_common.c avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTE 2014-04-20 17:01:46 +02:00
tiff_common.h fix spelling errors 2014-07-12 22:33:27 +02:00
tiff_data.c
tiff_data.h
tiffenc.c Merge commit 'b82170336f' into release/2.4 2015-01-18 02:00:54 +01:00
tmv.c
tpeldsp.c Merge commit 'f0ce9913d0' 2014-06-13 19:03:55 +02:00
tpeldsp.h Merge commit '57f09608e1' 2014-03-22 23:26:23 +01:00
truemotion1.c avcodec/truemotion1: Check for even width 2015-12-06 12:40:48 +01:00
truemotion1data.h
truemotion2.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
truespeech.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
truespeech_data.h
tscc.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
tscc2.c avcodec/tscc2: fix macro () 2014-06-07 17:44:23 +02:00
tscc2data.h
tta.c avcodec/tta: Check init_get_bits8() for failure 2015-12-06 12:40:48 +01:00
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c avcodec/tta: fix macro () 2014-06-07 17:44:14 +02:00
twinvq.c avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO() 2014-09-10 20:44:19 +02:00
twinvq.h
twinvq_data.h
twinvqdec.c
txd.c
ulti.c
ulti_cb.h
unary.h
utils.c avcodec/utils: Clear dimensions in ff_get_buffer() on failure 2015-12-06 12:40:50 +01:00
utvideo.c
utvideo.h Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
utvideodec.c utvideodec: Handle slice_height being zero 2015-03-09 00:51:48 +01:00
utvideoenc.c utvideoenc: properly set slice height/last line 2014-11-01 13:28:13 +01:00
v210dec.c
v210dec.h
v210enc.c
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c
v410enc.c
vaapi.c Merge commit '20f9cf744a' into release/2.4 2015-01-17 23:58:28 +01:00
vaapi.h
vaapi_h264.c vaapi: set the scaling list correctly. 2014-08-14 05:50:08 +00:00
vaapi_internal.h Merge remote-tracking branch 'qatar/master' 2014-03-20 23:08:58 +01:00
vaapi_mpeg2.c vaapi: Update idct_permutation location after dsputil/idctdsp split 2014-07-01 07:36:22 -07:00
vaapi_mpeg4.c vaapi: Update idct_permutation location after dsputil/idctdsp split 2014-07-01 07:36:22 -07:00
vaapi_vc1.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
vb.c
vble.c Merge commit '0d439fbede' 2014-05-27 23:16:06 +02:00
vc1.c vc-1: Add platform-specific start code search routine to VC1DSPContext. 2014-08-04 22:22:54 +02:00
vc1.h Merge commit '4d55e9de27' 2014-09-04 20:09:01 +02:00
vc1_common.h Merge commit '4d55e9de27' 2014-09-04 20:09:01 +02:00
vc1_parser.c Merge commit 'ff771f79b5' 2014-08-27 20:44:40 +02:00
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c vc1dec: use get_bits_long and limit the read bits to 32 2015-11-26 01:38:17 +01: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 Merge commit '67afcefb35' 2014-05-12 01:57:02 +02:00
vda.h Merge commit '67afcefb35' 2014-05-12 01:57:02 +02:00
vda_h264.c avcodec/vda_h264: fix bistream typo 2014-05-12 03:27:04 +02:00
vda_h264_dec.c
vda_internal.h Merge commit '67afcefb35' 2014-05-12 01:57:02 +02:00
vdpau.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
vdpau.h
vdpau_h264.c Merge commit 'a871ef0cc9' 2014-05-11 23:49:13 +02:00
vdpau_internal.h avcodec/vdpau_internal: move "struct vdpau_picture_context" up to avoid "#else" 2014-05-22 01:53:54 +02:00
vdpau_mpeg4.c Merge commit 'a871ef0cc9' 2014-05-11 23:49:13 +02:00
vdpau_mpeg12.c Merge commit 'a871ef0cc9' 2014-05-11 23:49:13 +02:00
vdpau_vc1.c Merge commit 'a871ef0cc9' 2014-05-11 23:49:13 +02:00
version.h Merge commit '9301486408' 2014-08-28 22:23:01 +02:00
videodsp.c Merge commit 'd3789eeeed' 2014-04-07 02:51:05 +02:00
videodsp.h Merge commit 'd3789eeeed' 2014-04-07 02:51:05 +02:00
videodsp_template.c Merge commit 'aba70bb538' 2014-03-26 14:50:55 +01:00
vima.c Merge commit '6f273093e5' 2014-04-06 23:14:23 +02:00
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-16 19:38:08 +01:00
vmnc.c
vorbis.c avcodec/vorbis: fix decoding of single element huffman trees 2014-03-08 05:13:05 +01:00
vorbis.h
vorbis_data.c
vorbis_enc_data.h
vorbis_parser.c
vorbis_parser.h
vorbisdec.c vorbisdec: reject rangebits 0 with non-0 partitions 2016-01-28 02:15:49 +01:00
vorbisdsp.c Merge commit '3956a5e0ea' 2014-04-22 23:51:19 +02:00
vorbisdsp.h Merge commit '3956a5e0ea' 2014-04-22 23:51:19 +02:00
vorbisenc.c vorbisenc: avoid large stack allocation. 2014-09-03 21:22:59 +02:00
vp3.c avcodec/vp3: ensure header is parsed successfully before tables 2015-12-06 12:40:51 +01:00
vp3_parser.c Merge remote-tracking branch 'qatar/master' 2014-04-02 00:25:21 +02:00
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 Merge commit '880e2aa236' 2014-06-02 19:38:01 +02:00
vp5.c Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp5data.h
vp6.c Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp6data.h
vp6dsp.c
vp8.c avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup 2015-12-06 12:40:50 +01:00
vp8.h vp8: change mv_{min,max}.{x,y} type to int 2015-08-20 14:29:12 +02:00
vp8_parser.c Merge commit '53c20f17c7' 2014-03-30 01:55:31 +01:00
vp8data.h Merge commit 'ac4b32df71' 2014-04-04 14:46:10 +02:00
vp8dsp.c avcodec/vp8: fix () in macros 2014-06-18 03:13:37 +02:00
vp8dsp.h Merge commit 'ac4b32df71' 2014-04-04 14:46:10 +02:00
vp9.c vp9: add support for resolution changes in inter frames. 2015-11-26 01:38:16 +01:00
vp9.h
vp9_mc_template.c vp9: add support for resolution changes in inter frames. 2015-11-26 01:38:16 +01:00
vp9_parser.c vp9: add support for resolution changes in inter frames. 2015-11-26 01:38:16 +01:00
vp9data.h
vp9dsp.c vp9: add support for resolution changes in inter frames. 2015-11-26 01:38:16 +01:00
vp9dsp.h vp9: add support for resolution changes in inter frames. 2015-11-26 01:38:16 +01:00
vp56.c Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp56.h Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
vqavideo.c avcodec/vqavideo: Check chunk size 2015-06-01 23:25:20 +02:00
wavpack.c wavpack: limit extra_bits to 32 and use get_bits_long 2015-11-26 01:38:17 +01:00
wavpack.h avcodec/wavpack: increase WV_MAX_SAMPLES 2014-08-29 10:37:49 +00:00
wavpackenc.c avcodec/wavpackenc: print channel count in av_log call 2016-01-31 00:25:20 +01:00
wavpackenc.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
webp.c webp: ensure that each transform is only used once 2015-03-29 03:28:38 +02:00
webvttdec.c
webvttenc.c avcodec/webvttenc: do not use EOVERFLOW. 2014-05-25 10:28:16 +02:00
wma.c Merge commit 'f20518568a' 2014-09-04 19:46:06 +02:00
wma.h Merge commit 'f20518568a' 2014-09-04 19:46:06 +02: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 Merge commit 'd2a4e4b9cc' 2014-09-03 22:10:21 +02:00
wmaenc.c avcodec/wmaenc: Check ff_wma_init() for failure 2016-02-01 02:12:21 +01:00
wmalosslessdec.c wmalosslessdec: reset frame->nb_samples on packet loss 2015-08-20 14:38:27 +02:00
wmaprodata.h
wmaprodec.c avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows 2015-12-06 12:40:51 +01:00
wmavoice.c wmavoice: limit wmavoice_decode_packet return value to packet size 2015-08-20 14:38:26 +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 Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
wmv2enc.c Merge commit 'eda7571ea1' 2014-09-03 04:13:37 +02:00
wnv1.c
ws-snd1.c
xan.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
xbmdec.c avcodec/xbmdec: remove dependancy on zero padding on input packet 2014-06-15 03:50:30 +02:00
xbmenc.c xbm: use av_frame_free on close 2014-03-27 23:57:51 +01:00
xface.c
xface.h
xfacedec.c
xfaceenc.c
xiph.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
xiph.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
xl.c
xsubdec.c Merge commit '3d0752d82f' into release/2.4 2015-01-17 23:01:33 +01:00
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 xwddec: prevent overflow of lsize * avctx->height 2015-12-20 16:13:40 +01:00
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-29 03:34:22 +02:00
zmbvenc.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00