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.
Diego Biurrun 9cef0669c4 Move code shared between libdirac and libschroedinger to libschroedinger. 14 years ago
..
alpha Remove lowres video decoding 14 years ago
arm aacps: NEON optimisations 14 years ago
avr32 sunrast: Check for out of bounds reads 14 years ago
bfin build: prettyprinting cosmetics 14 years ago
mips build: Consistently handle conditional compilation for all optimization OBJS. 14 years ago
ppc ppc: add const where needed in scalarproduct_int16_altivec() 14 years ago
sh4 build: prettyprinting cosmetics 14 years ago
sparc build: Consistently handle conditional compilation for all optimization OBJS. 14 years ago
x86 snowdsp: explicitily state instruction size. 14 years ago
4xm.c 4xm: fix invalid array indexing 14 years ago
8bps.c 8bps: K&R formatting cosmetics 14 years ago
8svx.c Add avcodec_decode_audio4(). 14 years ago
Makefile Move code shared between libdirac and libschroedinger to libschroedinger. 14 years ago
a64colors.h sunrast: Check for out of bounds reads 14 years ago
a64enc.h a64multienc: switch to encode2(). 14 years ago
a64multienc.c Remove unnecessary AVFrame pointer casts. 14 years ago
a64tables.h sunrast: Check for out of bounds reads 14 years ago
aac.h aacdec: More robust output configuration. 14 years ago
aac_ac3_parser.c (e)ac3 parser: set duration instead of frame_size 14 years ago
aac_ac3_parser.h Make channel layout masks unsigned 14 years ago
aac_adtstoasc_bsf.c lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 14 years ago
aac_parser.c lavc: use designated initialisers for parsers. 14 years ago
aac_tablegen.c sunrast: Check for out of bounds reads 14 years ago
aac_tablegen.h sunrast: Check for out of bounds reads 14 years ago
aac_tablegen_decl.h sunrast: Check for out of bounds reads 14 years ago
aacadtsdec.c lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 14 years ago
aacadtsdec.h lavc: use avpriv_ prefix for ff_aac_parse_header(). 14 years ago
aaccoder.c aacenc: Fix issues with huge values of bit_rate. 14 years ago
aacdec.c aac: Handle HE-AACv2 when sniffing a channel order. 14 years ago
aacdectab.h aacdec: Support native channel layout when requested. 14 years ago
aacenc.c aacenc: Fix issues with huge values of bit_rate. 14 years ago
aacenc.h aacenc: use AVCodec.encode2() 14 years ago
aacps.c aacps: align some arrays 14 years ago
aacps.h aacps: align some arrays 14 years ago
aacps_tablegen.c aacps: align some arrays 14 years ago
aacps_tablegen.h aacps: align some arrays 14 years ago
aacpsdata.c sunrast: Check for out of bounds reads 14 years ago
aacpsdsp.c aacps: NEON optimisations 14 years ago
aacpsdsp.h aacps: NEON optimisations 14 years ago
aacpsy.c Replace memset(0) by zero initializations. 14 years ago
aacpsy.h sunrast: Check for out of bounds reads 14 years ago
aacsbr.c aacdec: More robust output configuration. 14 years ago
aacsbr.h sunrast: Check for out of bounds reads 14 years ago
aacsbrdata.h aacsbr: align some arrays 14 years ago
aactab.c sunrast: Check for out of bounds reads 14 years ago
aactab.h sunrast: Check for out of bounds reads 14 years ago
aandcttab.c sunrast: Check for out of bounds reads 14 years ago
aandcttab.h sunrast: Check for out of bounds reads 14 years ago
aasc.c msrle: convert MS RLE decoding function to bytestream2. 14 years ago
ac3.c sunrast: Check for out of bounds reads 14 years ago
ac3.h Make channel layout masks unsigned 14 years ago
ac3_parser.c mov: set channel layout for AC-3 streams based on the 'dac3' atom info 14 years ago
ac3_parser.h lavc: use avpriv_ prefix for ff_ac3_parse_header. 14 years ago
ac3dec.c Replace memset(0) by zero initializations. 14 years ago
ac3dec.h Add avcodec_decode_audio4(). 14 years ago
ac3dec_data.c sunrast: Check for out of bounds reads 14 years ago
ac3dec_data.h sunrast: Check for out of bounds reads 14 years ago
ac3dsp.c ac3: Do not read past the end of ff_ac3_band_start_tab. 14 years ago
ac3dsp.h sunrast: Check for out of bounds reads 14 years ago
ac3enc.c avutil: Add av_get_default_channel_layout() 14 years ago
ac3enc.h ac3enc: update to AVCodec.encode2() 14 years ago
ac3enc_fixed.c cosmetics: Align codec declarations 14 years ago
ac3enc_float.c cosmetics: Align codec declarations 14 years ago
ac3enc_opts_template.c (e)ac3enc: select a default bit rate based on the channel layout 14 years ago
ac3enc_template.c ac3enc: update to AVCodec.encode2() 14 years ago
ac3tab.c mov: set channel layout for AC-3 streams based on the 'dac3' atom info 14 years ago
ac3tab.h mov: set channel layout for AC-3 streams based on the 'dac3' atom info 14 years ago
acelp_filters.c cosmetics: Remove extra newlines at EOF 14 years ago
acelp_filters.h sunrast: Check for out of bounds reads 14 years ago
acelp_pitch_delay.c dsputil: remove shift parameter from scalarproduct_int16 14 years ago
acelp_pitch_delay.h sunrast: Check for out of bounds reads 14 years ago
acelp_vectors.c sunrast: Check for out of bounds reads 14 years ago
acelp_vectors.h sunrast: Check for out of bounds reads 14 years ago
adpcm.c adpcm-thp: fix invalid array indexing 14 years ago
adpcm.h adpcm: Add missing stdint.h #include to fix standalone header compilation. 14 years ago
adpcm_data.c sunrast: Check for out of bounds reads 14 years ago
adpcm_data.h sunrast: Check for out of bounds reads 14 years ago
adpcmenc.c cosmetics: Align codec declarations 14 years ago
adx.c adxdec: Validate channel count to fix a division by zero. 14 years ago
adx.h Add avcodec_decode_audio4(). 14 years ago
adx_parser.c adx parser: set duration 14 years ago
adxdec.c adxdec: clear eof flag and channel states when seeking 14 years ago
adxenc.c adxenc: use AVCodec.encode2() 14 years ago
alac.c cosmetics: Align codec declarations 14 years ago
alacenc.c alacenc: use AVCodec.encode2() 14 years ago
allcodecs.c Remove libdirac decoder. 14 years ago
alsdec.c cosmetics: Align codec declarations 14 years ago
amr.h sunrast: Check for out of bounds reads 14 years ago
amrnbdata.h cosmetics: Remove extra newlines at EOF 14 years ago
amrnbdec.c cosmetics: Align codec declarations 14 years ago
amrwbdata.h sunrast: Check for out of bounds reads 14 years ago
amrwbdec.c cosmetics: Align codec declarations 14 years ago
anm.c cosmetics: Align codec declarations 14 years ago
ansi.c sunrast: Check for out of bounds reads 14 years ago
apedec.c cosmetics: Align codec declarations 14 years ago
api-example.c examples: unbreak compilation 14 years ago
ass.c sunrast: Check for out of bounds reads 14 years ago
ass.h sunrast: Check for out of bounds reads 14 years ago
assdec.c sunrast: Check for out of bounds reads 14 years ago
assenc.c sunrast: Check for out of bounds reads 14 years ago
asv1.c cosmetics: Align codec declarations 14 years ago
atrac.c libavcodec: Add ff_ prefix to some nonstatic symbols 14 years ago
atrac.h libavcodec: Add ff_ prefix to some nonstatic symbols 14 years ago
atrac1.c cosmetics: Align codec declarations 14 years ago
atrac1data.h sunrast: Check for out of bounds reads 14 years ago
atrac3.c cosmetics: Align codec declarations 14 years ago
atrac3data.h sunrast: Check for out of bounds reads 14 years ago
audio_frame_queue.c avcodec: add code for a frame queue for use by audio encoders with delay 14 years ago
audio_frame_queue.h avcodec: add code for a frame queue for use by audio encoders with delay 14 years ago
audioconvert.c avcodec: remove avcodec_guess_channel_layout() 14 years ago
audioconvert.h avcodec: remove avcodec_guess_channel_layout() 14 years ago
aura.c cosmetics: Align codec declarations 14 years ago
avcodec.h lavc: add sample rate and channel layout to AVFrame. 14 years ago
avfft.c sunrast: Check for out of bounds reads 14 years ago
avfft.h lavc doxy: add avfft to the main lavc group. 14 years ago
avpacket.c avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 14 years ago
avs.c cosmetics: Align codec declarations 14 years ago
bethsoftvideo.c cosmetics: Align codec declarations 14 years ago
bethsoftvideo.h sunrast: Check for out of bounds reads 14 years ago
bfi.c avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 14 years ago
bgmc.c avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 14 years ago
bgmc.h sunrast: Check for out of bounds reads 14 years ago
bink.c cosmetics: Align codec declarations 14 years ago
binkaudio.c cosmetics: Align codec declarations 14 years ago
binkdata.h sunrast: Check for out of bounds reads 14 years ago
binkdsp.c sunrast: Check for out of bounds reads 14 years ago
binkdsp.h sunrast: Check for out of bounds reads 14 years ago
bit_depth_template.c sunrast: Check for out of bounds reads 14 years ago
bitstream.c vlc/rl: Add ff_ prefix to the nonstatic symbols 14 years ago
bitstream_filter.c libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters 14 years ago
bmp.c msrle: convert MS RLE decoding function to bytestream2. 14 years ago
bmp.h sunrast: Check for out of bounds reads 14 years ago
bmpenc.c cosmetics: Align codec declarations 14 years ago
bmv.c bmv audio: implement new audio decoding API 14 years ago
bytestream.h bytestream: Eliminate one level of pointless macro indirection. 14 years ago
c93.c cosmetics: Align codec declarations 14 years ago
cabac.c h264: use one table instead of several for cabac functions 14 years ago
cabac.h h264: use one table instead of several for cabac functions 14 years ago
cabac_functions.h h264: use one table instead of several for cabac functions 14 years ago
cavs.c cavs: Remove unused code. 14 years ago
cavs.h sunrast: Check for out of bounds reads 14 years ago
cavs_parser.c cavs parser: fix parser context type 14 years ago
cavsdata.h sunrast: Check for out of bounds reads 14 years ago
cavsdec.c cosmetics: Align codec declarations 14 years ago
cavsdsp.c sunrast: Check for out of bounds reads 14 years ago
cavsdsp.h sunrast: Check for out of bounds reads 14 years ago
cbrt_tablegen.c sunrast: Check for out of bounds reads 14 years ago
cbrt_tablegen.h sunrast: Check for out of bounds reads 14 years ago
cdgraphics.c cosmetics: Align codec declarations 14 years ago
cdxl.c cdxl: bit line plane arrangement support 14 years ago
celp_filters.c celp filters: Do not read earlier than the start of the 'out' vector. 14 years ago
celp_filters.h sunrast: Check for out of bounds reads 14 years ago
celp_math.c sunrast: Check for out of bounds reads 14 years ago
celp_math.h doxygen: misc consistency, spelling and wording fixes 14 years ago
cga_data.c sunrast: Check for out of bounds reads 14 years ago
cga_data.h sunrast: Check for out of bounds reads 14 years ago
chomp_bsf.c sunrast: Check for out of bounds reads 14 years ago
cinepak.c cosmetics: Align codec declarations 14 years ago
cljr.c cljr: implement encode2. 14 years ago
cook.c cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow. 14 years ago
cook_parser.c avcodec: add a cook parser to get subpacket duration 14 years ago
cookdata.h cook: expand dither_tab[], and make sure indexes into it don't overflow. 14 years ago
cos_tablegen.c sunrast: Check for out of bounds reads 14 years ago
cscd.c cosmetics: Align codec declarations 14 years ago
cyuv.c cosmetics: Align codec declarations 14 years ago
dca.c dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 14 years ago
dca.h sunrast: Check for out of bounds reads 14 years ago
dca_parser.c dca_parser: parse the sample rate and frame durations 14 years ago
dca_parser.h dca_parser: parse the sample rate and frame durations 14 years ago
dcadata.h dca: prevent accessing static arrays with invalid indexes. 14 years ago
dcadsp.c sunrast: Check for out of bounds reads 14 years ago
dcadsp.h sunrast: Check for out of bounds reads 14 years ago
dcahuff.h sunrast: Check for out of bounds reads 14 years ago
dct-test.c faandct: Remove FAAN_POSTSCALE define and related code. 14 years ago
dct.c dct: K&R formatting cosmetics 14 years ago
dct.h sunrast: Check for out of bounds reads 14 years ago
dct32.c sunrast: Check for out of bounds reads 14 years ago
dct32.h sunrast: Check for out of bounds reads 14 years ago
dct32_fixed.c sunrast: Check for out of bounds reads 14 years ago
dct32_float.c sunrast: Check for out of bounds reads 14 years ago
dctref.c sunrast: Check for out of bounds reads 14 years ago
dctref.h sunrast: Check for out of bounds reads 14 years ago
dfa.c dfa: use more meaningful return codes 14 years ago
dirac.c lavc: use avpriv_ prefix for ff_frame_rate_tab. 14 years ago
dirac.h lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header. 14 years ago
dirac_parser.c lavc: use designated initialisers for parsers. 14 years ago
dnxhd_parser.c lavc: use designated initialisers for parsers. 14 years ago
dnxhddata.c sunrast: Check for out of bounds reads 14 years ago
dnxhddata.h sunrast: Check for out of bounds reads 14 years ago
dnxhddec.c cosmetics: Align codec declarations 14 years ago
dnxhdenc.c cosmetics: Align codec declarations 14 years ago
dnxhdenc.h sunrast: Check for out of bounds reads 14 years ago
dpcm.c dpcm: convert to bytestream2. 14 years ago
dpx.c cosmetics: Align codec declarations 14 years ago
dpxenc.c dpxenc: Don't include the libavcodec ident if bitexact mode is enabled 14 years ago
dsicinav.c cosmetics: Align codec declarations 14 years ago
dsputil.c dsputil: fix invalid array indexing 14 years ago
dsputil.h Remove lowres video decoding 14 years ago
dsputil_template.c sunrast: Check for out of bounds reads 14 years ago
dump_extradata_bsf.c sunrast: Check for out of bounds reads 14 years ago
dv.c dvenc: do not call dsputil functions with stride not a multiple of 16 14 years ago
dv_tablegen.c sunrast: Check for out of bounds reads 14 years ago
dv_tablegen.h dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit(). 14 years ago
dv_vlc_data.h dv: Replace some magic numbers by the appropriate #define. 14 years ago
dvbsub.c cosmetics: Align codec declarations 14 years ago
dvbsub_parser.c lavc: use designated initialisers for parsers. 14 years ago
dvbsubdec.c cosmetics: Align codec declarations 14 years ago
dvdata.c dv: Merge dvquant.h into dvdata.c where all other DV tables reside. 14 years ago
dvdata.h dv: Merge dvquant.h into dvdata.c where all other DV tables reside. 14 years ago
dvdec.c dvdec: drop const qualifier from variable to eliminate a warning 14 years ago
dvdsub_parser.c Remove some stray unnecessary ffmpeg references. 14 years ago
dvdsubdec.c cosmetics: Align codec declarations 14 years ago
dvdsubenc.c cosmetics: Align codec declarations 14 years ago
dwt.c sunrast: Check for out of bounds reads 14 years ago
dwt.h sunrast: Check for out of bounds reads 14 years ago
dxa.c cosmetics: Align codec declarations 14 years ago
dxtory.c Dxtory capture format decoder 14 years ago
dxva2.c Replace memset(0) by zero initializations. 14 years ago
dxva2.h lavc doxy: add all installed headers to doxy groups. 14 years ago
dxva2_h264.c cosmetics: Remove extra newlines at EOF 14 years ago
dxva2_internal.h sunrast: Check for out of bounds reads 14 years ago
dxva2_mpeg2.c cosmetics: Remove extra newlines at EOF 14 years ago
dxva2_vc1.c dxva2_vc1: pass the overlap flag to the decoder 14 years ago
eac3_data.c sunrast: Check for out of bounds reads 14 years ago
eac3_data.h sunrast: Check for out of bounds reads 14 years ago
eac3dec.c eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation 14 years ago
eac3enc.c cosmetics: Align codec declarations 14 years ago
eac3enc.h sunrast: Check for out of bounds reads 14 years ago
eacmv.c cosmetics: Align codec declarations 14 years ago
eaidct.c sunrast: Check for out of bounds reads 14 years ago
eamad.c cosmetics: Align codec declarations 14 years ago
eatgq.c cosmetics: Align codec declarations 14 years ago
eatgv.c eatgv: check vector_bits 14 years ago
eatqi.c cosmetics: Align codec declarations 14 years ago
elbg.c sunrast: Check for out of bounds reads 14 years ago
elbg.h sunrast: Check for out of bounds reads 14 years ago
error_resilience.c Remove lowres video decoding 14 years ago
escape124.c cosmetics: Align codec declarations 14 years ago
faandct.c faandct: Remove FAAN_POSTSCALE define and related code. 14 years ago
faandct.h faandct: Remove FAAN_POSTSCALE define and related code. 14 years ago
faanidct.c sunrast: Check for out of bounds reads 14 years ago
faanidct.h sunrast: Check for out of bounds reads 14 years ago
faxcompr.c faxcompr: Check malloc results and unify return path 14 years ago
faxcompr.h sunrast: Check for out of bounds reads 14 years ago
fft-fixed-test.c sunrast: Check for out of bounds reads 14 years ago
fft-internal.h sunrast: Check for out of bounds reads 14 years ago
fft-test.c fft-test: add option to set cpuflag mask 14 years ago
fft.c cosmetics: Remove extra newlines at EOF 14 years ago
fft.h sunrast: Check for out of bounds reads 14 years ago
fft_fixed.c sunrast: Check for out of bounds reads 14 years ago
fft_float.c sunrast: Check for out of bounds reads 14 years ago
ffv1.c ffv1: Fix size mismatch in encode_line. 14 years ago
flac.c sunrast: Check for out of bounds reads 14 years ago
flac.h lavc: use avpriv_ prefix for some flac symbols used in lavf. 14 years ago
flac_parser.c Replace memset(0) by zero initializations. 14 years ago
flacdata.c sunrast: Check for out of bounds reads 14 years ago
flacdata.h sunrast: Check for out of bounds reads 14 years ago
flacdec.c cosmetics: Align codec declarations 14 years ago
flacenc.c cosmetics: Align codec declarations 14 years ago
flashsv.c cosmetics: Align codec declarations 14 years ago
flashsvenc.c cosmetics: Align codec declarations 14 years ago
flicvideo.c cosmetics: Align codec declarations 14 years ago
flv.h sunrast: Check for out of bounds reads 14 years ago
flvdec.c Remove lowres video decoding 14 years ago
flvenc.c cosmetics: Align codec declarations 14 years ago
fmtconvert.c sunrast: Check for out of bounds reads 14 years ago
fmtconvert.h cosmetics: Consistently place static, inline and av_cold attributes/keywords. 14 years ago
fraps.c cosmetics: Align codec declarations 14 years ago
frwu.c cosmetics: Align codec declarations 14 years ago
g722.c cosmetics: Move static and inline attributes to more standard places. 14 years ago
g722.h g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_coded_sample 14 years ago
g722dec.c g722: Fix the QMF scaling 14 years ago
g722enc.c cosmetics: Align codec declarations 14 years ago
g726.c cosmetics: Align codec declarations 14 years ago
get_bits.h get_bits: add HAVE_BITS_REMAINING macro. 14 years ago
gif.c cosmetics: Align codec declarations 14 years ago
gifdec.c cosmetics: Align codec declarations 14 years ago
golomb-test.c fate-golomb: extend golomb-test to get_ue_golomb_long() 14 years ago
golomb.c sunrast: Check for out of bounds reads 14 years ago
golomb.h golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF. 14 years ago
gsm.h avcodec: add GSM parser 14 years ago
gsm_parser.c gsm parser: set duration 14 years ago
gsmdec.c cosmetics: Align codec declarations 14 years ago
gsmdec_data.c sunrast: Check for out of bounds reads 14 years ago
gsmdec_data.h avcodec: add GSM parser 14 years ago
gsmdec_template.c avcodec: add GSM parser 14 years ago
h261.c cosmetics: Remove extra newlines at EOF 14 years ago
h261.h sunrast: Check for out of bounds reads 14 years ago
h261_parser.c lavc: use designated initialisers for parsers. 14 years ago
h261data.h sunrast: Check for out of bounds reads 14 years ago
h261dec.c Remove lowres video decoding 14 years ago
h261enc.c cosmetics: Align codec declarations 14 years ago
h263.c h263: Add ff_ prefix to nonstatic symbols 14 years ago
h263.h mpegvideo_enc: add cbp_rd flag to mpv_flags. 14 years ago
h263_parser.c lavc: use designated initialisers for parsers. 14 years ago
h263_parser.h sunrast: Check for out of bounds reads 14 years ago
h263data.h h263: Add ff_ prefix to nonstatic symbols 14 years ago
h263dec.c h263: more strictly forbid frame size changes with frame-mt. 14 years ago
h264.c h264: additional protection against unsupported size/bitdepth changes. 14 years ago
h264.h h264: Factorize declaration of mb_sizes array. 14 years ago
h264_cabac.c h264: new assembly version of get_cabac for x86_64 with PIC 14 years ago
h264_cavlc.c h264: Factorize declaration of mb_sizes array. 14 years ago
h264_direct.c h264: Fix invalid interlaced/progressive MB combinations for direct mode prediction. 14 years ago
h264_loopfilter.c cosmetics: Move static and inline attributes to more standard places. 14 years ago
h264_mp4toannexb_bsf.c cosmetics: Remove extra newlines at EOF 14 years ago
h264_mvpred.h doxygen: misc consistency, spelling and wording fixes 14 years ago
h264_parser.c Fix parser not to clobber has_b_frames when extradata is set. 14 years ago
h264_ps.c h264: additional protection against unsupported size/bitdepth changes. 14 years ago
h264_refs.c h264: fix frame reordering code. 14 years ago
h264_sei.c Replace computations of remaining bits with calls to get_bits_left(). 14 years ago
h264data.h h264: 4:2:2 intra decoding support 14 years ago
h264dsp.c H264: change weight/biweight functions to take a height argument. 14 years ago
h264dsp.h h264: Remove a commented-out function pointer typedef. 14 years ago
h264dsp_template.c H264: change weight/biweight functions to take a height argument. 14 years ago
h264idct.c sunrast: Check for out of bounds reads 14 years ago
h264idct_template.c Don't use ff_cropTbl[] for IDCT. 14 years ago
h264pred.c Support for lossless and inter H264 4:2:2. 14 years ago
h264pred.h h264: 4:2:2 intra decoding support 14 years ago
h264pred_template.c Remove extraneous semicolons 14 years ago
huffman.c vlc/rl: Add ff_ prefix to the nonstatic symbols 14 years ago
huffman.h sunrast: Check for out of bounds reads 14 years ago
huffyuv.c cosmetics: Align codec declarations 14 years ago
idcinvideo.c cosmetics: Align codec declarations 14 years ago
iff.c cosmetics: Align codec declarations 14 years ago
iirfilter.c sunrast: Check for out of bounds reads 14 years ago
iirfilter.h sunrast: Check for out of bounds reads 14 years ago
imc.c cosmetics: Align codec declarations 14 years ago
imcdata.h sunrast: Check for out of bounds reads 14 years ago
imgconvert.c pixdesc: mark pseudopaletted formats with a special flag. 14 years ago
imgconvert.h sunrast: Check for out of bounds reads 14 years ago
imx_dump_header_bsf.c sunrast: Check for out of bounds reads 14 years ago
indeo2.c cosmetics: Align codec declarations 14 years ago
indeo2data.h Drop ALT_ prefix from BITSTREAM_READER_LE name. 14 years ago
indeo3.c indeo3: fix motion vector validation 14 years ago
indeo3data.h indeo3: add parens around some macro arguments 14 years ago
indeo4.c indeo4: fix out-of-bounds function call. 14 years ago
indeo4data.h indeo4: add some missing static and const qualifiers 14 years ago
indeo5.c vlc/rl: Add ff_ prefix to the nonstatic symbols 14 years ago
indeo5data.h sunrast: Check for out of bounds reads 14 years ago
intelh263dec.c cosmetics: Align codec declarations 14 years ago
internal.h avcodec: add ff_samples_to_time_base() convenience function to internal.h 14 years ago
interplayvideo.c interplayvideo: fix av_dlog parameter type mismatch 14 years ago
intrax8.c Remove lowres video decoding 14 years ago
intrax8.h sunrast: Check for out of bounds reads 14 years ago
intrax8dsp.c Replace memset(0) by zero initializations. 14 years ago
intrax8huf.h sunrast: Check for out of bounds reads 14 years ago
inverse.c sunrast: Check for out of bounds reads 14 years ago
ituh263dec.c ituh263dec: Implement enough of Annex O (scalability) to fix a FPE. 14 years ago
ituh263enc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 14 years ago
ivi_common.c ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks(). 14 years ago
ivi_common.h cosmetics: Drop unnecessary parentheses around return values. 14 years ago
ivi_dsp.c Indeo 4 decoder 14 years ago
ivi_dsp.h Indeo 4 decoder 14 years ago
jfdctfst.c libavcodec: Prefix fdct_ifast, fdct_ifast248 14 years ago
jfdctint.c doxygen: Do not include license boilerplates in Doxygen comment blocks. 14 years ago
jfdctint_template.c Fix a bunch of common typos. 14 years ago
jpegls.c sunrast: Check for out of bounds reads 14 years ago
jpegls.h sunrast: Check for out of bounds reads 14 years ago
jpeglsdec.c cosmetics: Align codec declarations 14 years ago
jpeglsdec.h sunrast: Check for out of bounds reads 14 years ago
jpeglsenc.c cosmetics: Align codec declarations 14 years ago
jrevdct.c Remove lowres video decoding 14 years ago
jvdec.c jvdec: unbreak video decoding 14 years ago
kbdwin.c cosmetics: Remove extra newlines at EOF 14 years ago
kbdwin.h sunrast: Check for out of bounds reads 14 years ago
kgv1dec.c cosmetics: Align codec declarations 14 years ago
kmvc.c cosmetics: Align codec declarations 14 years ago
lagarith.c lagarith: make offset array type unsigned 14 years ago
lagarithrac.c lagarith: fix buffer overreads. 14 years ago
lagarithrac.h lagarith: Add ff_ prefix to lag_rac_init 14 years ago
latm_parser.c doxygen: misc consistency, spelling and wording fixes 14 years ago
lcl.h sunrast: Check for out of bounds reads 14 years ago
lcldec.c cosmetics: Align codec declarations 14 years ago
lclenc.c cosmetics: Align codec declarations 14 years ago
libavcodec.v lavc/lavf: remove unnecessary symbols from the symbol version script. 14 years ago
libfaac.c faac: Fix multi-channel ordering 14 years ago
libgsm.c cosmetics: Align codec declarations 14 years ago
libmp3lame.c libmp3lame: use AVCodec.encode2() 14 years ago
libopencore-amr.c cosmetics: Align codec declarations 14 years ago
libopenjpeg.c Remove lowres video decoding 14 years ago
libschroedinger.c Move code shared between libdirac and libschroedinger to libschroedinger. 14 years ago
libschroedinger.h Move code shared between libdirac and libschroedinger to libschroedinger. 14 years ago
libschroedingerdec.c Move code shared between libdirac and libschroedinger to libschroedinger. 14 years ago
libschroedingerenc.c Move code shared between libdirac and libschroedinger to libschroedinger. 14 years ago
libspeexdec.c cosmetics: Align codec declarations 14 years ago
libspeexenc.c cosmetics: Align codec declarations 14 years ago
libtheoraenc.c cosmetics: Align codec declarations 14 years ago
libvo-aacenc.c cosmetics: Align codec declarations 14 years ago
libvo-amrwbenc.c cosmetics: Align codec declarations 14 years ago
libvorbis.c libvorbis: use AVCodec.encode2() 14 years ago
libvpxdec.c threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 14 years ago
libvpxenc.c cosmetics: Align codec declarations 14 years ago
libx264.c cosmetics: Align codec declarations 14 years ago
libxavs.c libxavs: switch to encode2(). 14 years ago
libxvid_internal.h sunrast: Check for out of bounds reads 14 years ago
libxvid_rc.c libxvid: drop some pointless dead code 14 years ago
libxvidff.c libxvid: Reorder functions to avoid forward declarations; make functions static. 14 years ago
ljpegenc.c Replace AVFrame pointer casts by proper struct member accesses. 14 years ago
loco.c cosmetics: Align codec declarations 14 years ago
lpc.c doxygen: Do not include license boilerplates in Doxygen comment blocks. 14 years ago
lpc.h doxygen: Do not include license boilerplates in Doxygen comment blocks. 14 years ago
lsp.c misc Doxygen markup improvements 14 years ago
lsp.h sunrast: Check for out of bounds reads 14 years ago
lzw.c lzw: fix potential integer overflow. 14 years ago
lzw.h sunrast: Check for out of bounds reads 14 years ago
lzwenc.c sunrast: Check for out of bounds reads 14 years ago
mace.c cosmetics: Align codec declarations 14 years ago
mathops.h cosmetics: Remove extra newlines at EOF 14 years ago
mdct.c sunrast: Check for out of bounds reads 14 years ago
mdct_fixed.c sunrast: Check for out of bounds reads 14 years ago
mdct_float.c sunrast: Check for out of bounds reads 14 years ago
mdec.c cosmetics: Align codec declarations 14 years ago
mimic.c cosmetics: Align codec declarations 14 years ago
mjpeg.c sunrast: Check for out of bounds reads 14 years ago
mjpeg.h sunrast: Check for out of bounds reads 14 years ago
mjpeg2jpeg_bsf.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 14 years ago
mjpeg_parser.c doxygen: misc consistency, spelling and wording fixes 14 years ago
mjpega_dump_header_bsf.c sunrast: Check for out of bounds reads 14 years ago
mjpegbdec.c Remove lowres video decoding 14 years ago
mjpegdec.c jpeg: handle progressive in second field of interlaced. 14 years ago
mjpegdec.h sunrast: Check for out of bounds reads 14 years ago
mjpegenc.c cosmetics: Align codec declarations 14 years ago
mjpegenc.h sunrast: Check for out of bounds reads 14 years ago
mlp.c sunrast: Check for out of bounds reads 14 years ago
mlp.h sunrast: Check for out of bounds reads 14 years ago
mlp_parser.c mlp_parser: fix the channel mask value used for the top surround channel 14 years ago
mlp_parser.h cosmetics: Remove extra newlines at EOF 14 years ago
mlpdec.c cosmetics: Align codec declarations 14 years ago
mlpdsp.c sunrast: Check for out of bounds reads 14 years ago
mmvideo.c mmvideo.c: Remove unused variable in mm_decode_pal(). 14 years ago
motion-test.c dsputil: Add ff_ prefix to the dsputil*_init* functions 14 years ago
motion_est.c Replace memset(0) by zero initializations. 14 years ago
motion_est_template.c sunrast: Check for out of bounds reads 14 years ago
motionpixels.c motionpixels: Clip YUV values after applying a gradient. 14 years ago
motionpixels_tablegen.c sunrast: Check for out of bounds reads 14 years ago
motionpixels_tablegen.h sunrast: Check for out of bounds reads 14 years ago
movsub_bsf.c sunrast: Check for out of bounds reads 14 years ago
mp3_header_compress_bsf.c sunrast: Check for out of bounds reads 14 years ago
mp3_header_decompress_bsf.c lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 14 years ago
mpc.c mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 14 years ago
mpc.h Add avcodec_decode_audio4(). 14 years ago
mpc7.c cosmetics: Align codec declarations 14 years ago
mpc7data.h sunrast: Check for out of bounds reads 14 years ago
mpc8.c cosmetics: Align codec declarations 14 years ago
mpc8data.h sunrast: Check for out of bounds reads 14 years ago
mpc8huff.h sunrast: Check for out of bounds reads 14 years ago
mpcdata.h mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 14 years ago
mpeg4audio.c latmdec: fix audio specific config parsing 14 years ago
mpeg4audio.h latmdec: fix audio specific config parsing 14 years ago
mpeg4data.h mpeg4: Add ff_ prefixes to nonstatic symbols 14 years ago
mpeg4video.c cosmetics: Remove extra newlines at EOF 14 years ago
mpeg4video.h mpeg4: Add ff_ prefixes to nonstatic symbols 14 years ago
mpeg4video_parser.c mpeg4video parser: move specific fields into private context 14 years ago
mpeg4video_parser.h doxygen: misc consistency, spelling and wording fixes 14 years ago
mpeg4videodec.c Remove lowres video decoding 14 years ago
mpeg4videoenc.c cosmetics: Align codec declarations 14 years ago
mpeg12.c mpeg12: fixed parsing in some mpeg2 streams 14 years ago
mpeg12.h Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" 14 years ago
mpeg12data.c mpeg12: Pad framerate tab to 16 entries. 14 years ago
mpeg12data.h lavc: use avpriv_ prefix for ff_frame_rate_tab. 14 years ago
mpeg12decdata.h sunrast: Check for out of bounds reads 14 years ago
mpeg12enc.c cosmetics: Align codec declarations 14 years ago
mpegaudio.c sunrast: Check for out of bounds reads 14 years ago
mpegaudio.h sunrast: Check for out of bounds reads 14 years ago
mpegaudio_parser.c mpegaudio_parser: do not ignore information from the first parsed frame 14 years ago
mpegaudio_tablegen.c sunrast: Check for out of bounds reads 14 years ago
mpegaudio_tablegen.h sunrast: Check for out of bounds reads 14 years ago
mpegaudiodata.c lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 14 years ago
mpegaudiodata.h lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 14 years ago
mpegaudiodec.c mpegaudiodec: Do not discard mp_decode_frame() return value. 14 years ago
mpegaudiodec_float.c lavc: remove disabled FF_API_PARSE_FRAME cruft. 14 years ago
mpegaudiodecheader.c lavc: deprecate AVCodecContext.sub_id. 14 years ago
mpegaudiodecheader.h lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 14 years ago
mpegaudiodectab.h sunrast: Check for out of bounds reads 14 years ago
mpegaudiodsp.c mpegaudiodec: move imdct and windowing function to mpegaudiodsp 14 years ago
mpegaudiodsp.h mpegaudiodec: change imdct window arrangment for better pointer alignment 14 years ago
mpegaudiodsp_fixed.c sunrast: Check for out of bounds reads 14 years ago
mpegaudiodsp_float.c sunrast: Check for out of bounds reads 14 years ago
mpegaudiodsp_template.c cosmetics: Consistently place static, inline and av_cold attributes/keywords. 14 years ago
mpegaudioenc.c cosmetics: Align codec declarations 14 years ago
mpegaudiotab.h sunrast: Check for out of bounds reads 14 years ago
mpegvideo.c Remove lowres video decoding 14 years ago
mpegvideo.h Remove lowres video decoding 14 years ago
mpegvideo_common.h mpegvideo: Add ff_ prefix to nonstatic functions 14 years ago
mpegvideo_enc.c cosmetics: Align codec declarations 14 years ago
mpegvideo_parser.c lavc: deprecate AVCodecContext.sub_id. 14 years ago
mpegvideo_xvmc.c sunrast: Check for out of bounds reads 14 years ago
msgsmdec.c avcodec: add GSM parser 14 years ago
msgsmdec.h sunrast: Check for out of bounds reads 14 years ago
msmpeg4.c Remove lowres video decoding 14 years ago
msmpeg4.h msmpeg4: Split encoding backend code off from general backend code. 14 years ago
msmpeg4data.c msmpeg4: Split encoding backend code off from general backend code. 14 years ago
msmpeg4data.h msmpeg4: Split encoding backend code off from general backend code. 14 years ago
msmpeg4enc.c msmpeg4: Split encoding backend code off from general backend code. 14 years ago
msrle.c msrle: convert MS RLE decoding function to bytestream2. 14 years ago
msrledec.c msrle: convert MS RLE decoding function to bytestream2. 14 years ago
msrledec.h msrle: convert MS RLE decoding function to bytestream2. 14 years ago
msvideo1.c cosmetics: Align codec declarations 14 years ago
mxpegdec.c Remove lowres video decoding 14 years ago
nellymoser.c cosmetics: Remove extra newlines at EOF 14 years ago
nellymoser.h sunrast: Check for out of bounds reads 14 years ago
nellymoserdec.c cosmetics: Align codec declarations 14 years ago
nellymoserenc.c cosmetics: Align codec declarations 14 years ago
noise_bsf.c sunrast: Check for out of bounds reads 14 years ago
nuv.c cosmetics: Align codec declarations 14 years ago
options.c Move AVFormatContext/AVCodecContext option tables to separate files. 14 years ago
options_table.h Remove lowres video decoding 14 years ago
pamenc.c cosmetics: Align codec declarations 14 years ago
parser.c remove ParseContext1 14 years ago
parser.h parser: remove forward declaration of MpegEncContext 14 years ago
pcm-mpeg.c pcm_bluray: set bits_per_raw_sample for > 16-bit 14 years ago
pcm.c pcm: K&R formatting cosmetics 14 years ago
pcm_tablegen.c cosmetics: Remove extra newlines at EOF 14 years ago
pcm_tablegen.h sunrast: Check for out of bounds reads 14 years ago
pcx.c cosmetics: Align codec declarations 14 years ago
pcxenc.c cosmetics: Align codec declarations 14 years ago
pgssubdec.c cosmetics: Align codec declarations 14 years ago
pictordec.c cosmetics: Align codec declarations 14 years ago
png.c sunrast: Check for out of bounds reads 14 years ago
png.h sunrast: Check for out of bounds reads 14 years ago
pngdec.c png: check bit depth for PAL8/Y400A pixel formats. 14 years ago
pngdsp.c png: move DSP functions to their own DSP context. 14 years ago
pngdsp.h png: move DSP functions to their own DSP context. 14 years ago
pngenc.c cosmetics: Align codec declarations 14 years ago
pnm.c Remove unnecessary AVFrame pointer casts. 14 years ago
pnm.h sunrast: Check for out of bounds reads 14 years ago
pnm_parser.c lavc: use designated initialisers for parsers. 14 years ago
pnmdec.c cosmetics: Align codec declarations 14 years ago
pnmenc.c cosmetics: Align codec declarations 14 years ago
proresdata.c prores: move data shared between decoder and encoder to common file 14 years ago
proresdata.h prores: move data shared between decoder and encoder to common file 14 years ago
proresdec.c prores: store and retrieve extended colourspace information 14 years ago
proresdsp.c prores: initialise encoder and decoder parts only when needed 14 years ago
proresdsp.h prores encoder 14 years ago
proresenc.c proresenc: multithreaded quantiser search 14 years ago
psymodel.c cosmetics: Remove extra newlines at EOF 14 years ago
psymodel.h aacenc: Deinterleave input samples before processing. 14 years ago
pthread.c pthread: warn on high thread counts 14 years ago
ptx.c cosmetics: Align codec declarations 14 years ago
put_bits.h lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 14 years ago
qcelpdata.h doxygen: eliminate Qt-style doxygen syntax 14 years ago
qcelpdec.c qcelpdec: K&R formatting cosmetics 14 years ago
qdm2.c qdm2: fix a dubious pointer cast 14 years ago
qdm2_tablegen.c sunrast: Check for out of bounds reads 14 years ago
qdm2_tablegen.h sunrast: Check for out of bounds reads 14 years ago
qdm2data.h sunrast: Check for out of bounds reads 14 years ago
qdrw.c cosmetics: Align codec declarations 14 years ago
qpeg.c cosmetics: Align codec declarations 14 years ago
qtrle.c cosmetics: Align codec declarations 14 years ago
qtrleenc.c cosmetics: Align codec declarations 14 years ago
r210dec.c cosmetics: Align codec declarations 14 years ago
ra144.c sunrast: Check for out of bounds reads 14 years ago
ra144.h ra144enc: use AVCodec.encode2() 14 years ago
ra144dec.c Add avcodec_decode_audio4(). 14 years ago
ra144enc.c Replace memset(0) by zero initializations. 14 years ago
ra288.c dsputil: Add ff_ prefix to the dsputil*_init* functions 14 years ago
ra288.h ra288: utilize DSPContext.vector_fmul() 14 years ago
ralf.c cosmetics: Align codec declarations 14 years ago
ralfdata.h RealAudio Lossless decoder 14 years ago
rangecoder.c Replace memset(0) by zero initializations. 14 years ago
rangecoder.h sunrast: Check for out of bounds reads 14 years ago
ratecontrol.c doxygen: misc consistency, spelling and wording fixes 14 years ago
ratecontrol.h cosmetics: Remove extra newlines at EOF 14 years ago
raw.c raw: add 10bit YUV definitions 14 years ago
raw.h sunrast: Check for out of bounds reads 14 years ago
rawdec.c cosmetics: Align codec declarations 14 years ago
rawenc.c cosmetics: Align codec declarations 14 years ago
rdft.c sunrast: Check for out of bounds reads 14 years ago
rdft.h sunrast: Check for out of bounds reads 14 years ago
rectangle.h sunrast: Check for out of bounds reads 14 years ago
remove_extradata_bsf.c sunrast: Check for out of bounds reads 14 years ago
resample.c resample: allocate a large enough output buffer 14 years ago
resample2.c doxygen: misc consistency, spelling and wording fixes 14 years ago
rl.h vlc/rl: Add ff_ prefix to the nonstatic symbols 14 years ago
rl2.c cosmetics: Align codec declarations 14 years ago
rle.c sunrast: Check for out of bounds reads 14 years ago
rle.h sunrast: Check for out of bounds reads 14 years ago
roqaudioenc.c cosmetics: Align codec declarations 14 years ago
roqvideo.c sunrast: Check for out of bounds reads 14 years ago
roqvideo.h roqvideo: convert to bytestream2 API. 14 years ago
roqvideodec.c cosmetics: Align codec declarations 14 years ago
roqvideoenc.c cosmetics: Align codec declarations 14 years ago
rpza.c cosmetics: Align codec declarations 14 years ago
rtjpeg.c rtjpeg: Add ff_ prefix to nonstatic symbols 14 years ago
rtjpeg.h rtjpeg: Add ff_ prefix to nonstatic symbols 14 years ago
rv10.c Remove lowres video decoding 14 years ago
rv10enc.c cosmetics: Align codec declarations 14 years ago
rv20enc.c cosmetics: Align codec declarations 14 years ago
rv30.c cosmetics: Align codec declarations 14 years ago
rv30data.h sunrast: Check for out of bounds reads 14 years ago
rv30dsp.c sunrast: Check for out of bounds reads 14 years ago
rv34.c rv34: remove inline keyword from rv34_decode_block(). 14 years ago
rv34.h rv40dsp: implement prescaled versions for biweight. 14 years ago
rv34_parser.c lavc: use designated initialisers for parsers. 14 years ago
rv34data.h h263: Add ff_ prefix to nonstatic symbols 14 years ago
rv34dsp.c rv34dsp: factorize a multiplication in the noround inverse transform 14 years ago
rv34dsp.h rv40dsp: implement prescaled versions for biweight. 14 years ago
rv34vlc.h sunrast: Check for out of bounds reads 14 years ago
rv40.c rv40: perform bitwise checks in loop filter 14 years ago
rv40data.h rv40: move loop filter to rv34dsp context 14 years ago
rv40dsp.c rv40dsp: implement prescaled versions for biweight. 14 years ago
rv40vlc2.h sunrast: Check for out of bounds reads 14 years ago
s3tc.c txd: port to bytestream2 API 14 years ago
s3tc.h s3tc.h: Add missing #include to fix standalone header compilation. 14 years ago
s302m.c Add avcodec_decode_audio4(). 14 years ago
sbr.h aac sbr: align struct member by 32 byte. 14 years ago
sbrdsp.c SBR DSP: unroll sum_square 14 years ago
sbrdsp.h sbrdsp: Use standard multiple inclusion guards. 14 years ago
sgi.h sunrast: Check for out of bounds reads 14 years ago
sgidec.c cosmetics: Align codec declarations 14 years ago
sgienc.c cosmetics: Align codec declarations 14 years ago
shorten.c cosmetics: Align codec declarations 14 years ago
simple_idct.c Don't use ff_cropTbl[] for IDCT. 14 years ago
simple_idct.h sunrast: Check for out of bounds reads 14 years ago
simple_idct_template.c Don't use ff_cropTbl[] for IDCT. 14 years ago
sinewin.c sunrast: Check for out of bounds reads 14 years ago
sinewin.h wmapro: change max. block size to 13 bits. 14 years ago
sinewin_tablegen.c wmapro: change max. block size to 13 bits. 14 years ago
sinewin_tablegen.h wmapro: change max. block size to 13 bits. 14 years ago
sipr.c cosmetics: Align codec declarations 14 years ago
sipr.h sipr: use a function pointer to select the decode_frame function 14 years ago
sipr16k.c sunrast: Check for out of bounds reads 14 years ago
sipr16kdata.h sunrast: Check for out of bounds reads 14 years ago
siprdata.h sunrast: Check for out of bounds reads 14 years ago
smacker.c cosmetics: Align codec declarations 14 years ago
smc.c cosmetics: Align codec declarations 14 years ago
snow.c snow: Add ff_ prefix to nonstatic symbols 14 years ago
snow.h snow: Add ff_ prefix to nonstatic symbols 14 years ago
snowdata.h snow: Add ff_ prefix to nonstatic symbols 14 years ago
snowdec.c cosmetics: Align codec declarations 14 years ago
snowenc.c Drop some pointless #ifdefs. 14 years ago
sp5x.h sunrast: Check for out of bounds reads 14 years ago
sp5xdec.c Remove lowres video decoding 14 years ago
srtdec.c Fix format string vulnerability detected by -Wformat-security. 14 years ago
sunrast.c cosmetics: Align codec declarations 14 years ago
sunrast.h avcodec: add a Sun Rasterfile encoder 14 years ago
sunrastenc.c sunrast: Add support for negative linesize. 14 years ago
svq1.c sunrast: Check for out of bounds reads 14 years ago
svq1.h sunrast: Check for out of bounds reads 14 years ago
svq1_cb.h sunrast: Check for out of bounds reads 14 years ago
svq1_vlc.h sunrast: Check for out of bounds reads 14 years ago
svq1dec.c cosmetics: Align codec declarations 14 years ago
svq1enc.c cosmetics: Align codec declarations 14 years ago
svq1enc_cb.h sunrast: Check for out of bounds reads 14 years ago
svq3.c cosmetics: Align codec declarations 14 years ago
synth_filter.c sunrast: Check for out of bounds reads 14 years ago
synth_filter.h sunrast: Check for out of bounds reads 14 years ago
tableprint.h doxygen: Replace '\' by '@' in Doxygen markup tags. 14 years ago
targa.c cosmetics: Align codec declarations 14 years ago
targa.h sunrast: Check for out of bounds reads 14 years ago
targaenc.c cosmetics: Align codec declarations 14 years ago
thread.h doxygen: misc consistency, spelling and wording fixes 14 years ago
tiertexseqv.c cosmetics: Align codec declarations 14 years ago
tiff.c tiffdec: K&R cosmetics 14 years ago
tiff.h sunrast: Check for out of bounds reads 14 years ago
tiffenc.c cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of others 14 years ago
tmv.c tmv decoder: set correct pix_fmt 14 years ago
truemotion1.c cosmetics: Align codec declarations 14 years ago
truemotion1data.h Replace ffmpeg references with more accurate libav* references. 14 years ago
truemotion2.c cosmetics: Align codec declarations 14 years ago
truespeech.c cosmetics: Align codec declarations 14 years ago
truespeech_data.h sunrast: Check for out of bounds reads 14 years ago
tscc.c msrle: convert MS RLE decoding function to bytestream2. 14 years ago
tta.c tta: prevents overflows for 32bit integers in header. 14 years ago
twinvq.c twinvq: fix out of bounds array access 14 years ago
twinvq_data.h sunrast: Check for out of bounds reads 14 years ago
txd.c txd: Remove write-only variable in txd_decode_frame(). 14 years ago
ulti.c cosmetics: Align codec declarations 14 years ago
ulti_cb.h sunrast: Check for out of bounds reads 14 years ago
unary.h sunrast: Check for out of bounds reads 14 years ago
utils.c lavc: add sample rate and channel layout to AVFrame. 14 years ago
utvideo.c utvideo: general cosmetics 14 years ago
v210dec.c cosmetics: Align codec declarations 14 years ago
v210enc.c cosmetics: Align codec declarations 14 years ago
v210x.c cosmetics: Align codec declarations 14 years ago
v410dec.c lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 14 years ago
v410enc.c v410enc: switch to encode2(). 14 years ago
vaapi.c sunrast: Check for out of bounds reads 14 years ago
vaapi.h lavc doxy: add all installed headers to doxy groups. 14 years ago
vaapi_h264.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 14 years ago
vaapi_internal.h sunrast: Check for out of bounds reads 14 years ago
vaapi_mpeg2.c vaapi: mpeg2: fix slice_vertical_position calculation. 14 years ago
vaapi_mpeg4.c Fix a bunch of common typos. 14 years ago
vaapi_vc1.c cosmetics: Drop unnecessary parentheses around return values. 14 years ago
vb.c cosmetics: Align codec declarations 14 years ago
vble.c dsputil: Add ff_ prefix to the dsputil*_init* functions 14 years ago
vc1.c vc1: Do not read from array if index is invalid. 14 years ago
vc1.h vc1: Move init code shared between decoder and parser to common code file. 14 years ago
vc1_parser.c vc1parse: call vc1_init_common(). 14 years ago
vc1acdata.h vc1: Move init code shared between decoder and parser to common code file. 14 years ago
vc1data.c vc1: Do not read from array if index is invalid. 14 years ago
vc1data.h vc1: Do not read from array if index is invalid. 14 years ago
vc1dec.c cosmetics: Align codec declarations 14 years ago
vc1dsp.c Don't use ff_cropTbl[] for IDCT. 14 years ago
vc1dsp.h sunrast: Check for out of bounds reads 14 years ago
vcr1.c cosmetics: Align codec declarations 14 years ago
vda.c vda: Signal 4 byte NAL headers to the decoder regardless of what's in the extradata 14 years ago
vda.h lavc doxy: add all installed headers to doxy groups. 14 years ago
vda_h264.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 14 years ago
vda_internal.h hwaccel: OS X Video Decoder Acceleration (VDA) support. 14 years ago
vdpau.c Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" 14 years ago
vdpau.h lavc doxy: add all installed headers to doxy groups. 14 years ago
vdpau_internal.h Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" 14 years ago
version.h lavc: add sample rate and channel layout to AVFrame. 14 years ago
vmdav.c cosmetics: Align codec declarations 14 years ago
vmnc.c cosmetics: Align codec declarations 14 years ago
vorbis.c vorbis: fix overflows in floor1[] vector and inverse db table index. 14 years ago
vorbis.h vorbis: Add ff_ prefix to nonstatic symbols 14 years ago
vorbis_data.c Make channel layout masks unsigned 14 years ago
vorbis_enc_data.h sunrast: Check for out of bounds reads 14 years ago
vorbis_parser.c avcodec: add a Vorbis parser to get packet duration 14 years ago
vorbis_parser.h avcodec: add a Vorbis parser to get packet duration 14 years ago
vorbisdec.c cosmetics: Align codec declarations 14 years ago
vorbisenc.c cosmetics: Align codec declarations 14 years ago
vp3.c vp3: Assert on invalid filter_limit values. 14 years ago
vp3_parser.c lavc: use designated initialisers for parsers. 14 years ago
vp3data.h sunrast: Check for out of bounds reads 14 years ago
vp3dsp.c Don't use ff_cropTbl[] for IDCT. 14 years ago
vp5.c cosmetics: Align codec declarations 14 years ago
vp5data.h sunrast: Check for out of bounds reads 14 years ago
vp6.c cosmetics: Align codec declarations 14 years ago
vp6data.h sunrast: Check for out of bounds reads 14 years ago
vp6dsp.c sunrast: Check for out of bounds reads 14 years ago
vp8.c vp8: update frame size changes on thread context switches. 14 years ago
vp8.h doxygen: Do not include license boilerplates in Doxygen comment blocks. 14 years ago
vp8_parser.c lavc: use designated initialisers for parsers. 14 years ago
vp8data.h sunrast: Check for out of bounds reads 14 years ago
vp8dsp.c Don't use ff_cropTbl[] for IDCT. 14 years ago
vp8dsp.h vp8: change int stride to ptrdiff_t stride. 14 years ago
vp56.c vp56: Add ff_ prefix to nonstatic symbols 14 years ago
vp56.h vp56: Drop unnecessary cabac.h #include. 14 years ago
vp56data.c vp56: Add ff_ prefix to nonstatic symbols 14 years ago
vp56data.h vp56: Add ff_ prefix to nonstatic symbols 14 years ago
vp56dsp.c sunrast: Check for out of bounds reads 14 years ago
vp56dsp.h sunrast: Check for out of bounds reads 14 years ago
vp56rac.c sunrast: Check for out of bounds reads 14 years ago
vqavideo.c vqavideo: return error if image size is not a multiple of block size 14 years ago
w32pthreads.h w32threads: Make pthread_cond_wait follow POSIX 14 years ago
wavpack.c wavpack: Fix an integer overflow 14 years ago
wma.c wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 14 years ago
wma.h wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 14 years ago
wma_common.c cosmetics: Consistently place static, inline and av_cold attributes/keywords. 14 years ago
wma_common.h cosmetics: Consistently place static, inline and av_cold attributes/keywords. 14 years ago
wmadata.h sunrast: Check for out of bounds reads 14 years ago
wmadec.c wma: fix off-by-one in array bounds check. 14 years ago
wmaenc.c cosmetics: Align codec declarations 14 years ago
wmalosslessdec.c Mark a number of variables only used in av_dlog() calls as av_unused. 14 years ago
wmaprodata.h sunrast: Check for out of bounds reads 14 years ago
wmaprodec.c cosmetics: Align codec declarations 14 years ago
wmavoice.c cosmetics: Align codec declarations 14 years ago
wmavoice_data.h sunrast: Check for out of bounds reads 14 years ago
wmv2.c msmpeg4: Add ff_ prefixes to nonstatic symbols 14 years ago
wmv2.h sunrast: Check for out of bounds reads 14 years ago
wmv2dec.c Remove lowres video decoding 14 years ago
wmv2enc.c cosmetics: Align codec declarations 14 years ago
wnv1.c cosmetics: Align codec declarations 14 years ago
ws-snd1.c cosmetics: Align codec declarations 14 years ago
xan.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 14 years ago
xbmenc.c avcodec: add XBM encoder 14 years ago
xiph.c lavc: use avpriv_ prefix for ff_split_xiph_headers. 14 years ago
xiph.h lavc: use avpriv_ prefix for ff_split_xiph_headers. 14 years ago
xl.c cosmetics: Align codec declarations 14 years ago
xsubdec.c sunrast: Check for out of bounds reads 14 years ago
xsubenc.c lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 14 years ago
xvmc.h lavc doxy: add all installed headers to doxy groups. 14 years ago
xvmc_internal.h sunrast: Check for out of bounds reads 14 years ago
xwd.h XWD encoder and decoder 14 years ago
xwddec.c xwd: convert to bytestream2. 14 years ago
xwdenc.c xwdenc: fix monow encoding 14 years ago
xxan.c xxan: Remove write-only variable in xan_decode_frame_type0(). 14 years ago
yop.c cosmetics: Align codec declarations 14 years ago
zerocodec.c zerocodec: check if the previous frame is missing 14 years ago
zmbv.c cosmetics: Align codec declarations 14 years ago
zmbvenc.c cosmetics: Align codec declarations 14 years ago