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.
 
 
 
 
Andreas Rheinhardt 340e6b0185 avcodec/adxdec: Remove unnecessary left-shift 5 years ago
..
aarch64 aarch64/opusdsp: do not clobber register v8 6 years ago
alpha
arm avcodec/arm/mlpdsp: add missing dependency for truehd 5 years ago
avr32
bfin
mips lavc/mips: simplify the switch code 5 years ago
neon
ppc ppc/h264dsp: change loop filter stride argument to ptrdiff_t 6 years ago
sh4
sparc
tests avcodec/tests: add h265_levels to .gitignore 5 years ago
x86 vp4: prevent unaligned memory access in loop filter 5 years ago
.gitignore
4xm.c avcodec/4xm: Check index in decode_i_block() also in the path where its not used. 5 years ago
8bps.c
8svx.c
012v.c
Makefile avcodec: add mvha video decoder 5 years ago
a64colors.h
a64multienc.c libavcodec: Reduce the size of some arrays 6 years ago
a64tables.h
aac.h
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c avcodec: use avpriv_mpeg4audio_get_config2() 5 years ago
aac_defines.h
aac_parser.c
aaccoder.c
aaccoder_trellis.h
aaccoder_twoloop.h
aacdec.c avcodec/aacdec: Check if we run out of input in read_stream_mux_config() 5 years ago
aacdec_fixed.c avcodec/aacdec_fixed: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
aacdec_template.c avcodec/aacdec_template: Check samplerate 5 years ago
aacdectab.h
aacenc.c avcodec/aacenc: report channel layout by name 7 years ago
aacenc.h
aacenc_is.c
aacenc_is.h
aacenc_ltp.c
aacenc_ltp.h
aacenc_pred.c
aacenc_pred.h
aacenc_quantization.h
aacenc_quantization_misc.h
aacenc_tns.c AAC encoder: check for NaNs/inf in TNS gain 9 years ago
aacenc_tns.h
aacenc_utils.h
aacenctab.c
aacenctab.h
aacps.c
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
aacpsdsp_fixed.c
aacpsdsp_float.c avcodec: Implementation of AAC_fixed_decoder (PS-module) 10 years ago
aacpsdsp_template.c
aacpsy.c
aacsbr.c avcodec/aacsbr: Fix libavcodec/aacsbr.c:257:59: runtime error: division by zero 8 years ago
aacsbr.h
aacsbr_fixed.c
aacsbr_fixed_tablegen.h
aacsbr_tablegen.h
aacsbr_tablegen_common.h
aacsbr_template.c lavc/aacsbr: fix make checkheaders warning 7 years ago
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c
ac3.c
ac3.h
ac3_parser.c
ac3_parser.h
ac3_parser_internal.h
ac3dec.c
ac3dec.h
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c
ac3dec_float.c
ac3dsp.c
ac3dsp.h
ac3enc.c avcodec/ac3enc: Fix memleak 5 years ago
ac3enc.h
ac3enc_fixed.c
ac3enc_float.c
ac3enc_opts_template.c
ac3enc_template.c
ac3tab.c
ac3tab.h avcodec/eac3dec: Check that channel_map does not contain more than EAC3_MAX_CHANNELS 6 years ago
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c avcodec/acelp_pitch_delay: Minor simplification by using ff_exp10() 6 years ago
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm.c avcodec/adpcm: Fix undefined left shifts of negative numbers 5 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
adts_header.c
adts_header.h
adts_parser.c Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f' 7 years ago
adts_parser.h Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f' 7 years ago
adx.c
adx.h
adx_parser.c
adxdec.c avcodec/adxdec: Remove unnecessary left-shift 5 years ago
adxenc.c avcodec/adxenc: Avoid undefined left shift of negative numbers 5 years ago
agm.c avcodec/agm: Include block size in the MV check for flags == 3 5 years ago
aic.c
alac.c avcodec/alac: Fix integer overflow in LPC coefficient adaption 5 years ago
alac_data.c
alac_data.h
alacdsp.c
alacdsp.h
alacenc.c
aliaspixdec.c avcodec/aliaspixdec: Check input size against minimal picture size 5 years ago
aliaspixenc.c
allcodecs.c lavc/allcodecs: Add mpeg4 omx encoder, missed in 0e387232 5 years ago
alsdec.c avcodec/alsdec: Discard frames for which no channel could be decoded 5 years ago
amfenc.c avcodec/amfnec: allocate packets using av_new_packet() 5 years ago
amfenc.h amfenc: Retain a reference to D3D frames used as input during the encoding process 7 years ago
amfenc_h264.c libavcodec/amfenc_h264.c: Changed loop filter flag default value. 5 years ago
amfenc_hevc.c
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c
ansi.c
apedec.c avcodec/apedec: Set error on error in ape_decode_value_3860() 5 years ago
apng.h
aptx.c avcodec/aptx: Check the number of channels 5 years ago
arbc.c
ass.c avcodec/ass: remove the unneeded () 5 years ago
ass.h
ass_split.c avcodec/ass_split: fix a memory leak defect when realloc fails 6 years ago
ass_split.h
assdec.c
assenc.c
asv.c
asv.h libavcodec/blockdsp : add AVX version 7 years ago
asvdec.c
asvenc.c
atrac.c
atrac.h
atrac1.c
atrac1data.h
atrac3.c avcodec/atrac3: Check for huge block aligns 5 years ago
atrac3data.h
atrac3plus.c avcodec/atrac3plus: Check split point in fill mode 3 5 years ago
atrac3plus.h
atrac3plus_data.h
atrac3plusdec.c avcodec/atrac3plusdec: add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
atrac3plusdsp.c
atrac9dec.c avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped. 5 years ago
atrac9tab.h avcodec/atrac9tab: use explicit ATRAC9BlockConfig struct initializers 5 years ago
audio_frame_queue.c
audio_frame_queue.h
audiodsp.c
audiodsp.h
audiotoolboxdec.c
audiotoolboxenc.c
aura.c
av1.h
av1_frame_merge_bsf.c avcodec: add an AV1 frame merge bitstream filter 5 years ago
av1_frame_split_bsf.c
av1_metadata_bsf.c
av1_parse.c avcodec/av1_parse: Use av_fast_realloc() for OBU array 5 years ago
av1_parse.h avcodec/av1_parse: Use av_fast_realloc() for OBU array 5 years ago
av1_parser.c avcodec/av1_parser: skip frames with spatial_id > 0 5 years ago
avcodec.h avcodec: add a Producer Reference Time AVPacketSideData type 5 years ago
avcodecres.rc
avdct.c
avdct.h
avfft.c
avfft.h
avpacket.c avcodec: add a Producer Reference Time AVPacketSideData type 5 years ago
avpicture.c
avrndec.c lavc/avrndec: remove AV_CODEC_CAP_DR1, as it's broken 7 years ago
avs.c
avs2_parser.c
avuidec.c
avuienc.c
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
bgmc.h
bink.c
binkaudio.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
binkdata.h
binkdsp.c avcodec/binkdsp: Fix integer overflows in idct 6 years ago
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitpacked.c
bitstream.c avcodec/bitstream: Check for more conflicting codes in build_table() 6 years ago
bitstream_filter.c
bitstream_filters.c avcodec: add an AV1 frame merge bitstream filter 5 years ago
blockdsp.c
blockdsp.h
bmp.c
bmp.h
bmp_parser.c
bmpenc.c
bmvaudio.c
bmvvideo.c
brenderpix.c
bsf.c avcodec/bsf: replace ctx->internal-> with bsfi-> for better readability 5 years ago
bsf.h
bswapdsp.c
bswapdsp.h
bytestream.h
c93.c
cabac.c
cabac.h
cabac_functions.h
canopus.c
canopus.h
cavs.c
cavs.h
cavs_parser.c
cavsdata.c
cavsdec.c avcodec/cavsdec: Set ret on errors in decode_pic() 5 years ago
cavsdsp.c
cavsdsp.h
cbrt_data.c
cbrt_data.h
cbrt_data_fixed.c
cbrt_fixed_tablegen.c
cbrt_tablegen.c
cbrt_tablegen.h
cbrt_tablegen_template.c
cbs.c avcodec/cbs: Fix potential overflow 5 years ago
cbs.h avcodec/cbs: Factor out common code for writing units 5 years ago
cbs_av1.c avcodec/cbs_av1: Check leb128 values read 5 years ago
cbs_av1.h avcodec/cbs_av1: add missing valid range of values for num_cb_points and num_cr_points 5 years ago
cbs_av1_syntax_template.c avcodec/cbs_av1: add missing valid range of values for num_cb_points and num_cr_points 5 years ago
cbs_h264.h avcodec/cbs_h264: Automatically free SEI payload on error 5 years ago
cbs_h264_syntax_template.c lavc/cbs_h2645_syntax_template: Fix memleak 5 years ago
cbs_h265.h avcodec/cbs_h265: add support for Alpha Channel Info SEI messages 6 years ago
cbs_h265_syntax_template.c lavc/cbs_h2645_syntax_template: Fix memleak 5 years ago
cbs_h2645.c lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets 5 years ago
cbs_h2645.h avcodec/cbs: Factor out common code for writing units 5 years ago
cbs_internal.h avcodec/cbs: Factor out common code for writing units 5 years ago
cbs_jpeg.c avcodec/cbs: Factor out common code for writing units 5 years ago
cbs_jpeg.h avcodec/cbs: Factor out common code for writing units 5 years ago
cbs_jpeg_syntax_template.c
cbs_mpeg2.c avcodec/cbs: Fix potential overflow 5 years ago
cbs_mpeg2.h avcodec/cbs: Factor out common code for writing units 5 years ago
cbs_mpeg2_syntax_template.c
cbs_vp9.c avcodec/cbs_vp9: Check data_size 5 years ago
cbs_vp9.h avcodec/cbs: Factor out common code for writing units 5 years ago
cbs_vp9_syntax_template.c
ccaption_dec.c
cdgraphics.c
cdxl.c
celp_filters.c
celp_filters.h
celp_math.c
celp_math.h
cfhd.c
cfhd.h
cfhddata.c
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c avcodec/decode: add a flags parameter to ff_reget_buffer() 6 years ago
cinepakenc.c avcodec/cinepakenc: Fix invalid shifts 5 years ago
clearvideo.c
clearvideodata.h
cljrdec.c
cljrenc.c
cllc.c
cngdec.c avcodec/cngdec: Remove AV_CODEC_CAP_DELAY 5 years ago
cngenc.c
codec2utils.c
codec2utils.h
codec_desc.c lavc: add MPEG-H 3D Audio codec id 5 years ago
cook.c avcodec/cook: Use 3 stage VLC decoding for channel_coupling 5 years ago
cook_parser.c
cookdata.h
copy_block.h
cos_tablegen.c
cpia.c
crystalhd.c
cscd.c
cuviddec.c
cyuv.c
d3d11va.c
d3d11va.h
dca.c
dca.h
dca_core.c avcodec/dca_core: always limit frame size to data size 7 years ago
dca_core.h
dca_core_bsf.c
dca_exss.c
dca_exss.h
dca_lbr.c
dca_lbr.h
dca_parser.c
dca_syncwords.h
dca_xll.c
dca_xll.h
dcaadpcm.c
dcaadpcm.h avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder 8 years ago
dcadata.c
dcadata.h
dcadct.c avcodec/dca: add math helpers and fixed point DCT 9 years ago
dcadct.h avcodec/dca: add math helpers and fixed point DCT 9 years ago
dcadec.c
dcadec.h
dcadsp.c
dcadsp.h
dcaenc.c
dcaenc.h
dcahuff.c
dcahuff.h
dcamath.h
dct.c
dct.h
dct32.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dctref.c
dctref.h
dds.c
decode.c avcodec/decode: replace avctx->internal with avci for better readability 5 years ago
decode.h
dfa.c
dirac.c
dirac.h
dirac_arith.c
dirac_arith.h
dirac_dwt.c
dirac_dwt.h avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0 / COMPOSE_DD137iL0 7 years ago
dirac_dwt_template.c
dirac_parser.c
dirac_vlc.c
dirac_vlc.h
diracdec.c
diracdsp.c
diracdsp.h diracdsp: add dequantization SIMD 9 years ago
diractab.c
diractab.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c
dnxhdenc.c avcodec/dnxhdenc: Fix undefined left shifts of negative numbers 5 years ago
dnxhdenc.h avcodec/dnxhdenc: stop leaking memory when initalization fails 7 years ago
dolby_e.c
dolby_e.h
dpcm.c
dpx.c
dpx_parser.c
dpxenc.c
dsd.c
dsd.h
dsd_tablegen.h
dsddec.c avcodec/dsddec: add slice threading support 6 years ago
dsicinaudio.c
dsicinvideo.c
dss_sp.c
dstdec.c avcodec/dstdec: Use get_ur_golomb_jpegls() 5 years ago
dump_extradata_bsf.c
dv.c
dv.h avcodec/dvenc: support encoding dvcprohd 5 years ago
dv_profile.c
dv_profile.h
dv_profile_internal.h avcodec/dv_profile: deprecate internal function that shouldn't be public 11 years ago
dv_tablegen.c
dv_tablegen.h
dvaudio.h
dvaudio_parser.c
dvaudiodec.c avcodec/dvaudiodec: now that we got samples, fix 12bit case 9 years ago
dvbsub.c
dvbsub_parser.c
dvbsubdec.c
dvbtxt.h
dvd_nav_parser.c
dvdata.c
dvdata.h
dvdec.c avcodec/dvdec: Use av_clip_uint8 instead of ff_crop_tab 5 years ago
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dvenc.c avcodec/dvenc: support encoding dvcprohd 5 years ago
dxa.c
dxtory.c avcodec/dxtory: Check slice_size against minimum in dxtory_decode_v2() 6 years ago
dxv.c avcodec/dxv: Subtract 12 earlier in dxv_decompress_cocg() 5 years ago
dxva2.c
dxva2.h
dxva2_h264.c Merge commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce' 7 years ago
dxva2_hevc.c
dxva2_internal.h
dxva2_mpeg2.c
dxva2_vc1.c
dxva2_vp9.c
eac3_core_bsf.c
eac3_data.c
eac3_data.h
eac3dec.c
eac3enc.c
eac3enc.h
eacmv.c
eaidct.c
eaidct.h
eamad.c
eatgq.c
eatgv.c
eatqi.c
elbg.c
elbg.h
elsdec.c
elsdec.h
encode.c avcodec/encode: add missing assert to avcodec_receive_packet() 5 years ago
error_resilience.c
error_resilience.h
escape124.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
escape130.c Use bitstream_init8() where appropriate 8 years ago
evrcdata.h
evrcdec.c
exif.c
exif.h
exr.c avcodec/exr: Allow duplicate use of channel indexes 5 years ago
exrdsp.c
exrdsp.h
extract_extradata_bsf.c lavc/extract_extradata: Use bytestream api 5 years ago
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c
faxcompr.h
fdctdsp.c
fdctdsp.h Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3' 11 years ago
ffjni.c
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
ffv1.c
ffv1.h
ffv1_template.c lavc/ffv1: Properly check that the 4th and 5th quant tables are zeroes 5 years ago
ffv1dec.c avcodec/ffv1dec: Use a different error message for the slice level CRC 5 years ago
ffv1dec_template.c
ffv1enc.c avcodec/ffv1enc: Fix out-of-bounds-array access 5 years ago
ffv1enc_template.c
ffwavesynth.c avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample() 5 years ago
fic.c
file_open.c
filter_units_bsf.c
fits.c
fits.h
fitsdec.c avcodec/fitsdec: Use lrint() 5 years ago
fitsenc.c Add FITS Encoder 8 years ago
flac.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
flac.h
flac_parser.c avcodec/flac_parser: Make expected_frame_num, expected_sample_num 64bit 5 years ago
flacdata.c
flacdata.h
flacdec.c
flacdsp.c
flacdsp.h
flacdsp_lpc_template.c
flacdsp_template.c
flacenc.c
flashsv.c
flashsv2enc.c
flashsvenc.c
flicvideo.c avcodec/decode: add a flags parameter to ff_reget_buffer() 6 years ago
flv.h
flvdec.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
flvenc.c
fmtconvert.c
fmtconvert.h
fmvc.c
frame_thread_encoder.c
frame_thread_encoder.h
fraps.c
frwu.c
g2meet.c avcodec/g2meet: Check for end of input in jpg_decode_block() 5 years ago
g722.c
g722.h
g722dec.c avcodec/g722dec: use init_get_bits8() 6 years ago
g722dsp.c
g722dsp.h
g722enc.c
g723_1.c
g723_1.h
g723_1_parser.c
g723_1dec.c avcodec/g723_1dec: fix invalid shift with negative sid_gain 5 years ago
g723_1enc.c
g726.c
g729.h
g729_parser.c avcodec/g729_parser: Check block_size 5 years ago
g729data.h
g729dec.c avcodec/g729dec: Avoid one multiply by using init_get_bits8() 5 years ago
g729postfilter.c avcodec/g729postfilter: Optimize out overflowing multiplication from apply_tilt_comp() 5 years ago
g729postfilter.h
gdv.c avcodec/gdv: Replace assert() checking bitstream by if() 5 years ago
get_bits.h
gif.c
gif.h
gif_parser.c avcodec: add gif parser 6 years ago
gifdec.c
golomb.c
golomb.h avcodec: Replace show_bits_long() by show_bits() where possible 5 years ago
gsm.h
gsm_parser.c
gsmdec.c
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
h261.c
h261.h
h261_parser.c
h261data.c
h261dec.c
h261enc.c Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 9 years ago
h263.c
h263.h Merge commit 'c06e73929199c4bdbb32ffb3d81c27ea57dd1458' 7 years ago
h263_parser.c
h263_parser.h
h263data.c
h263data.h
h263dec.c
h263dsp.c
h263dsp.h
h264.h
h264_cabac.c avcodec/h264_cabac: Tighten allowed coeff_abs range 7 years ago
h264_cavlc.c
h264_direct.c
h264_levels.c
h264_levels.h
h264_loopfilter.c
h264_mb.c Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4' 7 years ago
h264_mb_template.c
h264_mc_template.c
h264_metadata_bsf.c avcodec/h264_metadata_bsf: Fix for the incorrect user data with hyphens 5 years ago
h264_mp4toannexb_bsf.c h264_mp4toannexb: Remove unnecessary check 5 years ago
h264_mvpred.h
h264_parse.c
h264_parse.h
h264_parser.c
h264_picture.c h264_picture: Actually return error during alloc failure 7 years ago
h264_ps.c avcodec/h264_ps: Provide more details with "Truncated VUI" Message 5 years ago
h264_ps.h
h264_redundant_pps_bsf.c
h264_refs.c
h264_sei.c avcodec/h264_sei: fix the size of user data unregistered 5 years ago
h264_sei.h
h264_slice.c avcodec/h264_slice: clear frame only on gaps when it is not otherwise initilaized 5 years ago
h264addpx_template.c
h264chroma.c
h264chroma.h
h264chroma_template.c
h264data.c
h264data.h
h264dec.c
h264dec.h lavc/h264dec.h: remove unused ff_h264_decode_slice_header 5 years ago
h264dsp.c
h264dsp.h avcodec/h264dsp: change loop filter stride argument to ptrdiff_t 6 years ago
h264dsp_template.c
h264idct.c
h264idct.h
h264idct_template.c
h264pred.c
h264pred.h
h264pred_template.c
h264qpel.c
h264qpel.h
h264qpel_template.c
h265_metadata_bsf.c
h265_profile_level.c
h265_profile_level.h lavc/h265_profile_level: Fix DPB size calculation 6 years ago
h2645_parse.c lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets 5 years ago
h2645_parse.h lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets 5 years ago
hap.c
hap.h
hapdec.c
hapenc.c
hapqa_extract_bsf.c
hcom.c avcodec/hcom: Check the root entry and the right entries 5 years ago
hevc.h
hevc_cabac.c lavc/hevc_cabac: fix cbf_cb and cbf_cr for transform depth 4 5 years ago
hevc_data.c
hevc_data.h
hevc_filter.c
hevc_mp4toannexb_bsf.c avcodec/hevc_mp4toannexb_bsf: check that nalu size doesnt overflow 5 years ago
hevc_mvs.c Merge commit '26d9b60373bf45bc4f91ff6815f5fa36764d4d7b' 7 years ago
hevc_parse.c lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets 5 years ago
hevc_parse.h
hevc_parser.c lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets 5 years ago
hevc_ps.c avcodec/hevc_ps: Remove dead code in vps_id check 5 years ago
hevc_ps.h
hevc_ps_enc.c
hevc_refs.c avcodec/hevc_refs: Optimize 16bit generate_missing_ref() 6 years ago
hevc_sei.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
hevc_sei.h avcodec/hevc_sei: switch to AVBufferRef buffer for a53 caption 5 years ago
hevcdec.c lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets 5 years ago
hevcdec.h avcodec/hevcdec: remove unneeded code 5 years ago
hevcdsp.c
hevcdsp.h
hevcdsp_template.c
hevcpred.c Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144' 8 years ago
hevcpred.h
hevcpred_template.c
hnm4video.c
hpel_template.c
hpeldsp.c
hpeldsp.h
hq_hqa.c
hq_hqa.h Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347' 9 years ago
hq_hqadata.c
hq_hqadsp.c
hq_hqadsp.h
hqx.c avcodec/hqx: Check the input data against the image size 5 years ago
hqx.h
hqxdsp.c
hqxdsp.h
hqxvlc.c
htmlsubtitles.c
htmlsubtitles.h
huffman.c
huffman.h
huffyuv.c
huffyuv.h
huffyuvdec.c
huffyuvdsp.c
huffyuvdsp.h
huffyuvenc.c
huffyuvencdsp.c
huffyuvencdsp.h huffyuvencdsp: move shared functions to a new lossless_videoencdsp context 8 years ago
hwaccel.h
hwaccels.h Add support for VP9 VDPAU hwaccel decode 5 years ago
idcinvideo.c
idctdsp.c
idctdsp.h
iff.c avcodec/iff: Check input space before loop in decode_delta_d() 5 years ago
iirfilter.c
iirfilter.h
ilbcdata.h
ilbcdec.c
imc.c
imcdata.h
imgconvert.c
imm4.c avcodec/imm4: flush prev_frame after seeking 6 years ago
imm5.c
imx_dump_header_bsf.c
indeo2.c
indeo2data.h
indeo3.c
indeo3data.h
indeo4.c
indeo4data.h
indeo5.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
indeo5data.h
intelh263dec.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
internal.h avcodec: add a Producer Reference Time AVPacketSideData type 5 years ago
interplayacm.c avcodec/interplayacm: Fix overflow of last unused value 5 years ago
interplayvideo.c avcodec/interplayvideo: properly decode motion vectors 5 years ago
intrax8.c
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c avcodec/ituh263dec: Check input for minimal frame size 5 years ago
ituh263enc.c
ivi.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
ivi.h
ivi_dsp.c
ivi_dsp.h
j2kenc.c
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint.c
jfdctint_template.c
jni.c
jni.h
jpeg2000.c
jpeg2000.h
jpeg2000dec.c
jpeg2000dsp.c
jpeg2000dsp.h
jpeg2000dwt.c avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers 5 years ago
jpeg2000dwt.h
jpegls.c
jpegls.h
jpeglsdec.c avcodec/jpeglsdec: Apply transform only to initialized lines 5 years ago
jpeglsdec.h
jpeglsenc.c
jpegtables.c
jpegtables.h
jrevdct.c
jvdec.c
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c
lagarith.c
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c
lclenc.c
libaomdec.c
libaomenc.c Add a commandline option to control loop restoration for libaom 5 years ago
libaribb24.c
libavcodec.v
libcelt_dec.c
libcodec2.c
libdav1d.c Add options for spatial layers. 5 years ago
libdavs2.c
libfdk-aacdec.c
libfdk-aacenc.c
libgsmdec.c
libgsmenc.c
libilbc.c
libkvazaar.c lavc/libkvazaar: fix memory leak after av_dict_parse_string fail 5 years ago
libmp3lame.c
libopencore-amr.c lavc/libopencore-amr: Silence a warning about an unused function. 5 years ago
libopenh264.c
libopenh264.h
libopenh264dec.c
libopenh264enc.c
libopenjpegdec.c
libopenjpegenc.c lavc/libopenjpeg: Support GRAY10, GRAY12 and GRAY14. 7 years ago
libopus.c
libopus.h
libopusdec.c Revert "libopus: Add channel mapping 2 support in libopusdec" 6 years ago
libopusenc.c
librav1e.c avcodec/librav1e: use AV_OPT_TYPE_DICT for rav1e-params 5 years ago
librsvgdec.c
libshine.c
libspeexdec.c
libspeexenc.c
libtheoraenc.c
libtwolame.c avcodec/libtwolame: fix mono default bitrate 5 years ago
libvo-amrwbenc.c
libvorbisdec.c avcodec/libvorbisdec: Fix insufficient input checks leading to out of array reads 5 years ago
libvorbisenc.c
libvpx.c
libvpx.h
libvpxdec.c avcodec/libvpxdec.c,cosmetics: bpp -> bpc 5 years ago
libvpxenc.c avcodec/libvpxenc,cosmetics: prefer sizeof(var) 5 years ago
libwavpackenc.c
libwebpenc.c
libwebpenc_animencoder.c
libwebpenc_common.c
libwebpenc_common.h
libx264.c avcodec/libx264: export Producer Reference Time as packet side data 5 years ago
libx265.c avcodec/libx265: zero the padding bytes in extradata 5 years ago
libxavs.c
libxavs2.c avcodec/libxavs2: use AV_OPT_TYPE_DICT for xavs2-params 5 years ago
libxvid.c
libxvid.h
libzvbi-teletextdec.c
ljpegenc.c
loco.c avcodec/loco: Check for end of input in the first line 5 years ago
log2_tab.c
lossless_audiodsp.c
lossless_audiodsp.h
lossless_videodsp.c
lossless_videodsp.h
lossless_videoencdsp.c
lossless_videoencdsp.h
lpc.c
lpc.h
lsp.c avcodec/lsp: Fix undefined shifts in lsp2poly() 5 years ago
lsp.h
lzf.c lzf: update pointer p after realloc 8 years ago
lzf.h
lzw.c
lzw.h
lzwenc.c
m101.c
mace.c
magicyuv.c avcodec/magicyuv: remove duplicate code 5 years ago
magicyuvenc.c
mathops.h
mathtables.c
mdct15.c
mdct15.h
mdct_fixed.c
mdct_fixed_32.c
mdct_float.c
mdct_template.c
mdec.c
me_cmp.c
me_cmp.h avcodec/me_cmp: remove ff_me_cmp_init_static() 7 years ago
mediacodec.c avcodec/mediacodec: add av_mediacodec_render_buffer_at_time() 6 years ago
mediacodec.h
mediacodec_surface.c
mediacodec_surface.h
mediacodec_sw_buffer.c
mediacodec_sw_buffer.h
mediacodec_wrapper.c
mediacodec_wrapper.h
mediacodecdec.c
mediacodecdec_common.c
mediacodecdec_common.h
metasound.c
metasound_data.c
metasound_data.h
microdvddec.c
midivid.c lavc/midivid: check return value of init_get_bits8() 5 years ago
mimic.c
mjpeg.h
mjpeg2jpeg_bsf.c
mjpeg_parser.c avcodec/mjpeg_parser: Make parser a bit more robust with unclean input 5 years ago
mjpega_dump_header_bsf.c
mjpegbdec.c avcodec/mjpegbdec: Fix yuv444 pix_fmt detection 5 years ago
mjpegdec.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
mjpegdec.h
mjpegenc.c
mjpegenc.h
mjpegenc_common.c
mjpegenc_common.h
mjpegenc_huffman.c
mjpegenc_huffman.h
mlp.c
mlp.h mlpenc: Working MLP/TrueHD encoder 9 years ago
mlp_parse.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
mlp_parse.h
mlp_parser.c avcodec/mlp_parser: mark sync frames as key frames 5 years ago
mlpdec.c
mlpdsp.c
mlpdsp.h
mlpenc.c
mlz.c
mlz.h
mmaldec.c
mmvideo.c
motion_est.c mpegvideo_enc: add intra_penalty option for p frames 5 years ago
motion_est.h mpegvideo_enc: add intra_penalty option for p frames 5 years ago
motion_est_template.c
motionpixels.c avcodec/motionpixels: Mark 2 functions as always_inline 5 years ago
motionpixels_tablegen.c
motionpixels_tablegen.h
movsub_bsf.c movsub_bsf: Fix mov2textsub regression 6 years ago
movtextdec.c
movtextenc.c
mp3_header_decompress_bsf.c avcodec/mp3_header_decompress_bsf: Check sample_rate_index 5 years ago
mpc.c
mpc.h
mpc7.c
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg2_metadata_bsf.c
mpeg4_unpack_bframes_bsf.c mpeg4_unpack_bframes: Merge close and flush 5 years ago
mpeg4audio.c avcodec: Replace skip_bits_long() by skip_bits() where possible 5 years ago
mpeg4audio.h avcodec/mpeg4audio: fix doxy for ff_mpeg4audio_get_config_gb() 5 years ago
mpeg4data.h
mpeg4video.c
mpeg4video.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4videodec.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
mpeg4videoenc.c
mpeg12.c
mpeg12.h
mpeg12data.c
mpeg12data.h Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 9 years ago
mpeg12dec.c avcodec/mpeg12dec: always submit the first field to hwaccel 5 years ago
mpeg12enc.c
mpeg12framerate.c
mpeg12vlc.h
mpeg_er.c
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
mpegaudiodec_float.c
mpegaudiodec_template.c avcodec: use avpriv_mpeg4audio_get_config2() 5 years ago
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c
mpegaudiotab.h
mpegpicture.c avcodec/mpegpicture: Check size of edge_emu_buffer 6 years ago
mpegpicture.h
mpegutils.c
mpegutils.h libavcodec: Move ff_print_debug_info2 to mpegutils.c 7 years ago
mpegvideo.c
mpegvideo.h mpegvideo_enc: add intra_penalty option for p frames 5 years ago
mpegvideo_enc.c mpegvideo_enc: add intra_penalty option for p frames 5 years ago
mpegvideo_motion.c avcodec/mpeg2dec: Fix motion vector rounding for chroma components 7 years ago
mpegvideo_parser.c Remove redundant ; 5 years ago
mpegvideo_xvmc.c
mpegvideodata.c
mpegvideodata.h
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c
mpegvideoencdsp.h
mpl2dec.c
mqc.c Merge commit 'fe4d5fe9361162f9033ff1bd84bfc1b2091ba785' 11 years ago
mqc.h
mqcdec.c
mqcenc.c
mscc.c
msgsmdec.c Use bitstream_init8() where appropriate 8 years ago
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal size 6 years ago
msmpeg4enc.c
msrle.c
msrledec.c
msrledec.h Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7' 9 years ago
mss1.c
mss2.c libavcodec/vc1: Remove bits variable 5 years ago
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c
mss12.c avcodec/mss1: check for overread and forward errors 6 years ago
mss12.h avcodec/mss1: check for overread and forward errors 6 years ago
mss34dsp.c
mss34dsp.h
msvideo1.c
msvideo1enc.c
mvcdec.c
mvha.c avcodec/mvha: fix warning: variable 'size' set but not used 5 years ago
mwsc.c
mxpegdec.c avcodec/mxpegdec: Check for multiple SOF 5 years ago
nellymoser.c
nellymoser.h
nellymoserdec.c
nellymoserenc.c
noise_bsf.c avcodec/noise_bsf: remove superfluous fail label 5 years ago
null_bsf.c avcodec/null_bsf: move the reference in the bsf internal buffer 7 years ago
nuv.c avcodec/nuv: Use ff_set_dimensions() 5 years ago
nvdec.c
nvdec.h
nvdec_h264.c
nvdec_hevc.c
nvdec_mjpeg.c
nvdec_mpeg4.c
nvdec_mpeg12.c avcodec/nvdec_mpeg12: set field flags 5 years ago
nvdec_vc1.c avcodec/nvdec: Explicitly mark codecs that support 444 output formats 6 years ago
nvdec_vp8.c
nvdec_vp9.c
nvenc.c nvenc: implement flush to help allow an encoder to be re-used 5 years ago
nvenc.h nvenc: implement flush to help allow an encoder to be re-used 5 years ago
nvenc_h264.c nvenc: implement flush to help allow an encoder to be re-used 5 years ago
nvenc_hevc.c nvenc: implement flush to help allow an encoder to be re-used 5 years ago
omx.c
on2avc.c
on2avcdata.c
on2avcdata.h
options.c
options_table.h avcodec/options_table: err_detect compliant and aggressive should also enable the weaker checks 5 years ago
opus.c
opus.h
opus_celt.c
opus_celt.h
opus_parser.c
opus_pvq.c
opus_pvq.h
opus_rc.c
opus_rc.h
opus_silk.c
opusdec.c
opusdsp.c opusdsp: adjust and optimize C function to match assembly 5 years ago
opusdsp.h
opusenc.c
opusenc.h opus: merge encoder and decoder bitallocation functions into one 7 years ago
opusenc_psy.c
opusenc_psy.h
opusenc_utils.h
opustab.c
opustab.h
paf.h
pafaudio.c
pafvideo.c avcodec/pafvideo: Only clear frame when it was written to 5 years ago
pamenc.c
parser.c
parser.h
parsers.c
pcm-bluray.c Remove some unneeded casts of bit_rate. 7 years ago
pcm-dvd.c
pcm-dvdenc.c
pcm.c avcodec/pcm: Check bits_per_coded_sample 5 years ago
pcm_tablegen.c
pcm_tablegen.h
pcx.c
pcxenc.c
pel_template.c
pgssubdec.c avcodec/pgssubdec: Free subtitle on error 5 years ago
pictordec.c
pixblockdsp.c avcodec/me_cmp: Fix crashes on ARM due to misalignment 8 years ago
pixblockdsp.h
pixels.h
pixlet.c
png.c
png.h
png_parser.c
pngdec.c avcodec/pngdec: add logging context to log 5 years ago
pngdsp.c
pngdsp.h
pngenc.c
pnm.c avcodec/pnm: Check that the header is not truncated 5 years ago
pnm.h
pnm_parser.c
pnmdec.c lavc/pnmdec: Fix 16bit decoding. 5 years ago
pnmenc.c
profiles.c add libaribb24 ARIB STD-B24 caption decoder 6 years ago
profiles.h add libaribb24 ARIB STD-B24 caption decoder 6 years ago
prores_metadata_bsf.c
proresdata.c
proresdata.h
proresdec.h
proresdec2.c avcodec/proresdec2: decode picture header before frame allocation 6 years ago
proresdsp.c
proresdsp.h
proresenc_anatoliy.c avcodec/proresenc_anatoliy: Fix invalid left shift of negative number 5 years ago
proresenc_kostya.c
prosumer.c
psd.c avcodec/psd: remove unneeded code 5 years ago
psymodel.c
psymodel.h avcodec: stop using deprecated codec flags 8 years ago
pthread.c
pthread_frame.c
pthread_internal.h
pthread_slice.c
ptx.c avcodec/ptx: Check that the input contains at least one line 5 years ago
put_bits.h avcodec/put_bits: Relax requirements to rebase PutBitContext 5 years ago
qcelpdata.h
qcelpdec.c
qdm2.c avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid 5 years ago
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
qdmc.c avcodec/qdmc: Check input space in qdmc_get_vlc() 5 years ago
qdrw.c avcodec/qdrw: Check input for header/skiped space before get_buffer() 5 years ago
qpeg.c
qpel_template.c
qpeldsp.c
qpeldsp.h
qsv.c lavc/qsv: remove the unused funtion ff_qsv_profile_to_mfx() 5 years ago
qsv.h
qsv_api.c
qsv_internal.h lavc/qsv: remove the unused funtion ff_qsv_profile_to_mfx() 5 years ago
qsvdec.c lavc/qsvdec: disable gpu copy when not supported 5 years ago
qsvdec.h lavc/qsvdec: Add GPU-accelerated memory copy support 5 years ago
qsvdec_h2645.c lavc/qsvdec: Add GPU-accelerated memory copy support 5 years ago
qsvdec_other.c lavc/qsvdec: Add GPU-accelerated memory copy support 5 years ago
qsvenc.c lavc/qsvenc: add Tiles encode support for HEVC 5 years ago
qsvenc.h lavc/qsvenc: add Tiles encode support for HEVC 5 years ago
qsvenc_h264.c
qsvenc_hevc.c lavc/qsvenc: add Tiles encode support for HEVC 5 years ago
qsvenc_jpeg.c
qsvenc_mpeg2.c
qsvenc_vp9.c lavc/qsvenc: add the missing vp9 file 5 years ago
qtrle.c
qtrleenc.c avcodec/qtrleenc: fix undefined behaviour 5 years ago
r210dec.c
r210enc.c lavc/r210enc: Fix undefined behaviour encoding r10k. 6 years ago
ra144.c
ra144.h
ra144dec.c
ra144enc.c
ra288.c avcodec/ra288: Check block_align for the assumed value 5 years ago
ra288.h
ralf.c avcodec/ralf: Fix integer overflows with the filter coefficient in decode_channel() 5 years ago
ralfdata.h
rangecoder.c
rangecoder.h
rasc.c avcodec/rasc: Check input size in decode_fint() 5 years ago
ratecontrol.c
ratecontrol.h
raw.c
raw.h
rawdec.c avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit cases 5 years ago
rawenc.c
rdft.c
rdft.h
realtextdec.c
rectangle.h
remove_extradata_bsf.c
reverse.c
rkmppdec.c
rl.c
rl.h
rl2.c
rle.c
rle.h
rnd_avg.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c
roqvideoenc.c
rpza.c avcodec/decode: add a flags parameter to ff_reget_buffer() 6 years ago
rscc.c
rtjpeg.c
rtjpeg.h
rv10.c avcodec/rv10: Check input for minimal frame size 5 years ago
rv10.h
rv10enc.c
rv20enc.c
rv30.c
rv30data.h
rv30dsp.c
rv34.c libavcodec/rv34: error out earlier on missing references 7 years ago
rv34.h
rv34_parser.c
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c
rv40data.h
rv40dsp.c
rv40vlc2.h
s302m.c Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24' 7 years ago
s302menc.c
samidec.c
sanm.c
sbc.c
sbc.h
sbc_parser.c
sbcdec.c avcodec/sbcdec: Fix integer overflows in sbc_synthesize_four() 5 years ago
sbcdec_data.c
sbcdec_data.h
sbcdsp.c
sbcdsp.h
sbcdsp_data.c
sbcdsp_data.h
sbcenc.c
sbr.h
sbrdsp.c
sbrdsp.h
sbrdsp_fixed.c
sbrdsp_template.c
scpr.c avcodec/scpr: Check minimum size of type 17 5 years ago
scpr.h avcodec/scpr: Avoid per pixel y checks in decode_run_i 6 years ago
scpr3.c
scpr3.h
screenpresso.c
sgi.h
sgidec.c
sgienc.c
sgirledec.c
sheervideo.c
sheervideodata.h
shorten.c avcodec/shorten: Fix integer overflow with offset 6 years ago
simple_idct.c
simple_idct.h
simple_idct_template.c avcodec/simple_idct_template: fix integer overflow 5 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 avcodec/smacker: Fix integer overflows in pred[] in smka_decode_frame() 5 years ago
smc.c
smvjpegdec.c avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL 7 years ago
snappy.c
snappy.h
snow.c
snow.h
snow_dwt.c
snow_dwt.h lavc/snow_dwt: add struct MpegEncContext to fix headers check. 7 years ago
snowdata.h
snowdec.c
snowenc.c avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0 5 years ago
sonic.c avcodec/sonic: Check e in get_symbol() 5 years ago
sp5x.h
sp5xdec.c
speedhq.c
srtdec.c
srtenc.c
startcode.c
startcode.h
subviewerdec.c
sunrast.c avcodec/sunrast: Check that the input is large enough for the maximally compressed image 5 years ago
sunrast.h
sunrastenc.c
svq1.c
svq1.h Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 9 years ago
svq1_cb.h
svq1_vlc.h
svq1dec.c
svq1enc.c mpegvideo_enc: add intra_penalty option for p frames 5 years ago
svq1enc.h
svq1enc_cb.h
svq3.c
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 overflow with large sample rates 5 years ago
takdsp.c
takdsp.h
targa.c avcodec/targa: Check colors vs. available space 5 years ago
targa.h
targa_y216dec.c
targaenc.c
tdsc.c avcodec/tdsc: Fix undefined shifts 5 years ago
textdec.c
texturedsp.c avcodec/texturedsp : add rgtc1u gray decoding 7 years ago
texturedsp.h
texturedspenc.c
thread.h Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906' 7 years ago
tiertexseqv.c
tiff.c tiffdec: support embedded ICC profiles 5 years ago
tiff.h tiffdec: support embedded ICC profiles 5 years ago
tiff_common.c
tiff_common.h
tiff_data.c
tiff_data.h
tiffenc.c
tmv.c
tpeldsp.c
tpeldsp.h
trace_headers_bsf.c libavcodec/cbs: Stop needlessly reallocating the units array 6 years ago
truehd_core_bsf.c
truemotion1.c avcodec/truemotion1: Check that the input has enough space for a minimal index_stream 5 years ago
truemotion1data.h
truemotion2.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
truemotion2rt.c
truespeech.c avcodec/truespeech: Fix an integer overflow in truespeech_synth() 5 years ago
truespeech_data.h
tscc.c
tscc2.c
tscc2data.h
tta.c avformat/matroskadec: avcodec/tta: Set extradata_size to 22 5 years ago
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c
ttaencdsp.c
ttaencdsp.h
twinvq.c avcodec/twinvq: Check block_align 5 years ago
twinvq.h
twinvq_data.h
twinvqdec.c avcodec/twinvqdec: Correct overflow in block align check 5 years ago
txd.c
ulti.c
ulti_cb.h
unary.h
utils.c avcodec/utils: replace avctx->internal with avci for better readability 5 years ago
utvideo.c
utvideo.h
utvideodec.c
utvideodsp.c
utvideodsp.h
utvideoenc.c
v4l2_buffers.c avcodec/v4l2_buffers: Fix infinite loop 5 years ago
v4l2_buffers.h
v4l2_context.c avcodec/v4l2_context: Use AVERROR macro 5 years ago
v4l2_context.h avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAP 5 years ago
v4l2_fmt.c
v4l2_fmt.h
v4l2_m2m.c avcodec/v4l2_m2m: Fix indentation 5 years ago
v4l2_m2m.h
v4l2_m2m_dec.c avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4 5 years ago
v4l2_m2m_enc.c avcodec/v4l2_m2m_enc: Check encoder pix_fmt matches pix_fmt on device 5 years ago
v210_template.c avcodec/v210enc: move v210_enc_8/10 function to template file 5 years ago
v210dec.c avcodec/v210dec: move the stride read after its fully initialized 5 years ago
v210dec.h avcodec/v210dec: add support for frame and slice threading 5 years ago
v210enc.c avcodec/v210enc: move v210_enc_8/10 function to template file 5 years ago
v210enc.h
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c avcodec/v410dec: add support for frame and slice threading 5 years ago
v410enc.c
vaapi.h
vaapi_decode.c
vaapi_decode.h
vaapi_encode.c lavc/vaapi_encode: grow packet if vaMapBuffer returns multiple buffers 5 years ago
vaapi_encode.h
vaapi_encode_h264.c
vaapi_encode_h265.c
vaapi_encode_mjpeg.c
vaapi_encode_mpeg2.c
vaapi_encode_vp8.c
vaapi_encode_vp9.c
vaapi_h264.c
vaapi_hevc.c
vaapi_mjpeg.c
vaapi_mpeg2.c
vaapi_mpeg4.c
vaapi_vc1.c
vaapi_vp8.c
vaapi_vp9.c
vb.c
vble.c
vc1.c vcodec/vc1: compute rangex/y only for P/B frames 5 years ago
vc1.h libavcodec/vc1: Remove bits variable 5 years ago
vc1_block.c libavcodec/vc1: Remove bits variable 5 years ago
vc1_common.h
vc1_loopfilter.c
vc1_mc.c
vc1_parser.c
vc1_pred.c avcodec/vc1_pred: Fix invalid shifts in scaleforopp() 5 years ago
vc1_pred.h
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c avcodec/vc1dec: Allocate only as much space as is unescaped 5 years ago
vc1dsp.c avcodec/vc1dsp: Avoid undefined shifts in vc1_v_s_overlap_c / vc1_h_s_overlap_c 6 years ago
vc1dsp.h avcodec/vc1: fix overlap filter for frame interlaced pictures 7 years ago
vc2enc.c vc2enc: zero padding of the coefficient buffer 5 years ago
vc2enc_dwt.c
vc2enc_dwt.h
vcr1.c
vdpau.c
vdpau.h
vdpau_h264.c
vdpau_hevc.c avcodec/vdpau_hevc: Pass sps and pps range extension flags to VDPAU 6 years ago
vdpau_internal.h Add support for VP9 VDPAU hwaccel decode 5 years ago
vdpau_mpeg4.c lavc: Mark all AVHWAccel structures as const 7 years ago
vdpau_mpeg12.c
vdpau_vc1.c
vdpau_vp9.c lavc/vdpau_vp9: Do not mix declarations and code. 5 years ago
version.h avcodec: add a Producer Reference Time AVPacketSideData type 5 years ago
videodsp.c avcodec: Add prefetch for mips 8 years ago
videodsp.h avcodec: Add prefetch for mips 8 years ago
videodsp_template.c
videotoolbox.c avcodec/videotoolbox: add logging context to log 5 years ago
videotoolbox.h
videotoolboxenc.c avcodec: Add more kCVImageBufferColorPrimaries to videotoolboxenc 5 years ago
vima.c vima: Convert to the new bitstream reader 8 years ago
vlc.h
vmdaudio.c avcodec/vmdaudio: Check block_align more 5 years ago
vmdvideo.c avcodec/vmdvideo: fix log error message 5 years ago
vmnc.c
vorbis.c
vorbis.h
vorbis_data.c
vorbis_enc_data.h
vorbis_parser.c
vorbis_parser.h
vorbis_parser_internal.h
vorbisdec.c avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2 6 years ago
vorbisdsp.c
vorbisdsp.h
vorbisenc.c
vp3.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
vp3_parser.c
vp3data.h
vp3dsp.c vp4: prevent unaligned memory access in loop filter 5 years ago
vp3dsp.h vp4: prevent unaligned memory access in loop filter 5 years ago
vp4data.h
vp5.c avcodec/vp5: Check render_x/y 5 years ago
vp5data.h
vp6.c avcodec/vp5/6/8: use vpX_rac_is_end() 6 years ago
vp6data.h
vp6dsp.c
vp8.c avcodec/vp8: fix multiple ff_thread_finish_setup() calls 5 years ago
vp8.h
vp8_parser.c
vp8data.h
vp8dsp.c
vp8dsp.h libavcodec: vp8 neon optimizations for aarch64 6 years ago
vp9.c avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
vp9.h
vp9_mc_template.c
vp9_metadata_bsf.c
vp9_parser.c
vp9_raw_reorder_bsf.c
vp9_superframe_bsf.c vp9_superframe: Avoid allocations and copies of packet structures 5 years ago
vp9_superframe_split_bsf.c
vp9block.c
vp9data.c
vp9data.h
vp9dec.h
vp9dsp.c
vp9dsp.h
vp9dsp_8bpp.c
vp9dsp_10bpp.c
vp9dsp_12bpp.c
vp9dsp_template.c
vp9lpf.c
vp9mvs.c
vp9prob.c
vp9recon.c avcodec/vp9: Add tile threading support 8 years ago
vp9shared.h
vp56.c
vp56.h
vp56data.c
vp56data.h
vp56dsp.c avcodec/vp6: use ff_vp3dsp_[hv]_loop_filter_12 6 years ago
vp56dsp.h
vp56rac.c
vqavideo.c
vt_internal.h
wavpack.c avcodec/wavpack: simplify the code 5 years ago
wavpack.h
wavpackenc.c avcodec/wavpackenc: Fix undefined shifts 5 years ago
wavpackenc.h avcodec/wavpackenc: use ff_clz() 6 years ago
wcmv.c avcodec/wcmv: prevent frame copying when outputting duplicate frames 6 years ago
webp.c
webvttdec.c
webvttenc.c
wma.c
wma.h avcodec/wmadec: Keep track of exponent initialization per channel 5 years ago
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wmadata.h
wmadec.c avcodec/wmadec: Keep track of exponent initialization per channel 5 years ago
wmaenc.c
wmalosslessdec.c avcodec/wmalosslessdec: Use AV_STRINGIFY() 5 years ago
wmaprodata.h
wmaprodec.c avcodec/wmaprodec: Fixes integer overflow with 32bit samples 5 years ago
wmavoice.c avcodec/wmavoice: Check remaining input in parse_packet_header() 5 years ago
wmavoice_data.h
wmv2.c
wmv2.h libavcodec/blockdsp : add AVX version 7 years ago
wmv2data.c
wmv2data.h
wmv2dec.c
wmv2dsp.c
wmv2dsp.h
wmv2enc.c
wnv1.c avcodec/wnv1: More strict buffer size check 8 years ago
wrapped_avframe.c decode: add a method for attaching lavc-internal data to frames 7 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 all: Add missing header guards 9 years ago
xfacedec.c
xfaceenc.c
xiph.c
xiph.h
xl.c
xma_parser.c
xpmdec.c avcodec/xpmdec: Do not use context dimensions as temporary variables 6 years ago
xsubdec.c avcodec/xsubdec: fix overflow in alpha handling 5 years ago
xsubenc.c
xvididct.c
xvididct.h avcodec: loongson optimize xvid idct with mmi 10 years ago
xvmc.h
xvmc_internal.h
xwd.h
xwddec.c
xwdenc.c
xxan.c avcodec/decode: add a flags parameter to ff_reget_buffer() 6 years ago
y41pdec.c
y41penc.c avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
ylc.c avcodec/ylc: Fix shift overflow 8 years ago
yop.c
yuv4dec.c
yuv4enc.c
zerocodec.c
zmbv.c avcodec/zmbv: Call decode_intra directly 5 years ago
zmbvenc.c avcodec/zmbvenc: Correct offset in buffer 5 years ago