1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/libavcodec
Philip Langdale d20df2601f avcodec/nvenc: De-compensate aspect ratio compensation of DVD-like content.
For reasons we are not privy to, nvidia decided that the nvenc encoder
should apply aspect ratio compensation to 'DVD like' content, assuming that
the content is not bt.601 compliant, but needs to be bt.601 compliant. In
this context, that means that they make the following, questionable,
assumptions:

1) If the input dimensions are 720x480 or 720x576, assume the content has
an active area of 704x480 or 704x576.

2) Assume that whatever the input sample aspect ratio is, it does not account
for the difference between 'physical' and 'active' dimensions.

From, these assumptions, they then conclude that they can 'help', by adjusting
the sample aspect ratio by a factor of 45/44. And indeed, if you wanted to
display only the 704 wide active area with the same aspect ratio as the full
720 wide image - this would be the correct adjustment factor, but what if you
don't? And more importantly, what if you're used to ffmpeg not making this kind
of adjustment at encode time - because none of the other encoders do this!

And, what if you had already accounted for bt.601 and your input had the
correct attributes? Well, it's going to apply the compensation anyway!
So, if you take some content, and feed it through nvenc repeatedly, it
will keep scaling the aspect ratio every time, stretching your video out
more and more and more.

So, clearly, regardless of whether you want to apply bt.601 aspect ratio
adjustments or not, this is not the way to do it. With any other ffmpeg
encoder, you would do it as part of defining your input paramters or
do the adjustment at playback time, and there's no reason by nvenc
should be any different.

This change adds some logic to undo the compensation that nvenc would
otherwise do.

nvidia engineers have told us that they will work to make this
compensation mechanism optional in a future release of the nvenc
SDK. At that point, we can adapt accordingly.

