You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
James Almer cb13f44831 avcodec/dolby_e: use av_clip_uintp2() 7 years ago
..
aarch64 lavc/aarch64: add sbrdsp neon implementation 7 years ago
alpha Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' 8 years ago
arm avcodec/rdft: remove sintable 7 years ago
avr32
bfin
mips avcodec: Add prefetch for mips 7 years ago
neon
ppc Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013' 8 years ago
sh4
sparc
tests avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth functions 7 years ago
x86 Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_main" 7 years ago
.gitignore
4xm.c
8bps.c
8svx.c
012v.c
Makefile avcodec: add Dolby E decoder 7 years ago
a64colors.h
a64multienc.c
a64tables.h
aac.h imdct15: rename to mdct15 and add a forward transform 8 years ago
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c avcodec/aac_adtstoasc: propagate new extradata using packet side data 8 years ago
aac_defines.h avcodec/aacdec_template: Fix undefined integer overflow in apply_tns() 7 years ago
aac_parser.c
aacadtsdec.c
aacadtsdec.h
aaccoder.c avcodec: stop using deprecated codec flags 8 years ago
aaccoder_trellis.h
aaccoder_twoloop.h avcodec: stop using deprecated codec flags 8 years ago
aacdec.c avcodec/aacdec: Fix runtime error: signed integer overflow: 2147483520 + 255 cannot be represented in type 'int' 8 years ago
aacdec_fixed.c avcodec/aacdec_fixed: Check s for being too small 8 years ago
aacdec_template.c avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid undefined shifts later 7 years ago
aacdectab.h
aacenc.c avcodec: stop using deprecated codec flags 8 years ago
aacenc.h
aacenc_is.c
aacenc_is.h
aacenc_ltp.c avcodec/aacenc_ltp: fix use of uninitialized values 8 years ago
aacenc_ltp.h
aacenc_pred.c
aacenc_pred.h
aacenc_quantization.h
aacenc_quantization_misc.h
aacenc_tns.c
aacenc_tns.h
aacenc_utils.h
aacenctab.c
aacenctab.h
aacps.c avcodec/aacps (fixed point): Fix multiple signed integer overflows 7 years ago
aacps.h
aacps_fixed.c
aacps_fixed_tablegen.c
aacps_fixed_tablegen.h
aacps_float.c
aacps_tablegen.c
aacps_tablegen.h
aacps_tablegen_template.c
aacpsdata.c
aacpsdsp.h lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis 7 years ago
aacpsdsp_fixed.c
aacpsdsp_float.c
aacpsdsp_template.c lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis 7 years ago
aacpsy.c Merge commit 'd316f9cefcd854071985c6f524a9a15348240264' 8 years ago
aacsbr.c avcodec/aacsbr: Fix libavcodec/aacsbr.c:257:59: runtime error: division by zero 8 years ago
aacsbr.h aacsbr: Associate SBR data with AAC elements on init 8 years ago
aacsbr_fixed.c avcodec/aacsbr_fixed: Fix signed integer overflow in sbr_hf_inverse_filter() 8 years ago
aacsbr_fixed_tablegen.h
aacsbr_tablegen.h
aacsbr_tablegen_common.h
aacsbr_template.c avcodec/aacsbr_template: Do not change bs_num_env before its checked 8 years ago
aacsbrdata.h
aactab.c
aactab.h Merge commit '39cea6570c11a49b64b2ec8d71e218db03b4c742' 8 years ago
aandcttab.c
aandcttab.h
aasc.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
ac3.c
ac3.h
ac3_parser.c
ac3_parser.h
ac3dec.c avcodec/ac3dec: Fix: runtime error: index -1 out of bounds for type 'INTFLOAT [2]' 8 years ago
ac3dec.h avcodec/ac3dec: Keep track of band structure 8 years ago
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c avcodec/ac3dec_fixed: Fix multiple runtime error: signed integer overflow: -39271008 * 59 cannot be represented in type 'int' 8 years ago
ac3dec_float.c
ac3dsp.c avcodec/ac3dsp: add special-case handling for the C downmix_fixed function 8 years ago
ac3dsp.h Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb' 8 years ago
ac3enc.c
ac3enc.h
ac3enc_fixed.c ac3enc: Avoid unnecessary macro indirections 8 years ago
ac3enc_float.c Merge commit 'f0d3e43bd77b3194a28d75884cf83083b188bf30' 8 years ago
ac3enc_opts_template.c
ac3enc_template.c Merge commit 'f0d3e43bd77b3194a28d75884cf83083b188bf30' 8 years ago
ac3tab.c
ac3tab.h
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c avcodec/acelp_pitch_delay: Fix runtime error: value 4.83233e+39 is outside the range of representable values of type 'float' 8 years ago
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm.c adpcm: fix clipping for yamaha 8 years ago
adpcm.h
adpcm_data.c avcodec/adpcm_data: use uint16_t to handle all values 8 years ago
adpcm_data.h
adpcmenc.c adpcm: fix clipping for yamaha 8 years ago
adx.c
adx.h
adx_parser.c
adxdec.c avcodec/adxdec: Fix runtime error: left shift of negative value -1 8 years ago
adxenc.c
aic.c avcodec/aic: unbreak decoding of files with slice_width != 16 8 years ago
alac.c Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' 8 years ago
alac_data.c
alac_data.h
alacdsp.c
alacdsp.h
alacenc.c
aliaspixdec.c
aliaspixenc.c
allcodecs.c avcodec: add Dolby E decoder 7 years ago
alsdec.c avcodec/alsdec: fix some undefined shifts 7 years ago
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c avcodec/amrwbdec: Fix runtime error: left shift of negative value -1 8 years ago
anm.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
ansi.c avcodec/ansi: Fix frame memleak 8 years ago
apedec.c avcodec/apedec: Fix integer overflow 7 years ago
apng.h
ass.c
ass.h
ass_split.c
ass_split.h
assdec.c
assenc.c
asv.c
asv.h
asvdec.c avcodec/asvdec: Use rounded up dimenensions in input size check 8 years ago
asvenc.c
atrac.c
atrac.h
atrac1.c
atrac1data.h
atrac3.c avcodec/atrac3: Check init_get_bits8() for failure 8 years ago
atrac3data.h
atrac3plus.c
atrac3plus.h
atrac3plus_data.h
atrac3plusdec.c avcodec: add ATRAC Advanced Lossless decoders 8 years ago
atrac3plusdsp.c
audio_frame_queue.c
audio_frame_queue.h
audioconvert.c
audioconvert.h
audiodsp.c Merge commit '12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5' 8 years ago
audiodsp.h Merge commit '12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5' 8 years ago
audiotoolboxdec.c avcodec/audiotoolboxdec: check packet side data for AAC extradata updates 8 years ago
audiotoolboxenc.c
aura.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
avcodec.h avcodec: add Dolby E decoder 7 years ago
avcodecres.rc
avdct.c
avdct.h
avfft.c
avfft.h
avpacket.c avcodec/avpacket: Limit iterations in ff_packet_split_and_drop_side_data() 8 years ago
avpicture.c
avrndec.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
avs.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
avuidec.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
avuienc.c
bethsoftvideo.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
bethsoftvideo.h
bfi.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
bgmc.c
bgmc.h
bink.c
binkaudio.c Merge commit '730c02326094bcfb1fa67f10a7e7b22f03f5a88f' 8 years ago
binkdata.h
binkdsp.c
binkdsp.h Merge commit 'baab87c4f30e75ea309294b06adcd01ce678bdc5' 8 years ago
bintext.c
bintext.h
bit_depth_template.c
bitpacked.c bitpacked: Remove dead store 7 years ago
bitstream.c Fix all -Wformat warnings raised by DJGPP 8 years ago
bitstream_filter.c bitstream_filter: Add missing error check 7 years ago
bitstream_filters.c vp9: Add bsf to fix reordering in raw streams 8 years ago
blockdsp.c Merge commit 'b2939a75270bc7e971462648168aa3a2a48c1c8c' 8 years ago
blockdsp.h Merge commit 'b2939a75270bc7e971462648168aa3a2a48c1c8c' 8 years ago
bmp.c avcodec/bmp: Use ff_set_dimensions() 8 years ago
bmp.h
bmp_parser.c
bmpenc.c
bmvaudio.c
bmvvideo.c avcodec/bmvvideo: Fix runtime error: left shift of 137 by 24 places cannot be represented in type 'int' 8 years ago
brenderpix.c
bsf.c avcodec/bsf: Check for packet payload when setting BSF EOF flag. 8 years ago
bsf.h
bswapdsp.c
bswapdsp.h
bytestream.h avcodec/bytestream: check for AV_HAVE_BIGENDIAN instead of HAVE_BIGENDIAN 8 years ago
c93.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
cabac.c
cabac.h
cabac_functions.h
canopus.c
canopus.h
cavs.c avcodec/cavs: Fix runtime error: signed integer overflow: -12648062 * 256 cannot be represented in type 'int' 8 years ago
cavs.h Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8' 8 years ago
cavs_parser.c
cavsdata.c
cavsdec.c avcodec/cavsdec: Fix runtime error: signed integer overflow: 59 + 2147483600 cannot be represented in type 'int' 8 years ago
cavsdsp.c Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8' 8 years ago
cavsdsp.h Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8' 8 years ago
cbrt_data.c
cbrt_data.h avcodec/cbrt_data: add missing header include 8 years ago
cbrt_data_fixed.c
cbrt_fixed_tablegen.c
cbrt_tablegen.c
cbrt_tablegen.h
cbrt_tablegen_template.c
ccaption_dec.c
cdgraphics.c
cdxl.c avcodec/cdxl: Check format for BGR24 8 years ago
celp_filters.c avcodec/celp_filters: Fix runtime error: signed integer overflow: 1892453989 + 381702783 cannot be represented in type 'int' 8 years ago
celp_filters.h
celp_math.c
celp_math.h
cfhd.c avcodec/cfhd: Fix invalid left shift of negative value 7 years ago
cfhd.h
cfhddata.c
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c avcodec/cinepak: Check input packet size before frame reallocation 8 years ago
cinepakenc.c libavcodec/cinepakenc.c: comments cleanup (contents) 8 years ago
clearvideo.c avcodec/clearvideo: Check buf_size before decoding frame 8 years ago
cljrdec.c
cljrenc.c
cllc.c avcodec/cllc: Check bitstream end before decoding pixels 8 years ago
cngdec.c
cngenc.c cngenc: Remove dead store 7 years ago
codec_desc.c avcodec: add Dolby E decoder 7 years ago
cook.c Merge commit '12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5' 8 years ago
cook_parser.c
cookdata.h
copy_block.h lavc/copy_block: style fix 8 years ago
cos_tablegen.c
cpia.c avcodec: do not use AVFrame accessor 8 years ago
crystalhd.c avcodec/crystalhd: Another attempt at using mpeg4_unpack_bframes bsf 8 years ago
cscd.c
cuvid.c avcodec/cuvid: make capability check optional 8 years ago
cyuv.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
d3d11va.c
d3d11va.h
dca.c avcodec: add avpriv_dca_parse_core_frame_header() 7 years ago
dca.h avcodec: add avpriv_dca_parse_core_frame_header() 7 years ago
dca_core.c avcodec/dca: avoid using bitstream reader in a non-standard way 7 years ago
dca_core.h avcodec/dca: avoid using bitstream reader in a non-standard way 7 years ago
dca_core_bsf.c
dca_exss.c
dca_exss.h
dca_lbr.c avcodec/dca: move some enumeration typedefs into headers 7 years ago
dca_lbr.h avcodec/dca: move some enumeration typedefs into headers 7 years ago
dca_parser.c avcodec/dca_parser: avoid use of magic values 7 years ago
dca_syncwords.h
dca_xll.c avcodec/dca: avoid using bitstream reader in a non-standard way 7 years ago
dca_xll.h
dcaadpcm.c avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder 8 years ago
dcaadpcm.h avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder 8 years ago
dcadata.c avcodec/dca: move bits per sample array to dca.c 7 years ago
dcadata.h avcodec/dca: move bits per sample array to dca.c 7 years ago
dcadct.c
dcadct.h
dcadec.c
dcadec.h avcodec/dca: avoid using bitstream reader in a non-standard way 7 years ago
dcadsp.c avcodec/dcadsp: Fix runtime error: signed integer overflow 8 years ago
dcadsp.h
dcaenc.c avcodec/dcaenc: Do not abort process in case of bitrate deficit 8 years ago
dcaenc.h avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder 8 years ago
dcahuff.c
dcahuff.h
dcamath.h avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder 8 years ago
dct.c
dct.h Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' 8 years ago
dct32.h
dct32_fixed.c
dct32_float.c
dct32_template.c avcodec/dct32_template: Fix runtime error: signed integer overflow: -1071326067 - 1088238847 cannot be represented in type 'int' 8 years ago
dctref.c
dctref.h
dds.c avcodec/dds: Fix runtime error: left shift of 145 by 24 places cannot be represented in type 'int' 8 years ago
decode.c hwframe: Allow hwaccel frame allocators to align surface sizes 7 years ago
decode.h Merge commit '554e55bbf0e4a3640a784cb512b816e776c56333' 8 years ago
dfa.c avcodec/dfa: Fix: runtime error: signed integer overflow: -14202 * 196877 cannot be represented in type 'int' 8 years ago
dirac.c
dirac.h
dirac_arith.c dirac: make initialization of arithmetic coder tables threadsafe. 8 years ago
dirac_arith.h dirac: make initialization of arithmetic coder tables threadsafe. 8 years ago
dirac_dwt.c
dirac_dwt.h
dirac_dwt_template.c
dirac_parser.c
dirac_vlc.c
dirac_vlc.h
diracdec.c avcodec/diracdec: Fix off by 1 error in quant check 8 years ago
diracdsp.c
diracdsp.h
diractab.c
diractab.h
dnxhd_parser.c avcodec/dnxhd_parser: Do not return invalid value from dnxhd_find_frame_end() on error 8 years ago
dnxhddata.c
dnxhddata.h avcodec/dnxhd*: add ff_dnxhd_get_hr_frame_size() 8 years ago
dnxhddec.c avcodec/dnxhddec: fix -Wformat warning raised by DJGPP 8 years ago
dnxhdenc.c avcodec/dnxhdenc: Assert that frame size is not assigned an error code 8 years ago
dnxhdenc.h avcodec/dnxhdenc: DNxHR 444 and HQX support 8 years ago
dolby_e.c avcodec/dolby_e: use av_clip_uintp2() 7 years ago
dolby_e.h avcodec: add Dolby E decoder 7 years ago
dpcm.c avcodec: add Gremlin DPCM decoder 8 years ago
dpx.c
dpx_parser.c
dpxenc.c
dsd.c
dsd.h
dsd_tablegen.h
dsddec.c avcodec/dsddec: correct for DSD silence bit-ordering 8 years ago
dsicinaudio.c
dsicinvideo.c
dss_sp.c avcodec/dss_sp: Fix runtime error: signed integer overflow: 2147481189 + 4096 cannot be represented in type 'int' 8 years ago
dstdec.c
dump_extradata_bsf.c
dv.c
dv.h Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' 8 years ago
dv_profile.c
dv_profile.h
dv_profile_internal.h
dv_tablegen.c
dv_tablegen.h
dvaudio.h
dvaudio_parser.c
dvaudiodec.c
dvbsub.c
dvbsub_parser.c
dvbsubdec.c avcodec/dvbsubdec: Check pixel buffer size constraint from ETSI EN 300 743 V1.3.1 8 years ago
dvbtxt.h
dvd_nav_parser.c
dvdata.c
dvdata.h
dvdec.c Fix all -Wformat warnings raised by DJGPP 8 years ago
dvdsub_parser.c
dvdsubdec.c avcodec/dvdsubdec: Fix runtime error: left shift of 242 by 24 places cannot be represented in type 'int' 8 years ago
dvdsubenc.c Fix all -Wformat warnings raised by DJGPP 8 years ago
dvenc.c Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3' 8 years ago
dxa.c
dxtory.c Merge commit '7a2b2b6a92c4b528ecb640790eca0aa790d858f4' 8 years ago
dxv.c avcodec/dxv: Check remaining bytes in dxv_decompress_raw() 8 years ago
dxva2.c dxva: DXVA2_ModeHEVC_VLD_Main10 does not support Main 7 years ago
dxva2.h
dxva2_h264.c dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
dxva2_hevc.c dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
dxva2_internal.h dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
dxva2_mpeg2.c dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
dxva2_vc1.c dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
dxva2_vp9.c dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
eac3_data.c
eac3_data.h
eac3dec.c avcodec/eac3dec: Fix runtime error: left shift of negative value -3 8 years ago
eac3enc.c
eac3enc.h
eacmv.c Merge commit 'a339e919cad1ab0125948f0dd9d49f6cb590db89' 8 years ago
eaidct.c Merge commit 'a339e919cad1ab0125948f0dd9d49f6cb590db89' 8 years ago
eaidct.h Merge commit 'a339e919cad1ab0125948f0dd9d49f6cb590db89' 8 years ago
eamad.c avcodec/eamad: Fix runtime error: signed integer overflow: 49674 * 49858 cannot be represented in type 'int' 8 years ago
eatgq.c Merge commit 'a339e919cad1ab0125948f0dd9d49f6cb590db89' 8 years ago
eatgv.c Merge commit 'a339e919cad1ab0125948f0dd9d49f6cb590db89' 8 years ago
eatqi.c avcodec/eatqi: Fix runtime error: signed integer overflow: 4466147 * 1075 cannot be represented in type 'int' 8 years ago
elbg.c
elbg.h
elsdec.c
elsdec.h
encode.c avcodec: do not use AVFrame accessor 8 years ago
error_resilience.c Merge commit '6b52762951fa138eef59e2628dabb389e0500e40' 8 years ago
error_resilience.h Merge commit '6b52762951fa138eef59e2628dabb389e0500e40' 8 years ago
escape124.c avcodec/escape124: Check depth against num_superblocks 8 years ago
escape130.c
evrcdata.h
evrcdec.c
exif.c
exif.h
exr.c libavcodec/exr : simplify reorder_pixels 8 years ago
extract_extradata_bsf.c avcodec/extract_extradata_bsf: make sure all parameter set NAL units were found for h264/hevc 8 years ago
faandct.c Merge commit '34c22a9ca656603428b2c3490d1339c5a5966961' 8 years ago
faandct.h
faanidct.c Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' 8 years ago
faanidct.h Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' 8 years ago
faxcompr.c
faxcompr.h
fdctdsp.c
fdctdsp.h
ffjni.c lavc/ffjni: add missing '\n' 8 years ago
ffjni.h
fft-internal.h
fft.h
fft_fixed.c
fft_fixed_32.c
fft_float.c
fft_init_table.c
fft_table.h
fft_template.c avcodec/fft_template: use ff_thread_once on costable initialization 7 years ago
ffv1.c
ffv1.h avcodec/ffv1: Increase the maximum number of slices to 1024 7 years ago
ffv1_template.c
ffv1dec.c avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 1550964438 cannot be represented in type 'int' 8 years ago
ffv1dec_template.c avcodec/ffv1dec_template: Fix signed integer overflow 7 years ago
ffv1enc.c avcodec/ffv1enc: compute the max number of slices and limit by that 7 years ago
ffv1enc_template.c
ffwavesynth.c
fic.c avcodec/fic: Fix multiple runtime error: signed integer overflow: 5793 * 419752 cannot be represented in type 'int' 8 years ago
file_open.c
flac.c
flac.h
flac_parser.c Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6' 8 years ago
flacdata.c
flacdata.h
flacdec.c avcodec/flacdec: Return error code instead of 0 for failures 8 years ago
flacdsp.c avcodec/flacdsp: Fix: runtime error: signed integer overflow: -1027555328 + -1226681270 cannot be represented in type 'int' 8 years ago
flacdsp.h Factorize CHECK/SUINT code 8 years ago
flacdsp_lpc_template.c
flacdsp_template.c
flacenc.c
flashsv.c
flashsv2enc.c
flashsvenc.c
flicvideo.c avcodec/flicvideo: Fix runtime error: signed integer overflow: 4864 * 459296 cannot be represented in type 'int' 8 years ago
flv.h
flvdec.c
flvenc.c
fmtconvert.c
fmtconvert.h
fmvc.c avcodec/fmvc: Fix use of uninitialized memory when the first frame is not a keyframe 8 years ago
frame_thread_encoder.c avcodec/frame_thread_encoder: Fix AV_OPT_TYPE_STRING handling in priv_data 7 years ago
frame_thread_encoder.h
fraps.c Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' 8 years ago
frwu.c
g2meet.c Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' 8 years ago
g722.c avcodec/g722: Fix multiple runtime error: left shift of negative value -1 8 years ago
g722.h
g722dec.c
g722dsp.c
g722dsp.h
g722enc.c avcodec/g722enc: force mono channel layout 7 years ago
g723_1.c avcodec/g723_1: Fix runtime error: signed integer overflow: -1013481472 + -1139123755 cannot be represented in type 'int' 8 years ago
g723_1.h avcodec/g723_1: Fix multiple runtime error: left shift of negative value 8 years ago
g723_1dec.c avcodec/g723_1dec: Clip after shift in estimate_sid_gain() 8 years ago
g723_1enc.c Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' 8 years ago
g726.c avcodec/g726: Fix runtime error: left shift of negative value -2 8 years ago
g729.h
g729_parser.c
g729data.h
g729dec.c
g729postfilter.c
g729postfilter.h
gdv.c avcodec/gdv: add decompression for 2 and 5 method 7 years ago
get_bits.h
gif.c
gif.h
gifdec.c avcodec: do not use AVFrame accessor 8 years ago
golomb.c
golomb.h lavc/golobm: Add set_ue_golomb_long to support up to 2^32 -2. 8 years ago
gsm.h
gsm_parser.c
gsmdec.c
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c avcodec/gsmdec_template: Fix runtime error: signed integer overflow: -22527 * 99113 cannot be represented in type 'int' 8 years ago
h261.c
h261.h
h261_parser.c
h261data.c
h261dec.c avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
h261enc.c
h263.c avcodec/h263: Remove disabled and wrong code from ff_h263_loop_filter() 8 years ago
h263.h
h263_parser.c
h263_parser.h
h263data.c
h263data.h
h263dec.c avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
h263dsp.c
h263dsp.h
h264.h
h264_cabac.c avcodec/h264: Fix mix of lossless and lossy MBs decoding 8 years ago
h264_cavlc.c avcodec/h264: Fix mix of lossless and lossy MBs decoding 8 years ago
h264_direct.c h264: only assign H264Picture::mbaff for first slice. 8 years ago
h264_loopfilter.c Merge commit '0574780d7a196f87ddd89d6362f4c47f3532b4c4' 8 years ago
h264_mb.c avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264 8 years ago
h264_mb_template.c
h264_mc_template.c
h264_mp4toannexb_bsf.c
h264_mvpred.h avcodec/h264_mvpred: Fix runtime error: left shift of negative value -1 8 years ago
h264_parse.c avcodec/h264_parse: Check picture structure when initializing weight table 8 years ago
h264_parse.h avcodec/h264_parse: Check picture structure when initializing weight table 8 years ago
h264_parser.c avcodec/h264_parse: Check picture structure when initializing weight table 8 years ago
h264_picture.c avcodec/h264dec: export cropping information instead of handling it internally 8 years ago
h264_ps.c avcodec/h264dec: export cropping information instead of handling it internally 8 years ago
h264_ps.h
h264_refs.c Merge commit 'b96f0ab3d29cdd9ea9ddabfb2052f72bf8615661' 8 years ago
h264_sei.c avcodec/h264_sei: Check actual presence of SEI picture timing instead of implying it 8 years ago
h264_sei.h avcodec/h264_sei: Check actual presence of SEI picture timing instead of implying it 8 years ago
h264_slice.c avcodec/h264_slice: Fix signed integer overflow 7 years ago
h264addpx_template.c
h264chroma.c
h264chroma.h Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c' 8 years ago
h264chroma_template.c Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c' 8 years ago
h264data.c
h264data.h
h264dec.c h264dec: remove unneeded prototype 7 years ago
h264dec.h avcodec/h264dec: export cropping information instead of handling it internally 8 years ago
h264dsp.c
h264dsp.h
h264dsp_template.c
h264idct.c
h264idct.h
h264idct_template.c avcodec/h264idct_template: Fix multiple runtime error: signed integer overflow 8 years ago
h264pred.c
h264pred.h
h264pred_template.c
h264qpel.c
h264qpel.h
h264qpel_template.c
h2645_parse.c Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765' 8 years ago
h2645_parse.h
hap.c
hap.h
hapdec.c
hapenc.c
hevc.h Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f' 8 years ago
hevc_cabac.c avcodec/hevcdec: check ff_init_cabac_decoder() for failure 8 years ago
hevc_data.c Merge commit '150c896a9e46b23b97debb0a5f66fbaeaa32f153' 8 years ago
hevc_data.h Merge commit '150c896a9e46b23b97debb0a5f66fbaeaa32f153' 8 years ago
hevc_filter.c avcodec/hevc_filter: Fix invalid shift 8 years ago
hevc_mp4toannexb_bsf.c Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765' 8 years ago
hevc_mvs.c Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f' 8 years ago
hevc_parse.c avcodec/hevc_parse: decode SEI message NALUs in extradata 8 years ago
hevc_parse.h avcodec/hevc_parse: decode SEI message NALUs in extradata 8 years ago
hevc_parser.c avcodec/hevcdec: export cropping information instead of handling it internally 8 years ago
hevc_ps.c avcodec/hevc_ps: Fix integer overflow with beta/tc offsets 7 years ago
hevc_ps.h avcodec/hevcdec: export cropping information instead of handling it internally 8 years ago
hevc_ps_enc.c Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' 8 years ago
hevc_refs.c avcodec/hevc_refs: Check nb_refs in add_candidate_ref() 8 years ago
hevc_sei.c hevc: Add support for alternative transfer characterics SEI 7 years ago
hevc_sei.h hevc: Add support for alternative transfer characterics SEI 7 years ago
hevcdec.c avcodec/hevcdec: do not let updated extradata corrupt state 7 years ago
hevcdec.h avcodec/hevcdec: check ff_init_cabac_decoder() for failure 8 years ago
hevcdsp.c Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae' 8 years ago
hevcdsp.h Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae' 8 years ago
hevcdsp_template.c Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144' 8 years ago
hevcpred.c Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144' 8 years ago
hevcpred.h
hevcpred_template.c avcodec/hevcpred_template: Fix left shift of negative value 8 years ago
hnm4video.c
hpel_template.c
hpeldsp.c
hpeldsp.h Merge commit '48b80f8393d418ad35d73f5a36f5011de1928f3c' 8 years ago
hq_hqa.c avcodec/hq_hqa: Fix: runtime error: signed integer overflow: -255 * 10180917 cannot be represented in type 'int' 8 years ago
hq_hqa.h
hq_hqadata.c
hq_hqadsp.c avcodec/hq_hqadsp: Fix runtime error: signed integer overflow: 80359 * 30274 cannot be represented in type 'int' 8 years ago
hq_hqadsp.h
hqx.c avcodec/hqx: add support for frame threads 8 years ago
hqx.h
hqxdsp.c avcodec/hqxdsp: Fix runtime error: signed integer overflow: -196264 * 11585 cannot be represented in type 'int' 8 years ago
hqxdsp.h
hqxvlc.c
htmlsubtitles.c avcodec/htmlsubtitles: Be a bit more picky on syntax 7 years ago
htmlsubtitles.h avcodec/htmlsubtitles: Check for string truncation and return error 8 years ago
huffman.c
huffman.h
huffyuv.c
huffyuv.h
huffyuvdec.c huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx. 8 years ago
huffyuvdsp.c lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctx 8 years ago
huffyuvdsp.h lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctx 8 years ago
huffyuvenc.c
huffyuvencdsp.c avcodec/huffyuvencdsp: use an actual unsigned long constant 8 years ago
huffyuvencdsp.h
hwaccel.h lavc/hwaccel: fix header copyright 8 years ago
idcinvideo.c
idctdsp.c jrev/xvid: hardcode use of C put/add_pixels_clamped. 8 years ago
idctdsp.h jrev/xvid: hardcode use of C put/add_pixels_clamped. 8 years ago
iff.c avcodec/iff: Cleanup on init failure 8 years ago
iirfilter.c Merge commit '52730e0f867fe77b7d2353d8b44e92edb7079ca5' 8 years ago
iirfilter.h Merge commit '52730e0f867fe77b7d2353d8b44e92edb7079ca5' 8 years ago
imc.c avcodec/imc: cast float to int prior to comparing with int variable 7 years ago
imcdata.h
imgconvert.c
imx_dump_header_bsf.c
indeo2.c avcodec/indeo2: Check for invalid VLCs 8 years ago
indeo2data.h
indeo3.c Merge commit '746c56b7730ce09397d3a8354acc131285e9d829' 8 years ago
indeo3data.h
indeo4.c avcodec/ivi: Use av_image_check_size2() 7 years ago
indeo4data.h
indeo5.c avcodec/ivi: Use av_image_check_size2() 7 years ago
indeo5data.h
intelh263dec.c
internal.h Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5' 8 years ago
interplayacm.c
interplayvideo.c avcodec/interplayvideo: Clean up frames on parameter change 7 years ago
intrax8.c Merge commit 'ee59f0540875ab42496af2aacddd942757707683' 8 years ago
intrax8.h
intrax8dsp.c Merge commit '3281d823cdc7601c4900eb103958c05f59f65555' 8 years ago
intrax8dsp.h Merge commit '3281d823cdc7601c4900eb103958c05f59f65555' 8 years ago
intrax8huf.h
ituh263dec.c avcodec/ituh263dec: Use 0xffff as error code in h263p_decode_umotion() 8 years ago
ituh263enc.c
ivi.c avcodec/ivi: Use av_image_check_size2() 7 years ago
ivi.h avcodec/ivi: Use av_image_check_size2() 7 years ago
ivi_dsp.c avcodec/ivi_dsp: Fix runtime error: left shift of negative value -2 8 years ago
ivi_dsp.h Merge commit '746c56b7730ce09397d3a8354acc131285e9d829' 8 years ago
j2kenc.c
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint.c
jfdctint_template.c
jni.c
jni.h
jpeg2000.c
jpeg2000.h avcodec/jpeg2000: Fixes integer overflow in ff_jpeg2000_ceildivpow2() 8 years ago
jpeg2000dec.c lavc/jpeg2000dec: Read the sample aspect ratio from the jp2 resolution box. 7 years ago
jpeg2000dsp.c avcodec/jpeg2000dsp: Reorder operations in ict_int() to avoid 2 integer overflows 8 years ago
jpeg2000dsp.h
jpeg2000dwt.c avcodec/jpeg2000dwt: Fix integer overflows in sr_1d97_int() 7 years ago
jpeg2000dwt.h
jpegls.c
jpegls.h
jpeglsdec.c avcodec/jpeglsdec: Check get_bits_left() before decoding a picture 8 years ago
jpeglsdec.h
jpeglsenc.c
jpegtables.c
jpegtables.h
jrevdct.c jrev/xvid: hardcode use of C put/add_pixels_clamped. 8 years ago
jvdec.c
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c
lagarith.c avcodec/lagarith: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int' 8 years ago
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c avcodec/lcldec: mark output frames as keyframes 8 years ago
lclenc.c
libavcodec.v
libcelt_dec.c
libfdk-aacdec.c avcodec/libfdk-aacdec: Correct buffer_size parameter 8 years ago
libfdk-aacenc.c
libgsmdec.c
libgsmenc.c
libilbc.c
libkvazaar.c Merge commit 'd5759701a82926059ae3e2530805e900041a5419' 8 years ago
libmp3lame.c
libopencore-amr.c
libopenh264.c
libopenh264.h
libopenh264dec.c avcodec/libopenh264dec: fix return error value when h264_mp4toannexb_bsf is not found 8 years ago
libopenh264enc.c Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6' 8 years ago
libopenjpegdec.c Add support for LibOpenJPEG v2.2/git 8 years ago
libopenjpegenc.c Add support for LibOpenJPEG v2.2/git 8 years ago
libopus.c
libopus.h
libopusdec.c
libopusenc.c
librsvgdec.c librsvgdec: Fix pix_fmt on big-endian hardware. 8 years ago
libshine.c
libspeexdec.c
libspeexenc.c
libtheoraenc.c
libtwolame.c
libvo-amrwbenc.c
libvorbisdec.c
libvorbisenc.c
libvpx.c
libvpx.h
libvpxdec.c avcodec/libvpxdec: Check that display dimensions fit in the storage dimensions 8 years ago
libvpxenc.c libvpxenc: allow aq-mode 4 (equator360) 8 years ago
libwavpackenc.c
libwebpenc.c
libwebpenc_animencoder.c
libwebpenc_common.c
libwebpenc_common.h
libx264.c
libx265.c lavc/libx265: Add gray10 and gray12 encoding support. 8 years ago
libxavs.c
libxvid.c
libxvid.h Merge commit 'd639dcdae022130078c9c84b7b691c5e9694786c' 8 years ago
libxvid_rc.c Merge commit 'e5e8a26dcf6d572e841a7a191e4c96524367e3f9' 8 years ago
libzvbi-teletextdec.c lavc/libzvbi: remove deprecated API usage 8 years ago
ljpegenc.c avcodec/mjpegenc: move ff_mjpeg_encode_picture_frame to mjpegenc_common 8 years ago
loco.c
log2_tab.c
lossless_audiodsp.c
lossless_audiodsp.h
lossless_videodsp.c avcodec/lossless_videodsp: use ptrdiff_t for length parameters 8 years ago
lossless_videodsp.h avcodec/lossless_videodsp: use ptrdiff_t for length parameters 8 years ago
lossless_videoencdsp.c
lossless_videoencdsp.h
lpc.c
lpc.h avcodec/lpc: signed integer overflow in compute_lpc_coefs() (aacdec_fixed) 8 years ago
lsp.c
lsp.h
lzf.c
lzf.h
lzw.c
lzw.h
lzwenc.c
m101.c
mace.c
magicyuv.c avcodec/magicyuv: Check that vlc len is not too large 7 years ago
mathops.h Merge commit 'be1db21ba88fe86036fea9f8d2c1a5f47c2a0a7e' 8 years ago
mathtables.c
mdct15.c mdct15: remove redundant scale argument to imdct_half 7 years ago
mdct15.h mdct15: remove redundant scale argument to imdct_half 7 years ago
mdct_fixed.c
mdct_fixed_32.c
mdct_float.c
mdct_template.c
mdec.c mdec: stop preferring the simple IDCT. 8 years ago
me_cmp.c
me_cmp.h
mediacodec.c avcodec/mediacodec: convert to stdatomic 8 years ago
mediacodec.h
mediacodec_surface.c
mediacodec_surface.h
mediacodec_sw_buffer.c
mediacodec_sw_buffer.h
mediacodec_wrapper.c lavc/mediacodec_wrapper: do not declare JNIAMedia{Codec,CodecList,Format}Fields on the stack 8 years ago
mediacodec_wrapper.h
mediacodecdec.c lavc/mediacodecdec: switch to the new generic filtering mechanism 8 years ago
mediacodecdec_common.c lavc/mediacodec: rescale pts before decoding for both hw and sw buffers 7 years ago
mediacodecdec_common.h avcodec/mediacodec: convert to stdatomic 8 years ago
metasound.c avcodec/metasound: use init_get_bits8() 8 years ago
metasound_data.c Merge commit '0983f9117f31521643162cb85380672495a9de1b' 8 years ago
metasound_data.h
microdvddec.c Fix all -Wformat warnings raised by DJGPP 8 years ago
mimic.c avcodec/mimic: Use ff_set_dimensions() to set the dimensions 8 years ago
mjpeg.h
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c avcodec/mjpegdec: Clip DC also on the negative side. 7 years ago
mjpegdec.h avcodec/mjpegdec: quant_matrixes can be up to 65535, use uint16_t 8 years ago
mjpegenc.c avcodec/mjpegenc: move ff_mjpeg_encode_picture_frame to mjpegenc_common 8 years ago
mjpegenc.h avcodec/mjpegenc: move ff_mjpeg_encode_picture_frame to mjpegenc_common 8 years ago
mjpegenc_common.c avcodec/mjpegenc: move ff_mjpeg_encode_picture_frame to mjpegenc_common 8 years ago
mjpegenc_common.h avcodec/mjpegenc: move ff_mjpeg_encode_picture_frame to mjpegenc_common 8 years ago
mjpegenc_huffman.c avcodec/mjpegenc_huffman: Assert length in ff_mjpegenc_huffman_compute_bits() 8 years ago
mjpegenc_huffman.h avcodec/mjpegenc_huffman: add missing header include 8 years ago
mlp.c
mlp.h
mlp_parser.c
mlp_parser.h
mlpdec.c avcodec/mlpdec: Check quant_step_size against huff_lsbs 8 years ago
mlpdsp.c avcodec/mlpdsp: Fix runtime error: signed integer overflow: -24419392 * 128 cannot be represented in type 'int' 8 years ago
mlpdsp.h
mlpenc.c
mlz.c
mlz.h
mmaldec.c Merge commit 'd82d5379caca21005d8906829b35361c4a65408e' 8 years ago
mmvideo.c
motion_est.c lavc/motion_est: Fix undefined negative left shifts. 8 years ago
motion_est.h
motion_est_template.c
motionpixels.c
motionpixels_tablegen.c
motionpixels_tablegen.h
movsub_bsf.c
movtextdec.c avcodec/movtextdec: run mov_text_cleanup() before overwriting pointers 8 years ago
movtextenc.c avcodec/movtextenc: Ignore unmatched closing style tags 8 years ago
mp3_header_decompress_bsf.c
mpc.c
mpc.h
mpc7.c avcodec/mpc7: use init_get_bits8() 8 years ago
mpc7data.h
mpc8.c avcodec/mpc8: use init_get_bits8() 8 years ago
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4_unpack_bframes_bsf.c
mpeg4audio.c aac_latm: Allow unaligned AudioSpecificConfig 8 years ago
mpeg4audio.h aac_latm: Allow unaligned AudioSpecificConfig 8 years ago
mpeg4data.h
mpeg4video.c
mpeg4video.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4videodec.c avcodec/mpeg4videodec: Fix GMC with videos of dimension 1 8 years ago
mpeg4videoenc.c Merge commit 'd5fda00efa756387cffb4d7294691cd54cfe86cf' 8 years ago
mpeg12.c
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
mpeg12enc.c
mpeg12framerate.c
mpeg12vlc.h
mpeg_er.c avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
mpeg_er.h
mpegaudio.c
mpegaudio.h Factorize CHECK/SUINT code 8 years ago
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_fixed.c avcodec/mpegaudiodec: Eliminate many undefined operations 8 years ago
mpegaudiodec_float.c
mpegaudiodec_template.c Fix all -Wformat warnings raised by DJGPP 8 years ago
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp.c
mpegaudiodsp.h Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18' 8 years ago
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18' 8 years ago
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c
mpegaudiotab.h
mpegpicture.c
mpegpicture.h
mpegutils.c
mpegutils.h
mpegvideo.c avcodec/mpegvideo: Use intra_scantable in dct_unquantize_h263_intra_c() 8 years ago
mpegvideo.h avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
mpegvideo_enc.c avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
mpegvideo_motion.c Merge commit '0e285c2f908789e96e29bfd969ad5eaaa0eece65' 8 years ago
mpegvideo_parser.c
mpegvideo_xvmc.c avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
mpegvideodata.c
mpegvideodata.h
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c Merge commit '0e285c2f908789e96e29bfd969ad5eaaa0eece65' 8 years ago
mpegvideoencdsp.h
mpl2dec.c
mqc.c
mqc.h
mqcdec.c
mqcenc.c
mscc.c avcodec: add Screen Recorder Gold Codec decoder 8 years ago
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c avcodec/msmpeg4dec: Check for cbpy VLC errors 8 years ago
msmpeg4enc.c Merge commit 'f2f145f3032bc8808708a4bd694fbce5f1b8b63c' 8 years ago
msrle.c
msrledec.c
msrledec.h
mss1.c
mss2.c Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22' 8 years ago
mss2dsp.c Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22' 8 years ago
mss2dsp.h Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22' 8 years ago
mss3.c avcodec/mss3: Fix runtime error: signed integer overflow: -2146318336 - 2139696256 cannot be represented in type 'int' 8 years ago
mss4.c Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22' 8 years ago
mss12.c Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22' 8 years ago
mss12.h Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22' 8 years ago
mss34dsp.c avcodec/mss34dsp: Fix multiple signed integer overflow 8 years ago
mss34dsp.h Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22' 8 years ago
msvideo1.c avcodec/msvideo1: Check buffer size before re-getting the frame 8 years ago
msvideo1enc.c
mvcdec.c
mxpegdec.c
nellymoser.c avcodec/nellymoser: Fix multiple left shift of negative value -8591 8 years ago
nellymoser.h
nellymoserdec.c
nellymoserenc.c
noise_bsf.c avcodec/noise_bsf: add support for dropping packets 7 years ago
null_bsf.c Merge commit '47e547b321338c73c21fa623789f1efbd80a297a' 8 years ago
nuv.c
nvenc.c avcodec/nvenc: fix hw accelerated transcode with bframes 8 years ago
nvenc.h avcodec/nvenc: add weighted prediction support 8 years ago
nvenc_h264.c avcodec/nvenc: Add default value for AVCodecContext::refs 8 years ago
nvenc_hevc.c avcodec/nvenc: Add default value for AVCodecContext::refs 8 years ago
omx.c omx: Add support for specifying H.264 profile [v5'] 8 years ago
on2avc.c
on2avcdata.c
on2avcdata.h
options.c avcodec/options: do a more thorough clean up in avcodec_copy_context() 8 years ago
options_table.h Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5' 8 years ago
opus.c avcodec/opus: Check count of ambisonic channels 8 years ago
opus.h opus_celt: rename structures to better names and reorganize them 8 years ago
opus_celt.c opus: simplify coarse energy beta coefficients 7 years ago
opus_celt.h opusenc: use float_dsp for transient mdcts 7 years ago
opus_parser.c
opus_pvq.c opus_pvq: port to allow for SIMD functions 8 years ago
opus_pvq.h opus_pvq: port to allow for SIMD functions 8 years ago
opus_rc.c opus_rc: fix encoder desyncs on very low bitrates 7 years ago
opus_rc.h opus_rc: add macros for checkpoint rollback 8 years ago
opus_silk.c avcodec/opus_silk: Fix integer overflow and out of array read 8 years ago
opusdec.c opusdec: Remove dead code 7 years ago
opusenc.c opus: simplify coarse energy beta coefficients 7 years ago
opustab.c opus: simplify coarse energy beta coefficients 7 years ago
opustab.h opusenc: use float_dsp for transient mdcts 7 years ago
paf.h
pafaudio.c
pafvideo.c avcodec/pafvideo: Fix assertion failure 8 years ago
pamenc.c
parser.c avcodec/parser: assert that there is a past buffer if theres a reference into the past 8 years ago
parser.h
pcm-bluray.c
pcm-dvd.c
pcm.c
pcm_tablegen.c
pcm_tablegen.h
pcx.c Merge commit '221402c1c88b9d12130c6f5834029b535ee0e0c5' 8 years ago
pcxenc.c
pel_template.c
pgssubdec.c pgssubdec: reset rle_data_len/rle_remaining_len on allocation error 8 years ago
pictordec.c avcodec/pictordec: runtime error: left shift of 15 by 28 places cannot be represented in type 'int' 8 years ago
pixblockdsp.c Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3' 8 years ago
pixblockdsp.h Merge commit 'c778eb15b89d875cb246b18f65b3b4321cb1e7d6' 8 years ago
pixels.h
pixlet.c avcodec/pixlet: Fix runtime error: signed integer overflow: 2147483647 + 32 cannot be represented in type 'int' 8 years ago
png.c
png.h png: split header state and data state in two separate variables. 8 years ago
png_parser.c
pngdec.c avcodec/pngdec: Use ff_set_dimensions() 8 years ago
pngdsp.c
pngdsp.h
pngenc.c avcodec: stop using deprecated codec flags 8 years ago
pnm.c avcodec/pnm: Use ff_set_dimensions() 8 years ago
pnm.h
pnm_parser.c Merge commit '562bec0e690760fb93deb2843a7237713103a191' 8 years ago
pnmdec.c
pnmenc.c
profiles.c
profiles.h
proresdata.c
proresdata.h
proresdec.h
proresdec2.c avcodec: do not use AVFrame accessor 8 years ago
proresdec_lgpl.c
proresdsp.c Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e' 8 years ago
proresdsp.h Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e' 8 years ago
proresenc_anatoliy.c
proresenc_kostya.c avcodec/proresenc_kostya: add 4444XQ profile 7 years ago
psd.c
psymodel.c
psymodel.h avcodec: stop using deprecated codec flags 8 years ago
pthread.c
pthread_frame.c pthread_frame: save the FF_DEBUG_THREADS option in PerThreadContext. 7 years ago
pthread_internal.h
pthread_slice.c avcodec/pthread_slice: use slice threading from avutil 7 years ago
ptx.c
put_bits.h lavc/put_bits: Add put_bits64() to support up to 64 bits. 8 years ago
qcelpdata.h
qcelpdec.c
qdm2.c
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
qdmc.c avcodec/qdmc: silence gcc 6.2.0 warning 8 years ago
qdrw.c avcodec/qdrw: Fix null pointer dereference 8 years ago
qpeg.c Merge commit 'bba9d8bdfb208b0ec2ccf182530347151ee3528b' 8 years ago
qpel_template.c
qpeldsp.c
qpeldsp.h
qsv.c qsv: Add ability to create a session from a device 8 years ago
qsv.h
qsv_api.c
qsv_internal.h qsv: Add ability to create a session from a device 8 years ago
qsvdec.c qsvdec: Allow use of hw_device_ctx to make the internal session 8 years ago
qsvdec.h Merge commit '0940b748bdba36c4894fc8ea6be631d821fdf578' 8 years ago
qsvdec_h2645.c Merge commit '8fb4210ad8785c01fccf2fc59af6a6fa2892b6b2' 8 years ago
qsvdec_other.c Merge commit 'e0b164576f7467b7b1127c18175e215dc1df011f' 8 years ago
qsvenc.c qsvenc: Allow use of hw_device_ctx to make the internal session 8 years ago
qsvenc.h qsvenc: Make sure the interlaced encoding works 8 years ago
qsvenc_h264.c Merge commit '37a9015ee84c15fec5247ba8f6577351a25fa8d2' 8 years ago
qsvenc_hevc.c Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765' 8 years ago
qsvenc_mpeg2.c
qtrle.c
qtrleenc.c
r210dec.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
r210enc.c avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
ra144.c avcodec/ra144: Fix runtime error: signed integer overflow: -2200 * 1033073 cannot be represented in type 'int' 8 years ago
ra144.h
ra144dec.c avcodec/ra144dec: Fix runtime error: left shift of negative value -17 8 years ago
ra144enc.c
ra288.c
ra288.h
ralf.c
ralfdata.h
rangecoder.c avcodec/rangecoder: Fix range coder corner case handling 8 years ago
rangecoder.h Merge commit 'e4d5b55193109d08be47c42d320334546c006b51' 8 years ago
ratecontrol.c Merge commit '3b50dbc51fb0978d09c1a5b83d4bf5a59d170e1e' 8 years ago
ratecontrol.h Merge commit 'd639dcdae022130078c9c84b7b691c5e9694786c' 8 years ago
raw.c lavf/riff: Support more vlc fourcc's for 12 and 16 bit yuv4xx. 8 years ago
raw.h
rawdec.c avcodec: do not use AVFrame accessor 8 years ago
rawenc.c avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
rdft.c avcodec/rdft: remove sintable 7 years ago
rdft.h avcodec/rdft: remove sintable 7 years ago
realtextdec.c
rectangle.h
remove_extradata_bsf.c
resample.c
resample2.c
reverse.c
rl.c
rl.h
rl2.c
rle.c
rle.h
rnd_avg.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c Merge commit '30015305f3b523ed7640f2c3c58b017140533c58' 8 years ago
roqvideoenc.c Merge commit 'dab2034b8679aaacd8aef832cdeb71d0ee8a3358' 8 years ago
rpza.c
rscc.c avcodec/rscc: Check pixel_size for overflow 8 years ago
rtjpeg.c
rtjpeg.h
rv10.c avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
rv10.h
rv10enc.c
rv20enc.c
rv30.c
rv30data.h
rv30dsp.c
rv34.c avcodec/rv34: Fix runtime error: signed integer overflow: 768 * 4126720 cannot be represented in type 'int' 8 years ago
rv34.h
rv34_parser.c
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c avcodec/rv40: Fix runtime error: left shift of negative value 8 years ago
rv40data.h
rv40dsp.c Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c' 8 years ago
rv40vlc2.h
s302m.c avcodec/s302m: fix AVOption flags 7 years ago
s302menc.c
samidec.c avcodec/samidec: Check ff_htmlmarkup_to_ass() return code 8 years ago
sanm.c avcodec/sanm: Fix uninitialized reference frames 8 years ago
sbr.h
sbrdsp.c Merge commit '3ccec334b8502701e72ef13bed25913c3578022e' 8 years ago
sbrdsp.h lavc/aarch64: add sbrdsp neon implementation 7 years ago
sbrdsp_fixed.c avcodec/sbrdsp_fixed: Fix integer overflow in sbr_hf_apply_noise() 7 years ago
sbrdsp_template.c lavc/aarch64: add sbrdsp neon implementation 7 years ago
scpr.c scpr: Added missing error check 7 years ago
screenpresso.c
sgi.h
sgidec.c
sgienc.c
sgirledec.c
sheervideo.c avcodec/sheervideo: Check input buffer size before allocating and decoding 8 years ago
shorten.c avcodec/shorten: Sanity check maxnlpc 8 years ago
simple_idct.c Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' 8 years ago
simple_idct.h Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' 8 years ago
simple_idct_template.c Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' 8 years ago
sinewin.c
sinewin.h
sinewin_fixed.c
sinewin_fixed_tablegen.c
sinewin_tablegen.c
sinewin_tablegen.h
sinewin_tablegen_template.c
sipr.c
sipr.h
sipr16k.c
sipr16kdata.h
sipr_parser.c
siprdata.h
smacker.c
smc.c avcodec/smc: Check remaining input 8 years ago
smvjpegdec.c
snappy.c
snappy.h
snow.c
snow.h avcodec/snow: Fix runtime error: signed integer overflow: 1086573993 + 1086573994 cannot be represented in type 'int' 8 years ago
snow_dwt.c
snow_dwt.h
snowdata.h
snowdec.c avcodec/snowdec: Fix runtime error: left shift of negative value -1 8 years ago
snowenc.c avcodec: stop using deprecated codec flags 8 years ago
sonic.c
sp5x.h
sp5xdec.c
speedhq.c speedhq: fix decoding artifacts 8 years ago
srtdec.c avcodec/srtdec: Check ff_htmlmarkup_to_ass() return code 8 years ago
srtenc.c
startcode.c
startcode.h
subviewerdec.c
sunrast.c
sunrast.h
sunrastenc.c
svq1.c
svq1.h
svq1_cb.h
svq1_vlc.h
svq1dec.c Revert "avcodec/svq1: zero initialize entries array" 8 years ago
svq1enc.c
svq1enc.h
svq1enc_cb.h
svq3.c avcodec/svq3: Fix runtime error: left shift of negative value -6 8 years ago
svq13.c
synth_filter.c
synth_filter.h
tableprint.h
tableprint_vlc.h
tak.c
tak.h
tak_parser.c
takdec.c avcodec/takdec: Fix integer overflow 8 years ago
takdsp.c
takdsp.h
targa.c avcodec/targa: Skip hflip on blank images 8 years ago
targa.h
targa_y216dec.c avcodec/targa_y216dec: Fix width type 8 years ago
targaenc.c
tdsc.c Merge commit '7bf8db4db61eb09fac00eb665d8ec58de8817da6' 8 years ago
textdec.c
texturedsp.c avcodec/texturedsp: Fix runtime error: left shift of 255 by 24 places cannot be represented in type 'int' 8 years ago
texturedsp.h
texturedspenc.c
thread.h pthread_frame: allow per-field ThreadFrame owners. 8 years ago
tiertexseqv.c avcodec/tiertexseqv: set the fixed dimenasions, do not depend on the demuxer doing so 8 years ago
tiff.c avcodec/tiff: Update pointer only when the result is used 8 years ago
tiff.h
tiff_common.c Fix all -Wformat warnings raised by DJGPP 8 years ago
tiff_common.h
tiff_data.c
tiff_data.h
tiffenc.c
tmv.c
tpeldsp.c
tpeldsp.h
truemotion1.c avcodec/truemotion1: Fix multiple runtime error: signed integer overflow: 1246906962 * 2 cannot be represented in type 'int' 8 years ago
truemotion1data.h
truemotion2.c avcodec/truemotion2: Move skip computation after checks 8 years ago
truemotion2rt.c
truespeech.c
truespeech_data.h
tscc.c
tscc2.c avcodec/tscc2: Skip duplicate frames 8 years ago
tscc2data.h
tta.c avcodec/tta: Don't try to read more than MIN_CACHE_BITS bits 8 years ago
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c
ttaencdsp.c
ttaencdsp.h
twinvq.c
twinvq.h
twinvq_data.h
twinvqdec.c
txd.c Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' 8 years ago
ulti.c
ulti_cb.h
unary.h
utils.c Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813' 8 years ago
utvideo.c
utvideo.h avcodec/utvideodec: add SIMD for restore_rgb_planes 7 years ago
utvideodec.c avcodec/utvideodec: Factor multiply out of inner loop 7 years ago
utvideodsp.c avcodec/utvideodec: add SIMD for restore_rgb_planes 7 years ago
utvideodsp.h avcodec/utvideodec: add SIMD for restore_rgb_planes 7 years ago
utvideoenc.c Merge commit '131a85a1fed9966bbd38517f76abfac0237e39dc' 8 years ago
v210dec.c
v210dec.h
v210enc.c avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
v210enc.h
v210x.c
v308dec.c
v308enc.c avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
v408dec.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
v408enc.c avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
v410dec.c
v410enc.c avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
vaapi.h Place attribute_deprecated in the right position for struct declarations 8 years ago
vaapi_decode.c vaapi: Add external control of allow-profile-mismatch 8 years ago
vaapi_decode.h vaapi: Implement device-only setup 8 years ago
vaapi_encode.c vaapi_encode: Use gop_size consistently in RC parameters 8 years ago
vaapi_encode.h vaapi_encode: Pass framerate parameters to driver 8 years ago
vaapi_encode_h26x.c
vaapi_encode_h26x.h
vaapi_encode_h264.c vaapi_encode: Use gop_size consistently in RC parameters 8 years ago
vaapi_encode_h265.c lavc/vaapi_encode_h265: Remove duplicate slice_segment_address. 7 years ago
vaapi_encode_mjpeg.c
vaapi_encode_mpeg2.c vaapi_encode: Add MPEG-2 support 8 years ago
vaapi_encode_vp8.c vaapi_vp8: Use VP8_MAX_QUANT instead of magic number 8 years ago
vaapi_encode_vp9.c vaapi_encode: Add VP9 support 8 years ago
vaapi_h264.c pthread_frame: do not run hwaccel decoding asynchronously unless it's safe 8 years ago
vaapi_hevc.c Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f' 8 years ago
vaapi_mpeg2.c pthread_frame: do not run hwaccel decoding asynchronously unless it's safe 8 years ago
vaapi_mpeg4.c pthread_frame: do not run hwaccel decoding asynchronously unless it's safe 8 years ago
vaapi_vc1.c pthread_frame: do not run hwaccel decoding asynchronously unless it's safe 8 years ago
vaapi_vp9.c vp9: split out generic decoding skeleton interface API from VP9 types. 8 years ago
vb.c avcodec/vb: Check vertical GMC component before multiply 7 years ago
vble.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
vc1.c
vc1.h
vc1_block.c
vc1_common.h
vc1_loopfilter.c
vc1_mc.c
vc1_parser.c
vc1_pred.c
vc1_pred.h
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
vc1dsp.c Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c' 8 years ago
vc1dsp.h Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' 8 years ago
vc2enc.c vc2enc: decrease default strictness level 8 years ago
vc2enc_dwt.c
vc2enc_dwt.h
vcr1.c
vda.c
vda.h
vda_h264.c
vda_h264_dec.c lavc/vda_h264_dec.c Fix NULL pointer dereference 8 years ago
vda_vt_internal.h videotoolbox: add hwcontext support 8 years ago
vdpau.c vdpau: do not use buggy HEVC support by default 7 years ago
vdpau.h Merge commit '932cc6496ef6ab0e589ea51d3adefe5b7d7f1e2a' 8 years ago
vdpau_compat.h
vdpau_h264.c pthread_frame: do not run hwaccel decoding asynchronously unless it's safe 8 years ago
vdpau_hevc.c Merge commit '150c896a9e46b23b97debb0a5f66fbaeaa32f153' 8 years ago
vdpau_internal.h lavc: vdpau: Add support for new hw_frames_ctx and hw_device_ctx API 8 years ago
vdpau_mpeg4.c pthread_frame: do not run hwaccel decoding asynchronously unless it's safe 8 years ago
vdpau_mpeg12.c pthread_frame: do not run hwaccel decoding asynchronously unless it's safe 8 years ago
vdpau_vc1.c pthread_frame: do not run hwaccel decoding asynchronously unless it's safe 8 years ago
version.h avcodec: add Dolby E decoder 7 years ago
videodsp.c avcodec: Add prefetch for mips 7 years ago
videodsp.h avcodec: Add prefetch for mips 7 years ago
videodsp_template.c
videotoolbox.c videotoolbox: fix crash when decoding interlaced video with new API 7 years ago
videotoolbox.h avcodec/videotoolbox: allow not setting the kCVPixelBufferPixelFormatTypeKey 8 years ago
videotoolboxenc.c lavc/videotoolboxenc: fix open videotoolbox bug on iOS8.4 8 years ago
vima.c
vlc.h speedhq: fix out-of-bounds write 8 years ago
vmdaudio.c
vmdvideo.c
vmnc.c avcodec/vmnc: Check location before use 8 years ago
vorbis.c
vorbis.h
vorbis_data.c
vorbis_enc_data.h
vorbis_parser.c
vorbis_parser.h Merge commit '81a3c42abe17e757fe890607f67201a240648993' 8 years ago
vorbis_parser_internal.h
vorbisdec.c avcodec/vorbisdec: add missing comma 8 years ago
vorbisdsp.c
vorbisdsp.h
vorbisenc.c vorbisenc: Stop tracking number of samples per frame 8 years ago
vp3.c avcodec/theora: export cropping information instead of handling it internally 8 years ago
vp3_parser.c
vp3data.h
vp3dsp.c Merge commit '6892df9294d93322d43255ada299507465bc93c8' 8 years ago
vp3dsp.h Merge commit '6892df9294d93322d43255ada299507465bc93c8' 8 years ago
vp5.c Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' 8 years ago
vp5data.h
vp6.c Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220' 8 years ago
vp6data.h
vp6dsp.c Merge commit 'd9d26a3674f31f482f54e936fcb382160830877a' 8 years ago
vp8.c avcodec/webp: Always set pix_fmt 8 years ago
vp8.h vp8: make mv_min/max thread-local if using partition threading. 8 years ago
vp8_parser.c Merge commit '182cf170a544bce069c8690c90b49381150a1f10' 8 years ago
vp8data.h
vp8dsp.c avcodec/vp8dsp: vp7_luma_dc_wht_c: Fix multiple runtime error: signed integer overflow: -1366381240 + -1262413604 cannot be represented in type 'int' 8 years ago
vp8dsp.h
vp9.c dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
vp9.h vp9: split out generic decoding skeleton interface API from VP9 types. 8 years ago
vp9_mc_template.c vp9: split out reconstruction functions in their own source file. 8 years ago
vp9_parser.c
vp9_raw_reorder_bsf.c vp9: Add bsf to fix reordering in raw streams 8 years ago
vp9_superframe_bsf.c
vp9_superframe_split_bsf.c Merge commit '03a80925effc2698d21dc0b00290eecf42dd9e68' 8 years ago
vp9block.c avcodec/vp9block: fix runtime error: signed integer overflow: 196675 * 20670 cannot be represented in type 'int' 8 years ago
vp9data.c vp9: split out reconstruction functions in their own source file. 8 years ago
vp9data.h vp9: split out reconstruction functions in their own source file. 8 years ago
vp9dec.h vp9: split out generic decoding skeleton interface API from VP9 types. 8 years ago
vp9dsp.c vp9: re-split the decoder/format/dsp interface header files. 8 years ago
vp9dsp.h vp9: split out generic decoding skeleton interface API from VP9 types. 8 years ago
vp9dsp_8bpp.c
vp9dsp_10bpp.c
vp9dsp_12bpp.c
vp9dsp_template.c vp9: re-split the decoder/format/dsp interface header files. 8 years ago
vp9lpf.c vp9: split out loopfilter functions in their own source file. 8 years ago
vp9mvs.c vp9: re-split the decoder/format/dsp interface header files. 8 years ago
vp9prob.c vp9: re-split the decoder/format/dsp interface header files. 8 years ago
vp9recon.c vp9: split out reconstruction functions in their own source file. 8 years ago
vp9shared.h vp9: split out generic decoding skeleton interface API from VP9 types. 8 years ago
vp56.c avcodec/vp56: Check avctx->error_concealment before enabling EC 8 years ago
vp56.h Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220' 8 years ago
vp56data.c
vp56data.h
vp56dsp.c Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220' 8 years ago
vp56dsp.h Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220' 8 years ago
vp56rac.c avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder() 8 years ago
vqavideo.c lavc: use av_fourcc2str() where appropriate 8 years ago
wavpack.c avcodec/wavpack: Fix invalid shift 7 years ago
wavpack.h avcodec/wavpack: Change wp_log2() to unsigned 8 years ago
wavpackenc.c
wavpackenc.h
webp.c avcodec/webp: Fixes null pointer dereference 8 years ago
webvttdec.c
webvttenc.c
wma.c Merge commit 'a972fc1c0ab6e7f169f9145d6da46e8cedbc291c' 8 years ago
wma.h
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wmadata.h
wmadec.c
wmaenc.c
wmalosslessdec.c avcodec/wmalosslessdec: remove warning message as bug is fixed 8 years ago
wmaprodata.h
wmaprodec.c Fix all -Wformat warnings raised by DJGPP 8 years ago
wmavoice.c wmavoice: remove unused or write-only variables. 8 years ago
wmavoice_data.h
wmv2.c
wmv2.h
wmv2data.c
wmv2data.h
wmv2dec.c
wmv2dsp.c avcodec/wmv2dsp: Fix runtime error: signed integer overflow: 181 * -17047030 cannot be represented in type 'int' 8 years ago
wmv2dsp.h Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' 8 years ago
wmv2enc.c
wnv1.c avcodec/wnv1: More strict buffer size check 8 years ago
wrapped_avframe.c avcodec/wrapped_avframe: allocate a buffer with padding 8 years ago
ws-snd1.c
xan.c
xbmdec.c
xbmenc.c
xface.c lavc/xface: Reorder conditions to silence a gcc warning. 8 years ago
xface.h
xfacedec.c
xfaceenc.c
xiph.c
xiph.h
xl.c
xma_parser.c
xpmdec.c avcodec/xpmdec: Fix multiple pointer/memory issues 8 years ago
xsubdec.c avcodec/xsubdec: Check that RLE coded image and colors fit in the buffer 8 years ago
xsubenc.c
xvididct.c jrev/xvid: hardcode use of C put/add_pixels_clamped. 8 years ago
xvididct.h
xvmc.h
xvmc_internal.h
xwd.h
xwddec.c avcodec/xwddec: Check bpp more completely 8 years ago
xwdenc.c
xxan.c
y41pdec.c avcodec/y41pdec: Fix width in input buffer size check 8 years ago
y41penc.c avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
ylc.c avcodec/ylc: Fix vlc of 31 bits 7 years ago
yop.c
yuv4dec.c
yuv4enc.c
zerocodec.c avcodec: Mark some codecs with threadsafe init as such 8 years ago
zmbv.c
zmbvenc.c Merge commit '296eff4d9dc53d441b672319524a051d04f4a8cf' 8 years ago