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.
 
 
 
 
Sasi Inguva cbcc88c039 libvpx: Support setting color range for vp9. 9 years ago
..
aarch64 Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be' 9 years ago
alpha blockdsp: reindent after parameter removal 10 years ago
arm Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be' 9 years ago
avr32
bfin
mips mips: rename mipsdspr1 to mipsdsp 9 years ago
neon
ppc lavc: typo fix uncliped -> unclipped 9 years ago
sh4
sparc
x86 Merge commit '8563f9887194b07c972c3475d6b51592d77f73f7' 9 years ago
4xm.c
8bps.c
8svx.c
012v.c
Makefile avcodec: Remove libstagefright 9 years ago
a64colors.h
a64multienc.c
a64tables.h
aac.h avcodec/aac_tablegen: get rid of hardcoded tables entirely 9 years ago
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c
aac_defines.h avcodec/aac_defines: replace #define by typedef 9 years ago
aac_parser.c
aacadtsdec.c
aacadtsdec.h
aaccoder.c AAC encoder: fix possible assertion failure in PNS 9 years ago
aaccoder_trellis.h avcodec/aac_tablegen: get rid of hardcoded tables entirely 9 years ago
aaccoder_twoloop.h AAC encoder: improve SF range utilization 9 years ago
aacdec.c Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' 9 years ago
aacdec_fixed.c Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' 9 years ago
aacdec_template.c Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' 9 years ago
aacdectab.h aactab: move ltp_coef[] from aacdectab to aactab 10 years ago
aacenc.c acenc: remove deprecated avctx->frame_bits use 9 years ago
aacenc.h acenc: remove deprecated avctx->frame_bits use 9 years ago
aacenc_is.c aacenc_is: rename variable 9 years ago
aacenc_is.h AAC encoder: Extensive improvements 10 years ago
aacenc_ltp.c aacenc_ltp: disable LTP with high lambda values 9 years ago
aacenc_ltp.h aacenc: add support for encoding files using Long Term Prediction 10 years ago
aacenc_pred.c aacenc_pred: only print predictor information if profile is aac_main 10 years ago
aacenc_pred.h aacenc_pred: correct header information 10 years ago
aacenc_quantization.h aacenc_quantization: fix header description 10 years ago
aacenc_quantization_misc.h AAC encoder: memoize quantize_band_cost 10 years ago
aacenc_tns.c aacenc_tns: use 4 bits for short windows 9 years ago
aacenc_tns.h aacenc_tns: rework TNS descision logic 10 years ago
aacenc_utils.h aacenc: switch to using the RNG from libavutil 9 years ago
aacenctab.c
aacenctab.h aacenc: partially revert previous commits to set options via a profile 10 years ago
aacps.c aacps: avoid division by zero in stereo_processing 9 years ago
aacps.h
aacps_fixed.c
aacps_fixed_tablegen.c
aacps_fixed_tablegen.h
aacps_float.c
aacps_tablegen.c
aacps_tablegen.h avcodec/aacps_tablegen: use hypot() 9 years ago
aacps_tablegen_template.c avcodec/aacps_tablegen_template: replace #define by typedef 9 years ago
aacpsdata.c
aacpsdsp.h
aacpsdsp_fixed.c
aacpsdsp_float.c
aacpsdsp_template.c
aacpsy.c lavc/aacpsy: replace pow(10,x) by ff_exp10(x) 9 years ago
aacsbr.c lavc/aacsbr: sbr_dequant optimization 9 years ago
aacsbr.h lavc/aacsbr: sbr_dequant optimization 9 years ago
aacsbr_fixed.c avcodec/aacsbr: Split the env_facs table 9 years ago
aacsbr_fixed_tablegen.h avcodec/aacsbr_tablegen: always initialize tables at runtime 9 years ago
aacsbr_tablegen.h avcodec/aacsbr_tablegen: always initialize tables at runtime 9 years ago
aacsbr_tablegen_common.h avcodec/aacsbr_tablegen: always initialize tables at runtime 9 years ago
aacsbr_template.c avcodec/aacsbr_template: Add Check to read_sbr_envelope() 9 years ago
aacsbrdata.h
aactab.c avcodec/aac_tablegen: get rid of hardcoded tables entirely 9 years ago
aactab.h avcodec/aac_tablegen: get rid of hardcoded tables entirely 9 years ago
aandcttab.c
aandcttab.h
aasc.c Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7' 10 years ago
ac3.c avcodec/ac3: always use hardcoded tables 9 years ago
ac3.h avcodec/ac3: use M_SQRT1_2, M_SQRT2 9 years ago
ac3_parser.c avcodec: drop 2 suffix from avpriv_ac3_parse_header2 10 years ago
ac3_parser.h avcodec: drop 2 suffix from avpriv_ac3_parse_header2 10 years ago
ac3dec.c avcodec/ac3dec: Print the value of out of range exponents 9 years ago
ac3dec.h
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
ac3dec_float.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
ac3dsp.c
ac3dsp.h
ac3enc.c Merge commit '58170b027144f4840018c7a60fb8d07924cc6242' 9 years ago
ac3enc.h
ac3enc_fixed.c
ac3enc_float.c
ac3enc_opts_template.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
ac3enc_template.c
ac3tab.c
ac3tab.h avcodec/ac3: always use hardcoded tables 9 years ago
acelp_filters.c lavc: typo fix cliping -> clipping, saftey -> safety 9 years ago
acelp_filters.h
acelp_pitch_delay.c lavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x) by ff_exp10f(x) 9 years ago
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm.c avcodec: add ADPCM AICA decoder 9 years ago
adpcm.h
adpcm_data.c
adpcm_data.h
adpcmenc.c
adx.c
adx.h
adx_parser.c
adxdec.c
adxenc.c
aic.c
alac.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
alac_data.c
alac_data.h
alacdsp.c x86/alacdsp: add simd optimized functions 10 years ago
alacdsp.h x86/alacdsp: add simd optimized functions 10 years ago
alacenc.c
aliaspixdec.c
aliaspixenc.c
allcodecs.c avcodec: Remove libstagefright 9 years ago
alsdec.c
amr.h avcodec/amr: replace #define by typedef 9 years ago
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c
ansi.c
apedec.c avcodec/apedec: Check length in long_filter_high_3800() 9 years ago
apng.h
ass.c avcodec/ass: check for av_mallocz() failure 9 years ago
ass.h avcodec/ass: fix doxygen typo 10 years ago
ass_split.c
ass_split.h
assdec.c
assenc.c
asv.c
asv.h
asvdec.c
asvenc.c
atrac.c
atrac.h
atrac1.c avcodec/atrac1: fix decoder: QMF delay compensation should be 39 samples 9 years ago
atrac1data.h
atrac3.c
atrac3data.h
atrac3plus.c lavc: use get_bitsz to simplify the code 9 years ago
atrac3plus.h
atrac3plus_data.h
atrac3plusdec.c
atrac3plusdsp.c
audio_frame_queue.c Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d' 10 years ago
audio_frame_queue.h Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d' 10 years ago
audioconvert.c
audioconvert.h
audiodsp.c
audiodsp.h
aura.c
avcodec.h Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' 9 years ago
avcodecres.rc
avdct.c avcodec/avdct: remove redundant "default" information in options 9 years ago
avdct.h
avfft.c
avfft.h
avpacket.c avpacket: fix size check in packet_alloc 9 years ago
avpicture.c Merge commit 'f7edcac040f73635fc1127489c9bb29ca8b43532' 9 years ago
avrndec.c avcodec/avrndec: Use the AVFrame format instead of the context 9 years ago
avs.c
avuidec.c
avuienc.c
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c
bgmc.h
bink.c
binkaudio.c
binkdata.h
binkdsp.c
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitstream.c avcodec/bitstream: replace qsort with AV_QSORT 10 years ago
bitstream_filter.c lavc: move bitstream filter args to the bsf ctx 10 years ago
blockdsp.c blockdsp: remove high bitdepth parameter 10 years ago
blockdsp.h blockdsp: reindent after parameter removal 10 years ago
bmp.c Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7' 10 years ago
bmp.h
bmp_parser.c
bmpenc.c
bmvaudio.c
bmvvideo.c
brenderpix.c
bswapdsp.c
bswapdsp.h
bytestream.h
c93.c
cabac.c avcodec/cabac: Check initial cabac decoder state 9 years ago
cabac.h avcodec/cabac: Check initial cabac decoder state 9 years ago
cabac_functions.h avcodec/cabac: Check initial cabac decoder state 9 years ago
canopus.c
canopus.h
cavs.c
cavs.h
cavs_parser.c
cavsdata.c
cavsdec.c
cavsdsp.c
cavsdsp.h
cbrt_fixed_tablegen.c
cbrt_tablegen.c
cbrt_tablegen.h avcodec/cbrt_tablegen: speed up dynamic table creation 9 years ago
cbrt_tablegen_template.c avcodec: include tablegen compat header before the tablegen functionality 9 years ago
ccaption_dec.c lavc/ccaption_dec: simplify rollup cases 9 years ago
cdgraphics.c lavc/cdg: Add transparency support. 9 years ago
cdxl.c
celp_filters.c
celp_filters.h
celp_math.c lavc: G.723.1 encoder 9 years ago
celp_math.h Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244' 9 years ago
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c
cinepakenc.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
cljrdec.c
cljrenc.c
cllc.c
cngdec.c lavc/cngdec: replace pow(10,x) by ff_exp10(x) 9 years ago
cngenc.c
codec_desc.c lavc: add vp9 profiles to AVCodecDescriptor 9 years ago
cook.c lavc/cook: get rid of wasteful pow in init_pow2table 9 years ago
cook_parser.c
cookdata.h
copy_block.h
cos_tablegen.c avcodec/cos_tablegen: use M_PI instead of actual literal 9 years ago
cpia.c
crystalhd.c
cscd.c
cyuv.c
d3d11va.c Merge commit 'bb198c4997d5036f3bf91de51e44f807115677d0' 10 years ago
d3d11va.h
dca.c
dca.h Merge commit '40d949677335a564f769823f4afdb7e7a3da8d6b' 9 years ago
dca_exss.c
dca_parser.c dca_parser: don't overwrite the sample rate, it may not be correct 10 years ago
dca_syncwords.h all: fix enum definition for large values 9 years ago
dca_xll.c
dcadata.c avcodec/dca: remove unused float quant table 9 years ago
dcadata.h avcodec/dca: remove unused float quant table 9 years ago
dcadec.c dca: adjust decoding of the XBR extension for integer core decoding 9 years ago
dcadsp.c Merge commit '40d949677335a564f769823f4afdb7e7a3da8d6b' 9 years ago
dcadsp.h Merge commit '40d949677335a564f769823f4afdb7e7a3da8d6b' 9 years ago
dcaenc.c lavc/dcaenc: replace pow(10,x) by ff_exp10(x) 9 years ago
dcaenc.h
dcahuff.h
dcamath.h Merge commit '85990140e7302d1e7fcc9fc0eea316178c19fe03' 9 years ago
dct-test.c x86: dct-test: add more idcts 10 years ago
dct.c
dct.h
dct32.h
dct32_fixed.c
dct32_float.c
dct32_template.c Revert "avcodec/dct32_template: fix typo" 9 years ago
dctref.c
dctref.h
dds.c lavc/dds: replace rint by lrint 9 years ago
dfa.c
dirac.c diracdec: add missing check for pixel_range_index 9 years ago
dirac.h Merge commit 'e02de9df4b218bd6e1e927b67fd4075741545688' 9 years ago
dirac_arith.c
dirac_arith.h
dirac_dwt.c dirac_dwt: remove unnecessary undefs 9 years ago
dirac_dwt.h diracdec: Template DSP functions adding 10-bit versions 9 years ago
dirac_dwt_template.c diracdec: Template DSP functions adding 10-bit versions 9 years ago
dirac_parser.c avcodec/dirac_parser: Check that there is a previous PU before accessing it 9 years ago
diracdec.c avcodec/diracdec: Check ff_set_dimensions() for failure 9 years ago
diracdsp.c diracdec: Template DSP functions adding 10-bit versions 9 years ago
diracdsp.h diracdec: Template DSP functions adding 10-bit versions 9 years ago
dnxhd_parser.c
dnxhddata.c dnxhd: interleave AC levels and flags 10 years ago
dnxhddata.h dnxhd: interleave AC levels and flags 10 years ago
dnxhddec.c avcodec/dnxhddec: Fix runtime error: left shift of negative value 9 years ago
dnxhdenc.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
dnxhdenc.h
dpcm.c avcodec: add SDX2 DPCM decoder 9 years ago
dpx.c avcodec/dpx: Move need_align to act per line 9 years ago
dpx_parser.c
dpxenc.c avcodec/dpxenc: Fix "libavcodec/dpxenc.c:250:44: warning: passing argument 3 of av_image_copy_to_buffer from incompatible pointer type" 10 years ago
dsd_tablegen.h lavc/dsd_tablegen: always generate tables at runtime 9 years ago
dsddec.c
dsicinaudio.c
dsicinvideo.c
dss_sp.c
dump_extradata_bsf.c
dv.c
dv.h Merge commit 'cab63a8b594cdc365bb2581a12b3ac8e6dd480b2' 10 years ago
dv_profile.c
dv_profile.h
dv_profile_internal.h
dv_tablegen.c
dv_tablegen.h
dvbsub.c Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3' 10 years ago
dvbsub_parser.c
dvbsubdec.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
dvd_nav_parser.c
dvdata.c
dvdata.h
dvdec.c Merge commit 'cab63a8b594cdc365bb2581a12b3ac8e6dd480b2' 10 years ago
dvdsub_parser.c
dvdsubdec.c avcodec/dvdsubdec: fix typo in dlog message 9 years ago
dvdsubenc.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
dvenc.c
dxa.c
dxtory.c avcodec/dxtory: Fix input size check in dxtory_decode_v1_410() 9 years ago
dxv.c avcodec/dxv: Check idx in dxv_decompress_dxt5() 9 years ago
dxva2.c
dxva2.h
dxva2_h264.c Merge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0' 10 years ago
dxva2_hevc.c Merge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0' 10 years ago
dxva2_internal.h
dxva2_mpeg2.c Merge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0' 10 years ago
dxva2_vc1.c Merge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0' 10 years ago
dxva2_vp9.c avcodec: implement vp9 dxva2 hwaccel 9 years ago
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
error_resilience.c avcodec/error_resilience: avoid accessing previous or next frames tables beyond height 9 years ago
error_resilience.h
escape124.c lavc: use get_bitsz to simplify the code 9 years ago
escape130.c
evrcdata.h
evrcdec.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
exif.c
exif.h
exr.c Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1' 9 years ago
faandct.c avcodec/faandct: remove L suffixes for floating point literal 9 years ago
faandct.h
faanidct.c avcodec/faanidct: replace #define by typedef 9 years ago
faanidct.h
faxcompr.c avcodec/faxcompr: Add missing runs check in decode_uncompressed() 9 years ago
faxcompr.h
fdctdsp.c
fdctdsp.h
fft-fixed-test.c
fft-fixed32-test.c
fft-internal.h
fft-test.c
fft.h
fft_fixed.c
fft_fixed_32.c
fft_float.c
fft_init_table.c
fft_table.h
fft_template.c
ffv1.c Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96' 9 years ago
ffv1.h avcodec/ffv1enc: unbreak -coder option 9 years ago
ffv1dec.c avcodec/ffv1dec: Support AV_PIX_FMT_YA8 9 years ago
ffv1enc.c avcodec/ffv1enc: Support AV_PIX_FMT_YA8 9 years ago
ffwavesynth.c
fic.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
file_open.c
flac.c
flac.h
flac_parser.c
flacdata.c
flacdata.h
flacdec.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
flacdsp.c
flacdsp.h
flacdsp_lpc_template.c
flacdsp_template.c
flacenc.c avcodec/flacenc: use designated initializers for AVClass 9 years ago
flashsv.c avcodec/flashsv: Check size before updating it 9 years ago
flashsv2enc.c
flashsvenc.c
flicvideo.c
flv.h
flvdec.c
flvenc.c
fmtconvert.c Merge commit 'aebf07075f4244caf591a3af71e5872fe314e87b' 9 years ago
fmtconvert.h Merge commit 'aebf07075f4244caf591a3af71e5872fe314e87b' 9 years ago
frame_thread_encoder.c lavc, lavu: use avutil/thread.h instead of redundant conditional includes 9 years ago
frame_thread_encoder.h
fraps.c
frwu.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
g2meet.c Merge commit '3a4d369ea4ded91b1178ae6e2ff0ab9ea470e344' 10 years ago
g722.c
g722.h
g722dec.c
g722dsp.c
g722dsp.h
g722enc.c
g723_1.c Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244' 9 years ago
g723_1.h Merge commit 'c5eb279e240af6b7228a624cd7193732f2d5adaa' 9 years ago
g723_1dec.c Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244' 9 years ago
g723_1enc.c avcodec/g723_1: fix license header 9 years ago
g726.c doc: fix spelling errors 10 years ago
g729.h
g729_parser.c
g729data.h
g729dec.c lavu: rename and move ff_parity to av_parity 9 years ago
g729postfilter.c avcodec/g729postfilter: Avoid function calls in FFMAX() arguments 9 years ago
g729postfilter.h
get_bits.h get_bits: add get_bitsz for reading 0-25 bits 9 years ago
gif.c
gif.h
gifdec.c avcodec/gifdec: skip the data lzw consumed 9 years ago
golomb-test.c
golomb.c
golomb.h avcodec: Use get_ue_golomb_long() when needed 9 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
h263.c
h263.h
h263_parser.c
h263_parser.h
h263data.c
h263data.h
h263dec.c Merge commit 'd35d0c723e3c8fc8cde76bf677f67928f5e179a8' 9 years ago
h263dsp.c
h263dsp.h
h264.c lavc: fix profile declarations for vdpau decoders 9 years ago
h264.h avcodec/h264: Fix regression caused by removial of default_ref_list 9 years ago
h264_cabac.c avcodec/cabac: Check initial cabac decoder state 9 years ago
h264_cavlc.c
h264_direct.c avcodec/h264_direct: Check CO-POCs before use 9 years ago
h264_loopfilter.c
h264_mb.c
h264_mb_template.c
h264_mc_template.c avcodec/h264_mc_template: prefetch list1 only if it is used in the MB 9 years ago
h264_mp4toannexb_bsf.c h264_mp4toannexb: fix the pps offset when there are more than one sps in avcc 10 years ago
h264_mvpred.h
h264_parser.c avcodec: Use get_ue_golomb_long() when needed 9 years ago
h264_picture.c
h264_ps.c Merge commit 'b09ad37c83841c399abb7f2503a2ab214d0c2d48' 9 years ago
h264_refs.c avcodec/h264_refs: Fix and add back trace code removed in e1c5170c63 9 years ago
h264_sei.c avcodec: Use get_ue_golomb_long() when needed 9 years ago
h264_slice.c avcodec/h264_slice: Fix integer overflow in implicit weight computation 9 years ago
h264addpx_template.c
h264chroma.c
h264chroma.h
h264chroma_template.c
h264data.h
h264dsp.c
h264dsp.h
h264dsp_template.c
h264idct.c
h264idct.h
h264idct_template.c
h264pred.c
h264pred.h
h264pred_template.c
h264qpel.c
h264qpel.h
h264qpel_template.c
hap.c
hap.h
hapdec.c lavc/hapdec: Use correct no-transparency colour space. 10 years ago
hapenc.c hap: Set avctx.bits_per_coded_sample 9 years ago
hevc.c lavc: use get_bitsz to simplify the code 9 years ago
hevc.h avcodec/hevc: Fix integer overflow of entry_point_offset 9 years ago
hevc_cabac.c avcodec/hevc_cabac: Fix multiple integer overflows 9 years ago
hevc_data.c
hevc_filter.c
hevc_mp4toannexb_bsf.c
hevc_mvs.c
hevc_parse.c
hevc_parser.c lavc: use get_bitsz to simplify the code 9 years ago
hevc_ps.c avcodec/hevc_ps: Check chroma_format_idc 9 years ago
hevc_ps_enc.c
hevc_refs.c
hevc_sei.c avcodec: Use get_ue_golomb_long() when needed 9 years ago
hevcdsp.c hevcdsp: add x86 SIMD for MC 9 years ago
hevcdsp.h hevcdsp: add x86 SIMD for MC 9 years ago
hevcdsp_template.c hevcdsp: add x86 SIMD for MC 9 years ago
hevcpred.c
hevcpred.h
hevcpred_template.c
hnm4video.c
hpel_template.c
hpeldsp.c
hpeldsp.h
hq_hqa.c
hq_hqa.h
hq_hqadata.c
hq_hqadsp.c
hq_hqadsp.h
hqx.c hqx: correct type and size check of info_offset 9 years ago
hqx.h
hqxdsp.c
hqxdsp.h
hqxvlc.c
htmlsubtitles.c
htmlsubtitles.h
huffman.c avcodec/huffman: replace qsort with AV_QSORT 10 years ago
huffman.h
huffyuv.c
huffyuv.h
huffyuvdec.c avcodec: use HAVE_THREADS header guards to silence -Wunused-function 10 years ago
huffyuvdsp.c
huffyuvdsp.h
huffyuvenc.c huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2} 10 years ago
huffyuvencdsp.c huffyuvencdsp: Use intptr_t for width 10 years ago
huffyuvencdsp.h huffyuvencdsp: Use intptr_t for width 10 years ago
idcinvideo.c
idctdsp.c
idctdsp.h
iff.c avcodec: remove leftover iff_byterun1 decoder 10 years ago
iirfilter.c
iirfilter.h
imc.c lavc/imc: replace pow(10,x) by ff_exp10(x) 9 years ago
imcdata.h
imdct15.c
imdct15.h
imgconvert.c Merge commit '7d36474d1908d6267d4e11d4d9909f9604bd0c81' 9 years ago
imgconvert.h
imx_dump_header_bsf.c
indeo2.c avcodec/indeo2: use init_get_bits8 9 years ago
indeo2data.h
indeo3.c
indeo3data.h
indeo4.c
indeo4data.h
indeo5.c
indeo5data.h
intelh263dec.c
internal.h Merge commit '34138ece23c8ddae543269212a051c00d49e67d7' 9 years ago
interplayacm.c avcodec: add Interplay ACM decoder 9 years ago
interplayvideo.c avformat/ipmovie: put video decoding_map_size into packet and use it in decoder 9 years ago
intrax8.c
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c
ituh263enc.c avcodec/motion_est: Fix mv_penalty table size 9 years ago
ivi.c Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1' 9 years ago
ivi.h
ivi_dsp.c
ivi_dsp.h
j2kenc.c
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint.c
jfdctint_template.c
jpeg2000.c lavc: move exp2fi to ff_exp2fi in internal.h 9 years ago
jpeg2000.h avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height 9 years ago
jpeg2000dec.c Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' 9 years ago
jpeg2000dsp.c
jpeg2000dsp.h
jpeg2000dwt.c avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*() 9 years ago
jpeg2000dwt.h avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height 9 years ago
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' 9 years ago
jpegtables.c
jpegtables.h
jrevdct.c
jvdec.c
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c
lagarith.c
lagarithrac.c Merge commit '0b699920f3c0b2e30969b38ce59226653f9d80ec' 9 years ago
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c
lclenc.c
libaacplus.c
libavcodec.v
libcelt_dec.c
libdcadec.c Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' 9 years ago
libfaac.c
libfdk-aacdec.c
libfdk-aacenc.c
libgsmdec.c
libgsmenc.c
libilbc.c
libkvazaar.c Merge commit '233d2fa0443197df12b4f7823d591dad964149b3' 9 years ago
libmp3lame.c Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c' 9 years ago
libopencore-amr.c
libopenh264enc.c Merge commit '81c95eb8eee856d98d4ac37367dbc761f2faf875' 9 years ago
libopenjpegdec.c avcodec: add OpenJPEG 2.x compatibility 9 years ago
libopenjpegenc.c avcodec: add OpenJPEG 2.x compatibility 9 years ago
libopus.c
libopus.h
libopusdec.c lavc/libopusdec: replace pow(10,x) by ff_exp10(x) 9 years ago
libopusenc.c Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
libschroedinger.c Merge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3' 10 years ago
libschroedinger.h
libschroedingerdec.c Merge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3' 10 years ago
libschroedingerenc.c avcodec/libschroedingerenc: add missing AVClass to private context 9 years ago
libshine.c
libspeexdec.c
libspeexenc.c
libtheoraenc.c
libtwolame.c
libutvideo.h
libutvideodec.cpp
libutvideoenc.cpp
libvo-aacenc.c
libvo-amrwbenc.c
libvorbisdec.c
libvorbisenc.c
libvpx.c
libvpx.h
libvpxdec.c libvpx: Support setting color range for vp9. 9 years ago
libvpxenc.c libvpx: Support setting color range for vp9. 9 years ago
libwavpackenc.c
libwebpenc.c
libwebpenc_animencoder.c
libwebpenc_common.c
libwebpenc_common.h
libx264.c Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487' 9 years ago
libx265.c
libxavs.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
libxvid.c Merge commit 'e25cac50e05d29a15d7a52c01c394ba913c97aee' 9 years ago
libxvid.h
libxvid_rc.c
libzvbi-teletextdec.c avcodec: properly check pkt_timebase for validity 9 years ago
ljpegenc.c
loco.c
log2_tab.c
lossless_audiodsp.c
lossless_audiodsp.h
lossless_videodsp.c
lossless_videodsp.h
lpc.c
lpc.h avcodec/lpc: replace #define by typedef 9 years ago
lsp.c
lsp.h
lzf.c
lzf.h
lzw.c avcodec/lzw: ff_lzw_decode_tail() now returns the consumed bytes in lzw decompress 9 years ago
lzw.h avcodec/lzw: ff_lzw_decode_tail() now returns the consumed bytes in lzw decompress 9 years ago
lzwenc.c
mace.c
mathops.c
mathops.h AAC encoder: Extensive improvements 10 years ago
mathtables.c
mdct_fixed.c
mdct_fixed_32.c
mdct_float.c
mdct_template.c lavc/mdct_template: use lrint instead of floor hack 9 years ago
mdec.c avcodec: use HAVE_THREADS header guards to silence -Wunused-function 10 years ago
me_cmp.c
me_cmp.h
metasound.c
metasound_data.c
metasound_data.h
microdvddec.c avcodec/microdvddec: Check for string end in 'P' case 9 years ago
mimic.c Merge commit '4a326923381f2bc0fb7d960c8f8366a5456bc4ab' 9 years ago
mjpeg.h
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c mjpegdec: extend check for incompatible values of s->rgb and s->ls 9 years ago
mjpegdec.h
mjpegenc.c
mjpegenc.h
mjpegenc_common.c lavc/mjpegenc: Add an option to force outputting chroma matrix. 10 years ago
mjpegenc_common.h
mlp.c
mlp.h
mlp_parser.c
mlp_parser.h
mlpdec.c mlpdec: Fix a undefined left shift of negative number 10 years ago
mlpdsp.c
mlpdsp.h
mmaldec.c mmaldec: send only a single EOS packet on flushing 9 years ago
mmvideo.c
motion-test.c
motion_est.c avcodec/motion_est: Fix mv_penalty table size 9 years ago
motion_est.h avcodec/motion_est: Fix mv_penalty table size 9 years ago
motion_est_template.c avcodec/motion_est_template: replace qsort with AV_QSORT 9 years ago
motionpixels.c
motionpixels_tablegen.c
motionpixels_tablegen.h
movsub_bsf.c
movtextdec.c
movtextenc.c
mp3_header_decompress_bsf.c
mpc.c
mpc.h
mpc7.c
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4_unpack_bframes_bsf.c
mpeg4audio.c
mpeg4audio.h
mpeg4data.h
mpeg4video.c
mpeg4video.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4videodec.c Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' 9 years ago
mpeg4videoenc.c avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
mpeg12.c
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' 9 years ago
mpeg12enc.c avcodec/motion_est: Fix mv_penalty table size 9 years ago
mpeg12vlc.h
mpeg_er.c
mpeg_er.h
mpegaudio.c
mpegaudio.h
mpegaudio_parser.c Merge commit 'de9e199a039473ebe4b1b87382e3064d0ea2cf02' 9 years ago
mpegaudio_tablegen.c avcodec: include tablegen compat header before the tablegen functionality 9 years ago
mpegaudio_tablegen.h avcodec/mpegaudio_tablegen: Add (), fix fate 9 years ago
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_fixed.c
mpegaudiodec_float.c
mpegaudiodec_template.c get_bits: add get_bitsz for reading 0-25 bits 9 years ago
mpegaudiodecheader.c lavc: Add missing #includes for ff_dlog() 9 years ago
mpegaudiodecheader.h Merge commit 'de9e199a039473ebe4b1b87382e3064d0ea2cf02' 9 years ago
mpegaudiodectab.h
mpegaudiodsp.c mips: rename mipsdspr1 to mipsdsp 9 years ago
mpegaudiodsp.h mips: rename mipsdspr1 to mipsdsp 9 years ago
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c avcodec/mpegaudio: use predefined M_SQRT2 9 years ago
mpegaudiotab.h avcodec/mpegaudio: use predefined M_SQRT2 9 years ago
mpegpicture.c Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8' 10 years ago
mpegpicture.h Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8' 10 years ago
mpegutils.c
mpegutils.h
mpegvideo.c avutil/motion_vector: export subpel motion information 9 years ago
mpegvideo.h avcodec/mpegvideo: use constants for rc_strategy 9 years ago
mpegvideo_enc.c avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range 9 years ago
mpegvideo_motion.c
mpegvideo_parser.c
mpegvideo_xvmc.c
mpegvideodata.c
mpegvideodata.h
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c
mpegvideoencdsp.h
mpl2dec.c
mqc.c
mqc.h
mqcdec.c
mqcenc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c
msmpeg4enc.c
msrle.c Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7' 10 years ago
msrledec.c Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7' 10 years ago
msrledec.h Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7' 10 years ago
mss1.c
mss2.c
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c
mss12.c
mss12.h
mss34dsp.c
mss34dsp.h
msvideo1.c
msvideo1enc.c
mvcdec.c
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c lavc/nellymoserdec: replace pow by exp2 9 years ago
nellymoserenc.c lavc/nellymoserenc: avoid wasteful pow 9 years ago
noise_bsf.c
nuv.c avcodec/nuv: Fix 'libavcodec/nuv.c:83:19: warning: passing argument 3 of av_image_copy from incompatible pointer type' 10 years ago
nvenc.c Merge commit '1520c6ff05d835da4b793318fc88bbbc129c86a1' 9 years ago
on2avc.c avcodec/on2avc: Fix stability issues with scale_tab generation 9 years ago
on2avcdata.c
on2avcdata.h
options.c
options_table.h Merge commit '16216b713f9a21865cc07993961cf5d0ece24916' 9 years ago
opus.c lavc/opus: replace pow(10,x) by ff_exp10(x) 9 years ago
opus.h
opus_celt.c lavc/opus_celt: replace pow by exp2 9 years ago
opus_parser.c
opus_silk.c opus: Fix typo causing overflow in silk_stabilize_lsf 9 years ago
opusdec.c lavc/opusdec: Fix a memleak when reading invalid files. 9 years ago
paf.h
pafaudio.c
pafvideo.c
pamenc.c Replace any remaining avpicture function with imgutils 10 years ago
parser.c parser: add av_assert1 to make sure the codec matches 9 years ago
parser.h
pcm-bluray.c
pcm-dvd.c
pcm.c avcodec/pcm: Fix overflow in bitrate computation 9 years ago
pcm_tablegen.c
pcm_tablegen.h lavc/pcm_tablegen: slight speedup of table generation 9 years ago
pcx.c
pcxenc.c
pel_template.c
pgssubdec.c avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int 9 years ago
pictordec.c
pixblockdsp.c pixblockdsp: Use AV_COPY128U for get_pixels_16_c 9 years ago
pixblockdsp.h
pixels.h
png.c
png.h
png_parser.c
pngdec.c avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases 9 years ago
pngdsp.c
pngdsp.h
pngenc.c png: read and write stereo3d frame side data information 9 years ago
pnm.c
pnm.h
pnm_parser.c Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884' 10 years ago
pnmdec.c
pnmenc.c Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884' 10 years ago
profiles.c lavc: add vp9 profiles to AVCodecDescriptor 9 years ago
profiles.h lavc: add vp9 profiles to AVCodecDescriptor 9 years ago
proresdata.c
proresdata.h
proresdec.h
proresdec2.c lavc/proresdec2: Fix slice_count for very high resolutions. 9 years ago
proresdec_lgpl.c
proresdsp.c
proresdsp.h
proresenc_anatoliy.c
proresenc_kostya.c
psymodel.c AAC encoder: improve SF range utilization 9 years ago
psymodel.h AAC encoder: improve SF range utilization 9 years ago
pthread.c
pthread_frame.c lavc, lavu: use avutil/thread.h instead of redundant conditional includes 9 years ago
pthread_internal.h
pthread_slice.c avcodec/pthread_slice: Allow calling ff_alloc_entries() multiple times to readjust the entry count 9 years ago
ptx.c
put_bits.h avcodec/put_bits: Always check buffer end before writing 9 years ago
qcelpdata.h
qcelpdec.c
qdm2.c
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
qdrw.c
qpeg.c
qpel_template.c
qpeldsp.c
qpeldsp.h
qsv.c
qsv.h Merge commit 'dc923bc23b3efd949d0bf67ff1abdb95059e5843' 10 years ago
qsv_api.c
qsv_internal.h qsvenc: write a53 caption data to SEI 9 years ago
qsvdec.c Merge commit '3b6473b43eb69fc3faaf69f7fd0b83b51db7607f' 9 years ago
qsvdec.h Merge commit '8aecec84021a61b943718ff3d7c2c57fcd4af199' 10 years ago
qsvdec_h2645.c lavc: AV-prefix a few left out capabilities 10 years ago
qsvdec_mpeg2.c lavc: AV-prefix a few left out capabilities 10 years ago
qsvdec_vc1.c Merge commit '741b352b16dad74b87c4a39bade8902633a2b0e6' 10 years ago
qsvenc.c Merge commit '825900248b4053515803152d3165efdb034b660b' 9 years ago
qsvenc.h qsvenc: write a53 caption data to SEI 9 years ago
qsvenc_h264.c qsvenc: write a53 caption data to SEI 9 years ago
qsvenc_hevc.c Merge commit 'a43905f4ae261bdde87c300901d867b31961f57b' 9 years ago
qsvenc_mpeg2.c Merge commit 'fc4c27c4edfc6a5f9bc7c696e823652474a65ce8' 9 years ago
qtrle.c lavc/qtrle: Use AV_PIX_FMT_PAL8 for 1-bit video 9 years ago
qtrleenc.c Merge commit '901f9c0a32985f48672fd68594111dc55d88a57a' 10 years ago
r210dec.c
r210enc.c
ra144.c
ra144.h
ra144dec.c
ra144enc.c
ra288.c
ra288.h
ralf.c
ralfdata.h
rangecoder.c Merge commit 'abe9adfb31566c415fd830a8d4977c79512d4385' 10 years ago
rangecoder.h
ratecontrol.c avcodec/mpegvideo: use constants for rc_strategy 9 years ago
ratecontrol.h
raw.c
raw.h
rawdec.c rawdec: only exempt BIT0 with need_copy from buffer sanity check 9 years ago
rawenc.c avcodec/rawenc: Cast argument for av_image_copy_to_buffer() to const 9 years ago
rdft.c
rdft.h
realtextdec.c
rectangle.h
remove_extradata_bsf.c
resample.c
resample2.c avcodec/resample2: replace #define by typedef 9 years ago
reverse.c
rl.c
rl.h
rl2.c
rle.c Merge commit '59e3f4e598ae381600ef54e1f6e6a8a5270ac245' 9 years ago
rle.h Merge commit '59e3f4e598ae381600ef54e1f6e6a8a5270ac245' 9 years ago
rnd_avg.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c Merge commit '9cbae3a7d57bd2b862c37fd8123bd1fba680e801' 9 years ago
roqvideoenc.c
rpza.c Merge commit '60f50374f1955442dc987abc4a6c61c2109620c2' 9 years ago
rscc.c lavc/rscc: Fix colourspace for codec_tag RSCC. 9 years ago
rtjpeg.c
rtjpeg.h
rv10.c
rv10.h
rv10enc.c
rv20enc.c
rv30.c
rv30data.h
rv30dsp.c
rv34.c
rv34.h
rv34_parser.c
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c
rv40data.h
rv40dsp.c
rv40vlc2.h
s302m.c
s302menc.c avcodec/s302menc: comment out allowed channel layouts 9 years ago
samidec.c
sanm.c
sbr.h aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data 9 years ago
sbrdsp.c
sbrdsp.h
sbrdsp_fixed.c sbrdsp_fixed: assert that input values are in the valid range 9 years ago
sbrdsp_template.c
screenpresso.c Merge commit 'e25cac50e05d29a15d7a52c01c394ba913c97aee' 9 years ago
sgi.h
sgidec.c sgi: Correctly propagate meaningful error values 9 years ago
sgienc.c Merge commit 'c34df422628e6b7b657faee241fe7bb2629e0f57' 9 years ago
sgirledec.c
shorten.c
simple_idct.c avcodec/simple_idct: use predefined M_SQRT2 9 years ago
simple_idct.h
simple_idct_template.c avcodec/simple_idct10: improve precision 10 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 avcodec/sipr: use AVERROR return code instead of -1 10 years ago
sipr.h
sipr16k.c
sipr16kdata.h
siprdata.h
smacker.c avcodec/smacker: Check that the data size is a multiple of a sample vector 9 years ago
smc.c
smvjpegdec.c
snappy.c
snappy.h
snow.c
snow.h Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8' 10 years ago
snow_dwt.c
snow_dwt.h
snowdata.h
snowdec.c avutil/motion_vector: export subpel motion information 9 years ago
snowenc.c avcodec/motion_est: Fix mv_penalty table size 9 years ago
sonic.c sonic: make sure num_taps * channels is not larger than frame_size 9 years ago
sp5x.h
sp5xdec.c
srtdec.c avcodec: srtdec: Reindent 9 years ago
srtenc.c lavc: add text encoder 9 years ago
startcode.c
startcode.h
subviewerdec.c
sunrast.c
sunrast.h
sunrastenc.c lavc/sunrastenc: fix private codec options 9 years ago
svq1.c
svq1.h
svq1_cb.h
svq1_vlc.h
svq1dec.c
svq1enc.c
svq1enc.h
svq1enc_cb.h
svq3.c
svq3.h
svq13.c
synth_filter.c Merge commit '705f5e5e155f6f280a360af220fc5b30cfcee702' 9 years ago
synth_filter.h Merge commit '705f5e5e155f6f280a360af220fc5b30cfcee702' 9 years ago
tableprint.h
tableprint_vlc.h
tak.c
tak.h
tak_parser.c
takdec.c avcodec/takdec: Skip last p2 sample (which is unused) 9 years ago
takdsp.c avcodec/takdec: add x86 SIMD for rest of decorrelation modes 10 years ago
takdsp.h avcodec/takdec: add x86 SIMD for rest of decorrelation modes 10 years ago
targa.c
targa.h
targa_y216dec.c
targaenc.c Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487' 9 years ago
tdsc.c
textdec.c
texturedsp.c lavc/texturedsp: replace rint by lrint 9 years ago
texturedsp.h
texturedspenc.c Merge commit 'eef38316cab68aff080cf2b83c2427a734194e8d' 9 years ago
thread.h
tiertexseqv.c
tiff.c
tiff.h
tiff_common.c
tiff_common.h
tiff_data.c
tiff_data.h
tiffenc.c
tmv.c
tpeldsp.c
tpeldsp.h
truemotion1.c avcodec/truemotion1: Initialize mb_change_byte only when needed 9 years ago
truemotion1data.h
truemotion2.c Merge commit 'de41b555cdea2dcacbe98ee9edc83a8c15c73c4c' 9 years ago
truespeech.c
truespeech_data.h
tscc.c Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7' 10 years ago
tscc2.c
tscc2data.h
tta.c avcodec/tta: Un-break build without threads 10 years ago
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c
twinvq.c
twinvq.h
twinvq_data.h
twinvqdec.c
txd.c
ulti.c
ulti_cb.h
unary.h
utils.c avcodec/utils: Check bits_per_raw_sample on video encoder open 9 years ago
utvideo.c
utvideo.h
utvideodec.c
utvideoenc.c
v210dec.c
v210dec.h
v210enc.c
v210enc.h
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c
v410enc.c
vaapi.c
vaapi.h
vaapi_h264.c
vaapi_hevc.c doc: fix spelling errors 10 years ago
vaapi_internal.h
vaapi_mpeg2.c
vaapi_mpeg4.c
vaapi_vc1.c
vaapi_vp9.c vaapi: Add VP9 hwaccell support 9 years ago
vb.c
vble.c Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884' 10 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 lavc: fix profile declarations for vdpau decoders 9 years ago
vc1dsp.c
vc1dsp.h
vcr1.c
vda.c
vda.h
vda_h264.c
vda_h264_dec.c
vda_vt_internal.h
vdpau.c vdpau: Remove a spurious CONFIG_H263_VDPAU_HWACCEL 9 years ago
vdpau.h Merge commit 'b10b6ac7a902f28e09e37a29c392e2f0c19e9526' 10 years ago
vdpau_compat.h
vdpau_h264.c
vdpau_hevc.c
vdpau_internal.h
vdpau_mpeg4.c Merge commit 'd35d0c723e3c8fc8cde76bf677f67928f5e179a8' 9 years ago
vdpau_mpeg12.c
vdpau_vc1.c
version.h avcodec: Remove libstagefright 9 years ago
videodsp.c
videodsp.h
videodsp_template.c
videotoolbox.c avcodec/h264, videotoolbox: do not return invalid frames on failure 9 years ago
videotoolbox.h
vima.c
vmdaudio.c
vmdvideo.c
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 vorbisdec: reject rangebits 0 with non-0 partitions 9 years ago
vorbisdsp.c
vorbisdsp.h
vorbisenc.c
vp3.c avcodec/vp3: Fix "runtime error: left shift of negative value" 9 years ago
vp3_parser.c
vp3data.h
vp3dsp.c
vp3dsp.h
vp5.c
vp5data.h
vp6.c
vp6data.h
vp6dsp.c
vp8.c avcodec: use HAVE_THREADS header guards to silence -Wunused-function 10 years ago
vp8.h lavc, lavu: use avutil/thread.h instead of redundant conditional includes 9 years ago
vp8_parser.c
vp8data.h
vp8dsp.c
vp8dsp.h
vp9.c lavc: add vp9 profiles to AVCodecDescriptor 9 years ago
vp9.h vp9: add hwaccel hooks 9 years ago
vp9_mc_template.c vp9: expose reference frames in VP9SharedContext 10 years ago
vp9_parser.c vp9_parser: allow superframes with a single frame. 9 years ago
vp9data.h vp9: split header into separate struct and expose in vp9.h 10 years ago
vp9dsp.c
vp9dsp.h
vp9dsp_8bpp.c
vp9dsp_10bpp.c
vp9dsp_12bpp.c
vp9dsp_template.c
vp56.c
vp56.h
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c
wavpack.c lavc: use get_bitsz to simplify the code 9 years ago
wavpack.h
wavpackenc.c
wavpackenc.h
webp.c
webvttdec.c avcodec/webvttdec: Fix uninitialized use of variable "again" 9 years ago
webvttenc.c
wma.c
wma.h
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wmadata.h
wmadec.c lavc/wmadec: replace pow(10,x) by ff_exp10(x) 9 years ago
wmaenc.c lavc/wmaenc: replace pow(10,x) by ff_exp10(x) 9 years ago
wmalosslessdec.c lavc: use get_bitsz to simplify the code 9 years ago
wmaprodata.h
wmaprodec.c lavc: use get_bitsz to simplify the code 9 years ago
wmavoice.c
wmavoice_data.h
wmv2.c
wmv2.h
wmv2dec.c
wmv2dsp.c
wmv2dsp.h
wmv2enc.c
wnv1.c
wrapped_avframe.c Merge commit 'b52307933b576eba741c80108c3dad09eb48ba12' 10 years ago
ws-snd1.c
xan.c
xbmdec.c
xbmenc.c
xface.c
xface.h
xfacedec.c
xfaceenc.c
xiph.c
xiph.h
xl.c
xsubdec.c Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3' 10 years ago
xsubenc.c Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3' 10 years ago
xvididct.c
xvididct.h
xvmc.h avcodec/xvmc: apply attribute_deprecated correctly 10 years ago
xvmc_internal.h
xwd.h
xwddec.c xwddec: prevent overflow of lsize * avctx->height 9 years ago
xwdenc.c
xxan.c
y41pdec.c
y41penc.c
yop.c
yuv4dec.c
yuv4enc.c
zerocodec.c
zmbv.c
zmbvenc.c avcodec/zmbvenc: use log2 instead of log()/M_LN2 9 years ago