1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-12 19:18:44 +02:00
FFmpeg/libavcodec
Rong Yan 8a03d428f1 avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec() delete macros VEC_FMERGEH() VEC_FMERGEL(), they where wrong
GCC tool had a bug of PPC intrinsic interpret, which has been fixed in GCC 4.9.1. This bug lead to
errors in two of our previous patches. We found this when we update our GCC tools to 4.9.1 and by
reading the related info on GCC website. We fix our previous error in two separate commits

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-27 12:59:15 +02:00
..
aarch64
alpha
arm avcodec/arm/flacdsp_init_arm: Put CONFIG_FLAC_DECODER first in if() 2015-03-26 15:41:27 +01:00
avr32
bfin
mips avcodec: optimize mathops for Loongson-3 v1 2015-04-27 02:25:12 +02:00
neon
ppc avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec() delete macros VEC_FMERGEH() VEC_FMERGEL(), they where wrong 2015-04-27 12:59:15 +02:00
sh4
sparc
x86 vp9: remove another optimization branch in iadst16 which causes overflows. 2015-04-24 16:54:31 +02:00
4xm.c
8bps.c
8svx.c
012v.c
a64colors.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 aacenc: Adjust the initial offset for PNS values 2015-04-14 03:42:57 +02:00
aacadtsdec.c
aacadtsdec.h
aaccoder.c aaccoder: use put_sbits() 2015-04-18 14:13:59 -03:00
aacdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
aacdectab.h
aacenc.c aaccoder: Implement Perceptual Noise Substitution for AAC 2015-04-15 19:59:44 +02:00
aacenc.h aaccoder: Implement Perceptual Noise Substitution for AAC 2015-04-15 19:59:44 +02:00
aacps_tablegen.c
aacps_tablegen.h
aacps.c
aacps.h
aacpsdata.c
aacpsdsp.c
aacpsdsp.h
aacpsy.c aacpsy: correct calculation of minath in psy_3gpp_init 2015-04-22 01:18:14 +02:00
aacsbr_tablegen.c
aacsbr_tablegen.h
aacsbr.c
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c aasc: return correct buffer size from aasc_decode_frame 2015-04-16 19:19:09 +02:00
ac3_parser.c
ac3_parser.h
ac3.c ac3: validate end in ff_ac3_bit_alloc_calc_mask 2015-04-16 21:37:16 +02:00
ac3.h
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c
ac3dec_float.c
ac3dec.c
ac3dec.h
ac3dsp.c
ac3dsp.h
ac3enc_fixed.c
ac3enc_float.c
ac3enc_opts_template.c
ac3enc_template.c
ac3enc.c avcodec: fix build with DEBUG/TRACE 2015-04-20 04:11:23 +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: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03: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 alac: reject rice_limit 0 if compression is used 2015-04-24 01:15:41 +02:00
alacenc.c
aliaspixdec.c
aliaspixenc.c
allcodecs.c Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437' 2015-04-20 05:28:13 +02:00
alsdec.c alsdec: only adapt order for positive max_order 2015-04-23 16:51:46 +02:00
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c
ansi.c
apedec.c
api-flac-test.c api-flac-test: Coding style 2015-04-22 17:45:51 +02:00
apng.h
ass_split.c
ass_split.h
ass.c
ass.h
assdec.c
assenc.c
asv.c
asv.h
asvdec.c
asvenc.c Merge commit 'd90133b77bf69667d10e54de9aae7da223c6876a' 2015-04-24 21:37:53 +02:00
atrac1.c
atrac1data.h
atrac3.c
atrac3data.h
atrac3plus_data.h
atrac3plus.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
atrac3plus.h
atrac3plusdec.c avcodec/atrac3plusdec: Free mdct contexts at the end 2015-04-14 02:31:37 +02:00
atrac3plusdsp.c avcodec/atrac3plusdsp: fix on stack alignment 2015-04-17 12:22:04 +02:00
atrac.c
atrac.h
audio_frame_queue.c lavc: Replace av_dlog and tprintf with internal macros 2015-04-19 12:41:59 +01:00
audio_frame_queue.h
audioconvert.c
audioconvert.h
audiodsp.c
audiodsp.h
aura.c
avcodec.h Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437' 2015-04-20 05:28:13 +02:00
avcodecres.rc
avdct.c
avdct.h
avfft.c
avfft.h
avpacket.c
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
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitstream_filter.c
bitstream.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
blockdsp.c
blockdsp.h
bmp_parser.c
bmp.c
bmp.h
bmpenc.c
bmvaudio.c
bmvvideo.c
brenderpix.c
bswapdsp.c
bswapdsp.h
bytestream.h
c93.c
cabac_functions.h
cabac_tablegen.c
cabac_tablegen.h
cabac.c avcodec/cabac: remove START/STOP_TIMER debug/benchmark code 2015-04-18 17:42:30 +02:00
cabac.h
canopus.c Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad' 2015-04-20 05:19:46 +02:00
canopus.h Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad' 2015-04-20 05:19:46 +02:00
cavs_parser.c
cavs.c
cavs.h
cavsdata.c
cavsdec.c
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
ccaption_dec.c avcodec/ccaption_dec: Remove the GOTO statement 2015-04-02 00:06:44 +02:00
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
cljrdec.c
cljrenc.c
cllc.c Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad' 2015-04-20 05:19:46 +02:00
cngdec.c
cngenc.c
codec_desc.c Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437' 2015-04-20 05:28:13 +02:00
cook_parser.c
cook.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
cookdata.h
copy_block.h
cos_tablegen.c
cpia.c
crystalhd.c
cscd.c
cyuv.c
dca_exss.c
dca_parser.c
dca_syncwords.h
dca_xll.c dca_xll: use av_clip_intp2() 2015-04-18 14:14:24 -03:00
dca.c
dca.h
dcadata.c
dcadata.h
dcadec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
dcadsp.c
dcadsp.h
dcaenc.c dcaenc: use put_sbits() 2015-04-18 14:14:11 -03:00
dcaenc.h
dcahuff.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dct32.h
dct-test.c
dct.c
dct.h
dctref.c
dctref.h
dfa.c
dirac_arith.c
dirac_arith.h
dirac_dwt.c
dirac_dwt.h
dirac_parser.c
dirac.c
dirac.h
diracdec.c
diracdsp.c
diracdsp.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
dnxhdenc.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
dnxhdenc.h
dpcm.c
dpx_parser.c
dpx.c
dpxenc.c
dsd_tablegen.c
dsd_tablegen.h
dsddec.c
dsicinaudio.c
dsicinvideo.c
dss_sp.c dss_sp: use lowercase codec name without whitespace 2015-04-24 14:55:11 +01:00
dump_extradata_bsf.c
dv_profile_internal.h
dv_profile.c
dv_profile.h
dv_tablegen.c
dv_tablegen.h
dv.c
dv.h
dvbsub_parser.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
dvbsub.c
dvbsubdec.c avcodec/dvbsubdec: Do not return a value from a function returning void 2015-04-26 13:47:12 +02:00
dvd_nav_parser.c
dvdata.c
dvdata.h
dvdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
dvdsub_parser.c
dvdsubdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
dvdsubenc.c
dvenc.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
dxa.c
dxtory.c
dxva2_h264.c
dxva2_hevc.c
dxva2_internal.h
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
eaidct.h
eamad.c
eatgq.c
eatgv.c
eatqi.c
elbg.c
elbg.h
error_resilience.c avcodec/error_resilience: Avoid race with updating the error_count 2015-04-05 13:32:09 +02:00
error_resilience.h avcodec/error_resilience: Avoid race with updating the error_count 2015-04-05 13:32:09 +02:00
escape124.c
escape130.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
evrcdata.h
evrcdec.c
exif.c
exif.h
exr.c Revert "avcodec/exr: fix memset first arg in reverse_lut()" 2015-04-01 19:53:23 +02:00
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c
faxcompr.h
fdctdsp.c
fdctdsp.h
fft_fixed_32.c
fft_fixed.c
fft_float.c
fft_init_table.c
fft_table.h
fft_template.c
fft-fixed32-test.c
fft-fixed-test.c
fft-internal.h
fft-test.c
fft.h
ffv1.c ffv1: Pass correct pointers to av_free() 2015-04-20 14:59:40 +01:00
ffv1.h avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
ffv1dec.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
ffv1enc.c avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formats 2015-04-26 21:23:14 +02:00
ffwavesynth.c
fic.c
file_open.c
flac_parser.c Merge commit 'b18346817d57c96cc47811cf78b26653e96bd304' 2015-04-20 22:08:28 +02:00
flac.c
flac.h
flacdata.c
flacdata.h
flacdec.c
flacdsp_lpc_template.c
flacdsp_template.c
flacdsp.c
flacdsp.h
flacenc.c avcodec/flacenc: also count wasted bits in subframe_count_exact() 2015-04-20 14:36:36 +02:00
flashsv2enc.c
flashsv.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
flashsvenc.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
flicvideo.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
flv.h
flvdec.c
flvenc.c
fmtconvert.c
fmtconvert.h
frame_thread_encoder.c
frame_thread_encoder.h
fraps.c
frwu.c
g2meet.c g2meet: Support G2M5 codec variant 2015-04-19 23:45:35 +01:00
g722.c
g722.h
g722dec.c
g722dsp.c
g722dsp.h
g722enc.c
g723_1_data.h
g723_1.c
g726.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
g729.h
g729data.h
g729dec.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
g729postfilter.c
g729postfilter.h
get_bits.h Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
gif.c
gif.h
gifdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
golomb-test.c
golomb.c
golomb.h avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03: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 commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
h261enc.c
h263_parser.c
h263_parser.h
h263.c
h263.h
h263data.h
h263dec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
h263dsp.c
h263dsp.h
h264_cabac.c avcodec/h264_cabac: Use ff_tlog() for block level information 2015-04-26 00:58:51 +02:00
h264_cavlc.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
h264_direct.c
h264_loopfilter.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
h264_mb_template.c
h264_mb.c avcodec/h264_mb: assert that frame waiting code actually references 2 fields/1 frame 2015-04-04 18:34:36 +02:00
h264_mc_template.c
h264_mp4toannexb_bsf.c
h264_mvpred.h Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
h264_parser.c avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-10 18:35:07 +02:00
h264_picture.c avcodec/h264: Use only one ERContext 2015-04-09 17:42:04 +02:00
h264_ps.c Merge commit '86e1a35802df42f51337d3fed8d5d99d0898c8bf' 2015-04-20 22:49:50 +02:00
h264_refs.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
h264_sei.c
h264_slice.c avcodec/h264_slice: Change a few asserts to av_assert* 2015-04-26 12:59:30 +02:00
h264.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
h264.h Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
h264addpx_template.c
h264chroma_template.c
h264chroma.c
h264chroma.h
h264data.h
h264dsp_template.c
h264dsp.c
h264dsp.h
h264idct_template.c
h264idct.c
h264idct.h
h264pred_template.c
h264pred.c
h264pred.h
h264qpel_template.c
h264qpel.c
h264qpel.h
hevc_cabac.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
hevc_filter.c
hevc_mvs.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
hevc_parser.c
hevc_ps.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
hevc_refs.c
hevc_sei.c
hevc.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
hevc.h
hevcdsp_template.c
hevcdsp.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vertical mc functions 2015-04-17 17:39:32 +02:00
hevcdsp.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vertical mc functions 2015-04-17 17:39:32 +02:00
hevcpred_template.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
hevcpred.c
hevcpred.h
hnm4video.c
hpel_template.c
hpeldsp.c
hpeldsp.h
hq_hqa.c Merge commit '28eddef689f2b4843a84f7d05fd9614246f92cc4' 2015-04-23 21:57:16 +02:00
hq_hqa.h Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437' 2015-04-20 05:28:13 +02:00
hq_hqadata.c Merge commit 'a4edaeb50fc7510f28a5d79349a7926a182c9930' 2015-04-24 21:27:15 +02:00
hq_hqadsp.c Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437' 2015-04-20 05:28:13 +02:00
hq_hqadsp.h Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437' 2015-04-20 05:28:13 +02:00
hqx.c Merge commit 'bb428e00ac158244d6691bf135be404e85b66a8b' 2015-04-24 22:00:35 +02:00
hqx.h Merge commit '5b5338f6d1272526d2634501555cbaff4cdfb87b' 2015-04-20 05:11:48 +02:00
hqxdsp.c Merge commit 'ea031b75fb50c59196ccb654c9d143fb75365da9' 2015-04-20 04:33:06 +02:00
hqxdsp.h Merge commit '1746dc382ddbf3f8a3f039815644f7eb9076110e' 2015-04-20 23:13:16 +02:00
hqxvlc.c
huffman.c
huffman.h
huffyuv.c
huffyuv.h
huffyuvdec.c
huffyuvdsp.c
huffyuvdsp.h
huffyuvenc.c Merge commit '43171886e08b6a2f20a1e2f3ecc95a7984b591cd' 2015-04-24 21:48:27 +02:00
huffyuvencdsp.c
huffyuvencdsp.h
idcinvideo.c
idctdsp.c
idctdsp.h
iff.c
iirfilter.c
iirfilter.h
imc.c lavc: Replace av_dlog and tprintf with internal macros 2015-04-19 12:41:59 +01:00
imcdata.h
imdct15.c
imdct15.h
imgconvert.c
imgconvert.h
imx_dump_header_bsf.c
indeo2.c
indeo2data.h
indeo3.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
indeo3data.h
indeo4.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
indeo4data.h Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' 2015-03-30 20:39:08 +02:00
indeo5.c Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' 2015-03-30 20:39:08 +02:00
indeo5data.h
intelh263dec.c avcodec/intelh263dec: Use check_marker() 2015-04-15 18:53:55 +02:00
internal.h Merge commit '5bba3ab0cf7a0238ee1ea31ca2da08ce860fd8f9' 2015-04-24 20:49:45 +02:00
interplayvideo.c avcodec/interplayvideo: Use ff_tlog() for block level decode tracing 2015-04-26 12:59:44 +02:00
intrax8.c
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c avcodec/ituh263dec: Use ff_tlog() for block level information 2015-04-26 01:00:05 +02:00
ituh263enc.c
ivi_dsp.c Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' 2015-03-30 20:39:08 +02:00
ivi_dsp.h Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' 2015-03-30 20:39:08 +02:00
ivi.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
ivi.h Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' 2015-03-30 20:39:08 +02:00
j2kenc.c
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint_template.c
jfdctint.c
jpeg2000.c
jpeg2000.h
jpeg2000dec.c
jpeg2000dsp.c
jpeg2000dsp.h
jpeg2000dwt.c
jpeg2000dwt.h
jpegls.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
jpegls.h
jpeglsdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
jpeglsdec.h
jpeglsenc.c Merge commit 'e6e3dcba0c6f11bd7022e2d3b9bcb7b6a09d6c80' 2015-03-30 21:05:23 +02:00
jpegtables.c Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
jpegtables.h Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
jrevdct.c
jvdec.c
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c
lagarith.c
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c
lclenc.c Merge commit '74a1cad7e3ba79e5b1e5b2e2bcf6179520442679' 2015-04-24 22:21:00 +02:00
libaacplus.c
libavcodec.v
libcelt_dec.c
libdcadec.c avcodec/libdcadec: honor AVCodecContext bitexact flag 2015-04-09 22:37:39 -03:00
libfaac.c
libfdk-aacdec.c
libfdk-aacenc.c
libgsmdec.c
libgsmenc.c
libilbc.c
libmp3lame.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
libopencore-amr.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
libopenh264enc.c
libopenjpegdec.c
libopenjpegenc.c
libopus.c
libopus.h
libopusdec.c
libopusenc.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c
libshine.c
libspeexdec.c
libspeexenc.c
libstagefright.cpp
libtheoraenc.c
libtwolame.c
libutvideo.h
libutvideodec.cpp
libutvideoenc.cpp
libvo-aacenc.c
libvo-amrwbenc.c
libvorbisdec.c
libvorbisenc.c
libvpx.c Support for VP9 high-color/high-bit-depth encoding 2015-04-20 15:24:13 -07:00
libvpx.h
libvpxdec.c libvpxdec: cosmetics: reindent 2015-04-24 00:00:20 -07:00
libvpxenc.c libvpxenc: cosmetics: reindent 2015-04-24 00:00:12 -07:00
libwavpackenc.c
libwebpenc.c
libx264.c Merge commit 'eae7338e1592f4a398b7c3cb9d1ac854b7a44ff8' 2015-04-24 22:21:17 +02:00
libx265.c Merge commit 'ec89f35e3e5eb9ec5221266e801efeee7ecab4df' 2015-04-15 11:57:38 +02:00
libxavs.c
libxvid_rc.c
libxvid.c avcodec/libxvid: remove now redundant init cleanup code 2015-04-24 23:12:02 +02:00
libxvid.h
libzvbi-teletextdec.c
ljpegenc.c Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
loco.c
log2_tab.c
lossless_audiodsp.c
lossless_audiodsp.h
lossless_videodsp.c
lossless_videodsp.h
lpc.c
lpc.h
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
Makefile libavcodec: Add FLAC API test 2015-04-20 14:36:41 +02:00
mathops.h avcodec: optimize mathops for Loongson-3 v1 2015-04-27 02:25:12 +02:00
mathtables.c
mdct_fixed_32.c
mdct_fixed.c
mdct_float.c
mdct_template.c
mdec.c
me_cmp.c
me_cmp.h
metasound_data.c
metasound_data.h
metasound.c
microdvddec.c
mimic.c
mjpeg2jpeg_bsf.c Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
mjpeg_parser.c
mjpeg.h Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
mjpegdec.h
mjpegenc_common.c Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
mjpegenc_common.h
mjpegenc.c Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
mjpegenc.h Merge commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5' 2015-03-31 00:48:04 +02:00
mlp_parser.c
mlp_parser.h
mlp.c
mlp.h
mlpdec.c
mlpdsp.c
mlpdsp.h
mmaldec.c Merge commit '49e531ff4706279c7eed774f2c8b896942924ce2' 2015-04-14 13:40:58 +02:00
mmvideo.c
motion_est_template.c
motion_est.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
motion-test.c
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c
movsub_bsf.c
movtextdec.c avcodec/movtextdec: Decoding of Bold-Italic_Underlined styles for 3gpp timed text subtitles 2015-04-25 00:23:44 +02:00
movtextenc.c
mp3_header_decompress_bsf.c
mpc7.c
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpc.c
mpc.h
mpcdata.h
mpeg4_unpack_bframes_bsf.c avcodec: add unpack packed B-frames bitstream filter 2015-04-05 02:24:56 +02:00
mpeg4audio.c
mpeg4audio.h
mpeg4data.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4video.c
mpeg4video.h mpeg4: use a self-explanatory #define MAX_NVOP_SIZE 2015-04-04 02:23:58 +02:00
mpeg4videodec.c mpeg4videodec: only allow a positive length 2015-04-22 16:57:52 +02:00
mpeg4videoenc.c
mpeg12.c
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c avcodec/mpeg12dec: Make ff_dlog() messages more clear 2015-04-25 20:23:28 +02:00
mpeg12enc.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
mpeg_er.c
mpeg_er.h
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 Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
mpegaudiodecheader.c avcodec: fix build with DEBUG/TRACE 2015-04-20 04:11:23 +02:00
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
mpegaudiotab.h
mpegutils.c
mpegutils.h
mpegvideo_enc.c Merge commit '3d71b1f8f09fccea7158e868fb9bd81b81205449' 2015-04-20 11:29:43 +02:00
mpegvideo_motion.c
mpegvideo_parser.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
mpegvideo_xvmc.c
mpegvideo.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
mpegvideo.h
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c
mpegvideoencdsp.h
mpl2dec.c
mqc.c
mqc.h
mqcdec.c
mqcenc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
msmpeg4enc.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
msrle.c
msrledec.c msrledec: use signed pixel_ptr in msrle_decode_pal4 2015-04-16 15:52:22 +02:00
msrledec.h
mss1.c
mss2.c
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c
mss12.c
mss12.h
mss34dsp.c
mss34dsp.h
msvideo1.c
msvideo1enc.c
mvcdec.c
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c
nellymoserenc.c
noise_bsf.c
nuv.c
nvenc.c avcodec/nvenc: Add options for level and tier 2015-04-09 18:20:26 +02:00
old_codec_ids.h
on2avc.c
on2avcdata.c
on2avcdata.h
options_table.h
options.c
opus_celt.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
opus_parser.c
opus_silk.c
opus.c
opus.h avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
opusdec.c
paf.h
pafaudio.c
pafvideo.c
pamenc.c
parser.c avcodec/parser: Remove duplicate header inlcude 2015-04-20 14:58:09 +02:00
parser.h
pcm_tablegen.c
pcm_tablegen.h
pcm-bluray.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
pcm-dvd.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
pcm.c
pcx.c
pcxenc.c
pel_template.c
pgssubdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
pictordec.c
pixblockdsp_template.c
pixblockdsp.c
pixblockdsp.h
pixels.h
png_parser.c
png.c
png.h
pngdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
pngdsp.c
pngdsp.h
pngenc.c avcodec/pngenc: don't return a value in a void function 2015-04-02 23:22:28 +02:00
pnm_parser.c
pnm.c
pnm.h
pnmdec.c
pnmenc.c
proresdata.c
proresdata.h
proresdec2.c
proresdec_lgpl.c
proresdec.h
proresdsp.c
proresdsp.h
proresenc_anatoliy.c proresenc_anatoliy: use put_sbits() 2015-04-18 14:15:57 -03:00
proresenc_kostya.c Merge commit '0a51c7d42a519c63178a4f3e35b8967f21da3a6a' 2015-04-23 22:04:37 +02:00
psymodel.c
psymodel.h
pthread_frame.c avcodec/pthread_frame: Fix memleak with frame threads and allocated AVOptions 2015-04-06 18:43:38 +02:00
pthread_internal.h
pthread_slice.c
pthread.c
ptx.c
put_bits.h avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
qcelpdata.h
qcelpdec.c
qdm2_tablegen.c
qdm2_tablegen.h
qdm2.c
qdm2data.h
qdrw.c
qpeg.c
qpel_template.c
qpeldsp.c
qpeldsp.h
qsv_api.c
qsv_internal.h avcodec/qsv_internal: Fix project name 2015-03-28 03:44:19 +01:00
qsv.c Merge commit 'd0a63d8b989647ffdb5f40da8e1feaffe1a8e791' 2015-03-28 01:16:21 +01:00
qsv.h
qsvdec_h264.c Merge commit '9ba27c2348d26000257e891e40a72facb0d916be' 2015-03-28 01:25:20 +01:00
qsvdec.c Merge commit '9ba27c2348d26000257e891e40a72facb0d916be' 2015-03-28 01:25:20 +01:00
qsvdec.h Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2' 2015-03-28 01:33:27 +01:00
qsvenc_h264.c Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2' 2015-03-28 01:33:27 +01:00
qsvenc.c Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2' 2015-03-28 01:33:27 +01:00
qsvenc.h Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2' 2015-03-28 01:33:27 +01:00
qtrle.c
qtrleenc.c
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 '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
ratecontrol.h
raw.c
raw.h
rawdec.c
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
rpza.c
rtjpeg.c
rtjpeg.h
rv10.c avcodec/rv10: Use ff_tlog() for block level tracing 2015-04-26 16:29:23 +02:00
rv10enc.c
rv20enc.c
rv30.c
rv30data.h
rv30dsp.c
rv34_parser.c
rv34.c
rv34.h
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c
rv40data.h
rv40dsp.c
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c
s302menc.c
samidec.c
sanm.c
sbr.h
sbrdsp.c
sbrdsp.h
sgi.h
sgidec.c
sgienc.c
sgirledec.c
shorten.c
simple_idct_template.c
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
smc.c
smvjpegdec.c lavc/smvjpegdec: Avoid null dereference and return meaningful error codes 2015-04-01 19:33:45 +02:00
snow_dwt.c
snow_dwt.h
snow.c
snow.h
snowdata.h
snowdec.c libavcodec/snowdec: Mark as FF_CODEC_CAP_INIT_THREADSAFE and FF_CODEC_CAP_INIT_CLEANUP 2015-04-25 04:50:47 +02:00
snowenc.c avcodec/snowenc: Mark as FF_CODEC_CAP_INIT_THREADSAFE and FF_CODEC_CAP_INIT_CLEANUP 2015-04-25 12:58:17 +02:00
sonic.c
sp5x.h
sp5xdec.c
srtdec.c
srtenc.c
startcode.c
startcode.h
subviewerdec.c
sunrast.c
sunrast.h
sunrastenc.c
svq1_cb.h
svq1_vlc.h
svq1.c
svq1.h
svq1dec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
svq1enc_cb.h
svq1enc.c
svq1enc.h
svq3.c Merge commit '249796e2560c2cce1add722c3e873de96b17be74' 2015-04-06 01:41:00 +02:00
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint_vlc.h
tableprint.h
tak_parser.c
tak.c
tak.h
takdec.c
targa_y216dec.c
targa.c
targa.h
targaenc.c
tdsc.c
textdec.c
thread.h
tiertexseqv.c
tiff_common.c
tiff_common.h
tiff_data.c
tiff_data.h
tiff.c
tiff.h
tiffenc.c tiff: Return more meaningful error codes 2015-03-30 19:34:26 +02:00
tmv.c
tpeldsp.c
tpeldsp.h
truemotion1.c
truemotion1data.h
truemotion2.c
truespeech_data.h
truespeech.c
tscc2.c
tscc2data.h
tscc.c
tta.c
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c
twinvq_data.h
twinvq.c
twinvq.h
twinvqdec.c
txd.c
ulti_cb.h
ulti.c
unary.h
utils.c Merge commit 'a78f5548d94f23ce23cece41edf0fe9d18926de6' 2015-04-23 21:41:23 +02:00
utvideo.c
utvideo.h
utvideodec.c
utvideoenc.c
v210dec.c
v210dec.h
v210enc.c
v210enc.h Merge commit 'f8fd0c29ce5dc7d4be13e7e89d0f1e8a035ae71b' 2015-04-09 20:09:10 +02:00
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c
v410enc.c
vaapi_h264.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
vaapi_internal.h
vaapi_mpeg2.c Merge commit '5aed1d4240d411533c102eec6944aa925b7f4964' 2015-04-26 01:22:39 +02:00
vaapi_mpeg4.c Merge commit '5aed1d4240d411533c102eec6944aa925b7f4964' 2015-04-26 01:22:39 +02:00
vaapi_vc1.c Merge commit '5aed1d4240d411533c102eec6944aa925b7f4964' 2015-04-26 01:22:39 +02:00
vaapi.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
vaapi.h
vb.c
vble.c
vc1_block.c
vc1_common.h
vc1_loopfilter.c
vc1_mc.c
vc1_parser.c
vc1_pred.c vc1_pred: Always initialize px and py in ff_vc1_pred_mv_intfr() 2015-04-19 23:17:56 +01:00
vc1_pred.h
vc1.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
vc1.h
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
vc1dsp.c
vc1dsp.h
vcr1.c
vda_h264_dec.c
vda_h264.c avcodec/vda_h264: try to fix build 2015-04-02 16:04:22 +02:00
vda_internal.h
vda.c
vda.h
vdpau_h264.c
vdpau_internal.h
vdpau_mpeg4.c
vdpau_mpeg12.c
vdpau_vc1.c
vdpau.c
vdpau.h
version.h Merge commit 'eb31256f12bf0c85aded1612551ce9230356879e' 2015-04-20 11:52:19 +02:00
videodsp_template.c
videodsp.c
videodsp.h
vima.c
vmdaudio.c
vmdvideo.c
vmnc.c
vorbis_data.c
vorbis_enc_data.h
vorbis_parser_internal.h
vorbis_parser.c
vorbis_parser.h
vorbis.c
vorbis.h
vorbisdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
vorbisdsp.c
vorbisdsp.h
vorbisenc.c
vp3_parser.c
vp3.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
vp3data.h
vp3dsp.c
vp3dsp.h
vp5.c
vp5data.h
vp6.c
vp6data.h
vp6dsp.c
vp8_parser.c
vp8.c
vp8.h
vp8data.h
vp8dsp.c
vp8dsp.h
vp9_mc_template.c vp9: add support for resolution changes in inter frames. 2015-04-23 05:09:51 +02:00
vp9_parser.c vp9: add support for resolution changes in inter frames. 2015-04-23 05:09:51 +02:00
vp9.c vp9: fix intraonly frame decoding. 2015-04-24 16:54:31 +02:00
vp9.h
vp9data.h
vp9dsp.c vp9: add support for resolution changes in inter frames. 2015-04-23 05:09:51 +02:00
vp9dsp.h vp9: add support for resolution changes in inter frames. 2015-04-23 05:09:51 +02:00
vp56.c
vp56.h
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wavpack.c
wavpack.h
wavpackenc.c wavpackenc: use put_sbits() 2015-04-18 18:07:54 -03:00
wavpackenc.h
webp.c
webvttdec.c
webvttenc.c
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wma.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wma.h
wmadata.h
wmadec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wmaenc.c
wmalosslessdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wmaprodata.h
wmaprodec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wmavoice_data.h
wmavoice.c
wmv2.c
wmv2.h
wmv2dec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wmv2dsp.c
wmv2dsp.h
wmv2enc.c
wnv1.c
ws-snd1.c
xan.c
xbmdec.c
xbmenc.c
xface.c
xface.h
xfacedec.c
xfaceenc.c
xiph.c
xiph.h
xl.c
xsubdec.c
xsubenc.c
xvididct.c
xvididct.h
xvmc_internal.h
xvmc.h
xwd.h
xwddec.c
xwdenc.c
xxan.c
y41pdec.c
y41penc.c
yop.c
yuv4dec.c
yuv4enc.c
zerocodec.c
zmbv.c
zmbvenc.c