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 '3d5d46233c' 2015-02-02 20:43:13 +01:00
alpha avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_size 2014-09-24 21:43:19 -03:00
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 avcodec/aacdec: Use avpriv_float_dsp_alloc() 2014-12-02 19:32:45 +01:00
neon Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
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 avcodec/4xm: remove duplicate assert 2014-11-13 19:01:08 +01:00
8bps.c
8svx.c Merge commit '74512f7e36' 2014-09-02 21:45:58 +02:00
012v.c
a64colors.h
a64multienc.c Merge commit 'c63dd3f0a4' 2014-12-19 04:21:13 +01:00
a64tables.h
aac.h Merge commit 'd615187f74' 2015-02-04 13:49:17 +01:00
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c Merge commit '63f800ca5f' 2014-09-01 20:51:44 +02:00
aac_parser.c avcodec: fix aac/ac3 parser bitstream buffer size 2014-08-22 01:24:40 +02:00
aac_tablegen.c
aac_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
aac_tablegen_decl.h
aacadtsdec.c
aacadtsdec.h
aaccoder.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
aacdec.c Merge commit 'd615187f74' 2015-02-04 13:49:17 +01:00
aacdectab.h
aacenc.c Merge commit '971099ff5a' 2014-12-19 04:45:32 +01:00
aacenc.h avcodec/aacenc: Use avpriv_float_dsp_alloc() 2014-11-29 18:58:13 +01:00
aacps.c aacps.c: Move large arrays to context to reduce stack usage. 2014-12-18 23:50:41 +01:00
aacps.h aacps.c: Move large arrays to context to reduce stack usage. 2014-12-18 23:50:41 +01:00
aacps_tablegen.c aacps_tablegen: replace TABLE_CONST by const. 2014-08-31 18:33:27 +02:00
aacps_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
aacpsdata.c
aacpsdsp.c
aacpsdsp.h
aacpsy.c
aacsbr.c avcodec/aacdec: Use avpriv_float_dsp_alloc() 2014-12-02 19:32:45 +01:00
aacsbr.h
aacsbr_tablegen.c aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
aacsbr_tablegen.h aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
aacsbrdata.h aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
aactab.c Merge commit '7640c4a371' 2015-02-04 13:40:23 +01:00
aactab.h Merge commit '7640c4a371' 2015-02-04 13:40:23 +01:00
aandcttab.c
aandcttab.h
aasc.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ac3.c
ac3.h Improved AC3 decoder level support (heavy drc, dialnorm) 2014-08-27 14:31:39 +02:00
ac3_parser.c avcodec: fix aac/ac3 parser bitstream buffer size 2014-08-22 01:24:40 +02:00
ac3_parser.h
ac3dec.c avcodec/ac3dec: use init_get_bits8() 2015-02-04 09:45:41 +00:00
ac3dec.h avcodec/ac3dec: Use avpriv_float_dsp_alloc() 2014-11-20 22:30:48 +01:00
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c avcodec/ac3dec_fixed: remove unused arrays 2014-09-08 16:59:16 +02:00
ac3dec_float.c Improved AC3 decoder level support (heavy drc, dialnorm) 2014-08-27 14:31:39 +02:00
ac3dsp.c
ac3dsp.h
ac3enc.c avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
ac3enc.h avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
ac3enc_fixed.c
ac3enc_float.c avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
ac3enc_opts_template.c Merge commit 'cc4992aaf3' 2014-09-26 22:18:12 +02:00
ac3enc_template.c avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
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.c avcodec/adpcm: Check idelta 2014-12-18 16:10:23 +01:00
adpcm.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
adpcm_data.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
adpcm_data.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
adpcmenc.c avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO() 2014-09-10 15:18:29 +02:00
adx.c Merge commit '9325d88eba' 2014-08-10 02:09:13 +02:00
adx.h Merge commit '9325d88eba' 2014-08-10 02:09:13 +02:00
adx_parser.c
adxdec.c
adxenc.c avcodec/adxenc: fix rounding 2014-11-30 12:56:02 +01:00
aic.c avcodec/aic: Use av_malloc_array 2015-01-07 19:46:16 +01:00
alac.c alac: add option to decoded incorrect ALAC 2014-08-18 21:59:23 +02:00
alac_data.c
alac_data.h
alacenc.c avcodec/alacenc: Remove unused variable 2014-09-20 23:54:00 +02:00
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 lavc/anm: fix mem leak in case of init failure 2014-11-23 03:25:25 +01:00
ansi.c Merge commit '994ab1804b' 2014-11-13 14:51:37 +01:00
apedec.c
apng.h apng: move shared header from avformat to avcodec. 2014-12-02 15:52:31 +01:00
ass.c avcodec/ass: Use av_realloc_array() 2015-01-09 20:33:53 +01:00
ass.h avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
ass_split.c avcodec/ass_split: use *alloc_array() 2015-01-09 20:33:53 +01:00
ass_split.h avcodec/ass_split: extend recognized fields in ASS splitter 2014-10-15 19:25:06 +02:00
assdec.c assdec: check the right variable 2014-12-18 23:27:14 +01:00
assenc.c
asv.c Merge commit 'f61e47dd68' 2014-09-02 21:57:46 +02:00
asv.h Merge commit 'f61e47dd68' 2014-09-02 21:57:46 +02:00
asvdec.c Merge commit 'f61e47dd68' 2014-09-02 21:57:46 +02:00
asvenc.c Merge commit 'bcbdeb318e' 2014-12-15 12:04:31 +01:00
atrac.c
atrac.h
atrac1.c avcodec/atrac1: Use avpriv_float_dsp_alloc() 2014-11-20 22:30:48 +01:00
atrac1data.h
atrac3.c avcodec/atrac3: Use avpriv_float_dsp_alloc() 2014-11-30 11:23:34 +01:00
atrac3data.h
atrac3plus.c Merge commit 'd16ec1b6db' 2014-11-15 02:17:54 +01:00
atrac3plus.h
atrac3plus_data.h
atrac3plusdec.c avcodec/atrac3plusdec: Use avpriv_float_dsp_alloc() 2014-12-03 14:52:38 +01:00
atrac3plusdsp.c
audio_frame_queue.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
audio_frame_queue.h
audioconvert.c
audioconvert.h
audiodsp.c
audiodsp.h
aura.c
avcodec.h Merge commit '728685f37a' 2015-01-27 18:03:43 +01:00
avcodecres.rc
avdct.c avcodec/avdct: support >8bit per sample dcts 2014-12-15 18:25:00 +01:00
avdct.h avcodec/avdct: support >8bit per sample dcts 2014-12-15 18:25:00 +01:00
avfft.c
avfft.h
avpacket.c lavc/avpacket: check for malloc failure 2014-12-12 19:31:29 +01:00
avpicture.c imgutils: create misc functions for dealing with buffers 2015-01-14 17:17:24 +01:00
avrndec.c
avs.c Merge commit 'c7384664ba' 2014-11-13 14:51:03 +01:00
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 avcodec/bfi: use av_freep(), do not leave stale pointers in memory 2014-10-08 16:08:28 +02:00
bgmc.c bgmc: fix sizeof arguments 2014-11-14 20:25:02 +01:00
bgmc.h
bink.c
binkaudio.c Merge commit 'f20518568a' 2014-09-04 19:46:06 +02:00
binkdata.h
binkdsp.c
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitstream.c
bitstream_filter.c Merge commit '8a9641a652' 2015-01-15 13:47:12 +01:00
blockdsp.c
blockdsp.h
bmp.c Support BMP files that do not properly align lines. 2015-01-27 21:29:42 +01:00
bmp.h
bmp_parser.c avcodec/bmp_parser: delay frame end detection to the next header or EOF 2014-09-13 17:46:18 +02:00
bmpenc.c
bmvaudio.c
bmvvideo.c
brenderpix.c Merge commit 'e96c3b81ca' 2014-08-04 21:48:00 +02:00
bswapdsp.c
bswapdsp.h
bytestream.h
c93.c
cabac.c cabac: Allow hardcoding CABAC table. 2014-09-06 20:59:20 +02:00
cabac.h cabac: Allow hardcoding CABAC table. 2014-09-06 20:59:20 +02:00
cabac_functions.h avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is not defined, evaluates to 0" 2014-09-08 21:06:47 +02:00
cabac_tablegen.c cabac: Allow hardcoding CABAC table. 2014-09-06 20:59:20 +02:00
cabac_tablegen.h cabac: Allow hardcoding CABAC table. 2014-09-06 20:59:20 +02:00
cavs.c avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines() 2015-01-10 14:02:39 +01:00
cavs.h avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines() 2015-01-10 14:02:39 +01:00
cavs_parser.c
cavsdata.c
cavsdec.c avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines() 2015-01-10 14:02:39 +01:00
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
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 Merge commit 'c7d9b473e2' 2014-08-07 01:56:50 +02:00
cdxl.c avcodec/cdxl: use init_get_bits8() 2015-02-04 13:40:04 +00:00
celp_filters.c celp_filters: don't use filter lenght as loop bound 2014-11-03 12:45:42 -05:00
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c avcodec/cinepak: fix integer underflow 2014-10-03 19:34:28 +02:00
cinepakenc.c
cljrdec.c
cljrenc.c
cllc.c
cngdec.c avcodec/cngdec: Use av_freep() to avoid leaving stale pointers in memory 2014-10-30 23:36:51 +01:00
cngenc.c
codec_desc.c avcodec/pngdec: add APNG support. 2014-11-21 17:13:56 +01:00
cook.c Merge commit '299d8ab104' 2014-11-24 13:18:41 +01:00
cook_parser.c
cookdata.h
copy_block.h
cos_tablegen.c
cpia.c
crystalhd.c avcodec/crystalhd: use av_freep() to avoid stale pointers 2014-10-30 23:35:32 +01:00
cscd.c
cyuv.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
dca.c Merge commit '45ff7c93dd' 2014-09-16 20:31:02 +02:00
dca.h avcodec/dca: Make ff_dca_convert_bitstream() available to libavformat, needed for dts_probe() 2014-08-06 22:28:35 +02:00
dca_parser.c Merge commit '45ff7c93dd' 2014-09-16 20:31:02 +02:00
dcadata.h Merge commit '45ff7c93dd' 2014-09-16 20:31:02 +02:00
dcadec.c avcodec/dcadec: Check that the added xch channel isnt already there 2014-12-17 15:33:59 +01:00
dcadsp.c Merge commit '45ff7c93dd' 2014-09-16 20:31:02 +02:00
dcadsp.h
dcaenc.c
dcaenc.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
dcahuff.h Merge commit '45ff7c93dd' 2014-09-16 20:31:02 +02:00
dct-test.c lavc: Use av_gettime_relative 2014-10-24 09:53:42 +03:00
dct.c avcodec/dct: use av_freep(), do not leave stale pointers in memory 2014-10-11 22:51:33 +02:00
dct.h Merge commit '95c0cec03a' 2014-09-03 03:19:40 +02:00
dct32.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dctref.c
dctref.h
dfa.c
dirac.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
dirac.h
dirac_arith.c
dirac_arith.h lavc/dirac_arith: Only compile x86 asm if ARCH_X86 is set. 2014-12-02 11:36:48 +01:00
dirac_dwt.c Factorize avpriv_mirror() out 2015-01-05 01:45:49 +01:00
dirac_dwt.h
dirac_parser.c avcodec/dirac_parser: use av_freep(), do not leave stale pointers in memory 2014-10-11 22:51:15 +02:00
diracdec.c avcodec/diracdec: Check slices malloc and propagate error code 2015-01-10 17:28:22 +01:00
diracdsp.c
diracdsp.h
dnxhd_parser.c
dnxhddata.c Merge commit '1a07df3112' 2015-01-29 21:21:49 +01:00
dnxhddata.h lavc/dnxhd: ff_dnxhd_cid_table is not exported 2014-08-13 13:12:52 +02:00
dnxhddec.c Merge commit '1a07df3112' 2015-01-29 21:21:49 +01:00
dnxhdenc.c Merge commit '85dc006b1a' 2014-11-18 03:16:38 +01:00
dnxhdenc.h
dpcm.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
dpx.c avcodec/dpx: fix framerate 2014-10-15 16:08:36 +02:00
dpx_parser.c Merge commit '87bd298abe' 2014-12-19 03:30:40 +01:00
dpxenc.c dpx: always write the image offset 2014-12-08 13:29:18 +00:00
dsd_tablegen.c
dsd_tablegen.h
dsddec.c
dsicinaudio.c
dsicinvideo.c
dump_extradata_bsf.c Merge commit '8a9641a652' 2015-01-15 13:47:12 +01:00
dv.c dv: increase VLC reading bits to 10 2014-10-28 12:22:03 +01:00
dv.h dv: increase VLC reading bits to 10 2014-10-28 12:22:03 +01:00
dv_profile.c add av_dv_codec_profile2 : uses framerate to select best matching profile. default on first matching profile 2014-12-04 20:23:52 +01:00
dv_profile.h add av_dv_codec_profile2 : uses framerate to select best matching profile. default on first matching profile 2014-12-04 20:23:52 +01:00
dv_profile_internal.h avcodec/dv_profile: deprecate internal function that shouldn't be public 2014-09-19 14:32:38 -03:00
dv_tablegen.c
dv_tablegen.h Merge commit 'ee0ebd3c14' 2014-09-09 19:30:55 +02:00
dvbsub.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
dvbsub_parser.c
dvbsubdec.c Merge commit '607ad990d3' 2015-01-27 20:25:40 +01:00
dvd_nav_parser.c
dvdata.c dv: move inverse weight tables to decoder 2014-10-26 19:21:59 +01:00
dvdata.h dv: move inverse weight tables to decoder 2014-10-26 19:21:59 +01:00
dvdec.c Merge commit '74d7db586a' 2014-11-15 19:11:14 +01:00
dvdsub_parser.c
dvdsubdec.c avcodec/dvdsubdec: fix accessing dangling pointers 2015-01-08 17:45:32 +01:00
dvdsubenc.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
dvenc.c dvenc: fix 2x4x8 (interlaced) weight table 2015-02-01 02:01:55 +01:00
dxa.c avcodec/dxa: check dimensions 2014-10-28 15:30:05 +01:00
dxtory.c avcodec/dxtory: Use LL instead of L number suffix 2015-02-01 20:00:10 +01:00
dxva2.c
dxva2.h Merge commit 'b8962d64cc' 2014-09-01 20:45:50 +02:00
dxva2_h264.c Merge commit '4600a85eaa' 2014-09-01 20:31:13 +02:00
dxva2_hevc.c dxva2_hevc: properly fill the scaling list structure 2015-02-04 16:31:49 +01:00
dxva2_internal.h dxva2: Clean up definition of _WIN32_WINNT 2014-09-01 12:23:59 +02:00
dxva2_mpeg2.c Merge commit '4600a85eaa' 2014-09-01 20:31:13 +02:00
dxva2_vc1.c Merge commit '4600a85eaa' 2014-09-01 20:31:13 +02:00
eac3_data.c
eac3_data.h
eac3dec.c
eac3enc.c
eac3enc.h
eacmv.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
eaidct.c
eaidct.h
eamad.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
eatgq.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
eatgv.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
eatqi.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
elbg.c Merge commit 'ae2d41ec87' 2014-12-19 04:10:17 +01:00
elbg.h Merge commit 'ae2d41ec87' 2014-12-19 04:10:17 +01:00
error_resilience.c Merge commit 'cf1e0786ed' 2015-01-27 14:56:52 +01:00
error_resilience.h Merge commit 'cf1e0786ed' 2015-01-27 14:56:52 +01:00
escape124.c Merge commit '1a9c1333b5' 2014-11-13 14:01:41 +01:00
escape130.c
evrcdata.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
evrcdec.c avcodec/evrcdec: use init_get_bits8() 2015-02-04 09:45:42 +00:00
exif.c
exif.h
exr.c Merge commit 'e0bb74a140' 2014-12-05 21:58:33 +01:00
faandct.c Replace av_unused attributes by block structures 2014-09-05 13:55:04 +02:00
faandct.h
faanidct.c Merge commit '213e606752' 2014-09-05 19:24:49 +02:00
faanidct.h
faxcompr.c
faxcompr.h
fdctdsp.c avcodec/fdctdsp: use the 10bit code for 9 bit too 2014-12-20 18:32:50 +01:00
fdctdsp.h
fft-fixed-test.c
fft-fixed32-test.c
fft-internal.h
fft-test.c lavc: Use av_gettime_relative 2014-10-24 09:53:42 +03:00
fft.h
fft_fixed.c
fft_fixed_32.c
fft_float.c
fft_init_table.c fft: add ff_ prefix to some global arrays. 2014-08-31 10:25:36 +02:00
fft_table.h fft: add ff_ prefix to some global arrays. 2014-08-31 10:25:36 +02:00
fft_template.c fft_template: Move variables to where they are used. 2014-08-31 10:25:36 +02:00
ffv1.c
ffv1.h
ffv1dec.c Merge commit 'ca09effb01' 2015-01-06 21:54:26 +01:00
ffv1enc.c avcodec/ffv1enc: Fix incompatible pointer type warning 2015-01-06 22:05:13 +01:00
ffwavesynth.c avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memory 2014-12-29 14:06:26 +01:00
fic.c Silence warnings for fic files with zero-sized cursors. 2014-11-03 00:43:08 +01:00
file_open.c
flac.c Merge commit 'acc897e6b1' 2014-11-06 14:17:46 +01:00
flac.h Merge commit 'acc897e6b1' 2014-11-06 14:17:46 +01:00
flac_parser.c avcodec/flac_parser: fix handling EOF if no headers are found 2015-01-17 01:56:03 +01:00
flacdata.c
flacdata.h
flacdec.c avcodec/flacdec: fix off by 1 error 2014-11-26 04:11:16 +01:00
flacdsp.c x86/flacdsp: add SSE2 and AVX decorrelate functions 2014-11-13 13:47:55 -03:00
flacdsp.h x86/flacdsp: add SSE2 and AVX decorrelate functions 2014-11-13 13:47:55 -03:00
flacdsp_lpc_template.c cvcodec/flacdsp_lpc_template: osmetic fix 2014-08-13 05:01:35 +02:00
flacdsp_template.c
flacenc.c flacenc: initialize sums matrix 2015-01-29 17:33:38 +00:00
flashsv.c
flashsv2enc.c avcodec/flashsv2enc: use av_realloc_array() 2015-01-15 23:00:52 +01:00
flashsvenc.c avcodec/flac_parser: use av_freep(), do not leave stale pointers in memory 2014-10-14 18:30:31 +02:00
flicvideo.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
flv.h Merge commit 'ff4d1aa8bc' 2014-09-02 22:07:06 +02:00
flvdec.c Merge commit 'ff4d1aa8bc' 2014-09-02 22:07:06 +02:00
flvenc.c Merge commit 'ff4d1aa8bc' 2014-09-02 22:07:06 +02:00
fmtconvert.c
fmtconvert.h
frame_thread_encoder.c frame_thread_encoder: use ref-counting to avoid memcpy of all input frames 2014-12-23 01:36:13 +01:00
frame_thread_encoder.h
fraps.c
frwu.c
g2meet.c avcodec/g2meet: Use av_mallocz_array() for framebuffer allocation 2015-01-15 23:04:59 +01:00
g722.c
g722.h
g722dec.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
g722enc.c avcodec/g722enc: Use av_mallocz_array() 2015-01-15 23:02:43 +01:00
g723_1.c
g723_1_data.h
g726.c
g729.h
g729data.h
g729dec.c
g729postfilter.c
g729postfilter.h
get_bits.h get_bits: remove unused assignment 2014-11-03 10:15:07 -05:00
gif.c
gif.h
gifdec.c Merge commit '0b39ac6f54' 2014-12-19 13:28:57 +01:00
golomb-test.c
golomb.c
golomb.h avcodec/golomb: use NULL for pointers instead of 0 2014-12-05 20:27:04 +01:00
gsm.h
gsm_parser.c
gsmdec.c
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
h261.c
h261.h
h261_parser.c
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.c
h263.h Merge commit '277ff7f5dc' 2014-11-24 12:45:07 +01:00
h263_parser.c
h263_parser.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.c libavcodec/h264: replace assert() by av_assert0() 2015-01-31 02:37:19 +01:00
h264.h Merge commit '167e004e1a' 2015-01-27 16:03:23 +01:00
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 Merge commit '213e606752' 2014-09-05 19:24:49 +02:00
h264_mb.c h264_mb: Use smaller data type for refs in await_references. 2014-11-22 14:06:48 +01:00
h264_mb_template.c
h264_mc_template.c
h264_mp4toannexb_bsf.c avcodec/h264_mp4toannexb_bsf: reset the new IDR flag when SPS/PPS is seen. 2014-10-05 14:47:04 +02:00
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_ps: move and export aspect_ratio 2014-11-30 04:15:40 +01:00
h264_refs.c avcodec/h264: Keep a reference to the last picture for EC 2015-01-11 17:30:02 +01:00
h264_sei.c avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroes 2014-09-16 04:07:22 +02:00
h264_slice.c Merge commit '167e004e1a' 2015-01-27 16:03:23 +01:00
h264addpx_template.c
h264chroma.c
h264chroma.h
h264chroma_template.c
h264data.h h264_ps: move and export aspect_ratio 2014-11-30 04:15:40 +01:00
h264dsp.c Merge commit 'db7f1c7c5a' 2014-08-05 12:46:10 +02:00
h264dsp.h Merge commit 'db7f1c7c5a' 2014-08-05 12:46:10 +02:00
h264dsp_template.c
h264idct.c
h264idct.h
h264idct_template.c
h264pred.c
h264pred.h
h264pred_template.c
h264qpel.c
h264qpel.h
h264qpel_template.c Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
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
hevc_cabac.c hevc_cabac: decrease CABAC_MAX_BIN 2014-11-11 11:49:54 +01:00
hevc_filter.c hevcdsp: replace the SAOParams struct parameter from sao_edge_filter 2015-02-04 17:53:04 -03:00
hevc_mvs.c Merge commit '9e9be5a20c' 2014-11-11 21:57:41 +01:00
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 '1dd021929f' 2015-01-27 13:02:36 +01:00
hevc_sei.c
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
hevcdsp_template.c hevcdsp: replace the SAOParams struct parameter from sao_edge_filter 2015-02-04 17:53:04 -03:00
hevcpred.c
hevcpred.h
hevcpred_template.c
hnm4video.c Merge commit '16158da960' 2014-11-25 12:19:08 +01:00
hpel_template.c
hpeldsp.c
hpeldsp.h hpeldsp: Increase put_no_rnd_pixels_tab[][] size 2014-11-11 11:41:49 +01:00
huffman.c
huffman.h
huffyuv.c
huffyuv.h huffyuvenc: add a non-deterministic option 2014-08-19 13:47:18 +02:00
huffyuvdec.c avcodec/huffyuvdec: apply vertical filter in steps of 1 line for interlaced BGRA 2014-11-25 17:53:27 +01:00
huffyuvdsp.c
huffyuvdsp.h Include config.h from huffyuvdsp.h. 2014-11-25 02:00:27 +01:00
huffyuvenc.c huffyuvenc: write last odd sample 2014-08-25 23:12:30 +02:00
huffyuvencdsp.c
huffyuvencdsp.h
idcinvideo.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
idctdsp.c avcodec/idctdsp: use the 10bit code for 9 bit too 2014-12-20 18:33:37 +01:00
idctdsp.h avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_size 2014-09-24 21:43:19 -03:00
iff.c avcodec/iff: check pixfmt for rgb8 / rgbn 2014-08-10 22:05:55 +02:00
iirfilter.c avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer 2014-10-14 20:46:15 +02:00
iirfilter.h avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer 2014-10-14 20:46:15 +02:00
imc.c avcodec/imc: dont read bits beyond the end 2014-12-17 05:14:11 +01:00
imcdata.h
imdct15.c Merge commit '3d5d46233c' 2015-02-02 20:43:13 +01:00
imdct15.h Merge commit '3d5d46233c' 2015-02-02 20:43:13 +01:00
imgconvert.c Merge commit '210461c0a8' 2014-12-19 05:37:26 +01:00
imgconvert.h
imx_dump_header_bsf.c Merge commit '8a9641a652' 2015-01-15 13:47:12 +01:00
indeo2.c indeo2: move variable declarations into blocks using them. 2014-11-22 14:06:48 +01:00
indeo2data.h
indeo3.c avcodec/indeo3: ensure offsets are non negative 2014-12-18 18:57:27 +01:00
indeo3data.h
indeo4.c
indeo4data.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
indeo5.c
indeo5data.h
intelh263dec.c
internal.h avcodec/internal: Add () to argument of FF_SIGNBIT() to ensure correct order or operations 2014-11-18 03:42:40 +01:00
interplayvideo.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
intrax8.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c Merge commit 'c01ccccbb1' 2015-01-29 22:02:22 +01:00
ituh263enc.c avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info() 2014-12-29 15:51:36 +01:00
ivi_common.c
ivi_common.h
ivi_dsp.c
ivi_dsp.h
j2kenc.c
jacosub.h
jacosubdec.c avcodec/jacosubdec: check strftime return value 2014-12-07 15:46:17 +01:00
jfdctfst.c
jfdctint.c
jfdctint_template.c
jpeg2000.c Merge commit 'a2448cfe16' 2014-11-13 15:20:40 +01:00
jpeg2000.h
jpeg2000dec.c Support YA16 in jpeg 2000. 2015-02-01 16:18:39 +01:00
jpeg2000dsp.c jpeg2000: split off inverse MCT as Jpeg2000DSP 2014-10-08 08:02:55 +00:00
jpeg2000dsp.h jpeg2000: split off inverse MCT as Jpeg2000DSP 2014-10-08 08:02:55 +00:00
jpeg2000dwt.c
jpeg2000dwt.h jpeg2000: split off inverse MCT as Jpeg2000DSP 2014-10-08 08:02:55 +00:00
jpegls.c
jpegls.h
jpeglsdec.c avcodec/jpeglsdec: Check run value more completely in ls_decode_line() 2014-10-03 02:18:08 +02:00
jpeglsdec.h
jpeglsenc.c
jrevdct.c Merge commit '95c0cec03a' 2014-09-03 03:19:40 +02:00
jvdec.c Merge commit '88626e5af8' 2014-12-19 13:04:03 +01:00
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c
lagarith.c avcodec/lagarith: fix integer overflow 2014-11-11 03:19:49 +01:00
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c avcodec/lcldec: support rgb24 with width%4 != 0 2014-11-17 21:06:31 +01:00
lclenc.c Merge commit 'ac467d94fa' 2014-12-19 04:44:08 +01:00
libaacplus.c
libavcodec.v lavc: stop exporting internal functions and tables 2014-08-11 13:23:48 +02:00
libcelt_dec.c
libfaac.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libfdk-aacdec.c Merge commit '2dbd35b00c' 2015-01-08 17:36:48 +01:00
libfdk-aacenc.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libgsmdec.c
libgsmenc.c
libilbc.c avcodec/libilbc: support for latest git of libilbc 2014-09-19 09:29:07 +02:00
libmp3lame.c avcodec/libmp3lame: use av_malloc_array() 2015-01-17 12:56:19 +01:00
libopencore-amr.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libopenh264enc.c Merge commit '6996fd204a' 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 avcodec/libopusenc: Use av_mallocz_array() 2015-01-17 12:58:56 +01:00
libschroedinger.c
libschroedinger.h
libschroedingerdec.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
libschroedingerenc.c
libshine.c
libspeexdec.c avcodec/libspeexdec: make array const 2014-11-22 14:10:47 +01:00
libspeexenc.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libstagefright.cpp Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
libtheoraenc.c
libtwolame.c libtwolame: prevent a NULL pointer dereference 2014-11-21 12:27:07 +00:00
libutvideo.h
libutvideodec.cpp avcodec/libutvideodec: Try to fix build failure with old libutvideo 2014-10-29 13:15:26 +01:00
libutvideoenc.cpp avcodec/libutvideoenc: Check avpicture_get_size() return code 2014-12-11 17:14:15 +01:00
libvo-aacenc.c avcodec/libvo-aacenc: Use av_mallocz_array() 2015-01-11 13:32:55 +01:00
libvo-amrwbenc.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
libvorbisdec.c lavc/libvorbisdec: use better error codes 2014-11-23 03:33:00 +01:00
libvorbisenc.c avcodec/libvorbisenc: Give CODEC_CAP_SMALL_LAST_FRAME to libvorbis encoder. 2014-11-18 20:23:08 +01:00
libvpx.c
libvpx.h
libvpxdec.c Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P. 2014-09-26 00:06:41 +02:00
libvpxenc.c avcodec/libvpxenc.c: Fix linking with codec interface with msvc. 2015-01-10 21:10:02 +01:00
libwavpackenc.c
libwebpenc.c avcodec/libwebpenc: add quality option 2014-11-03 19:10:22 +01:00
libx264.c libavcodec/libx264: Use av_freep() avoid leaving stale pointers in memory 2014-11-18 11:33:00 +01:00
libx265.c libx265: Pass through user-set frame type 2015-01-22 16:30:27 +00:00
libxavs.c avcodec/libxavs: fix division by 0 bitrate 2014-12-11 13:25:10 +01:00
libxvid.c avcodec/libxvid: fix potential integer overflow 2015-01-07 18:22:31 +01:00
libxvid.h Merge commit '0a02426826' 2014-08-26 21:45:39 +02:00
libxvid_rc.c avcodec/libxvid_rc: Avoid strerror() for thread saftey 2014-12-13 15:12:37 +01:00
libzvbi-teletextdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
ljpegenc.c avcodec/ljpegenc: Check for av_malloc_array() failure 2015-01-03 21:25:26 +01:00
loco.c avcodec/loco: check the init_get_bits8() return code 2014-12-31 15:42:17 +01:00
log2_tab.c
lossless_audiodsp.c
lossless_audiodsp.h avcodec/x86/lossless_audiodsp: support len %16 == 8 in scalarproduct_and_madd_int16() 2014-11-22 20:40:36 +01:00
lossless_videodsp.c
lossless_videodsp.h
lpc.c lpc: Reduce stack usage by allocating LLSModel in context. 2014-11-23 06:51:18 +01:00
lpc.h lpc: remove unneeded {} 2014-11-25 02:00:06 +00:00
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
Makefile Merge commit '3d5d46233c' 2015-02-02 20:43:13 +01:00
mathops.h Fix compile error on bfin. 2014-08-05 01:54:47 +02:00
mathtables.c
mdct_fixed.c
mdct_fixed_32.c
mdct_float.c
mdct_template.c
mdec.c
me_cmp.c Merge commit '9c12c6ff95' 2014-11-24 12:13:00 +01:00
me_cmp.h Merge commit '9c12c6ff95' 2014-11-24 12:13:00 +01:00
metasound.c
metasound_data.c
metasound_data.h
microdvddec.c avcodec/microdvddec: support non persistent italic marker '/' 2014-11-23 13:13:38 +01:00
mimic.c
mjpeg.c
mjpeg.h
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpega_dump_header_bsf.c Merge commit '8a9641a652' 2015-01-15 13:47:12 +01:00
mjpegbdec.c
mjpegdec.c avcodec/mjpegdec: Check number of components for JPEG-LS 2015-02-04 20:49:12 +01:00
mjpegdec.h avcodec/mjpegdec: simplify chroma_height calculation 2014-10-21 21:36:17 +02:00
mjpegenc.c mjpegenc: fix argument size in encode_mb 2014-11-11 11:41:49 +01:00
mjpegenc.h mjpegenc: fix argument size in encode_mb 2014-11-11 11:41:49 +01:00
mjpegenc_common.c
mjpegenc_common.h
mlp.c
mlp.h mlpdec: support TrueHD streams with an Atmos substream 2014-09-21 14:38:32 +02:00
mlp_parser.c mlpdec: support major sync headers with optional extension blocks 2014-09-21 13:32:56 +02:00
mlp_parser.h mlpdec: support major sync headers with optional extension blocks 2014-09-21 13:32:56 +02:00
mlpdec.c Merge commit '2ffb0598db' 2014-11-13 13:59:53 +01:00
mlpdsp.c
mlpdsp.h
mmvideo.c Merge commit '17ba719d9b' 2014-12-19 13:05:49 +01:00
motion-test.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_est_template.c
motionpixels.c
motionpixels_tablegen.c
motionpixels_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
movsub_bsf.c Merge commit '8a9641a652' 2015-01-15 13:47:12 +01:00
movtextdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
movtextenc.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
mp3_header_decompress_bsf.c
mpc.c
mpc.h
mpc7.c
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4audio.c Merge commit '7e4e010b80' 2015-01-09 20:51:17 +01:00
mpeg4audio.h Merge commit 'd615187f74' 2015-02-04 13:49:17 +01:00
mpeg4data.h
mpeg4video.c
mpeg4video.h Merge commit '93f29948e4' 2014-08-14 12:50:40 +02:00
mpeg4video_parser.c avcodec/mpeg4video_parser: fix spurious extradata parse warnings 2014-11-15 17:30:44 +01:00
mpeg4video_parser.h
mpeg4videodec.c Merge commit 'f771b3ab5d' 2015-01-27 16:17:42 +01:00
mpeg4videoenc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
mpeg12.c avcodec/mpeg12: Try to fetch pts/dts from both the packet associated with the picture start code as well as earlier start codes 2015-01-07 13:25:09 +01:00
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c avcodec/mpeg12dec: Check actual aspect ratio instead of aspect_ratio_info 2015-01-02 03:22:51 +01:00
mpeg12enc.c mpeg12enc: increase declared size of block function argument 2014-11-11 11:26:02 +01:00
mpeg_er.c
mpeg_er.h
mpegaudio.c
mpegaudio.h
mpegaudio_parser.c avcodec/mpegaudio_parser: fix off by 1 error in bitrate calculation 2014-11-06 00:05:22 +01:00
mpegaudio_tablegen.c
mpegaudio_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_fixed.c
mpegaudiodec_float.c avcodec/mpegaudiodec_float: Use avpriv_float_dsp_alloc() 2014-12-03 14:52:38 +01:00
mpegaudiodec_template.c avcodec/mpegaudiodec_template: only allocate fdsp when its used 2014-12-05 04:27:49 +01:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
mpegaudiotab.h
mpegutils.c
mpegutils.h
mpegvideo.c Merge commit 'e44b58924f' 2015-01-27 17:08:40 +01:00
mpegvideo.h Merge commit '1c6183233d' 2015-01-07 00:13:24 +01:00
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 avcodec/mpegvideo_parser: Check the ff_set_dimensions() return code 2015-01-18 05:08:30 +01:00
mpegvideo_xvmc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c
mpegvideoencdsp.h
mpl2dec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
mqc.c
mqc.h
mqcdec.c
mqcenc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c
msmpeg4enc.c Merge commit '1c6183233d' 2015-01-07 00:13:24 +01:00
msrle.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
msrledec.c
msrledec.h
mss1.c lavc/mss1: fix mem leak in case of init failure 2014-11-23 20:52:38 +01:00
mss2.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c
mss12.c avcodec/mss12: Use av_malloc_array() 2015-01-17 13:01:26 +01:00
mss12.h
mss34dsp.c
mss34dsp.h
msvideo1.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
msvideo1enc.c Replace incorrect use of "multiply" with "multiple" 2014-08-27 16:00:17 -08:00
mvcdec.c
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c avcodec/nellymoser: Use avpriv_float_dsp_alloc() 2014-11-18 12:11:57 +01:00
nellymoserenc.c avcodec/nellymoserenc: replace assert by av_assert1() 2015-02-01 17:56:01 +01:00
noise_bsf.c bsf: check memory allocations 2015-01-15 01:25:16 +01:00
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.c lavc/options: add test for avcodec_copy_context 2014-12-08 23:14:29 +01:00
options_table.h Merge commit 'e44b58924f' 2015-01-27 17:08:40 +01:00
opus.c mpegts: add support for Opus 2014-12-20 11:29:19 +01:00
opus.h mpegts: add support for Opus 2014-12-20 11:29:19 +01:00
opus_celt.c Merge commit '3d5d46233c' 2015-02-02 20:43:13 +01:00
opus_parser.c opus_parser: drop unused variable 2015-01-15 01:25:16 +01:00
opus_silk.c
opusdec.c avcodec/opusdec: Use avpriv_float_dsp_alloc() 2014-12-03 14:52:38 +01:00
paf.h
pafaudio.c avcodec/pafaudio: use paf.h instead 2014-08-19 13:35:44 +00:00
pafvideo.c avcodec/pafvideo: remove unused header 2014-08-19 13:35:02 +00:00
pamenc.c lavc/pamenc: Support encoding ya16be. 2015-01-22 01:47:54 +01:00
parser.c avcodec/parser: Check that the parser return code is valid 2015-01-15 20:58:58 +01:00
parser.h avcodec/parser: add fuzzy mode to ff_fetch_timestamp() 2015-01-07 11:52:08 +01:00
pcm-bluray.c
pcm-dvd.c Merge commit 'b97f6ef956' 2014-09-26 12:30:02 +02:00
pcm.c pcm: Drop av_unused attribute from variable that is always used 2014-08-19 06:22:08 -07:00
pcm_tablegen.c
pcm_tablegen.h
pcx.c
pcxenc.c
pel_template.c
pgssubdec.c avcodec/pgssubdec: Use av_malloc*_array() 2015-01-11 13:41:14 +01:00
pictordec.c
pixblockdsp.c
pixblockdsp.h avcodec: Change get_pixels() to ptrdiff_t linesize 2014-08-06 15:50:54 +02:00
pixblockdsp_template.c avcodec: Change get_pixels() to ptrdiff_t linesize 2014-08-06 15:50:54 +02:00
pixels.h
png.c
png.h
png_parser.c png_parser: fix size of chunk_lenght 2014-11-11 11:49:54 +01:00
pngdec.c Merge commit '1e76345432' 2015-01-15 02:54:04 +01:00
pngdsp.c
pngdsp.h pngdsp x86: use unaligned access 2014-12-03 11:56:22 +01:00
pngenc.c lavc/pngenc: Support encoding ya16be. 2015-01-22 01:33:05 +01:00
pnm.c lavc/pnm: Support decoding ya16. 2015-01-22 01:49:04 +01:00
pnm.h
pnm_parser.c
pnmdec.c lavc/pnm: Support decoding ya16. 2015-01-22 01:49:04 +01:00
pnmenc.c Revert "pnmenc: use bits_per_raw_sample" 2014-08-25 02:59:17 +02:00
proresdata.c
proresdata.h
proresdec.h
proresdec2.c
proresdec_lgpl.c avcodec/proresdec_lgpl: Use av_malloc_array() 2015-01-11 13:42:06 +01:00
proresdsp.c
proresdsp.h
proresenc_anatoliy.c
proresenc_kostya.c Merge commit '4690e01c3a' 2014-12-15 21:46:29 +01:00
psymodel.c avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer 2014-10-14 20:46:15 +02:00
psymodel.h
pthread.c
pthread_frame.c Merge commit 'ac4a5e3abd' 2014-11-06 18:17:33 +01:00
pthread_internal.h
pthread_slice.c avcodec/pthread_slice: Use av_freep() to avoid leaving stale pointers in memory 2014-11-01 11:36:41 +01:00
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.c avcodec/qdm2: remove unneeded #include, there are no assert() 2015-01-30 15:32:11 +00:00
qdm2_tablegen.c qdm2: Allow hard-coding VLC tables. 2014-12-18 23:51:07 +01:00
qdm2_tablegen.h qdm2: Allow hard-coding VLC tables. 2014-12-18 23:51:07 +01:00
qdm2data.h
qdrw.c
qpeg.c qpeg: avoid pointless invalid memcpy() 2015-01-13 17:27:45 +01:00
qpel_template.c
qpeldsp.c
qpeldsp.h
qtrle.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
qtrleenc.c
r210dec.c Handle r10k endianess atom DpxE. 2015-01-11 12:15:03 +01:00
r210enc.c r210enc.c: Simplify and never store more than 10 bits. 2014-12-27 22:57:53 +01:00
ra144.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ra144.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ra144dec.c
ra144enc.c Merge commit '2df0c32ea1' 2014-10-14 02:16:16 +02:00
ra288.c avcodec/ra288: Use avpriv_float_dsp_alloc() 2014-11-29 19:22:32 +01:00
ra288.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ralf.c
ralfdata.h
rangecoder.c rangecoder-test: Allow running with small stack size. 2014-09-02 19:20:28 +02:00
rangecoder.h Merge commit '213e606752' 2014-09-05 19:24:49 +02:00
ratecontrol.c avcodec/ratecontrol: replace asserts by av_asserts 2015-01-31 01:48:21 +01:00
ratecontrol.h
raw.c avcodec/raw: add avpriv_get_raw_pix_fmt_tags() 2014-08-07 12:52:38 +02:00
raw.h lavc/raw: remove obsolete ff_raw_pix_fmt_tags cruft 2014-08-11 13:46:23 +02:00
rawdec.c avcodec/rawdec: Check the return code of avpicture_get_size() 2014-11-26 19:01:17 +01:00
rawenc.c avcodec/rawenc: drop sizeof(AVFrame) dependency 2014-09-09 13:22:33 +02:00
rdft.c Merge commit '096a1d5b46' 2014-09-05 19:16:15 +02:00
rdft.h
realtextdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
rectangle.h
remove_extradata_bsf.c
resample.c
resample2.c
rl.h rl.h: Use on-stack temporary VLC tables instead of having them static. 2014-09-02 19:20:28 +02:00
rl2.c avcodec/rl2: clear freed pointers 2014-11-16 23:48:38 +01:00
rle.c
rle.h
rnd_avg.h
roqaudioenc.c Merge commit '55b59fab88' 2014-11-24 13:40:06 +01:00
roqvideo.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
roqvideo.h
roqvideodec.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
roqvideoenc.c avcodec/roqvideoenc: Check for av_malloc_array() failure 2015-01-13 15:14:27 +01:00
rpza.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
rtjpeg.c
rtjpeg.h
rv10.c avcodec/mpegvideo: Factor ff_mpv_decode_init() out 2014-09-05 20:48:06 +02:00
rv10enc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
rv20enc.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
rv30.c lavc/rv30: fix mem leak in case of init failure 2014-11-23 20:53:17 +01:00
rv30data.h
rv30dsp.c Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
rv34.c avcodec/mpegvideo: Factor ff_mpv_decode_init() out 2014-09-05 20:48:06 +02:00
rv34.h
rv34_parser.c
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c
rv40data.h
rv40dsp.c Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c
s302menc.c
samidec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
sanm.c
sbr.h
sbrdsp.c
sbrdsp.h
sgi.h
sgidec.c avcodec/sgidec: fix count check 2014-10-27 20:55:57 +01:00
sgienc.c
sgirledec.c
shorten.c avcodec/shorten: use av_reallocp_array() 2015-01-12 23:46:50 +01:00
simple_idct.c
simple_idct.h
simple_idct_template.c
sinewin.c
sinewin.h
sinewin_tablegen.c
sinewin_tablegen.h
sipr.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
sipr.h
sipr16k.c sipr16kdata.h: add forgotten const. 2014-08-31 10:25:36 +02:00
sipr16kdata.h sipr16kdata.h: add forgotten const. 2014-08-31 10:25:36 +02:00
siprdata.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
smacker.c lavc/smacker: fix mem leak in case of init failure 2014-11-23 03:25:34 +01:00
smc.c Merge commit 'd423dd72be' 2014-12-19 13:30:55 +01:00
smvjpegdec.c lavc/smvjpegdec: fix mem leak in case of init failure 2014-11-24 04:15:41 +01:00
snow.c avcodec/snow: Fix av_malloc* failure checks 2015-01-12 23:46:50 +01:00
snow.h avcodec/snowdec: AVMotionVector support 2015-01-20 01:16:25 +01:00
snow_dwt.c Factorize avpriv_mirror() out 2015-01-05 01:45:49 +01:00
snow_dwt.h Include stddef from snow_dwt.h. 2014-11-25 02:00:27 +01:00
snowdata.h
snowdec.c avcodec/snowdec: AVMotionVector support 2015-01-20 01:16:25 +01:00
snowenc.c avcodec/snowenc-test: use av_mallocz_array() 2015-01-13 15:04:15 +01:00
sonic.c
sp5x.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
sp5xdec.c
srtdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
srtenc.c Kill timed SRT 2014-09-30 20:21:14 +02:00
startcode.c Merge commit 'db7f1c7c5a' 2014-08-05 12:46:10 +02:00
startcode.h Merge commit 'db7f1c7c5a' 2014-08-05 12:46:10 +02:00
subviewerdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
sunrast.c avcodec/sunrast: Use av_malloc_array() 2015-01-14 13:35:11 +01:00
sunrast.h
sunrastenc.c Merge commit '4dda5e9b08' 2014-11-13 13:31:08 +01:00
svq1.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1_cb.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1_vlc.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1dec.c avcodec/svq1dec: Add assert to ensure "stages >= 0" 2015-02-03 23:03:38 +01:00
svq1enc.c Merge commit '6f7a32839d' 2015-02-03 22:40:46 +01:00
svq1enc.h svq1enc: reduce stack usage of recursively-called function. 2014-11-23 06:51:18 +01:00
svq1enc_cb.h
svq3.c avcodec/svq3: Use av_mallocz_array() for emu_edge_buffer 2015-01-14 13:23:57 +01:00
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint.h qdm2: Allow hard-coding VLC tables. 2014-12-18 23:51:07 +01:00
tableprint_vlc.h qdm2: Allow hard-coding VLC tables. 2014-12-18 23:51:07 +01:00
tak.c
tak.h
tak_parser.c avcodec/tak_parser: use init_get_bits8() 2015-02-04 09:45:41 +00:00
takdec.c Merge commit '5ac06633cb' 2014-12-19 05:06:23 +01:00
targa.c
targa.h
targa_y216dec.c
targaenc.c
textdec.c Added STL demuxer and decoder 2014-10-22 23:12:38 +02:00
thread.h
tiertexseqv.c
tiff.c Respect horizontal differencing predictor for 16bit gray tiff images. 2015-01-30 14:12:55 +01:00
tiff.h Merge commit '12640e4cbb' 2014-08-18 19:52:22 +02:00
tiff_common.c
tiff_common.h
tiff_data.c
tiff_data.h
tiffenc.c lavc/tiffenc: Support encoding ya16le. 2015-01-22 01:38:58 +01:00
tmv.c
tpeldsp.c
tpeldsp.h
truemotion1.c
truemotion1data.h
truemotion2.c avcodec/truemotion2: Use av_freep() to avoid leaving stale pointers in memory 2014-11-19 13:44:30 +01:00
truespeech.c
truespeech_data.h
tscc.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
tscc2.c
tscc2data.h
tta.c avcodec/tta: Use av_freep() to avoid leaving stale pointers in memory 2014-11-19 13:44:39 +01:00
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c
twinvq.c avcodec/twinvq: Use avpriv_float_dsp_alloc() 2014-11-29 19:22:54 +01:00
twinvq.h avcodec/twinvq: Use avpriv_float_dsp_alloc() 2014-11-29 19:22:54 +01:00
twinvq_data.h
twinvqdec.c
txd.c
ulti.c Merge commit 'ed97963bdb' 2015-01-07 00:05:04 +01:00
ulti_cb.h
unary.h
utils.c Merge commit 'a536a4e4bc' 2015-01-27 18:50:47 +01:00
utvideo.c
utvideo.h
utvideodec.c avcodec/utvideodec: Fix handling of slice_height=0 2014-12-16 23:00:04 +01:00
utvideoenc.c utvideoenc: properly set slice height/last line 2014-10-10 20:08:24 +02:00
v210dec.c
v210dec.h
v210enc.c Merge commit '9a738c27dc' 2014-12-06 01:54:10 +01:00
v210enc.h Merge commit '9a738c27dc' 2014-12-06 01:54:10 +01:00
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c
v410enc.c
vaapi.c Merge commit 'bab8d73765' 2014-12-15 13:03:01 +01:00
vaapi.h
vaapi_h264.c vaapi: set the scaling list correctly. 2014-08-14 05:50:08 +00:00
vaapi_internal.h
vaapi_mpeg2.c
vaapi_mpeg4.c Merge commit '7ea1b3472a' 2014-10-15 15:49:31 +02:00
vaapi_vc1.c
vb.c
vble.c
vc1.c avcodec/vc1: remove unneeded #includes, there are no assert() only av_assert* 2015-01-31 08:57:06 +00:00
vc1.h Merge commit '1a02e78653' 2014-10-09 03:06:20 +02:00
vc1_block.c Merge commit 'd25afb579f' 2014-11-25 12:00:11 +01:00
vc1_common.h Merge commit '4d55e9de27' 2014-09-04 20:09:01 +02:00
vc1_loopfilter.c vc1: Use the correct shift amount 2014-11-25 02:00:06 +00:00
vc1_mc.c avcodec/vc1_mc: use the same reference as luma does in ff_vc1_mc_4mv_chroma() 2014-12-25 01:25:29 +01:00
vc1_parser.c avcodec/vc1: fix time_base and framerate 2014-10-15 16:08:36 +02:00
vc1_pred.c Merge commit 'bc75b64cff' 2014-11-25 11:05:15 +01:00
vc1_pred.h Merge commit '04d14c9b68' 2014-10-08 22:00:09 +02:00
vc1acdata.h
vc1data.c
vc1data.h Merge commit '04d14c9b68' 2014-10-08 22:00:09 +02:00
vc1dec.c Merge commit '1a02e78653' 2014-10-09 03:06:20 +02:00
vc1dsp.c Merge commit 'adf8227cf4' 2014-08-05 13:00:41 +02:00
vc1dsp.h Merge commit 'adf8227cf4' 2014-08-05 13:00:41 +02:00
vcr1.c
vda.c
vda.h
vda_h264.c Merge commit '2cef68da69' 2015-01-06 22:13:39 +01:00
vda_h264_dec.c
vda_internal.h
vdpau.c avcodec/vdpau: fix assertion failure and < vs > error 2014-12-28 01:47:05 +01:00
vdpau.h Merge commit 'c220a60f92' 2014-12-27 13:06:25 +01:00
vdpau_h264.c Merge commit '737d35e334' 2014-12-27 14:46:15 +01:00
vdpau_internal.h Merge commit '737d35e334' 2014-12-27 14:46:15 +01:00
vdpau_mpeg4.c vdpau_mpeg4: Do not fail on unknown profile. 2014-11-05 20:07:31 +01:00
vdpau_mpeg12.c Merge commit '89ac99ba5f' 2014-10-06 13:21:52 +02:00
vdpau_vc1.c Merge commit '89ac99ba5f' 2014-10-06 13:21:52 +02:00
version.h Support YA16 in jpeg 2000. 2015-02-01 16:18:39 +01:00
videodsp.c
videodsp.h
videodsp_template.c avcodec/videodsp_template: remove unneeded #include, there are no assert() only av_assert* 2015-01-30 15:32:11 +00:00
vima.c
vmdaudio.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
vmdvideo.c avcodec/vmdvideo: Check len before using it in method 3 2014-12-16 16:27:45 +01:00
vmnc.c
vorbis.c
vorbis.h
vorbis_data.c
vorbis_enc_data.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_parser_internal.h avcodec/export av_vorbis_parse_frame_flags() 2014-11-06 11:58:32 +01:00
vorbisdec.c avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 2014-12-14 14:30:45 +01:00
vorbisdsp.c
vorbisdsp.h
vorbisenc.c Merge commit '5aa710f461' 2014-11-13 13:34:39 +01:00
vp3.c avcodec/vp3: use init_get_bits8() 2015-01-30 19:15:01 +00:00
vp3_parser.c
vp3data.h avcodec/vp3data: use more compact data types 2014-08-30 13:45:15 +02:00
vp3dsp.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
vp3dsp.h
vp5.c
vp5data.h
vp6.c avcodec/vp6: Use av_freep(), avoid leaving stale pointers 2014-11-21 18:03:27 +01:00
vp6data.h
vp6dsp.c
vp8.c avcodec/vp8: remove double ;; 2015-01-18 00:34:19 +01:00
vp8.h Merge commit '65875a8b3b' 2014-10-09 02:36:58 +02:00
vp8_parser.c
vp8data.h
vp8dsp.c
vp8dsp.h
vp9.c vp9/x86: invert hu_ipred left array ordering. 2014-12-19 14:07:18 +01:00
vp9.h vp9: Use the correct upper bound for seg_id 2014-11-21 12:37:05 +00:00
vp9_parser.c vp9: avoid infinite loop with broken files 2015-01-10 20:12:36 +01:00
vp9data.h
vp9dsp.c vp9/x86: invert hu_ipred left array ordering. 2014-12-19 14:07:18 +01:00
vp9dsp.h
vp56.c
vp56.h Merge commit '2143948381' 2014-09-05 20:21:47 +02:00
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
wavpack.c wavpack: check number of channels 2014-08-22 18:43:30 +00:00
wavpack.h avcodec/wavpack: increase WV_MAX_SAMPLES 2014-08-29 10:37:49 +00:00
wavpackenc.c avcodec/wavpackenc: remove unneeded L suffixes 2015-02-02 13:34:31 +01:00
wavpackenc.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
webp.c avcodec/webp: use init_get_bits8() 2015-02-04 09:45:41 +00:00
webvttdec.c avcodec/ass: add ASS trailing \r\n in one single place 2014-10-19 23:24:34 +02:00
webvttenc.c
wma.c avcodec/wma: remove unneeded #includes, there are no assert() only av_assert* 2015-01-30 02:26:17 +01:00
wma.h avcodec/wmadec: fix 0 frame bit_reservoir 2015-01-12 03:33:16 +01:00
wma_common.c Merge commit 'd2a4e4b9cc' 2014-09-03 22:10:21 +02:00
wma_common.h
wma_freqs.c Merge commit 'f20518568a' 2014-09-04 19:46:06 +02:00
wma_freqs.h Merge commit 'f20518568a' 2014-09-04 19:46:06 +02:00
wmadata.h Merge commit 'f20518568a' 2014-09-04 19:46:06 +02:00
wmadec.c avcodec/wma: remove unneeded #includes, there are no assert() only av_assert* 2015-01-30 02:26:17 +01:00
wmaenc.c avcodec/wma: Use avpriv_float_dsp_alloc() 2014-11-30 11:19:29 +01:00
wmalosslessdec.c avcodec/wmalosslessdec: support 24bit lossless 2014-11-22 20:51:15 +01:00
wmaprodata.h
wmaprodec.c avcodec/wmaprodec: Use avpriv_float_dsp_alloc() 2014-12-01 18:07:59 +01:00
wmavoice.c
wmavoice_data.h
wmv2.c Merge commit 'eda7571ea1' 2014-09-03 04:13:37 +02:00
wmv2.h Merge commit 'eda7571ea1' 2014-09-03 04:13:37 +02:00
wmv2dec.c Merge commit 'eda7571ea1' 2014-09-03 04:13:37 +02:00
wmv2dsp.c
wmv2dsp.h
wmv2enc.c avcodec/wmv2enc: add priv_class 2014-10-18 20:06:29 +02:00
wnv1.c avcodec/wnv1: use init_get_bits8() 2015-02-04 09:45:41 +00:00
ws-snd1.c
xan.c avcodec/xan: Use av_realloc_array() 2015-01-19 17:12:09 +01:00
xbmdec.c
xbmenc.c
xface.c avcodec/xface: Add asserts to limit nb_words from becoming too large 2014-12-16 19:19:35 +01:00
xface.h avcodec/xface: correct the XFACE_MAX_* values 2014-12-16 19:19:28 +01:00
xfacedec.c
xfaceenc.c xface: reduce stack usage by directly storing 2 bytes data instead of pointers. 2014-11-23 06:51:18 +01:00
xiph.c avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 2014-12-14 14:30:45 +01:00
xiph.h avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 2014-12-14 14:30:45 +01:00
xl.c
xsubdec.c avcodec/xsubdec: Check av_mallocz() return codes 2015-01-19 17:15:15 +01:00
xsubenc.c
xvididct.c Merge commit '7a1d6ddd2c' 2014-09-03 04:09:38 +02:00
xvididct.h Merge commit '7a1d6ddd2c' 2014-09-03 04:09:38 +02:00
xvmc.h
xvmc_internal.h
xwd.h
xwddec.c
xwdenc.c
xxan.c
y41pdec.c
y41penc.c
yop.c
yuv4dec.c
yuv4enc.c
zerocodec.c
zmbv.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
zmbvenc.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00