1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libavcodec
Christophe Gisquet 0810608e23 x86: hevc_mc: better register allocation
The xmm reg count was incorrect, and manual loading of the gprs
furthermore allows to noticeable reduce the number needed.

The modified functions are used in weighted prediction, so only a
few samples like WP_* exhibit a change. For this one and Win64
(some widths removed because of too few occurrences):

WP_A_Toshiba_3.bit, ff_hevc_put_hevc_uni_w
         16    32
before: 2194  3872
after:  2119  3767

WP_B_Toshiba_3.bit, ff_hevc_put_hevc_bi_w
         16    32    64
before: 2819  4960  9396
after:  2617  4788  9150

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-28 17:39:34 +02:00
..
aarch64 Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba' 2014-05-15 21:13:53 +02:00
alpha
arm Merge commit '6a13505c069890cb0e2a07e29fd819a0cf2e73c1' 2014-04-30 00:23:01 +02:00
avr32
bfin
mips
ppc Merge commit 'b5aa48551300eed678aaea86ced7086758598a35' 2014-05-28 14:53:55 +02:00
sh4
sparc
x86 x86: hevc_mc: better register allocation 2014-05-28 17:39:34 +02:00
4xm.c
8bps.c Merge commit '632ad2248e2e5d8cd4b51e6c87c943a38c3da425' 2014-05-11 21:48:32 +02:00
8svx.c
012v.c
a64colors.h
a64multienc.c avcodec/a64multienc: use av_malloc(z)_array() 2014-04-08 16:15:32 +02:00
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 avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro 2014-05-25 03:45:10 +02:00
aacadtsdec.c Merge commit 'a90d92ce2aeea8eaae5c616958d20e000e20b964' 2014-05-03 23:21:26 +02:00
aacadtsdec.h
aaccoder.c
aacdec.c
aacdectab.h
aacenc.c avcodec/aacenc: dont use global quality if its negative 2014-05-24 20:32:37 +02:00
aacenc.h
aacps_tablegen.c
aacps_tablegen.h
aacps.c
aacps.h
aacpsdata.c
aacpsdsp.c
aacpsdsp.h
aacpsy.c
aacsbr.c
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c
ac3_parser.c
ac3_parser.h
ac3.c
ac3.h avcodec/ac3: rename identifier used to select the fixed point variant 2014-04-01 19:58:31 +02:00
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c avcodec/ac3dec_fixed: add missingAVprefix to CODEC_ID 2014-04-01 19:58:51 +02:00
ac3dec_float.c libavcodec: Implementation of AC3 fixedpoint decoder 2014-04-01 19:01:57 +02:00
ac3dec.c avcodec/ac3dec: use av_freep() for saftey 2014-04-02 04:38:16 +02:00
ac3dec.h avcodec/ac3: rename identifier used to select the fixed point variant 2014-04-01 19:58:31 +02:00
ac3dsp.c libavcodec: Implementation of AC3 fixedpoint decoder 2014-04-01 19:01:57 +02:00
ac3dsp.h libavcodec: Implementation of AC3 fixedpoint decoder 2014-04-01 19:01:57 +02:00
ac3enc_fixed.c
ac3enc_float.c avcodec/ac3enc_float: use av_malloc_array() 2014-04-08 15:35:47 +02:00
ac3enc_opts_template.c
ac3enc_template.c
ac3enc.c avcodec/ac3enc: silence 2 warnings about "possibly uninitialized" variables 2014-05-07 16:52:36 +02:00
ac3enc.h
ac3tab.c
ac3tab.h
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 avcodec/adpcm: also squelch 'mismatch in coded sample count' warning for AV_CODEC_ID_ADPCM_EA_R1 2014-03-31 13:18:19 +02:00
adpcm.h
adpcmenc.c
adx_parser.c
adx.c
adx.h
adxdec.c
adxenc.c
aic.c
alac_data.c
alac_data.h
alac.c
alacenc.c
aliaspixdec.c Merge commit 'e50f5d3cf9ef9a16982a5cb4d8b1916cd963aa5b' 2014-03-27 01:10:28 +01:00
aliaspixenc.c Merge commit 'e50f5d3cf9ef9a16982a5cb4d8b1916cd963aa5b' 2014-03-27 01:10:28 +01:00
allcodecs.c avcodec/webvttenc: add webvtt encoder 2014-05-25 03:04:14 +02:00
alsdec.c
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c
ansi.c
apedec.c avcodec/apedec: tmpk==32 is not supported, prevent undefined behavior 2014-04-26 20:56:31 +02:00
ass_split.c
ass_split.h
ass.c
ass.h
assdec.c
assenc.c
asv.c
asv.h
asvdec.c
asvenc.c avcodec/asvenc: dont use a negative global_quality 2014-05-24 20:33:49 +02:00
atrac1.c
atrac1data.h Various small spelling fixes. 2014-04-22 20:44:31 +02:00
atrac3.c avcodec/atrac3: Use av_mallocz_array() 2014-05-21 15:59:56 +02:00
atrac3data.h
atrac3plus_data.h
atrac3plus.c
atrac3plus.h
atrac3plusdec.c avcodec/atrac3plusdec: Use av_mallocz_array() 2014-05-21 16:03:22 +02:00
atrac3plusdsp.c
atrac.c
atrac.h
audio_frame_queue.c
audio_frame_queue.h
audioconvert.c
audioconvert.h
aura.c
avcodec.h Merge commit 'bddd8cbf68551f6405b2bf77cc3e212af9fbe834' 2014-05-19 19:12:30 +02:00
avcodecres.rc
avfft.c
avfft.h
avpacket.c Merge commit 'cdf58f0599c39852ee3beafe5f64af7d57d4215b' 2014-05-19 18:51:34 +02:00
avpicture.c
avrndec.c
avs.c
avuidec.c
avuienc.c
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c
bgmc.h
bink.c
binkaudio.c
binkdata.h
binkdsp.c Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d' 2014-04-05 18:54:15 +02:00
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitstream_filter.c
bitstream.c vcodec/bitstream: use av_malloc_array() 2014-04-08 16:18:29 +02:00
bmp_parser.c Merge commit 'fb5cf145b6bcfa4f83af94398e5560c1132cc410' 2014-03-28 11:00:27 +01:00
bmp.c
bmp.h
bmpenc.c
bmv.c
brenderpix.c avcodec/brenderpix: propagate error codes 2014-03-27 22:07:49 +01:00
bytestream.h Merge commit '5748faf291fec297ef25d81962b52b3438f54278' 2014-04-13 02:06:47 +02:00
c93.c
cabac_functions.h
cabac.c
cabac.h
cavs_parser.c
cavs.c avcodec/cavs: use av_mallocz_array() 2014-05-27 20:42:50 +02:00
cavs.h
cavsdata.c
cavsdec.c
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c
cdxl.c
celp_filters.c
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c
cinepakenc.c avcodec/cinepakenc: use av_malloc_array() 2014-05-11 20:06:28 +02:00
cljr.c
cllc.c
cngdec.c avcodec/cngdec: use av_mallocz_array() 2014-04-09 23:18:32 +02:00
cngenc.c avcodec/cngenc: Use av_malloc_array() 2014-04-22 02:38:03 +02:00
codec_desc.c lavc: add a mime_types field to codec descriptors. 2014-04-29 13:24:18 +02:00
cook_parser.c
cook.c avcodec/cook: use av_malloc_array() 2014-04-22 20:08:30 +02:00
cookdata.h
copy_block.h Merge commit 'd37c96213a2a9e1fd8669122d5405f4ce6a99ed8' 2014-03-28 03:26:43 +01:00
cos_tablegen.c
cpia.c lavc/cpia: use avpriv_report_missing_feature() 2014-04-07 01:33:53 +02:00
crystalhd.c avcodec/crystalhd: allocate padding for extradata 2014-05-18 15:58:03 +02:00
cscd.c
cyuv.c
dca_parser.c
dca.c
dca.h
dcadata.h Merge commit '6b7b8585d73548f08b98959df39d80b97677662f' 2014-05-23 19:01:12 +02:00
dcadec.c avcodec/dcadec: dont use hex float, msvc doesnt support it 2014-05-23 22:39:14 +02:00
dcadsp.c
dcadsp.h
dcaenc.c
dcaenc.h
dcahuff.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dct32.h
dct-test.c lavc: Use av_gettime_relative() 2014-05-17 15:51:49 +02:00
dct.c avcodec/dct: use av_malloc_array() 2014-05-11 20:06:45 +02:00
dct.h
dctref.c
dctref.h
dfa.c
dirac_arith.c
dirac_arith.h avcodec/dirac_arith: Fix build with PIC and stack-check options 2014-04-09 19:41:48 +02:00
dirac_dwt.c
dirac_dwt.h Various small spelling fixes. 2014-04-22 20:44:31 +02:00
dirac_parser.c
dirac.c
dirac.h
diracdec.c avcodec/diracdec: move mc buffer allocation to per frame 2014-05-19 06:41:32 +02:00
diracdsp.c
diracdsp.h
dnxhd_parser.c Merge commit '89ef08c992c484a46711b1a68a988303679c288e' 2014-04-11 14:04:10 +02:00
dnxhddata.c Merge commit '89ef08c992c484a46711b1a68a988303679c288e' 2014-04-11 14:04:10 +02:00
dnxhddata.h Various small spelling fixes. 2014-04-22 20:44:31 +02:00
dnxhddec.c Merge commit '89ef08c992c484a46711b1a68a988303679c288e' 2014-04-11 14:04:10 +02:00
dnxhdenc.c Merge commit '89ef08c992c484a46711b1a68a988303679c288e' 2014-04-11 14:04:10 +02:00
dnxhdenc.h Merge commit '676856204b84dfaffe329dce8502e834a0dbdb19' 2014-04-11 14:28:19 +02:00
dpcm.c
dpx_parser.c
dpx.c dpx: use intfloat.h instead of deprecated intfloat_readwrite.h. 2014-05-13 20:53:24 +02:00
dpxenc.c
dsd_tablegen.c Direct Stream Digital (DSD) decoder 2014-04-15 20:35:57 +02:00
dsd_tablegen.h Direct Stream Digital (DSD) decoder 2014-04-15 20:35:57 +02:00
dsddec.c avcodec/dsddec: use av_malloc_array() 2014-04-22 20:08:30 +02:00
dsicinav.c
dsputil_template.c
dsputil.c Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
dsputil.h Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
dsputilenc_template.c
dump_extradata_bsf.c
dv_profile.c
dv_profile.h
dv_tablegen.c
dv_tablegen.h
dv.c Merge remote-tracking branch 'qatar/master' 2014-04-05 19:43:28 +02:00
dv.h
dvbsub_parser.c
dvbsub.c
dvbsubdec.c avcodec/dvbsubdec: use av_mallocz_array() 2014-04-22 20:08:30 +02:00
dvd_nav_parser.c
dvdata.c Merge remote-tracking branch 'qatar/master' 2014-04-05 19:43:28 +02:00
dvdata.h Merge remote-tracking branch 'qatar/master' 2014-04-05 19:43:28 +02:00
dvdec.c
dvdsub_parser.c
dvdsubdec.c Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d' 2014-04-05 18:54:15 +02:00
dvdsubenc.c avcodec/dvdsubenc: accept forced flag 2014-05-20 00:08:08 +02:00
dvenc.c Merge remote-tracking branch 'qatar/master' 2014-04-05 19:43:28 +02:00
dxa.c
dxtory.c
dxva2_h264.c Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' 2014-05-11 23:49:13 +02:00
dxva2_internal.h dxva2: Directly use AVFrames 2014-04-01 00:10:15 +02:00
dxva2_mpeg2.c Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' 2014-05-11 23:49:13 +02:00
dxva2_vc1.c Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' 2014-05-11 23:49:13 +02:00
dxva2.c dxva2: Directly use AVFrames 2014-04-01 00:10:15 +02:00
dxva2.h dxva2_h264: add a workaround for old Intel GPUs 2014-04-28 20:21:59 +02:00
eac3_data.c
eac3_data.h
eac3dec.c
eac3enc.c
eac3enc.h
eacmv.c
eaidct.c
eaidct.h
eamad.c avcodec/eamad: silence uninitialized variable warnings 2014-05-07 17:48:04 +02:00
eatgq.c
eatgv.c
eatqi.c
elbg.c avcodec/elbg: Use av_malloc(z)_array() 2014-04-12 05:40:37 +02:00
elbg.h
error_resilience.c avcodec: add option to make is_intra_more_likely() from error concealment return "no" 2014-05-12 22:55:39 +02:00
error_resilience.h Various small spelling fixes. 2014-04-22 20:44:31 +02:00
escape124.c
escape130.c
evrcdata.h
evrcdec.c
exif.c avcodec/exif: do not follow 0 offsets 2014-04-20 17:02:16 +02:00
exif.h Reindent after last commit. 2014-04-05 03:32:11 +02:00
exr.c avcodec/exr: mark gama option as experimental / unsupported 2014-05-08 21:10:53 +02:00
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c avcodec/faxcompr: use av_malloc_array() 2014-04-12 15:37:57 +02:00
faxcompr.h
fft_fixed_32.c
fft_fixed.c
fft_float.c
fft_init_table.c
fft_table.h Various small spelling fixes. 2014-04-22 20:44:31 +02:00
fft_template.c Merge commit '650c4300d94aa9398ff1dd4f454bf39eaa285f62' 2014-04-22 23:06:24 +02:00
fft-fixed32-test.c
fft-fixed-test.c
fft-internal.h
fft-test.c lavc: Use av_gettime_relative() 2014-05-17 15:51:49 +02:00
fft.h Merge commit '650c4300d94aa9398ff1dd4f454bf39eaa285f62' 2014-04-22 23:06:24 +02:00
ffv1.c avcodec/ffv1: use av_malloc_array() 2014-04-12 15:41:00 +02:00
ffv1.h
ffv1dec.c avcodec/ffv1dec: use av_malloc_array() 2014-05-03 20:08:18 +02:00
ffv1enc.c avcodec/ffv1enc: allocate padding for extradata 2014-05-18 15:58:41 +02:00
ffwavesynth.c
fic.c avcodec/fic: avoid 2 additions per idct row 2014-04-23 22:34:31 +02:00
file_open.c
flac_parser.c lavc/flac_parser: use av_fifo_alloc_array 2014-05-20 00:00:45 +02:00
flac.c Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0' 2014-05-28 12:33:49 +02:00
flac.h Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0' 2014-05-28 12:33:49 +02:00
flacdata.c
flacdata.h
flacdec.c Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0' 2014-05-28 12:33:49 +02:00
flacdsp_lpc_template.c
flacdsp_template.c
flacdsp.c
flacdsp.h
flacenc.c avcodec/flacenc: Use av_malloc_array() 2014-04-30 18:28:40 +02:00
flashsv2enc.c
flashsv.c
flashsvenc.c
flicvideo.c
flv.h
flvdec.c Merge commit 'c6b42e85493915a3c3891345f57422f9031a0b4f' 2014-05-03 23:15:37 +02:00
flvenc.c
fmtconvert.c
fmtconvert.h
frame_thread_encoder.c lavc/frame_thread_encoder: use av_fifo_alloc_array 2014-05-20 00:00:45 +02:00
frame_thread_encoder.h
fraps.c
frwu.c
g2meet.c Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e' 2014-04-02 02:54:09 +02:00
g722.c
g722.h
g722dec.c
g722enc.c
g723_1_data.h
g723_1.c avcodec/g723_1: fix writing into input frame data and warning 2014-05-26 21:05:03 +02:00
g726.c
g729.h
g729data.h
g729dec.c
g729postfilter.c avcodec/g729postfilter: avoid potential negative shift 2014-04-27 23:12:42 +02:00
g729postfilter.h
get_bits.h avcodec: better level/index printing 2014-05-09 22:05:57 +02:00
gif.c
gif.h
gifdec.c
golomb-test.c avcodec/golomb-test: fix () in EXTEND() macro 2014-05-25 03:45:10 +02:00
golomb.c
golomb.h Merge remote-tracking branch 'qatar/master' 2014-03-30 03:03:28 +02:00
gsm_parser.c
gsm.h
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
gsmdec.c
h261_parser.c
h261.c
h261.h
h261data.c
h261dec.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
h261enc.c
h263_parser.c
h263_parser.h
h263.c
h263.h
h263data.h
h263dec.c Merge commit '5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f' 2014-05-11 23:28:40 +02:00
h263dsp.c
h263dsp.h
h264_cabac.c avcodec/h264_cabac: fix indention 2014-04-28 00:22:38 +02:00
h264_cavlc.c
h264_direct.c
h264_loopfilter.c
h264_mb_template.c
h264_mb.c
h264_mc_template.c
h264_mp4toannexb_bsf.c
h264_mvpred.h
h264_parser.c
h264_picture.c Merge commit '888dcd86755d37e55fd74166f6d38ad66d41db58' 2014-05-27 22:34:16 +02:00
h264_ps.c Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e' 2014-04-02 02:54:09 +02:00
h264_refs.c Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e' 2014-04-02 02:54:09 +02:00
h264_sei.c
h264_slice.c avcodec/h264_slice: fix macro () 2014-05-25 03:45:10 +02:00
h264.c avcodec/h264: mark recovery_cnt==0 frames as keyframes 2014-05-03 16:01:45 +02:00
h264.h avcodec/h264: fix () in macros 2014-05-25 03:45:10 +02:00
h264addpx_template.c
h264chroma_template.c
h264chroma.c
h264chroma.h
h264data.h
h264dsp_template.c
h264dsp.c h264: Move search code search functions into separate source files. 2014-04-25 02:35:56 +02:00
h264dsp.h
h264idct_template.c
h264idct.c
h264idct.h
h264pred_template.c
h264pred.c Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d' 2014-04-05 18:54:15 +02:00
h264pred.h On2 VP7 decoder 2014-04-04 04:00:11 +02:00
h264qpel_template.c
h264qpel.c
h264qpel.h
hevc_cabac.c hevc: C code update for new motion compensation 2014-05-06 18:22:34 +02:00
hevc_filter.c hevc: C code update for new motion compensation 2014-05-06 18:22:34 +02:00
hevc_mvs.c hevc: C code update for new motion compensation 2014-05-06 18:22:34 +02:00
hevc_parser.c hevc: fix key_frame as an IRAP 2014-05-17 01:14:51 +02:00
hevc_ps.c
hevc_refs.c Revert "avcodec/hevc: fix outputted AVFrame.key_frame" 2014-05-15 21:34:34 +02:00
hevc_sei.c
hevc.c Merge commit 'a1c2b48018b09d2613f075ec0748c95bd520ac00' 2014-05-19 14:10:13 +02:00
hevc.h avcodec/hevc: fix () in macros 2014-05-25 03:45:10 +02:00
hevcdsp_template.c hevc: C code update for new motion compensation 2014-05-06 18:22:34 +02:00
hevcdsp.c HEVC : added assembly MC functions 2014-05-06 18:23:36 +02:00
hevcdsp.h HEVC : added assembly MC functions 2014-05-06 18:23:36 +02:00
hevcpred_template.c Merge commit 'c9f8809ee4c576d5833865039bc1c85754448f67' 2014-05-19 15:03:42 +02:00
hevcpred.c Merge commit 'a1c2b48018b09d2613f075ec0748c95bd520ac00' 2014-05-19 14:10:13 +02:00
hevcpred.h Merge commit 'a1c2b48018b09d2613f075ec0748c95bd520ac00' 2014-05-19 14:10:13 +02:00
hnm4video.c
hpel_template.c
hpeldsp.c
hpeldsp.h
huffman.c avcodec/huffman: use av_malloc_array() 2014-04-20 17:25:01 +02:00
huffman.h
huffyuv.c Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
huffyuv.h Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
huffyuvdec.c Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
huffyuvdsp.c Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
huffyuvdsp.h Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
huffyuvenc.c Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
huffyuvencdsp.c Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
huffyuvencdsp.h Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
idcinvideo.c
iff.c
iirfilter.c
iirfilter.h
imc.c
imcdata.h
imgconvert.c Move av_find_best_pix_fmt_of_2() from avcodec to avutil 2014-04-30 23:14:05 +02:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c
indeo2data.h
indeo3.c
indeo3data.h
indeo4.c
indeo4data.h
indeo5.c Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d' 2014-04-05 18:54:15 +02:00
indeo5data.h
intelh263dec.c
internal.h avcodec: remove no longer needed ff_codec_close_recursive() 2014-05-20 02:20:30 +02:00
interplayvideo.c
intrax8.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c
ituh263enc.c
ivi_common.c avcodec/ivi_common: Use av_mallocz_array() 2014-04-30 18:27:51 +02:00
ivi_common.h
ivi_dsp.c avcodec/ivi_dsp: add some missing () to macros 2014-05-25 03:45:10 +02:00
ivi_dsp.h
j2kenc.c avcodec/j2kenc: use av_malloc(z)_array() 2014-04-08 23:12:26 +02:00
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint_template.c avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts. 2014-05-20 04:21:06 +02:00
jfdctint.c
jpeg2000.c
jpeg2000.h
jpeg2000dec.c Use correct msvc type specifiers for ptrdiff_t and size_t. 2014-04-24 18:01:30 +02:00
jpeg2000dwt.c avcodec/jpeg2000dwt: use av_malloc_array() 2014-04-23 15:52:45 +02:00
jpeg2000dwt.h
jpegls.c
jpegls.h
jpeglsdec.c avcodec/jpeglsdec: add cast to silence pointer type warning 2014-05-03 22:54:01 +02:00
jpeglsdec.h
jpeglsenc.c
jrevdct.c avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts. 2014-05-20 04:21:06 +02:00
jvdec.c
kbdwin.c libavcodec: Implementation of AC3 fixedpoint decoder 2014-04-01 19:01:57 +02:00
kbdwin.h lavc/kbdwin: add missing stdint.h include 2014-04-02 20:01:37 +02:00
kgv1dec.c avcodec/kgv1dec: add casts to silence "assignment from incompatible pointer type" 2014-05-03 22:09:26 +02:00
kmvc.c
lagarith.c Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c
lclenc.c
libaacplus.c
libavcodec.v
libcelt_dec.c
libfaac.c
libfdk-aacdec.c Merge commit '3828eb8519c1530392ab8820b1aa784602128afc' 2014-05-05 16:18:15 +02:00
libfdk-aacenc.c Merge commit '3828eb8519c1530392ab8820b1aa784602128afc' 2014-05-05 16:18:15 +02:00
libgsm.c
libilbc.c
libmp3lame.c avcodec/libmp3lame: do not attempt to flush lame if no data was input 2014-05-19 17:37:26 +02:00
libopencore-amr.c avcodec/libopencore-amr: use av_mallocz_array() 2014-04-08 23:12:26 +02:00
libopenjpegdec.c
libopenjpegenc.c
libopus.c
libopus.h
libopusdec.c
libopusenc.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c
libshine.c
libspeexdec.c Set the bitrate when decoding speex. 2014-04-14 15:36:01 +02:00
libspeexenc.c
libstagefright.cpp
libtheoraenc.c
libtwolame.c Merge remote-tracking branch 'qatar/master' 2014-04-11 01:26:07 +02:00
libutvideo.h
libutvideodec.cpp
libutvideoenc.cpp
libvo-aacenc.c
libvo-amrwbenc.c
libvorbisdec.c
libvorbisenc.c avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE 2014-05-21 03:02:06 +02:00
libvpx.c
libvpx.h
libvpxdec.c
libvpxenc.c Use correct msvc type specifiers for ptrdiff_t and size_t. 2014-04-24 18:01:30 +02:00
libwavpackenc.c
libwebpenc.c
libx264.c avcodec/libx264: Implement reference frame count limiting based on level 2014-05-14 02:57:10 +02:00
libx265.c libx265: Only set the SAR if it is valid 2014-04-10 16:49:03 +01:00
libxavs.c avcodec/libxavs: Use av_mallocz_array() 2014-04-22 02:39:23 +02:00
libxvid_rc.c
libxvid.c avcodec/libxvid: improve return codes 2014-05-01 23:08:01 +02:00
libxvid.h
libzvbi-teletextdec.c avcodec/libzvbi-teletextdec: remove * 1 2014-04-08 23:12:26 +02:00
ljpegenc.c
loco.c
log2_tab.c
lossless_videodsp.c
lossless_videodsp.h avcodec/lossless_videodsp: fix incompatible pointer type warning 2014-05-05 05:49:18 +02:00
lpc.c
lpc.h
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
Makefile Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
mathops.h
mathtables.c
mdct_fixed_32.c
mdct_fixed.c
mdct_float.c
mdct_template.c avcodec/mdct_template: Use av_malloc_array() 2014-04-25 15:07:31 +02:00
mdec.c
metasound_data.c
metasound_data.h
metasound.c
microdvddec.c
mimic.c
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpeg.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c avcodec/mjpegdec: Support pix_fmt_id== 0x42111100 2014-05-28 16:36:04 +02:00
mjpegdec.h avcodec/jpeglsdec: add PAL8 support 2014-04-01 13:43:44 +02:00
mjpegenc.c avcodec/mjpegen: Fix declared argument size 2014-04-16 02:14:14 +02:00
mjpegenc.h avcodec/mjpegen: Fix declared argument size 2014-04-16 02:14:14 +02:00
mlp_parser.c
mlp_parser.h
mlp.c
mlp.h
mlpdec.c avcodec/mlpdec: fix () in MSB_MASK() macro 2014-05-25 05:18:18 +02:00
mlpdsp.c truehd: break out part of output_data into platform-specific callback. 2014-03-26 20:56:38 +01:00
mlpdsp.h truehd: break out part of output_data into platform-specific callback. 2014-03-26 20:56:38 +01:00
mmvideo.c
motion_est_template.c Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d' 2014-05-01 17:03:59 +02:00
motion_est.c Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d' 2014-05-01 17:03:59 +02:00
motion-test.c lavc: Use av_gettime_relative() 2014-05-17 15:51:49 +02:00
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c avcodec/motionpixels: use av_mallocz_array() 2014-04-23 15:52:28 +02:00
movsub_bsf.c
movtextdec.c
movtextenc.c avcodec/movtextenc: allocate padding for extradata 2014-05-18 15:59:03 +02:00
mp3_header_decompress_bsf.c
mpc7.c
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpc.c
mpc.h
mpcdata.h
mpeg4audio.c
mpeg4audio.h
mpeg4data.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4video.c
mpeg4video.h
mpeg4videodec.c avcodec: better level/index printing 2014-05-09 22:05:57 +02:00
mpeg4videoenc.c avcodec/mpeg4videoenc: fix alternative implementation of mpeg4_encode_dc() 2014-05-06 05:36:10 +02:00
mpeg12.c Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d' 2014-04-05 18:54:15 +02:00
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c Merge commit '5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f' 2014-05-11 23:28:40 +02:00
mpeg12enc.c avcodec/mpeg12enc: avoid floats in the aspect ratio info setup code 2014-05-16 19:42:50 +02:00
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudio.c
mpegaudio.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_fixed.c
mpegaudiodec_float.c
mpegaudiodec_template.c avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined behavior 2014-05-09 13:17:39 +02:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudiodsp.c Merge commit '8f9fe6ae3461ce270bce6b7083fda5ec314cdad4' 2014-04-22 23:45:50 +02:00
mpegaudiodsp.h Merge commit '8f9fe6ae3461ce270bce6b7083fda5ec314cdad4' 2014-04-22 23:45:50 +02:00
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c avcodec/mpegaudioenc_template: Fix integer overflow 2014-04-15 15:09:57 +02:00
mpegaudiotab.h
mpegutils.c
mpegutils.h
mpegvideo_enc.c Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d' 2014-05-01 17:03:59 +02:00
mpegvideo_motion.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
mpegvideo_parser.c
mpegvideo_xvmc.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
mpegvideo.c Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' 2014-05-11 23:49:13 +02:00
mpegvideo.h Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d' 2014-05-01 17:03:59 +02:00
mpl2dec.c
mqc.c
mqc.h
mqcdec.c
mqcenc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d' 2014-04-05 18:54:15 +02:00
msmpeg4enc.c
msrle.c avcodec/msrle: check return code for success before use 2014-04-06 04:01:24 +02:00
msrledec.c
msrledec.h
mss1.c
mss2.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c avcodec/mss4: Fix () in MKVAL() macro 2014-05-25 05:19:09 +02:00
mss12.c
mss12.h
mss34dsp.c avcodec/mss34dsp: fix () in SOP* macros 2014-05-25 05:18:47 +02:00
mss34dsp.h
msvideo1.c
msvideo1enc.c avcodec/msvideo1enc: Fix () in MKRGB555() macro 2014-05-25 19:26:37 +02:00
mvcdec.c Merge commit '911fa05b514e1be009e00b79d7004b93717c023b' 2014-04-19 22:43:16 +02:00
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c
nellymoserenc.c
noise_bsf.c
nuv.c
old_codec_ids.h
on2avc.c Merge commit 'f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0' 2014-05-27 22:29:11 +02:00
on2avcdata.c Add missing "const" to pointer arrays. 2014-05-10 21:57:28 +02:00
on2avcdata.h Add missing "const" to pointer arrays. 2014-05-10 21:57:28 +02:00
options_table.h avcodec: add option to make is_intra_more_likely() from error concealment return "no" 2014-05-12 22:55:39 +02:00
options.c Merge commit 'fd056029f45a9f6d213d9fce8165632042511d4f' 2014-05-18 13:00:50 +02:00
opus_celt.c avcodec/opus_celt: Fix () in CELT_PVQ_V macro 2014-05-25 19:25:29 +02:00
opus_imdct.c Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba' 2014-05-15 21:13:53 +02:00
opus_imdct.h Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba' 2014-05-15 21:13:53 +02:00
opus_parser.c Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222' 2014-05-15 18:20:17 +02:00
opus_silk.c Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222' 2014-05-15 18:20:17 +02:00
opus.c Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222' 2014-05-15 18:20:17 +02:00
opus.h avcodec/opus: Fix () in ROUND_MULL() macro 2014-05-25 19:25:58 +02:00
opusdec.c avcodec/opusdec: check alignment, misalignment could lead to crashes with avx 2014-05-25 00:38:20 +02:00
paf.c Merge commit '70daeacd6ef8b354dd7d2d77ad393831a5bbf033' 2014-03-28 04:32:05 +01:00
paf.h
pamenc.c
parser.c
parser.h
pcm_tablegen.c
pcm_tablegen.h
pcm-bluray.c
pcm-dvd.c pcm-dvd: Fix 20bit decoding 2014-05-09 16:07:15 +02:00
pcm.c
pcx.c
pcxenc.c
pgssubdec.c avcodec/pgssubdec: Use av_malloc(z)_array() 2014-05-22 15:04:34 +02:00
pictordec.c
pixels.h
png_parser.c
png.c
png.h
pngdec.c avcodec/pngdec: fix () in OP_* macros 2014-05-25 19:25:10 +02:00
pngdsp.c
pngdsp.h
pngenc.c Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
pnm_parser.c
pnm.c
pnm.h
pnmdec.c
pnmenc.c
proresdata.c
proresdata.h
proresdec2.c avcodec/proresdec2: Use av_malloc_array() 2014-05-22 15:05:27 +02:00
proresdec_lgpl.c
proresdec.h
proresdsp.c
proresdsp.h
proresenc_anatoliy.c avcodec/proresenc_anatoliy: Fix () in macros 2014-05-25 21:41:35 +02:00
proresenc_kostya.c
psymodel.c avcodec/psymodel: use av_malloc(z)_array() 2014-04-13 23:36:59 +02:00
psymodel.h avcodec/psymodel: Fix () in AAC_CUTOFF() macro 2014-05-25 21:41:57 +02:00
pthread_frame.c Fix compilation errors when deprecated features are disabled. 2014-05-20 22:55:28 +02:00
pthread_internal.h
pthread_slice.c
pthread.c
ptx.c
put_bits.h
qcelpdata.h
qcelpdec.c
qdm2_tablegen.c
qdm2_tablegen.h
qdm2.c
qdm2data.h
qdrw.c
qpeg.c
qtrle.c
qtrleenc.c avcodec/qtrleenc: use av_mallocz_array() 2014-04-18 20:43:02 +02:00
r210dec.c
r210enc.c
ra144.c
ra144.h
ra144dec.c
ra144enc.c
ra288.c
ra288.h
ralf.c
ralfdata.h
rangecoder.c
rangecoder.h
ratecontrol.c Merge commit 'b2c31710c96fa47d9dcd40b64d39663e8957f683' 2014-05-01 16:46:38 +02:00
ratecontrol.h
raw.c Warn if rawvideo and an unreadable pix_fmt are written. 2014-04-11 23:35:11 +02:00
raw.h Warn if rawvideo and an unreadable pix_fmt are written. 2014-04-11 23:35:11 +02:00
rawdec.c Warn if rawvideo and an unreadable pix_fmt are written. 2014-04-11 23:35:11 +02:00
rawenc.c
rdft.c
rdft.h
realtextdec.c
rectangle.h
remove_extradata_bsf.c
resample2.c
resample.c
rl2.c
rl.h
rle.c
rle.h
rnd_avg.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c
roqvideoenc.c avcodec/roqvideoenc: use av_malloc(z)_array() 2014-04-18 20:43:02 +02:00
rpza.c
rtjpeg.c
rtjpeg.h
rv10.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
rv10enc.c
rv20enc.c
rv30.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
rv30data.h Various small spelling fixes. 2014-04-22 20:44:31 +02:00
rv30dsp.c
rv34_parser.c
rv34.c avcodec/rv34: Fix () in GET_PTS_DIFF() macro 2014-05-25 21:42:19 +02:00
rv34.h
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
rv40data.h
rv40dsp.c
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c
s302menc.c
samidec.c
sanm.c avcodec/sanm: use named consant instead of literal number 2014-04-09 16:23:57 +02:00
sbr.h
sbrdsp.c
sbrdsp.h
sgi.h Merge commit 'a7dbfcf6cb6ab8a8981d74332fd02fb90360d22f' 2014-04-01 03:29:29 +02:00
sgidec.c Merge commit 'd613091f8858d87789916e2bd7a84ea3144077d4' 2014-04-01 04:19:27 +02:00
sgienc.c Merge commit '6c1df1f2287401b6022773e382ebc3a3bfed0b38' 2014-04-01 04:13:53 +02:00
sgirledec.c avcodec/sgirledec: fix () in RBG323_TO_BGR8() macro 2014-05-25 23:08:51 +02:00
shorten.c avcodec/shorten: check bitshift 2014-04-27 13:03:28 +02:00
simple_idct_template.c avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts. 2014-05-20 04:21:06 +02:00
simple_idct.c
simple_idct.h
sinewin_tablegen.c
sinewin_tablegen.h
sinewin.c
sinewin.h
sipr16k.c
sipr16kdata.h
sipr.c
sipr.h
siprdata.h
smacker.c avcodec/smacker: use av_mallocz_array() 2014-04-18 20:43:02 +02:00
smc.c
smvjpegdec.c avcodec/smvjpegdec: Dont ignore avcodec_close() return code 2014-05-20 02:21:07 +02:00
snow_dwt.c avcodec/snow_dwt: fix "incompatible pointer type" warnings 2014-05-03 22:49:21 +02:00
snow_dwt.h avcodec/snow_dwt: fix "incompatible pointer type" warnings 2014-05-03 22:49:21 +02:00
snow.c avcodec/snow: use FF_ALLOC(Z)_ARRAY_OR_GOTO 2014-04-22 02:12:02 +02:00
snow.h
snowdata.h
snowdec.c
snowenc.c avcodec/snowenc: Fix "incompatible pointer type" warning 2014-05-06 01:03:58 +02:00
sonic.c
sp5x.h
sp5xdec.c
srtdec.c
srtenc.c
startcode.c h264: Move search code search functions into separate source files. 2014-04-25 02:35:56 +02:00
startcode.h h264: Move search code search functions into separate source files. 2014-04-25 02:35:56 +02:00
subviewerdec.c
sunrast.c
sunrast.h
sunrastenc.c
svq1_cb.h
svq1_vlc.h
svq1.c
svq1.h
svq1dec.c
svq1enc_cb.h
svq1enc.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
svq3.c avcodec/svq3: Fix "incompatible pointer type" warnings 2014-05-05 23:30:35 +02:00
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint.h
tak_parser.c
tak.c
tak.h
takdec.c avcodec/takdec: Always initialize hsize, silence "may be used uninitialized" warning 2014-05-08 17:33:28 +02:00
targa_y216dec.c
targa.c
targa.h
targaenc.c
textdec.c
thread.h
tiertexseqv.c
tiff_common.c avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTE 2014-04-20 17:01:46 +02:00
tiff_common.h avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTE 2014-04-20 17:01:46 +02:00
tiff_data.c
tiff_data.h
tiff.c avcodec/tiff: Support 410 and 440 YCbCr 2014-04-30 17:41:31 +02:00
tiff.h Merge commit 'a9b046fb0ae5395c4d1d8a82cd0d3e354b5034ed' 2014-04-13 03:45:45 +02:00
tiffenc.c Merge commit 'a9b046fb0ae5395c4d1d8a82cd0d3e354b5034ed' 2014-04-13 03:45:45 +02:00
tmv.c
tpel_template.c
tpeldsp.c
tpeldsp.h
truemotion1.c
truemotion1data.h
truemotion2.c avcodec/truemotion2: replace impossible condition by av_assert2 2014-04-27 05:20:04 +02:00
truespeech_data.h
truespeech.c
tscc2.c
tscc2data.h
tscc.c
tta.c avcodec/tta: use av_malloc(z)_array() 2014-04-18 15:19:09 +02:00
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c avcodec/ttaenc: use av_malloc_array() 2014-04-25 15:04:42 +02:00
twinvq_data.h
twinvq.c
twinvq.h
twinvqdec.c
txd.c
ulti_cb.h
ulti.c
unary.h
utils.c avcodec/utils: add error message for the recode_subtitle() without iconv case 2014-05-21 17:39:26 +02:00
utvideo.c
utvideo.h Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
utvideodec.c Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e' 2014-04-02 02:54:09 +02:00
utvideoenc.c Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
v210dec.c
v210dec.h
v210enc.c
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c
v410enc.c
vaapi_h264.c hwaccel: fix dxva2 & vaapi loop filter parameters 2014-04-28 20:23:17 +02:00
vaapi_internal.h
vaapi_mpeg2.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
vaapi_mpeg4.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
vaapi_mpeg.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
vaapi_vc1.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
vaapi.c mpegvideo: operate with pointers to AVFrames instead of whole structs 2014-04-09 02:12:19 +02:00
vaapi.h
vb.c
vble.c Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
vc1_parser.c avcodec/vc1_parser: fix use of uinitialized memory 2014-04-29 04:30:53 +02:00
vc1.c avcodec: replace uses of deprecated avcodec_set_dimensions() 2014-05-09 19:43:30 +02:00
vc1.h
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c Merge commit '5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f' 2014-05-11 23:28:40 +02:00
vc1dsp.c vc-1: Add platform-specific start code search routine to VC1DSPContext. 2014-04-25 02:36:11 +02:00
vc1dsp.h vc-1: Add platform-specific start code search routine to VC1DSPContext. 2014-04-25 02:36:11 +02:00
vcr1.c
vda_h264_dec.c
vda_h264.c avcodec/vda_h264: fix bistream typo 2014-05-12 03:27:04 +02:00
vda_internal.h Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f' 2014-05-12 01:57:02 +02:00
vda.c Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f' 2014-05-12 01:57:02 +02:00
vda.h Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f' 2014-05-12 01:57:02 +02:00
vdpau_h264.c Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' 2014-05-11 23:49:13 +02:00
vdpau_internal.h avcodec/vdpau_internal: move "struct vdpau_picture_context" up to avoid "#else" 2014-05-22 01:53:54 +02:00
vdpau_mpeg4.c Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' 2014-05-11 23:49:13 +02:00
vdpau_mpeg12.c Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' 2014-05-11 23:49:13 +02:00
vdpau_vc1.c Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' 2014-05-11 23:49:13 +02:00
vdpau.c Merge remote-tracking branch 'qatar/master' 2014-04-09 15:18:46 +02:00
vdpau.h
version.h avcodec/webvttenc: add webvtt encoder 2014-05-25 03:04:14 +02:00
videodsp_template.c
videodsp.c Merge commit 'd3789eeeed3423bd1ca9dc40030a2f7a21ea5332' 2014-04-07 02:51:05 +02:00
videodsp.h Merge commit 'd3789eeeed3423bd1ca9dc40030a2f7a21ea5332' 2014-04-07 02:51:05 +02:00
vima.c Merge commit '6f273093e54cba130f3ffde3d6433e74baa4ad89' 2014-04-06 23:14:23 +02:00
vmdav.c
vmnc.c
vorbis_data.c
vorbis_enc_data.h
vorbis_parser.c
vorbis_parser.h
vorbis.c
vorbis.h
vorbisdec.c avcodec/vorbisdec: use av_malloc(z)_array() 2014-04-30 05:23:44 +02:00
vorbisdsp.c Merge commit '3956a5e0ea46ed7e27ca888fe11c47986ad99261' 2014-04-22 23:51:19 +02:00
vorbisdsp.h Merge commit '3956a5e0ea46ed7e27ca888fe11c47986ad99261' 2014-04-22 23:51:19 +02:00
vorbisenc.c
vp3_parser.c Merge remote-tracking branch 'qatar/master' 2014-04-02 00:25:21 +02:00
vp3.c avcodec/vp3: use av_mallocz_array() 2014-05-27 20:42:50 +02:00
vp3data.h Merge remote-tracking branch 'qatar/master' 2014-04-02 00:25:21 +02:00
vp3dsp.c Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d' 2014-04-05 18:54:15 +02:00
vp3dsp.h
vp5.c Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp5data.h
vp6.c Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp6data.h
vp6dsp.c
vp8_parser.c Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5' 2014-03-30 01:55:31 +01:00
vp8.c Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp8.h Merge commit 'a6ac4fcce44108f6f87278b8d12e890576f46a62' 2014-04-15 01:23:00 +02:00
vp8data.h Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f' 2014-04-04 14:46:10 +02:00
vp8dsp.c Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f' 2014-04-04 14:46:10 +02:00
vp8dsp.h Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f' 2014-04-04 14:46:10 +02:00
vp9_parser.c
vp9.c vp9: Read the frame size as unsigned 2014-05-03 18:25:17 +02:00
vp9.h
vp9data.h
vp9dsp.c
vp9dsp.h avcodec/vp9dsp: fix typo in mc doxy. 2014-03-29 18:13:15 +01:00
vp56.c Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp56.h Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c
wavpack.c avcodec/wavpack: initialize pointers to silence warning about them possibly being uninitialized 2014-05-07 02:13:56 +02:00
wavpack.h
wavpackenc.c
wavpackenc.h
webp.c avcdoec/webp: use av_malloc_array() 2014-04-20 17:35:19 +02:00
webvttdec.c
webvttenc.c avcodec/webvttenc: do not use EOVERFLOW. 2014-05-25 10:28:16 +02:00
wma_common.c
wma_common.h
wma.c avcodec/wma: use av_malloc_array() 2014-04-22 02:41:05 +02:00
wma.h
wmadata.h
wmadec.c Use correct msvc type specifiers for ptrdiff_t and size_t. 2014-04-24 18:01:30 +02:00
wmaenc.c
wmalosslessdec.c
wmaprodata.h
wmaprodec.c Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e' 2014-04-02 02:54:09 +02:00
wmavoice_data.h
wmavoice.c
wmv2.c
wmv2.h
wmv2dec.c
wmv2dsp.c
wmv2dsp.h
wmv2enc.c avcodec/wmv2enc: allocate padding for extradata and check malloc failure 2014-05-18 15:59:45 +02:00
wnv1.c
ws-snd1.c
xan.c
xbmdec.c avcodec/xbmdec: fix pointer type warnings 2014-05-03 22:07:54 +02:00
xbmenc.c xbm: use av_frame_free on close 2014-03-27 23:57:51 +01:00
xface.c
xface.h
xfacedec.c
xfaceenc.c
xiph.c
xiph.h
xl.c
xsubdec.c
xsubenc.c
xvmc_internal.h
xvmc.h
xwd.h
xwddec.c Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e' 2014-04-02 02:54:09 +02:00
xwdenc.c
xxan.c
y41pdec.c
y41penc.c
yop.c
yuv4dec.c
yuv4enc.c
zerocodec.c
zmbv.c Use correct msvc type specifiers for ptrdiff_t and size_t. 2014-04-24 18:01:30 +02:00
zmbvenc.c