1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavcodec
Philip Langdale 6e5e139fe3 avcodec/vdpau: Support for VDPAU accelerated HEVC decoding
This change introduces basic support for HEVC decoding through vdpau.
Right now, there are problems with the nvidia driver/library implementation
that mean that frames are incorrectly laid out in memory when they are
returned from the decoder, and it is normally impossible to recover the
complete decoded frame due to loss of data from alignment inconsistencies.

I obviously hope that nvidia will be fixing it in due course - I've verified
the problems exist with their example application.

As such, this support is not useful for any real world application, but I
believe that it is correct (with the caveat that the mangled frames may hide
problems) and will work properly once the nvidia problem is fixed.

Right now it appears that any file encoded by x265 or nvenc is decoded
correctly, but that's because these files don't use a bunch of HEVC
features.

Quick summary:

Features that seem to work:

1) Short Term References
2) Scaling Lists
3) Tiling

Features with known problems:

1) Long Term References

It's hard to tell what's going on here. After I read the nvidia example
app that does not set the IsLongTerm flag on LTRs, and changed my code,
a bunch of frames using LTR started to display correctly, but there
are still samples with glitches that are related to LTRs.

In terms of real world files, both x265 and nvenc only use short term
refs from this list. The divx encoder seems similar.

Signed-off-by: Philip Langdale <philipl@overt.org>
2015-06-25 20:06:47 -07:00
..
aarch64 arm64: constify src in h264qpel dsp function definitions 2015-06-24 08:41:32 +02:00
alpha
arm
avr32
bfin
mips avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for block functions 2015-06-22 20:18:10 +02:00
neon
ppc doc: avoid incorrect phrase 'allows to' 2015-06-16 21:48:51 +02:00
sh4
sparc
x86 doc: avoid incorrect phrase 'allows to' 2015-06-16 21:48:51 +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_parser: add required padding for GetBitContext buffer 2015-06-09 10:05:54 +02:00
aac_tablegen_decl.h
aac_tablegen.c
aac_tablegen.h
aac.h
aacadtsdec.c
aacadtsdec.h
aaccoder.c
aacdec.c avcodec/aacdec: Do not return a uninitialized value 2015-06-08 02:33:39 +02:00
aacdectab.h Merge commit 'a188108ebf28ebac9d2b8fc7d5b391aef45698b3' 2015-06-08 01:31:15 +02:00
aacenc.c
aacenc.h
aacps_tablegen.c
aacps_tablegen.h
aacps.c
aacps.h
aacpsdata.c
aacpsdsp.c
aacpsdsp.h
aacpsy.c
aacsbr_tablegen.c
aacsbr_tablegen.h
aacsbr.c
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c
ac3_parser.c ac3_parser: add required padding for GetBitContext buffer 2015-06-09 10:06:59 +02:00
ac3_parser.h
ac3.c
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
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 lavc+doc: adjust names to reflect ADPCM THP not being GameCube-only 2015-06-25 19:29:02 +02:00
adpcm.h
adpcmenc.c
adx_parser.c
adx.c
adx.h
adxdec.c
adxenc.c
aic.c Merge commit 'd8d124eebcf2ec1f6a1936b12a4f00a48f08e85c' 2015-06-17 20:53:34 +02:00
alac_data.c
alac_data.h
alac.c
alacenc.c
aliaspixdec.c
aliaspixenc.c
allcodecs.c avcodec/vdpau: Support for VDPAU accelerated HEVC decoding 2015-06-25 20:06:47 -07:00
alsdec.c avcodec/alsdec: Check for overread 2015-06-04 23:10:56 +02:00
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c
ansi.c
apedec.c
api-flac-test.c
apng.h
ass_split.c avcodec/ass_split: check ASSSplitContext alloc 2015-06-13 20:39:57 +02:00
ass_split.h doc: fix spelling errors 2015-06-14 15:09:33 +02:00
ass.c
ass.h
assdec.c
assenc.c
asv.c
asv.h
asvdec.c
asvenc.c
atrac1.c
atrac1data.h
atrac3.c
atrac3data.h
atrac3plus_data.h
atrac3plus.c atrac3plus: give the phase_shift flag a better name. 2015-06-08 11:45:22 +02:00
atrac3plus.h atrac3plus: give the phase_shift flag a better name. 2015-06-08 11:45:22 +02:00
atrac3plusdec.c avcodec/atrac3plusdec: consume only as many bytes as available 2015-06-04 23:10:56 +02:00
atrac3plusdsp.c atrac3plus: give the phase_shift flag a better name. 2015-06-08 11:45:22 +02:00
atrac.c
atrac.h
audio_frame_queue.c
audio_frame_queue.h
audioconvert.c
audioconvert.h
audiodsp.c
audiodsp.h
aura.c
avcodec.h Merge commit '5a79bf0284a37855636390e620d189a964214c9e' 2015-06-24 20:36:26 +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 Merge commit '7f596368a404363d72b1be6d16c51420a71bc523' 2015-06-03 19:07:12 +02:00
binkaudio.c
binkdata.h
binkdsp.c
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitstream_filter.c
bitstream.c doc: avoid incorrect phrase 'allows to' 2015-06-16 21:48:51 +02:00
blockdsp.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for block functions 2015-06-22 20:18:10 +02:00
blockdsp.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for block functions 2015-06-22 20:18:10 +02:00
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
cabac.h
canopus.c
canopus.h
cavs_parser.c
cavs.c
cavs.h
cavsdata.c
cavsdec.c
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
ccaption_dec.c
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 Remove a few occurences of "long long" from the libraries. 2015-06-13 09:28:41 +02:00
cljrdec.c
cljrenc.c
cllc.c
cngdec.c
cngenc.c
codec_desc.c lavc+doc: adjust names to reflect ADPCM THP not being GameCube-only 2015-06-25 19:29:02 +02:00
cook_parser.c
cook.c
cookdata.h
copy_block.h
cos_tablegen.c
cpia.c
crystalhd.c
cscd.c
cyuv.c
d3d11va.h
dca_exss.c
dca_parser.c
dca_syncwords.h
dca_xll.c
dca.c
dca.h
dcadata.c
dcadata.h
dcadec.c
dcadsp.c
dcadsp.h
dcaenc.c
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
dds.c dds: Fix palette mode on big endian 2015-06-24 14:45:16 +01:00
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
dnxhdenc.c
dnxhdenc.h
dpcm.c
dpx_parser.c
dpx.c
dpxenc.c avcodec/dpxenc: implement write16/32 as functions 2015-06-19 16:51:54 +02:00
dsd_tablegen.c
dsd_tablegen.h
dsddec.c
dsicinaudio.c
dsicinvideo.c
dss_sp.c
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
dvbsub.c
dvbsubdec.c
dvd_nav_parser.c
dvdata.c
dvdata.h
dvdec.c
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dvenc.c
dxa.c
dxtory.c
dxva2_h264.c
dxva2_hevc.c
dxva2_internal.h Merge commit '28fa58cf5d939151108345d7ddddebbd51d9b684' 2015-06-01 17:13:22 +02:00
dxva2_mpeg2.c
dxva2_vc1.c
dxva2.c Merge commit '172b2cee17a3779c114ba065dd7b25dcf61e408f' 2015-06-01 23:06:32 +02:00
dxva2.h
eac3_data.c
eac3_data.h
eac3dec.c
eac3enc.c
eac3enc.h
eacmv.c
eaidct.c
eaidct.h
eamad.c Merge commit '64a2e844166d62093b45e680874eea8bd1facf5b' 2015-06-12 21:42:50 +02:00
eatgq.c
eatgv.c Merge commit '7fccc96dc3c0bb2fa2079cbf4e4cf1aff2db46c8' 2015-06-01 01:45:39 +02:00
eatqi.c
elbg.c
elbg.h
error_resilience.c
error_resilience.h
escape124.c
escape130.c
evrcdata.h
evrcdec.c avcodec/evrc: make it possible to disable postfilter 2015-06-25 20:07:01 +00:00
exif.c
exif.h
exr.c avcodec/exr: fix crash caused by merge 2015-06-06 16:02:19 +00: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 avcodec/fft-test: fix type of cpuflags 2015-06-19 02:25:48 +02:00
fft.h
ffv1.c
ffv1.h
ffv1dec.c
ffv1enc.c avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set 2015-06-18 01:01:06 +02:00
ffwavesynth.c
fic.c avcodec/fic: Add skip_cursor AVOption 2015-06-19 13:57:36 +02:00
file_open.c
flac_parser.c
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: Fix Invalid Rice order 2015-06-16 12:55:20 +02:00
flashsv2enc.c
flashsv.c
flashsvenc.c
flicvideo.c
flv.h
flvdec.c
flvenc.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
fmtconvert.c
fmtconvert.h
frame_thread_encoder.c
frame_thread_encoder.h
fraps.c
frwu.c
g2meet.c
g722.c
g722.h
g722dec.c
g722dsp.c
g722dsp.h
g722enc.c
g723_1_data.h
g723_1.c
g726.c
g729.h
g729data.h
g729dec.c
g729postfilter.c
g729postfilter.h
get_bits.h
gif.c
gif.h
gifdec.c
golomb-test.c
golomb.c
golomb.h
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
h261enc.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
h263_parser.c
h263_parser.h
h263.c Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d' 2015-06-12 20:57:37 +02:00
h263.h Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d' 2015-06-12 20:57:37 +02:00
h263data.c Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d' 2015-06-12 20:57:37 +02:00
h263data.h Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d' 2015-06-12 20:57:37 +02:00
h263dec.c Merge commit '925b80d64029d41962e5998d7d901226c3a9baea' 2015-06-08 22:05:25 +02:00
h263dsp.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions 2015-06-17 13:50:14 +02:00
h263dsp.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions 2015-06-17 13:50:14 +02:00
h264_cabac.c
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
h264_ps.c
h264_refs.c
h264_sei.c
h264_slice.c h264: er: Copy from the previous reference only if compatible 2015-06-15 18:32:18 +02:00
h264.c h264: update avctx width/height/pix_fmt when returning frame 2015-06-12 21:22:00 +02:00
h264.h h264: update avctx width/height/pix_fmt when returning frame 2015-06-12 21:22:00 +02:00
h264addpx_template.c
h264chroma_template.c
h264chroma.c avcodec: loongson3 optimized h264chroma put and avg with mmi 2015-06-02 13:40:16 +02:00
h264chroma.h avcodec: loongson3 optimized h264chroma put and avg with mmi 2015-06-02 13:40:16 +02:00
h264data.h
h264dsp_template.c
h264dsp.c
h264dsp.h
h264idct_template.c
h264idct.c
h264idct.h
h264pred_template.c
h264pred.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction functions 2015-06-11 17:10:41 +02:00
h264pred.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction functions 2015-06-11 17:10:41 +02:00
h264qpel_template.c
h264qpel.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functions 2015-06-13 02:21:55 +02:00
h264qpel.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functions 2015-06-13 02:21:55 +02:00
hap.h Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7' 2015-06-22 22:47:32 +02:00
hapdec.c Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7' 2015-06-22 22:47:32 +02:00
hapenc.c Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7' 2015-06-22 22:47:32 +02:00
hevc_cabac.c
hevc_filter.c
hevc_mvs.c
hevc_parser.c
hevc_ps.c avcodec/hevc_ps: Only discard overread VPS if a previous is available 2015-06-18 18:03:21 +02:00
hevc_refs.c
hevc_sei.c
hevc.c avcodec/vdpau: Support for VDPAU accelerated HEVC decoding 2015-06-25 20:06:47 -07:00
hevc.h avcodec/hevc: Track long and short term RPS size for VDPAU 2015-06-13 21:09:24 -07:00
hevcdsp_template.c
hevcdsp.c
hevcdsp.h
hevcpred_template.c
hevcpred.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction functions 2015-06-10 13:53:03 +02:00
hevcpred.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction functions 2015-06-10 13:53:03 +02:00
hnm4video.c
hpel_template.c
hpeldsp.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functions 2015-06-19 14:00:12 +02:00
hpeldsp.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functions 2015-06-19 14:00:12 +02:00
hq_hqa.c avcodec/hq_hqa: Fix signness of tag 2015-06-08 19:11:27 +02:00
hq_hqa.h
hq_hqadata.c
hq_hqadsp.c
hq_hqadsp.h
hqx.c
hqx.h
hqxdsp.c
hqxdsp.h
hqxvlc.c
huffman.c
huffman.h
huffyuv.c
huffyuv.h
huffyuvdec.c
huffyuvdsp.c
huffyuvdsp.h
huffyuvenc.c Merge commit '7d2a6826912b629f17f3b0c5268e334fa123c4c9' 2015-06-01 01:57:29 +02:00
huffyuvencdsp.c
huffyuvencdsp.h
idcinvideo.c
idctdsp.c
idctdsp.h
iff.c
iirfilter.c
iirfilter.h
imc.c Merge commit '210921722bf828b3b895ebcbc34374e6c4452c6f' 2015-06-09 17:44:13 +02:00
imcdata.h
imdct15.c
imdct15.h
imgconvert.c libavcodec/imgconvert.c: support left band while cropping 2015-06-12 19:52:30 +02:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c
indeo2data.h
indeo3.c
indeo3data.h
indeo4.c
indeo4data.h
indeo5.c
indeo5data.h
intelh263dec.c
internal.h
interplayvideo.c
intrax8.c Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' 2015-06-08 21:05:12 +02:00
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b' 2015-06-12 21:05:57 +02:00
ituh263enc.c Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d' 2015-06-12 20:57:37 +02:00
ivi_dsp.c
ivi_dsp.h
ivi.c
ivi.h
j2kenc.c avcodec/jpeg2000: Remove CBLK limit 2015-06-26 01:00:17 +02:00
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint_template.c
jfdctint.c
jpeg2000.c avcodec/jpeg2000: Remove CBLK limit 2015-06-26 01:00:17 +02:00
jpeg2000.h avcodec/jpeg2000: Remove CBLK limit 2015-06-26 01:00:17 +02:00
jpeg2000dec.c avcodec/jpeg2000: Remove CBLK limit 2015-06-26 01:00:17 +02:00
jpeg2000dsp.c avcodec/jpeg200dsp: add ff_ict_float_{sse,avx} 2015-06-13 16:53:27 -03:00
jpeg2000dsp.h avcodec/jpeg200dsp: add ff_ict_float_{sse,avx} 2015-06-13 16:53:27 -03:00
jpeg2000dwt.c avcodec/jpeg2000dwt: Replace /2 by >>1 2015-06-23 18:59:00 +02:00
jpeg2000dwt.h avcodec/jpeg2000dwt: Move K/X constants to header 2015-06-22 01:54:51 +02:00
jpegls.c
jpegls.h
jpeglsdec.c Merge commit '7ca603f96f93d988e01d161d611f69a4ecaa3f02' 2015-06-01 01:58:44 +02:00
jpeglsdec.h
jpeglsenc.c
jpegtables.c
jpegtables.h
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
libaacplus.c
libavcodec.v
libcelt_dec.c
libdcadec.c
libfaac.c
libfdk-aacdec.c
libfdk-aacenc.c
libgsmdec.c
libgsmenc.c
libilbc.c
libmp3lame.c
libopencore-amr.c
libopenh264enc.c
libopenjpegdec.c avcodec/libopenjpegdec: Mark as experimental if <= 1.3 2015-06-09 18:59:30 +02:00
libopenjpegenc.c libopenjpegenc: use variable instead of type for sizeof 2015-06-02 22:41:51 +02:00
libopus.c
libopus.h
libopusdec.c
libopusenc.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c
libshine.c
libspeexdec.c
libspeexenc.c doc: avoid incorrect phrase 'allows to' 2015-06-16 21:48:51 +02:00
libstagefright.cpp avcodec/libstagefright: Check for pthread_create() failure 2015-06-07 21:20:21 +02:00
libtheoraenc.c
libtwolame.c
libutvideo.h
libutvideodec.cpp
libutvideoenc.cpp
libvo-aacenc.c
libvo-amrwbenc.c
libvorbisdec.c
libvorbisenc.c
libvpx.c Merge commit '41740ef8be6ec409f7eff3932ddba9a9eeec27b1' 2015-06-24 12:39:21 +02:00
libvpx.h Merge commit '8655c54160767de1a6b96f8bc310d6e4eaceff48' 2015-06-21 22:57:54 +02:00
libvpxdec.c libvpxdec: report colorspace 2015-06-24 15:09:31 -07:00
libvpxenc.c Merge commit '8655c54160767de1a6b96f8bc310d6e4eaceff48' 2015-06-21 22:57:54 +02:00
libwavpackenc.c
libwebpenc_animencoder.c
libwebpenc_common.c
libwebpenc_common.h
libwebpenc.c libwebpenc: use WebPMemoryWriterClear() 2015-06-17 14:13:43 +01:00
libx264.c avcodec/libx264: Avoid reconfig on equivalent aspect ratios 2015-06-18 14:40:11 +02:00
libx265.c
libxavs.c
libxvid_rc.c
libxvid.c
libxvid.h
libzvbi-teletextdec.c
ljpegenc.c
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 avcodec/vdpau: Support for VDPAU accelerated HEVC decoding 2015-06-25 20:06:47 -07:00
mathops.c
mathops.h
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
mjpeg_parser.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c avcodec/mjpegdec: dont try to combine fields for decimated multiscope 2 material 2015-06-21 02:53:06 +02:00
mjpegdec.h avcodec/mjpegdec: dont try to combine fields for decimated multiscope 2 material 2015-06-21 02:53:06 +02:00
mjpegenc_common.c
mjpegenc_common.h
mjpegenc.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
mjpegenc.h
mlp_parser.c
mlp_parser.h
mlp.c
mlp.h
mlpdec.c
mlpdsp.c
mlpdsp.h
mmaldec.c
mmvideo.c
motion_est_template.c
motion_est.c
motion_est.h Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d' 2015-06-12 20:57:37 +02:00
motion-test.c
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c
movsub_bsf.c
movtextdec.c movtextdec.c: Improve upon dynarrays and text_to_ass 2015-06-22 22:19:35 -07: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
mpeg4audio.c
mpeg4audio.h
mpeg4data.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4video.c
mpeg4video.h
mpeg4videodec.c avcodec/mpeg4videodec: Mark static table as const 2015-06-11 00:48:41 +02:00
mpeg4videoenc.c
mpeg12.c
mpeg12.h Merge commit '8606e881b02bec2ac24943d22c8afe11d641fac8' 2015-06-12 21:34:22 +02:00
mpeg12data.c
mpeg12data.h
mpeg12dec.c
mpeg12enc.c
mpeg12vlc.h Merge commit '8606e881b02bec2ac24943d22c8afe11d641fac8' 2015-06-12 21:34:22 +02:00
mpeg_er.c Merge commit '8b5007a31b8d1ddbe3661bf45a732336450b7d25' 2015-06-12 20:47:14 +02:00
mpeg_er.h Merge commit '8b5007a31b8d1ddbe3661bf45a732336450b7d25' 2015-06-12 20:47:14 +02:00
mpegaudio_parser.c avcodec/mpegaudio_parser: Discard ID3v1 tag at the end 2015-06-24 02:48:37 +02:00
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 '6ec688e1bc76dd93151cbca1c340162ae4b10d77' 2015-06-21 20:32:06 +02:00
mpegaudiodecheader.c
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
mpegaudiotab.h
mpegpicture.c Merge commit '7061bf0925a7d6c5899bbe710b2b8cdae9005274' 2015-06-10 20:41:36 +02:00
mpegpicture.h Merge commit '7061bf0925a7d6c5899bbe710b2b8cdae9005274' 2015-06-10 20:41:36 +02:00
mpegutils.c
mpegutils.h Merge commit '925b80d64029d41962e5998d7d901226c3a9baea' 2015-06-08 22:05:25 +02:00
mpegvideo_enc.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
mpegvideo_motion.c Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' 2015-06-08 21:05:12 +02:00
mpegvideo_parser.c
mpegvideo_xvmc.c
mpegvideo.c Merge commit '8b5007a31b8d1ddbe3661bf45a732336450b7d25' 2015-06-12 20:47:14 +02:00
mpegvideo.h Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
mpegvideodata.c
mpegvideodata.h
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c
mpegvideoencdsp.h
mpl2dec.c
mqc.c
mqc.h avcodec/mqcenc: Add ff_mqc_flush_to() 2015-06-17 20:11:43 +02:00
mqcdec.c avcodec/mqcdec: set raw flag at the begin of ff_mqc_initdec() 2015-06-15 17:11:01 +02:00
mqcenc.c avcodec/mqcenc: Remove unused variable 2015-06-20 22:36:15 +02:00
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c
msmpeg4enc.c
msrle.c
msrledec.c
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: Enable YV12 input format 2015-06-13 21:09:24 -07:00
old_codec_ids.h
on2avc.c Merge commit '2d5176fad1a4556d209cbfb0f681712c7eada4fd' 2015-06-12 23:04:30 +02:00
on2avcdata.c
on2avcdata.h
options_table.h
options.c
opus_celt.c
opus_parser.c
opus_silk.c
opus.c
opus.h
opusdec.c
paf.h
pafaudio.c
pafvideo.c
pamenc.c
parser.c
parser.h
pcm_tablegen.c
pcm_tablegen.h
pcm-bluray.c
pcm-dvd.c avcodec/pcm-dvd: Fix debug == FF_DEBUG_PICT_INFO 2015-06-11 04:53:37 +02:00
pcm.c PCM signed 16-bit big-endian planar decoder 2015-06-24 14:45:00 +01:00
pcx.c
pcxenc.c
pel_template.c
pgssubdec.c
pictordec.c
pixblockdsp_template.c
pixblockdsp.c
pixblockdsp.h
pixels.h
png_parser.c
png.c
png.h
pngdec.c avcodec/apng: Add partial support for blending with PAL8 pixel format 2015-06-08 16:27:57 +02:00
pngdsp.c
pngdsp.h
pngenc.c
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 avcodec/proresenc_anatoliy: Use more specific error codes 2015-06-04 12:49:59 +02:00
proresenc_kostya.c
psymodel.c Merge commit '03927cb73399e6f07185fc7f8851d7612b4187b6' 2015-06-01 02:23:32 +02:00
psymodel.h
pthread_frame.c Merge commit '0994e142132200c706f704271b5a7ae81d128f5c' 2015-06-01 02:25:04 +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
qpel_template.c
qpeldsp.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functions 2015-06-18 12:33:15 +02:00
qpeldsp.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functions 2015-06-18 12:33:15 +02:00
qsv_api.c
qsv_internal.h
qsv.c
qsv.h
qsvdec_h264.c
qsvdec.c
qsvdec.h
qsvenc_h264.c
qsvenc.c
qsvenc.h
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 avcodec/rangecoder: avoid float operation 2015-06-01 21:49:14 +02:00
rangecoder.h
ratecontrol.c Merge commit '42df71d9bbb1a5b4bce0bb34417692565c72d390' 2015-06-01 02:27:26 +02:00
ratecontrol.h
raw.c
raw.h
rawdec.c
rawenc.c
rdft.c avcodec/rdft: Use more specific error codes 2015-06-05 04:05:57 +02:00
rdft.h
realtextdec.c
rectangle.h
remove_extradata_bsf.c
resample2.c
resample.c
rl2.c
rl.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 Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b' 2015-06-12 21:05:57 +02:00
rv10.h Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b' 2015-06-12 21:05:57 +02:00
rv10enc.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
rv20enc.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
rv30.c
rv30data.h
rv30dsp.c
rv34_parser.c
rv34.c Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' 2015-06-08 21:05:12 +02:00
rv34.h
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c
rv40data.h
rv40dsp.c
rv40vlc2.h
s302m.c avcodec/s302m: Only set the sample rate when some data is output 2015-06-06 01:12:06 +02:00
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 avcodec/smvjpegdec: assert that the pixel format that has been set by our decoder is valid 2015-06-13 00:51:29 +02:00
snappy.c Merge commit '2ecfd451649c7a08cb633635df98e59f7c6e2140' 2015-06-22 20:47:21 +02:00
snappy.h Merge commit '2ecfd451649c7a08cb633635df98e59f7c6e2140' 2015-06-22 20:47:21 +02:00
snow_dwt.c
snow_dwt.h
snow.c Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' 2015-06-08 21:05:12 +02:00
snow.h
snowdata.h
snowdec.c
snowenc.c Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' 2015-06-08 21:05:12 +02:00
sonic.c sonic: set avctx->channels in sonic_decode_init 2015-06-09 23:21:51 +02:00
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
svq1enc_cb.h
svq1enc.c Merge commit '28fb80dcbf6f63eedfcfffc725a6bf0069d03fab' 2015-06-01 02:38:06 +02:00
svq1enc.h
svq3.c
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint_vlc.h
tableprint.h
tak_parser.c
tak.c
tak.h
takdec.c takdec: ensure chan2 is a valid channel index 2015-06-10 12:21:04 +02:00
targa_y216dec.c
targa.c
targa.h
targaenc.c
tdsc.c
textdec.c
texturedsp.c avcodec/texturedsp: Add protective () to RGBA() macro 2015-06-23 04:19:05 +02:00
texturedsp.h Merge commit '8337e0c57345f24cf6471220e5f8a0ea21b7c1d0' 2015-06-22 20:57:41 +02:00
texturedspenc.c Merge commit '5dbd491eb38efab1d1313d4129ed76ab2e98176d' 2015-06-24 21:06:58 +02:00
thread.h
tiertexseqv.c
tiff_common.c
tiff_common.h
tiff_data.c
tiff_data.h
tiff.c
tiff.h
tiffenc.c
tmv.c
tpeldsp.c
tpeldsp.h
truemotion1.c
truemotion1data.h
truemotion2.c Merge commit 'e1ea365f7e1477c78865b866a180712174536c20' 2015-06-01 02:42:29 +02:00
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 Merge commit 'c0b105756f61d253bdabcc2bb49453a2557e7c3b' 2015-06-22 21:15:50 +02:00
ulti_cb.h
ulti.c
unary.h
utils.c avcodec: Add codec_desc and remapping for AV_CODEC_ID_PCM_S16BE_PLANAR_DEPRECATED 2015-06-24 20:37:02 +02:00
utvideo.c
utvideo.h
utvideodec.c
utvideoenc.c
v210dec.c
v210dec.h
v210enc.c
v210enc.h
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c
v410enc.c
vaapi_h264.c vaapi_h264: fix RefPicList[] field flags. 2015-06-23 13:31:54 +02:00
vaapi_internal.h
vaapi_mpeg2.c
vaapi_mpeg4.c
vaapi_vc1.c
vaapi.c
vaapi.h
vb.c
vble.c
vc1_block.c
vc1_common.h
vc1_loopfilter.c
vc1_mc.c Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' 2015-06-08 21:05:12 +02:00
vc1_parser.c
vc1_pred.c
vc1_pred.h
vc1.c
vc1.h
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c
vc1dsp.c
vc1dsp.h
vcr1.c
vda_h264_dec.c
vda_h264.c
vda_internal.h
vda.c
vda.h
vdpau_compat.h
vdpau_h264.c
vdpau_hevc.c avcodec/vdpau: Support for VDPAU accelerated HEVC decoding 2015-06-25 20:06:47 -07:00
vdpau_internal.h avcodec/vdpau: Support for VDPAU accelerated HEVC decoding 2015-06-25 20:06:47 -07:00
vdpau_mpeg4.c
vdpau_mpeg12.c
vdpau_vc1.c
vdpau.c
vdpau.h
version.h Merge commit '5a79bf0284a37855636390e620d189a964214c9e' 2015-06-24 20:36:26 +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
vorbisdsp.c
vorbisdsp.h
vorbisenc.c
vp3_parser.c
vp3.c
vp3data.h
vp3dsp.c
vp3dsp.h
vp5.c
vp5data.h
vp6.c
vp6data.h
vp6dsp.c
vp8_parser.c
vp8.c vp8: change mv_{min,max}.{x,y} type to int 2015-06-08 23:29:14 +02:00
vp8.h vp8: change mv_{min,max}.{x,y} type to int 2015-06-08 23:29:14 +02:00
vp8data.h
vp8dsp.c
vp8dsp.h
vp9_mc_template.c
vp9_parser.c
vp9.c vp9: fix profile check for intraonly frames. 2015-06-25 04:29:03 +02:00
vp9.h
vp9data.h
vp9dsp_8bpp.c
vp9dsp_10bpp.c
vp9dsp_12bpp.c
vp9dsp_template.c
vp9dsp.c
vp9dsp.h
vp56.c
vp56.h
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c
wavpack.c
wavpack.h
wavpackenc.c
wavpackenc.h
webp.c
webvttdec.c
webvttenc.c
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wma.c
wma.h
wmadata.h
wmadec.c
wmaenc.c
wmalosslessdec.c
wmaprodata.h
wmaprodec.c
wmavoice_data.h
wmavoice.c
wmv2.c Merge commit '925b80d64029d41962e5998d7d901226c3a9baea' 2015-06-08 22:05:25 +02:00
wmv2.h
wmv2dec.c
wmv2dsp.c
wmv2dsp.h
wmv2enc.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
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 Merge commit '522d971c7f5921bebcea2fc50e67056afdabb951' 2015-06-01 02:46:56 +02:00
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