ffmpeg/libavcodec
Ronald S. Bultje cd534fdf86 dxva2: include dxva.h if found
Apparently, some build environments require dxva.h even for dxva2,
while others lack this header entirely.  Including it conditionally
allows building in both cases.

Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit fa84506177)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2013-03-19 08:41:24 +01:00
..
alpha
arm ARM: fix build with FFT enabled and MDCT disabled 2012-01-20 16:14:01 +00:00
avr32
bfin
mips
mlib
ppc cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00
ps2
sh4
sparc
x86 ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3() 2012-03-06 13:55:35 +01:00
4xm.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
8bps.c
8svx.c
a64colors.h
a64enc.h
a64multienc.c
a64tables.h
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c
aac_parser.c
aac_tablegen_decl.h
aac_tablegen.c
aac_tablegen.h
aac.h aacdec: Turn off PS for multichannel files that use PCE based configs. 2012-01-09 11:04:05 -08:00
aacadtsdec.c
aacadtsdec.h
aaccoder.c
aacdec.c aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN. 2013-01-12 17:59:39 +01:00
aacdectab.h
aacenc.c
aacenc.h
aacps_tablegen.c
aacps_tablegen.h
aacps.c aac: Reset PS parameters on header decode failure. 2012-04-29 22:07:02 +02:00
aacps.h
aacpsdata.c
aacpsy.c doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
aacpsy.h
aacsbr.c aacsbr: prevent out of bounds memcpy(). 2012-01-10 13:13:34 -08:00
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c msrle: convert MS RLE decoding function to bytestream2. 2013-03-17 07:36:54 +01:00
ac3_parser.c mov: set channel layout for AC-3 streams based on the 'dac3' atom info 2012-03-08 22:07:54 +01:00
ac3_parser.h
ac3.c
ac3.h
ac3dec_data.c
ac3dec_data.h
ac3dec.c ac3dec: ensure get_buffer() gets a buffer for the correct number of channels 2012-10-14 15:27:39 -04:00
ac3dec.h
ac3dsp.c ac3: Do not read past the end of ff_ac3_band_start_tab. 2012-03-06 15:28:01 -08:00
ac3dsp.h
ac3enc_fixed.c
ac3enc_float.c
ac3enc_opts_template.c
ac3enc_template.c
ac3enc.c
ac3enc.h
ac3tab.c mov: set channel layout for AC-3 streams based on the 'dac3' atom info 2012-03-08 22:07:54 +01:00
ac3tab.h mov: set channel layout for AC-3 streams based on the 'dac3' atom info 2012-03-08 22:07:54 +01:00
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm_data.c
adpcm_data.h
adpcm.c xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns. 2012-03-14 21:34:36 +01:00
adpcm.h
adpcmenc.c
adx_parser.c adx_parser: rewrite. 2012-01-03 16:28:17 -05:00
adx.c adxdec: Validate channel count to fix a division by zero. 2012-01-03 16:28:17 -05:00
adx.h
adxdec.c adxdec: clear eof flag and channel states when seeking 2012-01-03 18:47:42 -05:00
adxenc.c adxenc: check output buffer size before writing 2012-01-03 18:47:42 -05:00
alac.c alacdec: do not be too strict about the extradata size 2013-01-12 17:59:40 +01:00
alacenc.c alacenc: implement the 2-pass prediction type. 2012-01-03 13:15:23 -05:00
allcodecs.c avcodec: add GSM parser 2012-01-11 08:56:24 -05:00
alsdec.c alsdec: fix number of decoded samples in first sub-block in BGMC mode. 2012-10-17 21:31:21 +02:00
amr.h
amrnbdata.h
amrnbdec.c amrnbdec: check frame size before decoding. 2012-03-05 14:48:35 +01:00
amrwbdata.h
amrwbdec.c amrwb: remove duplicate arguments from extrapolate_isf(). 2012-03-04 21:26:28 +01:00
anm.c
ansi.c
apedec.c apedec: check bits <= 32. 2012-04-29 22:07:03 +02:00
api-example.c
ass.c
ass.h
assdec.c
assenc.c
asv1.c
atrac1.c
atrac1data.h
atrac3.c atrac3: avoid oversized shifting in decode_bytes() 2013-03-15 13:33:25 +01:00
atrac3data.h
atrac.c
atrac.h
audioconvert.c
audioconvert.h
aura.c
avcodec.h lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 2012-02-26 09:09:26 +01:00
avfft.c
avfft.h
avpacket.c
avs.c avsdec: Set dimensions instead of relying on the demuxer. 2012-10-14 15:29:00 -04:00
bethsoftvideo.c bethsoftvideo: Use bytestream2 functions to prevent buffer overreads. 2012-01-10 10:34:16 -08:00
bethsoftvideo.h
bfi.c bfi: Use bytestream2 functions to prevent buffer overreads. 2012-01-08 13:26:54 -08:00
bgmc.c bgmc: K&R cleanup 2012-01-01 22:27:04 +01:00
bgmc.h
bink.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 2011-12-22 16:51:23 +01:00
binkaudio.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 2011-12-22 16:51:23 +01:00
binkdata.h
binkdsp.c
binkdsp.h
bit_depth_template.c
bitstream_filter.c
bitstream.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
bmp.c msrle: convert MS RLE decoding function to bytestream2. 2013-03-17 07:36:54 +01:00
bmp.h
bmpenc.c bmpenc: support for PIX_FMT_RGB444 2012-01-10 09:29:22 -08:00
bmv.c bmv audio: implement new audio decoding API 2012-01-01 22:56:04 -05:00
bytestream.h bytestream: add more unchecked variants for bytestream2 API 2012-04-29 22:07:02 +02:00
c93.c
cabac_functions.h cabac: split cabac.h into declarations and function definitions 2012-01-12 23:08:23 +01:00
cabac.c cabac: split cabac.h into declarations and function definitions 2012-01-12 23:08:23 +01:00
cabac.h cabac: split cabac.h into declarations and function definitions 2012-01-12 23:08:23 +01:00
cavs_parser.c doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
cavs.c cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00
cavs.h
cavsdata.h
cavsdec.c cavsdec: check for changing w/h. 2012-10-14 16:03:24 -04:00
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c
celp_filters.c celp filters: Do not read earlier than the start of the 'out' vector. 2012-05-04 22:09:27 +02:00
celp_filters.h
celp_math.c
celp_math.h doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c
cljr.c cljr: fix buf_size sanity check 2011-12-18 23:52:53 +01:00
cook.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
cookdata.h cook: extend channel uncoupling tables so the full bit range is covered. 2012-03-14 20:47:19 +01:00
cos_tablegen.c
cscd.c cscd: use negative error values to indicate decode_init() failures. 2012-03-05 14:48:35 +01:00
cyuv.c
dca_parser.c doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
dca.c dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 2012-03-14 23:32:15 +01:00
dca.h
dcadata.h dca: prevent accessing static arrays with invalid indexes. 2012-03-13 23:22:32 +01:00
dcadsp.c
dcadsp.h
dcahuff.h
dct32_fixed.c
dct32_float.c
dct32.c
dct32.h
dct-test.c dct-test: remove unused variable cropTbl 2011-12-17 23:12:31 +00:00
dct.c dct: K&R formatting cosmetics 2012-01-03 15:25:51 +01:00
dct.h
dctref.c
dctref.h
dfa.c dfa: improve boundary checks in decode_dds1() 2012-10-14 16:03:23 -04:00
dirac_parser.c
dirac.c
dirac.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
dnxhdenc.c Merge some declarations and initializations. 2012-01-04 01:28:28 +01:00
dnxhdenc.h
dpcm.c dpcm: ignore extra unpaired bytes in stereo streams. 2012-03-06 15:28:01 -08:00
dpx.c
dpxenc.c
dsicinav.c dsicinvideo: validate buffer offset before copying pixels. 2012-03-14 20:47:19 +01:00
dsputil_template.c
dsputil.c dsputil: fix invalid array indexing 2013-03-12 23:30:08 +01:00
dsputil.h Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
dump_extradata_bsf.c
dv_tablegen.c
dv_tablegen.h
dv_vlc_data.h
dv.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
dvbsub_parser.c
dvbsub.c
dvbsubdec.c
dvdata.c dv: check buffer size before reading profile. 2012-03-13 23:30:21 +01:00
dvdata.h
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dwt.c
dwt.h
dxa.c
dxtory.c Dxtory capture format decoder 2011-12-10 11:58:03 +01:00
dxva2_h264.c
dxva2_internal.h dxva2: include dxva.h if found 2013-03-19 08:41:24 +01:00
dxva2_mpeg2.c
dxva2_vc1.c
dxva2.c
dxva2.h
eac3_data.c
eac3_data.h
eac3dec.c
eac3enc.c
eac3enc.h
eacmv.c
eaidct.c
eamad.c
eatgq.c tgq: convert to bytestream2 API. 2012-03-14 21:09:19 +01:00
eatgv.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 2011-12-22 16:51:23 +01:00
eatqi.c tqi: Pass errors from the MB decoder 2012-05-23 20:43:42 +02:00
elbg.c
elbg.h
error_resilience.c error_resilience: initialize s->block_index[]. 2012-03-08 22:07:55 +01:00
escape124.c Replace computations of remaining bits with calls to get_bits_left(). 2012-03-14 21:27:16 +01:00
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
faxcompr.h
fft_fixed.c
fft_float.c
fft-fixed-test.c
fft-internal.h
fft-test.c tests/tools/examples: Replace direct exit() calls by return. 2011-12-08 01:00:58 +01:00
fft.c
fft.h
ffv1.c
flac_parser.c
flac.c
flac.h
flacdata.c
flacdata.h
flacdec.c flac: fix infinite loops on all-zero input or end-of-stream. 2012-02-26 10:03:14 +01:00
flacenc.c flacenc: ensure the order is within the min/max range in LPC order search 2013-01-02 20:44:31 +01:00
flashsv.c flashsv: make sure data for zlib priming is available 2013-01-12 17:59:40 +01:00
flashsvenc.c
flicvideo.c flicvideo: fix invalid reads 2012-01-06 16:48:27 -05:00
flv.h
flvdec.c
flvenc.c
fmtconvert.c
fmtconvert.h
fraps.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
frwu.c
g722.c cosmetics: Move static and inline attributes to more standard places. 2012-01-14 17:32:36 +01:00
g722.h
g722dec.c g722: Fix the QMF scaling 2012-03-06 15:45:30 +02:00
g722enc.c g722: Fix the QMF scaling 2012-03-06 15:45:30 +02:00
g726.c
get_bits.h vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
gif.c
gifdec.c
golomb.c
golomb.h golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() 2012-09-28 08:07:00 +02:00
gsm_parser.c avcodec: add GSM parser 2012-01-11 08:56:24 -05:00
gsm.h avcodec: add GSM parser 2012-01-11 08:56:24 -05:00
gsmdec_data.c
gsmdec_data.h avcodec: add GSM parser 2012-01-11 08:56:24 -05:00
gsmdec_template.c avcodec: add GSM parser 2012-01-11 08:56:24 -05:00
gsmdec.c
h261_parser.c
h261.c
h261.h
h261data.h
h261dec.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
h261enc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
h263_parser.c
h263_parser.h
h263.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
h263.h h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
h263data.h h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
h263dec.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
h264_cabac.c h264: prevent overreads in intra PCM decoding. 2012-03-05 14:48:35 +01:00
h264_cavlc.c h264: disallow constrained intra prediction modes for luma. 2012-02-26 09:09:27 +01:00
h264_direct.c h264: Fix invalid interlaced/progressive MB combinations for direct mode prediction. 2012-03-14 21:00:52 +01:00
h264_loopfilter.c cosmetics: Move static and inline attributes to more standard places. 2012-01-14 17:32:36 +01:00
h264_mp4toannexb_bsf.c
h264_mvpred.h doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
h264_parser.c Fix parser not to clobber has_b_frames when extradata is set. 2012-02-26 15:56:55 +01:00
h264_ps.c h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles 2013-01-12 17:59:40 +01:00
h264_refs.c
h264_sei.c Replace computations of remaining bits with calls to get_bits_left(). 2012-03-14 21:27:16 +01:00
h264.c h264: check for luma and chroma bit depth being equal 2013-03-12 20:05:39 +01:00
h264.h h264: disallow constrained intra prediction modes for luma. 2012-02-26 09:09:27 +01:00
h264data.h
h264dsp_template.c
h264dsp.c
h264dsp.h
h264idct_template.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
h264idct.c
h264pred_template.c Remove extraneous semicolons 2011-12-11 17:23:24 +00:00
h264pred.c
h264pred.h
huffman.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
huffman.h
huffyuv.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
idcinvideo.c
iff.c
iirfilter.c
iirfilter.h
imc.c get_bits: remove A32 variant 2011-12-16 21:21:48 +00:00
imcdata.h
imgconvert.c imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt 2012-09-28 08:06:02 +02:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 2011-12-22 16:51:23 +01:00
indeo2data.h Drop ALT_ prefix from BITSTREAM_READER_LE name. 2011-12-22 16:51:23 +01:00
indeo3.c indeo3: initialise pixel planes on allocation 2013-01-20 20:36:57 +01:00
indeo3data.h
indeo4.c factor out common decoding code for Indeo 4 and Indeo 5 2012-10-14 16:03:23 -04:00
indeo4data.h indeo4: add some missing static and const qualifiers 2012-01-12 13:54:41 +01:00
indeo5.c indeo5: check tile size in decode_mb_info(). 2012-10-14 16:03:24 -04:00
indeo5data.h
intelh263dec.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
internal.h avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio() 2012-01-15 21:24:17 -05:00
interplayvideo.c interplayvideo: Handle changed video dimensions on the fly 2012-01-07 15:25:38 +02:00
intrax8.c lavc: introduce ER_MB_END and ER_MB_ERROR 2011-12-13 16:20:58 +01:00
intrax8.h
intrax8dsp.c
intrax8huf.h
inverse.c
ituh263dec.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
ituh263enc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
ivi_common.c ivi_common: do not call MC for intra frames when dc_transform is unset 2013-03-16 08:21:01 +01:00
ivi_common.h indeo5dec: Make sure we have had a valid gop header. 2012-10-14 16:03:24 -04:00
ivi_dsp.c Indeo 4 decoder 2011-12-28 15:22:18 +01:00
ivi_dsp.h Indeo 4 decoder 2011-12-28 15:22:18 +01:00
jfdctfst.c
jfdctint_template.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
jfdctint.c
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c
jrevdct.c
jvdec.c jvdec: unbreak video decoding 2012-03-14 21:02:23 +01:00
kbdwin.c
kbdwin.h
kgv1dec.c kgv1dec: Increase offsets array size so it is large enough. 2012-03-06 15:28:00 -08:00
kmvc.c kmvc: Check palsize. 2012-03-06 15:28:00 -08:00
lagarith.c lagarith: check count before writing zeros. 2012-10-14 16:03:24 -04:00
lagarithrac.c lagarith: fix buffer overreads. 2012-04-29 22:07:03 +02:00
lagarithrac.h
latm_parser.c doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
lcl.h
lcldec.c lcl: return negative error codes on decode_init() errors. 2012-03-04 12:26:06 +01:00
lclenc.c
libavcodec.v
libdirac_libschro.c
libdirac_libschro.h
libdirac.h
libdiracdec.c
libdiracenc.c cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00
libfaac.c
libgsm.c avcodec: add GSM parser 2012-01-11 08:56:24 -05:00
libmp3lame.c Revert "libmp3lame: use the correct remaining buffer size when flushing" 2013-03-16 08:20:35 +01:00
libopencore-amr.c
libopenjpeg.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00
libspeexdec.c
libspeexenc.c libspeexenc: fix pts calculations for more than 1 frame per packet 2012-01-03 18:56:41 -05:00
libtheoraenc.c
libvo-aacenc.c
libvo-amrwbenc.c
libvorbis.c libvorbis: use VBR by default, with default quality of 3 2012-10-18 10:53:51 +02:00
libvpxdec.c threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 2012-01-11 00:23:07 +01:00
libvpxenc.c threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 2012-01-11 00:23:07 +01:00
libx264.c libx264: add 'stats' private option for setting 2pass stats filename. 2012-03-14 21:00:12 +01:00
libxavs.c threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 2012-01-11 00:23:07 +01:00
libxvid_internal.h
libxvid_rc.c
libxvidff.c cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00
ljpegenc.c
loco.c
lpc.c Replace Subversion revisions in comments by Git hashes. 2011-12-21 09:04:25 +01:00
lpc.h Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
lsp.c
lsp.h
lzw.c lzw: prevent buffer overreads. 2012-04-29 22:07:03 +02:00
lzw.h
lzwenc.c
mace.c
Makefile build: Fix CAF demuxer dependencies 2013-02-25 20:34:26 +01:00
mathops.h
mdct_fixed.c
mdct_float.c
mdct.c
mdec.c
mimic.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mjpeg2jpeg_bsf.c
mjpeg_parser.c doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
mjpeg.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c mjpegbdec: Fix overflow in SOS. 2012-02-28 22:20:45 +01:00
mjpegdec.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mjpegdec.h
mjpegenc.c
mjpegenc.h
mlp_parser.c
mlp_parser.h
mlp.c
mlp.h
mlpdec.c
mlpdsp.c
mmvideo.c algmm: convert to bytestream2 API. 2012-03-14 21:09:19 +01:00
motion_est_template.c
motion_est.c
motion-test.c tests/examples: Mark some variables only used within their files as static. 2011-12-08 01:01:00 +01:00
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
movsub_bsf.c
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc7.c mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 2012-03-14 20:48:29 +01:00
mpc7data.h
mpc8.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mpc8data.h
mpc8huff.h
mpc.c mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 2012-03-14 20:48:29 +01:00
mpc.h
mpcdata.h mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 2012-03-14 20:48:29 +01:00
mpeg4audio.c
mpeg4audio.h
mpeg4data.h
mpeg4video_parser.c parsers: initialize MpegEncContext.slice_context_count to 1 2012-01-06 01:47:45 +01:00
mpeg4video_parser.h doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
mpeg4video.c
mpeg4video.h doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
mpeg4videodec.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mpeg4videoenc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mpeg12.c mpeg12: do not decode extradata more than once. 2013-01-05 00:35:58 +01:00
mpeg12.h mpeg12: do not decode extradata more than once. 2013-01-05 00:35:58 +01:00
mpeg12data.c mpeg12: Pad framerate tab to 16 entries. 2012-03-06 15:28:00 -08:00
mpeg12data.h
mpeg12decdata.h
mpeg12enc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudio.c
mpegaudio.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_float.c
mpegaudiodec.c mp3: exit on parsing error in mp_decode_frame 2013-01-20 20:36:57 +01:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c mpegaudiodec: change imdct window arrangment for better pointer alignment 2012-01-08 17:37:23 -08:00
mpegaudiodsp.c mpegaudiodec: move imdct and windowing function to mpegaudiodsp 2012-01-08 17:37:07 -08:00
mpegaudiodsp.h mpegaudiodec: change imdct window arrangment for better pointer alignment 2012-01-08 17:37:23 -08:00
mpegaudioenc.c
mpegaudiotab.h
mpegvideo_common.h mpegvideo: Don't use ff_mspel_motion() for vc1 2012-09-28 08:06:18 +02:00
mpegvideo_enc.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
mpegvideo_parser.c
mpegvideo_xvmc.c
mpegvideo.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mpegvideo.h h264: increase reference poc list from 16 to 32. 2012-03-14 21:34:13 +01:00
msgsmdec.c avcodec: add GSM parser 2012-01-11 08:56:24 -05:00
msgsmdec.h
msmpeg4.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
msmpeg4.h
msmpeg4data.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
msmpeg4data.h
msrle.c msrle: convert MS RLE decoding function to bytestream2. 2013-03-17 07:36:54 +01:00
msrledec.c msrledec: check bounds before constructing a possibly invalid pointer, 2013-03-17 07:37:06 +01:00
msrledec.h msrle: convert MS RLE decoding function to bytestream2. 2013-03-17 07:36:54 +01:00
msvideo1.c
mxpegdec.c
nellymoser.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 2011-12-22 16:51:23 +01:00
nellymoser.h
nellymoserdec.c nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT 2012-01-12 18:18:23 +01:00
nellymoserenc.c
noise_bsf.c
nuv.c nuv: check RTjpeg header for validity 2012-09-28 08:05:24 +02:00
opt.h
options.c lavc: remove stats_out from the options table. 2012-10-22 18:51:50 +02:00
pamenc.c
parser.c parser: fix large overreads 2013-03-13 13:58:10 +01:00
parser.h
pcm_tablegen.c
pcm_tablegen.h
pcm-mpeg.c lpcm: fix sample size calculation for 20bit LCPM. 2012-03-13 23:12:00 +01:00
pcm.c pcmenc: use AVCodec.encode2() 2012-01-15 21:24:18 -05:00
pcx.c
pcxenc.c
pgssubdec.c
pictordec.c pictordec: Use bytestream2 functions 2012-01-15 22:44:00 -05:00
png.c
png.h
pngdec.c png: check bit depth for PAL8/Y400A pixel formats. 2012-06-03 19:04:51 +02:00
pngenc.c
pnm_parser.c
pnm.c
pnm.h
pnmdec.c
pnmenc.c
proresdec.c get_bits: remove A32 variant 2011-12-16 21:21:48 +00:00
proresdsp.c
proresdsp.h
psymodel.c
psymodel.h
pthread.c pthread: set the frame properties from the thread context, not user. 2013-01-24 11:45:27 +01:00
ptx.c ptx: fix inverted check for sufficient data 2011-12-10 17:01:27 +01:00
put_bits.h
qcelpdata.h
qcelpdec.c qcelpdec: K&R formatting cosmetics 2011-12-19 16:22:30 +01:00
qdm2_tablegen.c
qdm2_tablegen.h
qdm2.c qdm2: clip array indices returned by qdm2_get_vlc(). 2012-06-02 19:17:53 -04:00
qdm2data.h
qdrw.c
qpeg.c
qtrle.c qtrle: return error on decode_init() failure. 2012-02-29 21:43:20 +01:00
qtrleenc.c
r210dec.c
ra144.c
ra144.h
ra144dec.c
ra144enc.c cosmetics: Drop unnecessary parentheses around return values. 2011-12-30 22:18:07 +01:00
ra288.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 2011-12-22 16:51:23 +01:00
ra288.h
rangecoder.c
rangecoder.h
ratecontrol.c doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
ratecontrol.h
raw.c raw: add 10bit YUV definitions 2011-12-21 00:00:03 +01:00
raw.h
rawdec.c raw: forward avpicture_fill() error code in raw_decode(). 2012-04-29 22:07:02 +02:00
rawenc.c
rdft.c
rdft.h
rectangle.h
remove_extradata_bsf.c
resample2.c doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
resample.c
rl2.c
rl.h vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
rle.c
rle.h
roqaudioenc.c
roqvideo.c
roqvideo.h roqvideo: convert to bytestream2 API. 2012-03-14 21:09:40 +01:00
roqvideodec.c roqvideodec: fix a potential infinite loop in roqvideo_decode_frame(). 2013-03-16 08:21:01 +01:00
roqvideoenc.c
rpza.c rpza: error out on buffer overreads. 2012-02-29 21:43:20 +01:00
rtjpeg.c
rtjpeg.h nuv: check RTjpeg header for validity 2012-09-28 08:05:24 +02:00
rv10.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
rv10enc.c
rv20enc.c
rv30.c rv34: frame-level multi-threading 2012-01-10 22:51:56 +01:00
rv30data.h
rv30dsp.c
rv34_parser.c
rv34.c rv34: error out on size changes with frame threading 2012-10-06 08:43:42 +02:00
rv34.h rv34: frame-level multi-threading 2012-01-10 22:51:56 +01:00
rv34data.h h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
rv34dsp.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
rv34dsp.h rv34: 1-pass inter MB reconstruction 2012-01-16 19:26:41 +01:00
rv34vlc.h
rv40.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
rv40data.h
rv40dsp.c rv40: rearrange loop filter functions 2011-12-14 11:26:30 +00:00
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c
sbr.h
sgi.h
sgidec.c sgidec: Use bytestream2 functions to prevent buffer overreads. 2012-01-14 12:35:53 -05:00
sgienc.c
shorten.c shorten: use the unsigned type where needed 2013-03-12 20:05:39 +01:00
simple_idct_template.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
simple_idct.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
simple_idct.h
sinewin_tablegen.c
sinewin_tablegen.h
sinewin.c
sinewin.h
sipr16k.c
sipr16kdata.h
sipr.c sipr: fall back to setting mode based on bit_rate. 2012-09-28 08:04:33 +02:00
sipr.h
siprdata.h
smacker.c smacker audio: sign-extend the initial 16-bit predicted value 2012-10-18 11:13:05 +02:00
smc.c smc: port to bytestream2 API. 2012-03-14 21:09:28 +01:00
snow.c snow: Check mallocs at init 2012-10-06 08:43:43 +02:00
snow.h
snowdata.h
snowdec.c snow: Check mallocs at init 2012-10-06 08:43:43 +02:00
snowenc.c snow: Check mallocs at init 2012-10-06 08:43:43 +02:00
sp5x.h
sp5xdec.c
srtdec.c Fix format string vulnerability detected by -Wformat-security. 2012-03-05 18:01:37 +01:00
sunrast.c
svq1_cb.h
svq1_vlc.h
svq1.c
svq1.h
svq1dec.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
svq1enc_cb.h
svq1enc.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
svq3.c svq3: replace unsafe pointer casting with intreadwrite macros 2012-10-23 16:38:52 +02:00
synth_filter.c
synth_filter.h
tableprint.h
targa.c targa: add support for rgb555 palette 2012-01-13 17:11:41 -05:00
targa.h
targaenc.c
thread.h doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
tiertexseqv.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 2011-12-22 16:51:23 +01:00
tiff.c tiffdec: Prevent illegal memory access caused by recycled pointers. 2012-03-13 23:30:55 +01:00
tiff.h
tiffenc.c tiffenc: Check av_malloc() results. 2012-10-19 19:23:14 +02:00
tmv.c tmv decoder: set correct pix_fmt 2011-12-18 06:58:03 -08:00
truemotion1.c
truemotion1data.h
truemotion2.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
truespeech_data.h
truespeech.c truespeech: fix invalid reads in truespeech_apply_twopoint_filter() 2011-12-21 18:13:06 -05:00
tscc.c msrle: convert MS RLE decoding function to bytestream2. 2013-03-17 07:36:54 +01:00
tta.c tta: prevents overflows for 32bit integers in header. 2012-05-04 21:28:45 +02:00
twinvq_data.h
twinvq.c
txd.c
ulti_cb.h
ulti.c ulti: convert to new bytestream API. 2012-01-04 10:57:37 -08:00
unary.h
utils.c libavcodec: Don't crash in avcodec_encode_audio if time_base isn't set 2012-02-26 09:09:26 +01:00
utvideo.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
v210dec.c
v210enc.c
v210x.c
v410dec.c lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 2012-01-12 18:18:23 +01:00
v410enc.c lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 2012-01-12 18:18:23 +01:00
vaapi_h264.c
vaapi_internal.h
vaapi_mpeg2.c cosmetics: Drop unnecessary parentheses around return values. 2011-12-30 22:18:07 +01:00
vaapi_mpeg4.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
vaapi_vc1.c cosmetics: Drop unnecessary parentheses around return values. 2011-12-30 22:18:07 +01:00
vaapi.c
vaapi.h
vb.c vb: Use bytestream2 functions 2012-01-14 22:12:53 -05:00
vble.c lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 2012-01-12 18:18:23 +01:00
vc1_parser.c vc1parse: call vc1_init_common(). 2012-02-26 10:03:16 +01:00
vc1.c vc1: Move init code shared between decoder and parser to common code file. 2013-03-10 13:45:43 +01:00
vc1.h vc1: Move init code shared between decoder and parser to common code file. 2013-03-10 13:45:43 +01:00
vc1acdata.h vc1: Move init code shared between decoder and parser to common code file. 2013-03-10 13:45:43 +01:00
vc1data.c vc1: Move init code shared between decoder and parser to common code file. 2013-03-10 13:45:43 +01:00
vc1data.h vc1: Move init code shared between decoder and parser to common code file. 2013-03-10 13:45:43 +01:00
vc1dec.c vc1: Move init code shared between decoder and parser to common code file. 2013-03-10 13:45:43 +01:00
vc1dsp.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
vc1dsp.h
vcr1.c vcr1: drop unnecessary emms_c() calls without MMX code 2011-12-12 21:17:13 +01:00
vda_h264.c
vda_internal.h
vda.c
vda.h
vdpau_internal.h
vdpau.c
vdpau.h
version.h lavc: add avcodec_is_open(). 2012-02-26 09:03:33 +01:00
vmdav.c vmdaudio: fix invalid reads when packet size is not a multiple of chunk size 2013-03-09 18:54:28 +01:00
vmnc.c vmnc: return error on decode_init() failure. 2012-02-29 21:43:20 +01:00
vorbis_data.c
vorbis_enc_data.h
vorbis.c vorbis: Validate that the floor 1 X values contain no duplicates. 2012-10-06 08:43:43 +02:00
vorbis.h vorbis: Validate that the floor 1 X values contain no duplicates. 2012-10-06 08:43:43 +02:00
vorbisdec.c vorbisdec: Error on bark_map_size equal to 0. 2013-03-09 18:54:28 +01:00
vorbisenc.c vorbis: Validate that the floor 1 X values contain no duplicates. 2012-10-06 08:43:43 +02:00
vp3_parser.c
vp3.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
vp3data.h
vp3dsp.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
vp5.c vp56: make parse_header return standard error codes 2013-01-02 20:28:08 +01:00
vp5data.h
vp6.c vp6: properly fail on unsupported feature 2013-01-05 12:02:22 +01:00
vp6data.h
vp6dsp.c
vp8_parser.c
vp8.c vp8: reset loopfilter delta values at keyframes. 2013-01-02 20:29:41 +01:00
vp8.h
vp8data.h
vp8dsp.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
vp8dsp.h
vp56.c vp56: release frames on error 2013-01-02 20:28:18 +01:00
vp56.h vp56: make parse_header return standard error codes 2013-01-02 20:28:08 +01:00
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c vqavideo: return error if image size is not a multiple of block size 2012-05-04 22:14:26 +02:00
w32pthreads.h w32thread: call ResetEvent() in pthread_cond_broadcast(). 2011-12-22 19:48:52 -08:00
wavpack.c wavpack: fix clipping for 32-bit lossy mode 2012-01-15 15:27:55 +01:00
wma.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
wma.h wma: fix invalid buffer size assumptions causing random overreads. 2012-03-04 12:26:06 +01:00
wmadata.h
wmadec.c wmadec: require block_align to be set. 2013-03-09 18:54:28 +01:00
wmaenc.c wmaenc: fix m/s stereo encoding for the first frame 2012-03-04 21:26:29 +01:00
wmaprodata.h
wmaprodec.c wmaprodec: require block_align to be set. 2013-03-16 08:21:01 +01:00
wmavoice_data.h
wmavoice.c wmavoice: fix stack overread. 2012-04-29 22:07:01 +02:00
wmv2.c
wmv2.h
wmv2dec.c
wmv2enc.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
wnv1.c
ws-snd1.c ws_snd1: Fix wrong samples count and crash. 2012-02-26 10:03:05 +01:00
xan.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 2011-12-22 16:51:23 +01:00
xiph.c
xiph.h
xl.c xl: Fix overreads 2011-12-19 20:36:26 +02:00
xsubdec.c
xsubenc.c
xvmc_internal.h
xvmc.h
xxan.c xxan: fix invalid memory access in xan_decode_frame_type0() 2013-03-09 18:54:28 +01:00
yop.c
zmbv.c cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00
zmbvenc.c cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00