Signed-off-by: Philip Langdale <philipl@overt.org>
Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-05 02:32:33 +01:00
..
aarch64 Merge commit '3d5d46233cd81f78138a6d7418d480af04d3f6c8' 2015-02-02 20:43:13 +01:00
alpha
arm lavc/arm: Use the neon vertical chroma loop filter also for H.264 4:2:2. 2015-01-31 10:05:24 +01:00
avr32
bfin
mips
neon
ppc avcodec/ppc/idctdsp.c: POWER LE support in idct_add_altivec() 2015-02-03 06:16:39 +01:00
sh4
sparc
x86 x86/hevcdsp: add missing vzeroupper in ff_hevc_sao_band_filter_48_*_avx2 2015-02-02 00:01:35 -03: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 Merge commit 'd615187f74ddf3413778a8b5b7ae17255b0df88e' 2015-02-04 13:49:17 +01:00
aacadtsdec.c
aacadtsdec.h
aaccoder.c
aacdec.c Merge commit 'd615187f74ddf3413778a8b5b7ae17255b0df88e' 2015-02-04 13:49:17 +01:00
aacdectab.h
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 Merge commit '7640c4a371a97899dfb443d980fd0bf8ac587754' 2015-02-04 13:40:23 +01:00
aactab.h Merge commit '7640c4a371a97899dfb443d980fd0bf8ac587754' 2015-02-04 13:40:23 +01:00
aandcttab.c
aandcttab.h
aasc.c
ac3_parser.c
ac3_parser.h
ac3.c
ac3.h
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c
ac3dec_float.c
ac3dec.c avcodec/ac3dec: use init_get_bits8() 2015-02-04 09:45:41 +00:00
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
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
aliaspixenc.c
allcodecs.c Add DXVA2 HEVC HWAccel 2015-01-27 12:37:34 +01:00
alsdec.c
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c
ansi.c
apedec.c
apng.h
ass_split.c
ass_split.h
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.h
atrac3plusdec.c
atrac3plusdsp.c
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 '728685f37ab333ca35980bd01766c78d197f784a' 2015-01-27 18:03:43 +01:00
avcodecres.rc
avdct.c
avdct.h
avfft.c
avfft.h
avpacket.c
avpicture.c
avrndec.c
avs.c
avuidec.c
avuienc.c Add an ARES atom to extradata when encoding avui. 2015-01-29 01:07:08 +01:00
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
blockdsp.c
blockdsp.h
bmp_parser.c
bmp.c Support BMP files that do not properly align lines. 2015-01-27 21:29:42 +01:00
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
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: Adding color and fonts for future use in screen 2015-01-30 00:04:51 +01:00
cdgraphics.c
cdxl.c avcodec/cdxl: use init_get_bits8() 2015-02-04 13:40:04 +00:00
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
cngdec.c
cngenc.c
codec_desc.c
cook_parser.c
cook.c
cookdata.h
copy_block.h
cos_tablegen.c
cpia.c
crystalhd.c
cscd.c
cyuv.c
dca_parser.c
dca.c
dca.h
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
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 Merge commit '1a07df31128da3a0020b66502399989b91770d44' 2015-01-29 21:21:49 +01:00
dnxhddata.h
dnxhddec.c Merge commit '1a07df31128da3a0020b66502399989b91770d44' 2015-01-29 21:21:49 +01:00
dnxhdenc.c
dnxhdenc.h
dpcm.c
dpx_parser.c
dpx.c
dpxenc.c
dsd_tablegen.c
dsd_tablegen.h
dsddec.c
dsicinaudio.c
dsicinvideo.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 Merge commit '607ad990d31e6be52980970e5ce8cd25ab3de812' 2015-01-27 20:25:40 +01:00
dvd_nav_parser.c
dvdata.c
dvdata.h
dvdec.c
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dvenc.c dvenc: fix 2x4x8 (interlaced) weight table 2015-02-01 02:01:55 +01:00
dxa.c
dxtory.c avcodec/dxtory: Use LL instead of L number suffix 2015-02-01 20:00:10 +01:00
dxva2_h264.c
dxva2_hevc.c dxva2_hevc: properly fill the scaling list structure 2015-02-04 16:31:49 +01:00
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 Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094' 2015-01-27 14:56:52 +01:00
error_resilience.h Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094' 2015-01-27 14:56:52 +01:00
escape124.c
escape130.c
evrcdata.h
evrcdec.c avcodec/evrcdec: use init_get_bits8() 2015-02-04 09:45:42 +00:00
exif.c
exif.h
exr.c
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.h
ffv1dec.c
ffv1enc.c
ffwavesynth.c
fic.c
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 flacenc: initialize sums matrix 2015-01-29 17:33:38 +00:00
flashsv2enc.c
flashsv.c
flashsvenc.c
flicvideo.c
flv.h
flvdec.c
flvenc.c
fmtconvert.c
fmtconvert.h
frame_thread_encoder.c
frame_thread_encoder.h
fraps.c
frwu.c
g2meet.c
g722.c
g722.h
g722dec.c
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 avcodec/h261dec: Fix exported MVs for skipped MBs 2015-02-01 18:48:23 +01:00
h261enc.c avcodec/h261enc: Fix number suffix 2015-02-01 19:13:38 +01:00
h263_parser.c
h263_parser.h
h263.c
h263.h
h263data.h
h263dec.c avcodec/h263dec: Try to use codec_tag instead of the stream_codec_tag 2015-01-27 17:03:42 +01:00
h263dsp.c
h263dsp.h
h264_cabac.c avcodec/h264_cabac: use int instead of long for mbb_xy 2015-02-01 20:00:10 +01: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 avcodec/h264_parser: Rename close() 2015-01-28 13:11:03 +01:00
h264_picture.c
h264_ps.c
h264_refs.c
h264_sei.c
h264_slice.c Merge commit '167e004e1aca7765686ed95d7cd8ea5064d4f6f6' 2015-01-27 16:03:23 +01:00
h264.c libavcodec/h264: replace assert() by av_assert0() 2015-01-31 02:37:19 +01:00
h264.h Merge commit '167e004e1aca7765686ed95d7cd8ea5064d4f6f6' 2015-01-27 16:03:23 +01: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
hevc_filter.c hevcdsp: replace the SAOParams struct parameter from sao_edge_filter 2015-02-04 17:53:04 -03:00
hevc_mvs.c
hevc_parser.c
hevc_ps.c avcodec/hevc: adding support for monochrome sequences in hevc 2015-02-02 18:10:57 +01:00
hevc_refs.c Merge commit '1dd021929f8157b88529ce1e6ab6351dd2899e89' 2015-01-27 13:02:36 +01:00
hevc_sei.c
hevc.c avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment requirements in FFmpeg 2015-02-04 01:54:22 +01:00
hevc.h avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment requirements in FFmpeg 2015-02-04 01:54:22 +01:00
hevcdsp_template.c hevcdsp: replace the SAOParams struct parameter from sao_edge_filter 2015-02-04 17:53:04 -03:00
hevcdsp.c hevcdsp: separated sao edge filter and pixel restore funcs 2015-02-04 17:52:49 -03:00
hevcdsp.h hevcdsp: replace the SAOParams struct parameter from sao_edge_filter 2015-02-04 17:53:04 -03:00
hevcpred_template.c
hevcpred.c
hevcpred.h
hnm4video.c
hpel_template.c
hpeldsp.c
hpeldsp.h
huffman.c
huffman.h
huffyuv.c
huffyuv.h
huffyuvdec.c
huffyuvdsp.c
huffyuvdsp.h
huffyuvenc.c
huffyuvencdsp.c
huffyuvencdsp.h
idcinvideo.c
idctdsp.c
idctdsp.h
iff.c
iirfilter.c
iirfilter.h
imc.c
imcdata.h
imdct15.c Merge commit '3d5d46233cd81f78138a6d7418d480af04d3f6c8' 2015-02-02 20:43:13 +01:00
imdct15.h Merge commit '3d5d46233cd81f78138a6d7418d480af04d3f6c8' 2015-02-02 20:43:13 +01:00
imgconvert.c
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
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c Merge commit 'c01ccccbb13f464e74bb8498a8c573a66c430ca0' 2015-01-29 22:02:22 +01:00
ituh263enc.c
ivi_common.c
ivi_common.h
ivi_dsp.c
ivi_dsp.h
j2kenc.c
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint_template.c
jfdctint.c
jpeg2000.c
jpeg2000.h
jpeg2000dec.c Support YA16 in jpeg 2000. 2015-02-01 16:18:39 +01:00
jpeg2000dsp.c
jpeg2000dsp.h
jpeg2000dwt.c
jpeg2000dwt.h
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c
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
libfaac.c
libfdk-aacdec.c
libfdk-aacenc.c
libgsmdec.c
libgsmenc.c
libilbc.c
libmp3lame.c
libopencore-amr.c
libopenh264enc.c Merge commit '6996fd204a7f28b46a8c3c97bcf223998218c743' 2015-01-29 14:13:25 +01:00
libopenjpegdec.c Support YA16 in jpeg 2000. 2015-02-01 16:18:39 +01:00
libopenjpegenc.c lavc/libopenjpegenc: move opj_create_compress, opj_cio_open and opj_set_event_mgr to libopenjpeg_encode_frame 2015-02-02 17:54:05 +01:00
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
libvpx.h
libvpxdec.c
libvpxenc.c
libwavpackenc.c
libwebpenc.c
libx264.c
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 Merge commit '3d5d46233cd81f78138a6d7418d480af04d3f6c8' 2015-02-02 20:43:13 +01:00
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.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c avcodec/mjpegdec: Check number of components for JPEG-LS 2015-02-04 20:49:12 +01:00
mjpegdec.h
mjpegenc_common.c
mjpegenc_common.h
mjpegenc.c
mjpegenc.h
mlp_parser.c
mlp_parser.h
mlp.c
mlp.h
mlpdec.c
mlpdsp.c
mlpdsp.h
mmvideo.c
motion_est_template.c
motion_est.c avcodec/motion_est: remove unneeded #include, there are no assert() only av_assert* 2015-02-01 11:15:20 +00:00
motion-test.c
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c
movsub_bsf.c
movtextdec.c
movtextenc.c
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 Merge commit 'd615187f74ddf3413778a8b5b7ae17255b0df88e' 2015-02-04 13:49:17 +01:00
mpeg4data.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4video.c
mpeg4video.h
mpeg4videodec.c Merge commit 'f771b3ab5d3c0b763ee356152be550f4121babd0' 2015-01-27 16:17:42 +01:00
mpeg4videoenc.c
mpeg12.c
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c
mpeg12enc.c
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
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
mpegutils.c
mpegutils.h
mpegvideo_enc.c avcodec/mpegvideo_enc: Fix number suffixes in rc_buffer_size calculation 2015-02-01 20:00:10 +01:00
mpegvideo_motion.c avcodec/mpegvideo_motion: Fix gmc chroma dimensions 2015-02-05 00:33:50 +01:00
mpegvideo_parser.c
mpegvideo_xvmc.c
mpegvideo.c Merge commit 'e44b58924fe7b180bf8b0c277c15d1a58210a0e9' 2015-01-27 17:08:40 +01: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
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 avcodec/nellymoserenc: replace assert by av_assert1() 2015-02-01 17:56:01 +01:00
noise_bsf.c
nuv.c
nvenc.c avcodec/nvenc: De-compensate aspect ratio compensation of DVD-like content. 2015-02-05 02:32:33 +01:00
old_codec_ids.h
on2avc.c avcodec/on2avc: use init_get_bits8() 2015-02-04 09:45:41 +00:00
on2avcdata.c
on2avcdata.h
options_table.h Merge commit 'e44b58924fe7b180bf8b0c277c15d1a58210a0e9' 2015-01-27 17:08:40 +01:00
options.c
opus_celt.c Merge commit '3d5d46233cd81f78138a6d7418d480af04d3f6c8' 2015-02-02 20:43:13 +01:00
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
pcm.c
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
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
proresenc_kostya.c
psymodel.c
psymodel.h
pthread_frame.c
pthread_internal.h
pthread_slice.c
pthread.c
ptx.c
put_bits.h avcodec/put_bits: remove unneeded #include, there are no assert() 2015-02-01 11:15:20 +00:00
qcelpdata.h
qcelpdec.c avcodec/qcelpdec: use init_get_bits8() 2015-02-04 09:45:41 +00:00
qdm2_tablegen.c
qdm2_tablegen.h
qdm2.c avcodec/qdm2: remove unneeded #include, there are no assert() 2015-01-30 15:32:11 +00:00
qdm2data.h
qdrw.c
qpeg.c
qpel_template.c
qpeldsp.c
qpeldsp.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
rangecoder.h
ratecontrol.c avcodec/ratecontrol: replace asserts by av_asserts 2015-01-31 01:48:21 +01: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
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
snow_dwt.c
snow_dwt.h
snow.c
snow.h
snowdata.h
snowdec.c
snowenc.c
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 avcodec/svq1dec: Add assert to ensure "stages >= 0" 2015-02-03 23:03:38 +01:00
svq1enc_cb.h
svq1enc.c Merge commit '6f7a32839d1b913be8170e91c3ac9816b314da21' 2015-02-03 22:40:46 +01:00
svq1enc.h
svq3.c
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint_vlc.h
tableprint.h
tak_parser.c avcodec/tak_parser: use init_get_bits8() 2015-02-04 09:45:41 +00:00
tak.c
tak.h
takdec.c
targa_y216dec.c
targa.c
targa.h
targaenc.c
textdec.c
thread.h
tiertexseqv.c
tiff_common.c
tiff_common.h
tiff_data.c
tiff_data.h
tiff.c Respect horizontal differencing predictor for 16bit gray tiff images. 2015-01-30 14:12:55 +01:00
tiff.h
tiffenc.c
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 'a536a4e4bc52d05f59869761337452fb1f1977f6' 2015-01-27 18:50:47 +01: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_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
vc1_parser.c
vc1_pred.c
vc1_pred.h
vc1.c avcodec/vc1: remove unneeded #includes, there are no assert() only av_assert* 2015-01-31 08:57:06 +00:00
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_h264.c
vdpau_internal.h
vdpau_mpeg4.c
vdpau_mpeg12.c
vdpau_vc1.c
vdpau.c
vdpau.h
version.h Support YA16 in jpeg 2000. 2015-02-01 16:18:39 +01:00
videodsp_template.c avcodec/videodsp_template: remove unneeded #include, there are no assert() only av_assert* 2015-01-30 15:32:11 +00:00
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: parse out setup headers as well 2015-02-02 03:11:49 +01:00
vorbis_parser.h vorbis: parse out setup headers as well 2015-02-02 03:11:49 +01:00
vorbis.c
vorbis.h
vorbisdec.c
vorbisdsp.c
vorbisdsp.h
vorbisenc.c
vp3_parser.c
vp3.c avcodec/vp3: use init_get_bits8() 2015-01-30 19:15:01 +00: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_parser.c
vp9.c
vp9.h
vp9data.h
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 avcodec/wavpackenc: remove unneeded L suffixes 2015-02-02 13:34:31 +01:00
wavpackenc.h
webp.c avcodec/webp: use init_get_bits8() 2015-02-04 09:45:41 +00:00
webvttdec.c
webvttenc.c
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wma.c avcodec/wma: remove unneeded #includes, there are no assert() only av_assert* 2015-01-30 02:26:17 +01:00
wma.h
wmadata.h
wmadec.c avcodec/wma: remove unneeded #includes, there are no assert() only av_assert* 2015-01-30 02:26:17 +01:00
wmaenc.c
wmalosslessdec.c
wmaprodata.h
wmaprodec.c
wmavoice_data.h
wmavoice.c
wmv2.c
wmv2.h
wmv2dec.c
wmv2dsp.c
wmv2dsp.h
wmv2enc.c
wnv1.c avcodec/wnv1: use init_get_bits8() 2015-02-04 09:45:41 +00:00
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