ffmpeg/libavcodec
Rostislav Pehlivanov 55397b0e76 aaccoder: add intensity stereo support to encode_window_bands_info quantizer
This commit adds support for both PNS and IS (intensity stereo) codebooks to the
encode_window_bands_info() quantizer, used by the faast, faac and anmr non-default,
native coders. This does not mean that both extensions now work with those coders,
some are simply unsuited and will trigger an assertion in the encoder while
others simply ignore the changed scalefactor indices and band types.
This commit simply adds support for encoding said band types with the alternative
coders. Future commits to the coders will be required to make them suitable.

Reviewed-by: Claudio Freire <klaussfreire@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-28 21:15:58 +02:00
..
aarch64 arm64: constify src in h264qpel dsp function definitions 2015-06-24 08:41:32 +02:00
alpha avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_size 2014-09-24 21:43:19 -03:00
arm lavc/flac: Fix encoding and decoding with high lpc. 2015-05-17 02:08:58 +02:00
avr32
bfin
mips avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for block functions 2015-06-22 20:18:10 +02:00
neon Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' 2014-08-15 20:11:56 +02:00
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 avcodec/4xm: remove duplicate assert 2014-11-13 19:01:08 +01:00
8bps.c
8svx.c Merge commit '74512f7e369da40e1148c92b58cd8e59f7737b8f' 2014-09-02 21:45:58 +02:00
012v.c avcodec/012v: redesign main loop 2015-03-10 23:33:57 +01:00
Makefile fate/api-tests: Move api-flac-test to API tests directory. 2015-06-27 03:43:23 +02:00
a64colors.h
a64multienc.c avcodec/a64multienc: Assert that the Packet size does not grow 2015-02-23 02:16:00 +01:00
a64tables.h
aac.h aac: add additional fields needed by the encoder for intensity stereo 2015-06-28 00:15:21 +02:00
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c avcodec/aac_adtstoasc_bsf: Clear extradata_size on allocation failure 2015-02-17 22:58:31 +01:00
aac_parser.c aac_parser: add required padding for GetBitContext buffer 2015-06-09 10:05:54 +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 aaccoder: add intensity stereo support to encode_window_bands_info quantizer 2015-06-28 21:15:58 +02:00
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 avcodec/aacenc: use < 0 instead of != 0 for error checks 2015-05-16 19:07:31 +02:00
aacenc.h aaccoder: Implement Perceptual Noise Substitution for AAC 2015-04-15 19:59:44 +02: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 aacpsy: Add energy spread for each band 2015-06-28 14:24:30 +02:00
aacsbr.c aacsbr: break infinite loop in sbr_hf_calc_npatches 2015-05-07 17:32:23 +02: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 '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 aasc: return correct buffer size from aasc_decode_frame 2015-05-05 10:18:59 +02:00
ac3.c ac3: validate end in ff_ac3_bit_alloc_calc_mask 2015-04-16 21:37:16 +02:00
ac3.h avcodec/ac3: add () to protect the macro arguments 2015-02-16 23:59:39 +01:00
ac3_parser.c ac3_parser: add required padding for GetBitContext buffer 2015-06-09 10:06:59 +02:00
ac3_parser.h
ac3dec.c avcodec/ac3dec: Put CONFIG* first in if() 2015-03-26 15:41:27 +01:00
ac3dec.h ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-14 04:27:06 +01:00
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-14 04:27:06 +01:00
ac3dec_float.c ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-14 04:27:06 +01:00
ac3dsp.c Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' 2015-02-21 11:27:24 +01:00
ac3dsp.h
ac3enc.c avcodec: fix build with DEBUG/TRACE 2015-04-20 04:11:23 +02:00
ac3enc.h avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
ac3enc_fixed.c Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' 2014-06-22 17:58:28 +02:00
ac3enc_float.c avcodec/ac3enc: Use avpriv_float_dsp_alloc() 2014-11-29 18:54:27 +01:00
ac3enc_opts_template.c Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc' 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 Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' 2014-06-22 17:58:28 +02:00
acelp_pitch_delay.h Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' 2014-06-22 17:58:28 +02:00
acelp_vectors.c avcodec/acelp_vectors: Assert that x is within the array in ff_set_fixed_vector() 2015-05-15 12:17:40 +02:00
acelp_vectors.h
adpcm.c lavc/adpcm: THP: set approx_nb_samples correctly 2015-06-28 16:42:25 +02: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 Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-02-26 20:14:00 +01:00
adx.c Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d' 2014-08-10 02:09:13 +02:00
adx.h Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d' 2014-08-10 02:09:13 +02:00
adx_parser.c
adxdec.c Merge commit 'd5cf5afabbf43f00283e70b12afbe1da030d85b6' 2014-07-09 22:38:13 +02:00
adxenc.c avcodec/adxenc: Use av_clip_intp2() 2015-02-21 20:38:13 +01:00
aic.c Merge commit 'd8d124eebcf2ec1f6a1936b12a4f00a48f08e85c' 2015-06-17 20:53:34 +02:00
alac.c Merge commit '243e8443cd9e83c887e3f5edf09a169e7783d14e' 2015-05-10 22:00:40 +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 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 avcodec/amrnbde: Fix undefined shift in decode_pitch_vector() 2015-03-11 16:29:40 +01:00
amrwbdata.h
amrwbdec.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
anm.c lavc/anm: fix mem leak in case of init failure 2014-11-23 03:25:25 +01:00
ansi.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
apedec.c ape: Support _0000 files with nblock smaller than 64 2015-05-08 11:10:51 +02:00
apng.h apng: move shared header from avformat to avcodec. 2014-12-02 15:52:31 +01:00
ass.c avcodec/ass: make default playback resolution available to decoders 2015-05-14 12:11:34 +02:00
ass.h avcodec/ass: make default playback resolution available to decoders 2015-05-14 12:11:34 +02:00
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
assdec.c assdec: check the right variable 2014-12-18 23:27:14 +01:00
assenc.c
asv.c Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67' 2014-09-02 21:57:46 +02:00
asv.h Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67' 2014-09-02 21:57:46 +02:00
asvdec.c Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67' 2014-09-02 21:57:46 +02:00
asvenc.c Merge commit 'e524f37356156893cae50fc46451bd4a6198703d' 2015-06-01 01:41:21 +02:00
atrac.c
atrac.h
atrac1.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
atrac1data.h
atrac3.c Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2' 2015-02-28 23:41:36 +01:00
atrac3data.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
atrac3plus_data.h
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
audio_frame_queue.c lavc: Replace av_dlog and tprintf with internal macros 2015-04-19 12:41:59 +01:00
audio_frame_queue.h
audioconvert.c
audioconvert.h audioconvert: Add missing include for FF_API_AUDIO_CONVERT 2015-02-06 19:07:29 +01:00
audiodsp.c Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' 2014-06-22 17:58:28 +02:00
audiodsp.h Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' 2014-06-22 17:58:28 +02:00
aura.c
avcodec.h avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC 2015-06-26 19:07:51 -07: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 avcodec/avfft: Add simple self test 2015-02-06 19:07:29 +01:00
avfft.h
avpacket.c avcodec: Add av_packet_side_data_name() 2015-05-07 21:01:37 +02: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 '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
avuidec.c
avuienc.c avcodec: use av_frame_free() for coded_frame 2015-03-02 21:27:21 +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 Merge commit '7f596368a404363d72b1be6d16c51420a71bc523' 2015-06-03 19:07:12 +02:00
binkaudio.c Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2' 2015-02-28 23:41:36 +01:00
binkdata.h
binkdsp.c
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitstream.c doc: avoid incorrect phrase 'allows to' 2015-06-16 21:48:51 +02:00
bitstream_filter.c Merge commit '8a9641a652ed1546fedfda22584f79d3d423096e' 2015-01-15 13:47:12 +01: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.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 Merge commit '2fc85fe96e7e0e5fc433b98eacebf4d3511d2d58' 2014-07-06 23:43:37 +02:00
bmvvideo.c avcodec/bmvvideo: Add () to protect NEXT_BYTE() argument 2015-02-16 23:09:09 +01:00
brenderpix.c Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' 2014-08-04 21:48:00 +02:00
bswapdsp.c Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' 2014-06-23 13:31:26 +02:00
bswapdsp.h Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' 2014-06-23 13:31:26 +02:00
bytestream.h
c93.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
cabac.c avcodec/cabac: remove START/STOP_TIMER debug/benchmark code 2015-04-18 17:42:30 +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
canopus.c Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad' 2015-04-20 05:19:46 +02:00
canopus.h Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad' 2015-04-20 05:19:46 +02:00
cavs.c Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' 2015-02-21 11:27:24 +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 avcodec/cavs: make cavs_chroma_qp non static 2014-06-28 19:08:39 +02:00
cavsdec.c avcodec/cavsdec: Use ff_set_dimensions() 2015-05-14 18:12:30 +02:00
cavsdsp.c Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac' 2014-07-25 13:05:08 +02:00
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: correcting line breaks in cc 2015-05-03 23:38:57 +02:00
cdgraphics.c Merge commit 'c7d9b473e28238d4a4ef1b7e8b42c1cca256da36' 2014-08-07 01:56:50 +02:00
cdxl.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01: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 Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
cinepakenc.c Remove a few occurences of "long long" from the libraries. 2015-06-13 09:28:41 +02:00
cljrdec.c avcodec/cljrdec: remove unneeded include 2014-07-07 16:31:51 +02:00
cljrenc.c Merge commit '373a6dda5422186bc057297342a9e559a564595e' 2014-07-06 20:00:59 +02:00
cllc.c Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad' 2015-04-20 05:19:46 +02:00
cngdec.c avcodec/cngdec: Use av_freep() to avoid leaving stale pointers in memory 2014-10-30 23:36:51 +01:00
cngenc.c avcodec: Use av_clip_uintp2() where possible 2015-02-21 15:50:03 +01:00
codec_desc.c lavc+doc: adjust names to reflect ADPCM THP not being GameCube-only 2015-06-25 19:29:02 +02:00
cook.c avcodec/cook: Remove unneeded #if 2015-04-29 20:13:59 +02: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 Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
cyuv.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
d3d11va.h Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772' 2015-05-25 22:24:34 +02:00
dca.c Merge commit '25f613f8be3b51e4396b93cda131e4631ba54302' 2015-03-04 19:28:53 +01:00
dca.h Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2' 2015-03-15 22:18:41 +01:00
dca_exss.c Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2' 2015-03-15 22:18:41 +01:00
dca_parser.c Merge commit '0670acc4f1c4ceb16968818a654e07a3f550a8c9' 2015-05-12 12:07:19 +02:00
dca_syncwords.h Merge commit '4da5aacc7eba274a4f18411120de539d39c5151e' 2015-03-15 21:14:46 +01:00
dca_xll.c dca_xll: use av_clip_intp2() 2015-04-18 14:14:24 -03:00
dcadata.c Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2' 2015-03-15 22:18:41 +01:00
dcadata.h Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2' 2015-03-15 22:18:41 +01:00
dcadec.c avcodec/dcadec: Search and decode frame in case it starts later in a packet 2015-05-23 16:37:16 +02:00
dcadsp.c Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce' 2014-09-16 20:31:02 +02:00
dcadsp.h
dcaenc.c dcaenc: use put_sbits() 2015-04-18 14:14:11 -03:00
dcaenc.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
dcahuff.h Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce' 2014-09-16 20:31:02 +02:00
dct-test.c lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 2015-03-14 20:36:43 +01:00
dct.c Merge commit '69277069dd225f5ae02f0215e877a06522d834d3' 2015-06-01 01:42:13 +02:00
dct.h Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b' 2014-09-03 03:19:40 +02:00
dct32.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dctref.c
dctref.h
dds.c dds: Fix palette mode on big endian 2015-06-24 14:45:16 +01:00
dfa.c
dirac.c Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' 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 dirac: use and forward error codes 2015-05-06 17:50:09 +02: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: Make data_unit_size unsigned 2015-05-14 23:18:49 +02:00
diracdsp.c avcodec/diracdsp: Mark ff_diracdsp_init() as av_cold 2015-02-27 16:53:37 +01:00
diracdsp.h
dnxhd_parser.c
dnxhddata.c lavf/mxfenc: Write correct interlaced flag when muxing dnxhd. 2015-05-04 17:44:14 +02:00
dnxhddata.h lavf/mxfenc: Write correct interlaced flag when muxing dnxhd. 2015-05-04 17:44:14 +02:00
dnxhddec.c Merge commit 'd84429d41e24437536907af1e6b73197ecf3f6db' 2015-05-13 22:11:04 +02:00
dnxhdenc.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
dnxhdenc.h Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' 2014-06-19 04:54:38 +02:00
dpcm.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
dpx.c Support decoding yuv dpx images. 2015-02-08 00:12:46 +01:00
dpx_parser.c Merge commit '87bd298abeb901fe16383a0d267502cc7fc03878' 2014-12-19 03:30:40 +01:00
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 Merge commit 'd6902070c52151ec1e8154ce9b22283a1d0bc192' 2014-07-07 00:04:22 +02:00
dsicinvideo.c Merge commit 'd6902070c52151ec1e8154ce9b22283a1d0bc192' 2014-07-07 00:04:22 +02:00
dss_sp.c dss_sp: use lowercase codec name without whitespace 2015-04-24 14:55:11 +01:00
dump_extradata_bsf.c Merge commit '8a9641a652ed1546fedfda22584f79d3d423096e' 2015-01-15 13:47:12 +01:00
dv.c avcodec/dv: remove unused var dvquantareas 2015-03-20 04:39:10 +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 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' 2014-09-09 19:30:55 +02:00
dvbsub.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
dvbsub_parser.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
dvbsubdec.c avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segment() 2015-05-30 04:29:58 +02:00
dvd_nav_parser.c Merge commit '2d60444331fca1910510038dd3817bea885c2367' 2014-07-17 23:27:40 +02:00
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 '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
dvdsub_parser.c avcodec/dvdsub_parser: print message if packet is smaller than the packet size field 2014-08-02 01:17:24 +02:00
dvdsubdec.c dvdsubdec: implement flushing 2015-05-28 16:10:56 +02:00
dvdsubenc.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
dvenc.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
dxa.c avcodec/dxa: check dimensions 2014-10-28 15:30:05 +01:00
dxtory.c avcodec/dxtory: use init_get_bits8() 2015-02-14 19:45:23 +00:00
dxva2.c Merge commit '172b2cee17a3779c114ba065dd7b25dcf61e408f' 2015-06-01 23:06:32 +02:00
dxva2.h Merge commit 'b8962d64cc71af241601bcab5c3fcdc5735ef4ae' 2014-09-01 20:45:50 +02:00
dxva2_h264.c avcodec/dxva2_h264: Fix "may be used uninitialized" warnings 2015-05-26 05:23:29 +02:00
dxva2_hevc.c dxva2_hevc: re-write reference frame handling 2015-05-31 13:05:13 +02:00
dxva2_internal.h Merge commit '28fa58cf5d939151108345d7ddddebbd51d9b684' 2015-06-01 17:13:22 +02:00
dxva2_mpeg2.c Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772' 2015-05-25 22:24:34 +02:00
dxva2_vc1.c Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772' 2015-05-25 22:24:34 +02:00
eac3_data.c
eac3_data.h
eac3dec.c eac3dec: fix scaling 2015-03-14 14:05:25 +01:00
eac3enc.c
eac3enc.h
eacmv.c Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' 2014-10-15 15:49:31 +02:00
eaidct.c
eaidct.h
eamad.c Merge commit '64a2e844166d62093b45e680874eea8bd1facf5b' 2015-06-12 21:42:50 +02:00
eatgq.c Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' 2014-10-15 15:49:31 +02:00
eatgv.c Merge commit '7fccc96dc3c0bb2fa2079cbf4e4cf1aff2db46c8' 2015-06-01 01:45:39 +02:00
eatqi.c Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' 2014-10-15 15:49:31 +02:00
elbg.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
elbg.h Merge commit 'ae2d41ec875965ce4ab9fdd88a5e8ba57cada67a' 2014-12-19 04:10:17 +01:00
error_resilience.c avcodec/error_resilience: support grayscale 2015-05-09 02:42:47 +02:00
error_resilience.h avcodec/error_resilience: Avoid race with updating the error_count 2015-04-05 13:32:09 +02:00
escape124.c Merge commit '1a9c1333b5d70b427c82cb98f383aa2fa9b2b319' 2014-11-13 14:01:41 +01:00
escape130.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
evrcdata.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
evrcdec.c avcodec/evrc: make it possible to disable postfilter 2015-06-25 20:07:01 +00:00
exif.c Print a warning instead of requesting a sample for an invalid exif tag. 2014-07-24 11:58:11 +02:00
exif.h
exr.c avcodec/exr: fix crash caused by merge 2015-06-06 16:02:19 +00:00
faandct.c Replace av_unused attributes by block structures 2014-09-05 13:55:04 +02:00
faandct.h
faanidct.c Merge commit '213e606752d16f51337e94431962fb5d7749c07e' 2014-09-05 19:24:49 +02:00
faanidct.h
faxcompr.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-02-26 20:14:00 +01:00
faxcompr.h
fdctdsp.c avcodec/fdctdsp: use the 10bit code for 9 bit too 2014-12-20 18:32:50 +01:00
fdctdsp.h Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3' 2014-07-08 03:19:06 +02:00
fft-fixed-test.c
fft-fixed32-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 Merge commit '24af1aa0f70362a66cda04c9d7cd012e019f5572' 2014-07-18 21:43:50 +02:00
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: Pass correct pointers to av_free() 2015-04-20 14:59:40 +01:00
ffv1.h ffv1enc: Add const attribute to input frame 2015-05-01 14:52:24 +01:00
ffv1dec.c avcodec/ffv1dec: Fix skip_alpha 2015-05-28 01:01:16 +02:00
ffv1enc.c avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set 2015-06-18 01:01:06 +02: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 avcodec/fic: Add skip_cursor AVOption 2015-06-19 13:57:36 +02:00
file_open.c
flac.c Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48' 2014-11-06 14:17:46 +01:00
flac.h Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48' 2014-11-06 14:17:46 +01:00
flac_parser.c Merge commit 'b18346817d57c96cc47811cf78b26653e96bd304' 2015-04-20 22:08:28 +02:00
flacdata.c
flacdata.h
flacdec.c avcodec/flacdec: Attempt to auto-detect old buggy flac 2015-05-17 13:42:32 +02:00
flacdsp.c lavc/flac: Fix encoding and decoding with high lpc. 2015-05-17 02:08:58 +02:00
flacdsp.h lavc/flac: Fix encoding and decoding with high lpc. 2015-05-17 02:08:58 +02:00
flacdsp_lpc_template.c cvcodec/flacdsp_lpc_template: osmetic fix 2014-08-13 05:01:35 +02:00
flacdsp_template.c
flacenc.c avcodec/flacenc: Fix Invalid Rice order 2015-06-16 12:55:20 +02:00
flashsv.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
flashsv2enc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-02-26 20:14:00 +01:00
flashsvenc.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
flicvideo.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
flv.h Merge commit 'ff4d1aa8bc3f4fe9d1f684f760b29c51adb569ef' 2014-09-02 22:07:06 +02:00
flvdec.c Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61' 2015-06-01 01:26:36 +02:00
flvenc.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
fmtconvert.c Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca' 2015-02-28 23:58:29 +01:00
fmtconvert.h Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca' 2015-02-28 23:58:29 +01:00
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 Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' 2014-06-23 13:31:26 +02:00
frwu.c
g2meet.c avcodec/g2meet: Check init_get_bits8() return value 2015-05-07 22:50:39 +02:00
g722.c Merge commit '73ae0a9d12857852222363f9a7c14d07058ebfd3' 2015-02-16 02:07:42 +01:00
g722.h Merge commit '67690683130faf37dd9d969ced15eba2a1940ade' 2015-02-16 01:46:35 +01:00
g722dec.c Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' 2015-02-21 11:27:24 +01:00
g722dsp.c x86/g722dsp: add ff_g722_apply_qmf_sse2 2015-02-16 00:41:21 -03:00
g722dsp.h x86/g722dsp: add ff_g722_apply_qmf_sse2 2015-02-16 00:41:21 -03:00
g722enc.c Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' 2015-02-21 11:27:24 +01:00
g723_1.c avcodec: Don't anonymously typedef structs 2015-02-14 10:13:49 -08:00
g723_1_data.h Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
g726.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
g729.h
g729data.h
g729dec.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
g729postfilter.c Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' 2014-06-22 17:58:28 +02:00
g729postfilter.h Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' 2014-06-22 17:58:28 +02:00
get_bits.h Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
gif.c avcodec/gif: fix off by one in column offsetting finding 2015-02-16 17:47:35 +01:00
gif.h
gifdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
golomb-test.c
golomb.c
golomb.h avcodec/golomb: Remove disabled and broken code 2015-05-19 03:25:53 +02:00
gsm.h
gsm_parser.c
gsmdec.c
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
h261.c Merge commit '6f57375d707de40dcec28d3cef886c364e032c21' 2015-05-28 21:48:49 +02:00
h261.h
h261_parser.c
h261data.c
h261dec.c Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' 2015-05-22 20:24:41 +02:00
h261enc.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
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
h263_parser.c
h263_parser.h
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.c Merge commit '5ec0bdf2c524224f30ba4786f47324970aed4aaa' 2015-06-27 22:15:01 +02:00
h264.h Merge commit '5ec0bdf2c524224f30ba4786f47324970aed4aaa' 2015-06-27 22:15:01 +02:00
h264_cabac.c avcodec/h264_cabac: Use ff_tlog() for block level information 2015-04-26 00:58:51 +02:00
h264_cavlc.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
h264_direct.c Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3' 2015-03-21 23:05:34 +01:00
h264_loopfilter.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
h264_mb.c avcodec/h264_mb: assert that frame waiting code actually references 2 fields/1 frame 2015-04-04 18:34:36 +02:00
h264_mb_template.c Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6' 2015-04-29 16:35:24 +02:00
h264_mc_template.c Merge commit '6490a0c0fbe0e55f765ea2aa2e8495181ea1f719' 2015-03-21 17:23:10 +01:00
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 Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
h264_parser.c avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-10 18:35:07 +02:00
h264_picture.c avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 2015-05-25 19:50:41 -07:00
h264_ps.c Merge commit '86e1a35802df42f51337d3fed8d5d99d0898c8bf' 2015-04-20 22:49:50 +02:00
h264_refs.c Merge commit '6d4d3fee63c46d921c4870feab79269af94e84e1' 2015-06-27 20:56:30 +02:00
h264_sei.c avcodec: Add support for per-frame AFD output in h264 2015-06-26 23:11:17 +02:00
h264_slice.c avcodec/h264_slice: Reformat IN_RANGE() uses to be readable 2015-06-27 23:56:41 +02:00
h264addpx_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
h264chroma_template.c
h264data.h h264_ps: move and export aspect_ratio 2014-11-30 04:15:40 +01:00
h264dsp.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight functions 2015-05-01 04:19:18 +02:00
h264dsp.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight functions 2015-05-01 04:19:18 +02:00
h264dsp_template.c avcodec/h264dsp_template: Fix undefined shifts 2015-03-15 17:30:10 +01:00
h264idct.c
h264idct.h
h264idct_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
h264pred_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
h264qpel_template.c Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54' 2014-09-05 20:21:47 +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.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
hevc_cabac.c avcodec/hevc_cabac: Rename ff_hevc_transform_skip_flag_decode() to hevc_transform_skip_flag_decode() 2015-05-18 13:28:49 +02:00
hevc_filter.c hevc/sao: use unaligned copy 2015-03-02 19:32:23 +01:00
hevc_mvs.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
hevc_parser.c avcodec/hevc: Remove current_sps 2015-04-28 00:04:58 +02:00
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 avcodec/hevc_refs: Silence "Could not find ref with POC" for CRA/BLA 2015-03-21 04:09:46 +01:00
hevc_sei.c avcodec/hevc_sei: Check num_sps_ids_minus1 value 2015-05-13 01:42:52 +02:00
hevcdsp.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vertical mc functions 2015-04-17 17:39:32 +02:00
hevcdsp.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vertical mc functions 2015-04-17 17:39:32 +02:00
hevcdsp_template.c avcodec/hevcdsp: add missing () to CMP macro 2015-02-16 18:56:16 -03:00
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
hevcpred_template.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
hnm4video.c Merge commit '16158da9607f2f84232d3dd381406b2f2449ec74' 2014-11-25 12:19:08 +01:00
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 Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437' 2015-04-20 05:28:13 +02:00
hq_hqadata.c Merge commit 'a4edaeb50fc7510f28a5d79349a7926a182c9930' 2015-04-24 21:27:15 +02:00
hq_hqadsp.c Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437' 2015-04-20 05:28:13 +02:00
hq_hqadsp.h Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437' 2015-04-20 05:28:13 +02:00
hqx.c Merge commit 'bb428e00ac158244d6691bf135be404e85b66a8b' 2015-04-24 22:00:35 +02:00
hqx.h Merge commit '5b5338f6d1272526d2634501555cbaff4cdfb87b' 2015-04-20 05:11:48 +02:00
hqxdsp.c Merge commit 'ea031b75fb50c59196ccb654c9d143fb75365da9' 2015-04-20 04:33:06 +02:00
hqxdsp.h Merge commit '1746dc382ddbf3f8a3f039815644f7eb9076110e' 2015-04-20 23:13:16 +02:00
hqxvlc.c Merge commit '7c60c124c8dfaebfafa2b3c11b316db549617732' 2015-03-17 21:18:25 +01:00
huffman.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
huffman.h
huffyuv.c Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' 2014-06-23 13:31:26 +02:00
huffyuv.h huffyuvenc: add a non-deterministic option 2014-08-19 13:47:18 +02:00
huffyuvdec.c huffyuvdec: validate image size 2015-06-28 14:51:07 +02:00
huffyuvdsp.c
huffyuvdsp.h Include config.h from huffyuvdsp.h. 2014-11-25 02:00:27 +01:00
huffyuvenc.c Merge commit '7d2a6826912b629f17f3b0c5268e334fa123c4c9' 2015-06-01 01:57:29 +02:00
huffyuvencdsp.c avcodec/huffyuvencdsp: try to fix misaligned access 2014-06-29 16:26:38 +02:00
huffyuvencdsp.h
idcinvideo.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01: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 Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01: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 Merge commit '210921722bf828b3b895ebcbc34374e6c4452c6f' 2015-06-09 17:44:13 +02:00
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 libavcodec/imgconvert.c: support left band while cropping 2015-06-12 19:52:30 +02:00
imgconvert.h
imx_dump_header_bsf.c Merge commit '8a9641a652ed1546fedfda22584f79d3d423096e' 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 Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
indeo3data.h
indeo4.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
indeo4data.h Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' 2015-03-30 20:39:08 +02:00
indeo5.c Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' 2015-03-30 20:39:08 +02:00
indeo5data.h
intelh263dec.c Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61' 2015-06-01 01:26:36 +02:00
internal.h Merge commit '5bba3ab0cf7a0238ee1ea31ca2da08ce860fd8f9' 2015-04-24 20:49:45 +02:00
interplayvideo.c avcodec/interplayvideo: Use ff_tlog() for block level decode tracing 2015-04-26 12:59:44 +02:00
intrax8.c 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.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
ivi.h Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' 2015-03-30 20:39:08 +02:00
ivi_dsp.c Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' 2015-03-30 20:39:08 +02:00
ivi_dsp.h Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' 2015-03-30 20:39:08 +02:00
j2kenc.c avcodec/jpeg2000: Remove CBLK limit 2015-06-26 01:00:17 +02:00
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 avcodec/jpeg2000dec: Merge i_stepsize/2 decoder special case into dequant 2015-06-28 15:26:31 +02:00
jpeg2000.h avcodec/jpeg2000: Support 32 decomposition levels 2015-06-28 03:16:06 +02:00
jpeg2000dec.c avcodec/jpeg2000dec: Remove unused variables 2015-06-28 19:36:52 +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 Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
jpegls.h
jpeglsdec.c Merge commit '7ca603f96f93d988e01d161d611f69a4ecaa3f02' 2015-06-01 01:58:44 +02:00
jpeglsdec.h
jpeglsenc.c Merge commit 'c3418201307c6b7a2b3e3be10f33ab4a20a32c3b' 2015-04-29 03:56:32 +02:00
jpegtables.c Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
jpegtables.h Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
jrevdct.c Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b' 2014-09-03 03:19:40 +02:00
jvdec.c Merge commit '88626e5af8d006e67189bf10b96b982502a7e8ad' 2014-12-19 13:04:03 +01:00
kbdwin.c
kbdwin.h
kgv1dec.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
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 lcl: Check memory allocation 2015-05-31 15:03:31 +02:00
libaacplus.c avcodec/libaacplus: Check for av_malloc() failure 2015-02-22 14:00:53 +01:00
libavcodec.v lavc: stop exporting internal functions and tables 2014-08-11 13:23:48 +02:00
libcelt_dec.c
libdcadec.c libdcadec: search for frames that start late in a packet 2015-05-24 13:06:42 -03:00
libfaac.c Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f' 2014-10-14 02:16:16 +02:00
libfdk-aacdec.c avcodec/libfdk-aacdec: Change conceal_method to int, its accessed via AVOption as int 2015-03-02 04:08:09 +01:00
libfdk-aacenc.c Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f' 2014-10-14 02:16:16 +02:00
libgsmdec.c Merge commit 'b4edbe9a0eb48423fbf249b0ca7fb62838bdb7f5' 2014-07-18 22:28:34 +02:00
libgsmenc.c Merge commit 'b4edbe9a0eb48423fbf249b0ca7fb62838bdb7f5' 2014-07-18 22:28:34 +02:00
libilbc.c avcodec/libilbc: support for latest git of libilbc 2014-09-19 09:29:07 +02:00
libmp3lame.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
libopencore-amr.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
libopenh264enc.c Merge commit '58a840e21577a2168843487a98cb2cea44b5a94a' 2015-03-18 01:09:35 +01:00
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 avcodec/libopusenc: Use av_mallocz_array() 2015-01-17 12:58:56 +01:00
libschroedinger.c libschroedinger: Check memory allocations 2015-02-22 22:32:18 +00:00
libschroedinger.h
libschroedingerdec.c Merge commit 'e570f895cdccf2535a71fec1c607751ddb94fd5a' 2015-02-23 11:42:16 +01:00
libschroedingerenc.c Merge commit 'e570f895cdccf2535a71fec1c607751ddb94fd5a' 2015-02-23 11:42:16 +01:00
libshine.c libshine: fix support for shine 3.0 2015-05-25 16:08:08 +02:00
libspeexdec.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
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 libtheora: Check memory allocation 2015-05-31 15:03:31 +02:00
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: Fix memleak 2015-05-25 00:32:46 +02:00
libvo-aacenc.c avcodec/libvo-aacenc: Use av_mallocz_array() 2015-01-11 13:32:55 +01:00
libvo-amrwbenc.c Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f' 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 Merge commit '41740ef8be6ec409f7eff3932ddba9a9eeec27b1' 2015-06-24 12:39:21 +02:00
libvpx.h libvpx: disable unused function prototypes 2015-06-26 16:43:37 -03: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.c libwebpenc: use WebPMemoryWriterClear() 2015-06-17 14:13:43 +01:00
libwebpenc_animencoder.c libwebp: simplify AVCodec.close functions 2015-05-23 14:46:46 -03:00
libwebpenc_common.c libwebp: simplify AVCodec.close functions 2015-05-23 14:46:46 -03:00
libwebpenc_common.h libwebp: simplify AVCodec.close functions 2015-05-23 14:46:46 -03:00
libx264.c avcodec/libx264: Avoid reconfig on equivalent aspect ratios 2015-06-18 14:40:11 +02:00
libx265.c libavcodec/x265: detect csps in libx265_encode_init_csp() 2015-05-18 15:27:51 -03:00
libxavs.c avcodec/libxavs: fix division by 0 bitrate 2014-12-11 13:25:10 +01:00
libxvid.c xvid: Check memory allocation 2015-05-31 15:03:31 +02:00
libxvid.h Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464' 2014-08-26 21:45:39 +02:00
libxvid_rc.c Merge commit 'a1e2c47cd4fdaa64beda7e6dfa623b65c46f5012' 2015-02-17 23:13:12 +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 Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02: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 lavc/lossless_audiodsp: revert various commits 2015-02-07 15:15:19 +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
mathops.c avcodec: add mathops test 2015-05-20 15:50:58 +02:00
mathops.h avcodec: optimize mathops for Loongson-3 v1 2015-04-27 02:25:12 +02:00
mathtables.c
mdct_fixed.c
mdct_fixed_32.c
mdct_float.c
mdct_template.c
mdec.c Merge commit '161442ff2c4b0dd8a5072c6bbe6bf55303fffccf' 2015-02-23 21:19:00 +01:00
me_cmp.c avcodec/me_cmp: add () to protect avg*s arguments 2015-02-16 23:13:00 +01:00
me_cmp.h Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600' 2014-11-24 12:13:00 +01:00
metasound.c
metasound_data.c avcodec/metasound_data: remove unused variable lsp16s 2015-03-20 22:33:15 +01:00
metasound_data.h
microdvddec.c avcodec/microdvddec: support non persistent italic marker '/' 2014-11-23 13:13:38 +01:00
mimic.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
mjpeg.h Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
mjpeg2jpeg_bsf.c Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' 2015-03-31 01:11:02 +02:00
mjpeg_parser.c
mjpega_dump_header_bsf.c Merge commit '8a9641a652ed1546fedfda22584f79d3d423096e' 2015-01-15 13:47:12 +01:00
mjpegbdec.c Merge commit '5a0e953c2465be9d449d5f523c3d3e2b886910b2' 2015-03-13 22:48:54 +01:00
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.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +02:00
mjpegenc.h Merge commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5' 2015-03-31 00:48:04 +02:00
mjpegenc_common.c avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer() 2015-05-25 14:35:35 +02:00
mjpegenc_common.h avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer() 2015-05-25 14:35:35 +02:00
mlp.c
mlp.h mlpdec: support TrueHD streams with an Atmos substream 2015-03-11 16:06:40 +01:00
mlp_parser.c mlpdec: support major sync headers with optional extension blocks 2015-03-11 16:03:13 +01:00
mlp_parser.h mlpdec: support major sync headers with optional extension blocks 2015-03-11 16:03:13 +01:00
mlpdec.c mlpdec: support TrueHD streams with an Atmos substream 2015-03-11 16:06:40 +01:00
mlpdsp.c
mlpdsp.h
mmaldec.c Merge commit '49e531ff4706279c7eed774f2c8b896942924ce2' 2015-04-14 13:40:58 +02:00
mmvideo.c Merge commit '17ba719d9ba30c970f65747f42d5fbb1e447ca28' 2014-12-19 13:05:49 +01:00
motion-test.c Merge commit '2d60444331fca1910510038dd3817bea885c2367' 2014-07-17 23:27:40 +02:00
motion_est.c Merge commit '149fa0b7ac180fe1df48a2e379c560813555bf57' 2015-06-01 01:30:01 +02:00
motion_est.h Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d' 2015-06-12 20:57:37 +02:00
motion_est_template.c Merge commit '2d60444331fca1910510038dd3817bea885c2367' 2014-07-17 23:27:40 +02:00
motionpixels.c Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' 2015-02-21 11:27:24 +01:00
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 '8a9641a652ed1546fedfda22584f79d3d423096e' 2015-01-15 13:47:12 +01:00
movtextdec.c movtextdec.c: Improve upon dynarrays and text_to_ass 2015-06-22 22:19:35 -07:00
movtextenc.c movtextenc.c: Support for Bold, Italic and Underlined Styles 2015-06-27 09:28:34 -07:00
mp3_header_decompress_bsf.c
mpc.c
mpc.h Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' 2014-06-23 13:31:26 +02:00
mpc7.c Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' 2014-06-23 13:31:26 +02:00
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4_unpack_bframes_bsf.c avcodec: add unpack packed B-frames bitstream filter 2015-04-05 02:24:56 +02:00
mpeg4audio.c Merge commit '7e4e010b80e76862e83afbd41c25d50e72f0b44c' 2015-01-09 20:51:17 +01:00
mpeg4audio.h avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZE 2015-05-14 00:12:34 +02:00
mpeg4data.h
mpeg4video.c Merge commit '59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d' 2015-04-29 04:04:06 +02:00
mpeg4video.h avcodec/mpeg4video: Reorder operations to reduce accesses to err_recognition 2015-05-24 16:11:38 +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 avcodec/mpeg4videodec: Mark static table as const 2015-06-11 00:48:41 +02:00
mpeg4videoenc.c Merge commit '6f57375d707de40dcec28d3cef886c364e032c21' 2015-05-28 21:48:49 +02:00
mpeg12.c Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61' 2015-06-01 01:26:36 +02:00
mpeg12.h Merge commit '8606e881b02bec2ac24943d22c8afe11d641fac8' 2015-06-12 21:34:22 +02:00
mpeg12data.c
mpeg12data.h
mpeg12dec.c Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61' 2015-06-01 01:26:36 +02:00
mpeg12enc.c Merge commit '6f57375d707de40dcec28d3cef886c364e032c21' 2015-05-28 21:48:49 +02:00
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.c
mpegaudio.h
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 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 mpegaudiodec: copy AVFloatDSPContext from first context to all contexts 2015-06-26 19:10:46 +02:00
mpegaudiodecheader.c avcodec: fix build with DEBUG/TRACE 2015-04-20 04:11:23 +02:00
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 '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
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.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
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 Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
mpegvideo_xvmc.c Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' 2015-05-22 20:24:41 +02:00
mpegvideodata.c Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61' 2015-06-01 01:26:36 +02:00
mpegvideodata.h Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61' 2015-06-01 01:26:36 +02:00
mpegvideodsp.c Merge commit 'fab9df63a3156ffe1f9490aafaea41e03ef60ddf' 2014-06-23 21:10:10 +02:00
mpegvideodsp.h Merge commit 'fab9df63a3156ffe1f9490aafaea41e03ef60ddf' 2014-06-23 21:10:10 +02:00
mpegvideoencdsp.c Merge commit '2d60444331fca1910510038dd3817bea885c2367' 2014-07-17 23:27:40 +02:00
mpegvideoencdsp.h Merge commit '3c650efb81aaa3b395ba4606ee68a47ee4efb57b' 2014-07-07 16:17:27 +02:00
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 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 Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61' 2015-06-01 01:26:36 +02:00
msmpeg4.h Merge commit '31a117a0e6d6eafdf997bfe0843f3e3d39cc0332' 2015-06-01 01:17:26 +02:00
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b' 2015-06-01 01:09:38 +02:00
msmpeg4enc.c Merge commit '6f57375d707de40dcec28d3cef886c364e032c21' 2015-05-28 21:48:49 +02:00
msrle.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
msrledec.c msrle: Use FFABS to determine the frame size in msrle_decode_pal4 2015-05-30 16:28:32 +02:00
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 '31a117a0e6d6eafdf997bfe0843f3e3d39cc0332' 2015-06-01 01:17:26 +02:00
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c avcodec/mss4: check return value of init_get_bits8() 2015-02-24 13:17:34 +00:00
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 Merge commit '5a0e953c2465be9d449d5f523c3d3e2b886910b2' 2015-03-13 22:48:54 +01:00
nellymoser.c
nellymoser.h
nellymoserdec.c Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2' 2015-02-28 23:41:36 +01:00
nellymoserenc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-02-26 20:14:00 +01:00
noise_bsf.c bsf: check memory allocations 2015-01-15 01:25:16 +01:00
nuv.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
nvenc.c nvenc: Fix NV12 input 2015-06-26 22:18:24 +02:00
old_codec_ids.h avcodec/old_codec_ids: workaround doxygen inclusion bug 2014-07-06 00:32:29 +02:00
on2avc.c Merge commit '2d5176fad1a4556d209cbfb0f681712c7eada4fd' 2015-06-12 23:04:30 +02: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 avcodec/options_table: remove extradata_size from the AVOptions table 2015-03-09 17:43:25 +01:00
opus.c mpegts: add support for Opus 2014-12-20 11:29:19 +01:00
opus.h avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
opus_celt.c avcodec: use av_mod_uintp2() where useful 2015-04-21 22:41:20 -03:00
opus_parser.c opus_parser: drop unused variable 2015-01-15 01:25:16 +01:00
opus_silk.c Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' 2015-02-21 11:27:24 +01:00
opusdec.c avcodec/opusdec: Fix delayed sample value 2015-03-07 21:39:23 +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: Print an error in case of reallocation fails in ff_combine_frame() 2015-05-31 02:59:06 +02:00
parser.h avcodec/parser: add fuzzy mode to ff_fetch_timestamp() 2015-01-07 11:52:08 +01:00
pcm-bluray.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
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
pcm_tablegen.c
pcm_tablegen.h
pcx.c
pcxenc.c Merge commit 'f3b74d944bdef9bbe81f7690f8d837d843ec13a6' 2015-03-05 02:17:01 +01:00
pel_template.c
pgssubdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
pictordec.c
pixblockdsp.c alpha/pixblockdsp: move code out of dsputil 2014-07-10 04:01:03 +02:00
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 avcodec/apng: Add partial support for blending with PAL8 pixel format 2015-06-08 16:27:57 +02:00
pngdsp.c
pngdsp.h pngdsp x86: use unaligned access 2014-12-03 11:56:22 +01:00
pngenc.c avcodec/pngenc: don't return a value in a void function 2015-04-02 23:22:28 +02: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 Merge commit '2d60444331fca1910510038dd3817bea885c2367' 2014-07-17 23:27:40 +02:00
proresdec2.c avcodec/proresdec2: Reset slice_count on deallocation 2015-05-15 15:23:32 +02:00
proresdec_lgpl.c Merge commit 'dbc1163b203b175d246b7454c32ac176f84006d1' 2015-03-02 20:01:28 +01:00
proresdsp.c Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae' 2014-07-18 22:01:17 +02:00
proresdsp.h Fix make checkheaders for libavcodec/proresdsp.h. 2014-07-18 19:05:07 +02:00
proresenc_anatoliy.c avcodec/proresenc_anatoliy: Use more specific error codes 2015-06-04 12:49:59 +02:00
proresenc_kostya.c Merge commit '0a51c7d42a519c63178a4f3e35b8967f21da3a6a' 2015-04-23 22:04:37 +02:00
psymodel.c Merge commit '03927cb73399e6f07185fc7f8851d7612b4187b6' 2015-06-01 02:23:32 +02:00
psymodel.h aacpsy: Add energy spread for each band 2015-06-28 14:24:30 +02:00
pthread.c
pthread_frame.c Merge commit '0994e142132200c706f704271b5a7ae81d128f5c' 2015-06-01 02:25:04 +02:00
pthread_internal.h
pthread_slice.c lavc/pthread_slice: release entries 2015-02-24 12:07:20 +01:00
ptx.c
put_bits.h avcodec/put_bits: Assert that size in set_put_bits_buffer_size() does not cause integer overflows 2015-05-25 05:31:26 +02:00
qcelpdata.h
qcelpdec.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
qdm2.c Merge commit 'f3e045263e445c4ab54d85ecae359494cd96a3e2' 2015-02-17 23:26:56 +01: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 lavc/qdrw: Do not fail decoding valid Quickdraw images. 2015-05-21 01:05:13 +02:00
qpeg.c qpeg: avoid pointless invalid memcpy() 2015-01-13 17:27:45 +01:00
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.c Merge commit 'd0a63d8b989647ffdb5f40da8e1feaffe1a8e791' 2015-03-28 01:16:21 +01:00
qsv.h Merge commit '4e08c821106fc1d6d358864abf0d8488b12f38c6' 2015-02-19 21:12:04 +01:00
qsv_api.c Merge commit '0fbb271318899a0fb1fbcbb3db8292e909b91e23' 2015-02-19 21:12:33 +01:00
qsv_internal.h avcodec/qsv_internal: Fix project name 2015-03-28 03:44:19 +01:00
qsvdec.c Merge commit '9ba27c2348d26000257e891e40a72facb0d916be' 2015-03-28 01:25:20 +01:00
qsvdec.h Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2' 2015-03-28 01:33:27 +01:00
qsvdec_h264.c Merge commit '9ba27c2348d26000257e891e40a72facb0d916be' 2015-03-28 01:25:20 +01:00
qsvenc.c Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2' 2015-03-28 01:33:27 +01:00
qsvenc.h Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2' 2015-03-28 01:33:27 +01:00
qsvenc_h264.c Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2' 2015-03-28 01:33:27 +01:00
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 avcodec: use av_frame_free() for coded_frame 2015-03-02 21:27:21 +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 Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' 2014-06-22 17:58:28 +02:00
ra144enc.c Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f' 2014-10-14 02:16:16 +02:00
ra288.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
ra288.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ralf.c
ralfdata.h
rangecoder.c avcodec/rangecoder: avoid float operation 2015-06-01 21:49:14 +02:00
rangecoder.h Merge commit '213e606752d16f51337e94431962fb5d7749c07e' 2014-09-05 19:24:49 +02:00
ratecontrol.c Merge commit '42df71d9bbb1a5b4bce0bb34417692565c72d390' 2015-06-01 02:27:26 +02: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 Merge commit 'a09c499a2e25ded575cb9f37528384402be86ad8' 2015-04-29 16:49:47 +02:00
rdft.c avcodec/rdft: Use more specific error codes 2015-06-05 04:05:57 +02:00
rdft.h dct/rdft: Remove duplicate typedefs for context structs 2014-07-25 02:02:15 -07:00
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 avcodec/resample: check for malloc failure 2014-07-31 13:04:28 +02:00
resample2.c avcodec/resample2: Use av_malloc(z)_array() 2014-07-17 18:00:25 +02:00
rl.c Merge commit '1b1bb2c4efc126d74d44d8c421860c85f932ecb1' 2015-05-28 22:02:41 +02:00
rl.h Merge commit '1b1bb2c4efc126d74d44d8c421860c85f932ecb1' 2015-05-28 22:02:41 +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 '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
roqvideo.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 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 roqvideoenc: set enc->avctx in roq_encode_init 2015-03-11 20:28:13 +01:00
rpza.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
rtjpeg.c Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' 2014-07-01 15:22:11 +02:00
rtjpeg.h Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' 2014-07-01 15:22:11 +02:00
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 lavc/rv30: fix mem leak in case of init failure 2014-11-23 20:53:17 +01:00
rv30data.h
rv30dsp.c Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54' 2014-09-05 20:21:47 +02:00
rv34.c Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' 2015-06-08 21:05:12 +02:00
rv34.h
rv34_parser.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c Merge commit '0f532fd3f9b9ca974cea0feb8ddcaf4a7f3b23c5' 2015-02-19 10:54:07 +01:00
rv40data.h
rv40dsp.c Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54' 2014-09-05 20:21:47 +02:00
rv40vlc2.h
s302m.c s302m: fix arithmetic exception 2015-06-26 23:35:26 +02:00
s302menc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-02-26 20:14:00 +01:00
samidec.c avcodec/samidec: make sure to properly restore parsing context after a tag 2015-03-06 20:39:45 +01:00
sanm.c Merge commit '019a28cd630286ecb2b06ee62025a17c821b493e' 2014-07-29 01:22:46 +02:00
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 avcodec/sgienc: return meaningful error code 2015-02-09 14:07:54 +00:00
sgirledec.c
shorten.c avcodec/shorten: More complete pred_order check 2015-05-15 17:02:28 +02:00
simple_idct.c
simple_idct.h Merge commit '5dcc201505f71b1e73e9eef12ce89d4eed252ad0' 2014-07-19 13:56:29 +02:00
simple_idct_template.c
sinewin.c
sinewin.h
sinewin_tablegen.c
sinewin_tablegen.h
sipr.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01: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 'd423dd72be451462c6fb1cbbe313bed0194001ab' 2014-12-19 13:30:55 +01:00
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.c Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' 2015-06-08 21:05:12 +02:00
snow.h avcodec/snowenc: add intra_penalty AVOption 2015-05-09 23:52:36 +02:00
snow_dwt.c avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatial_idwt_slice() 2015-05-18 14:07:48 +02:00
snow_dwt.h Include stddef from snow_dwt.h. 2014-11-25 02:00:27 +01:00
snowdata.h
snowdec.c libavcodec/snowdec: Mark as FF_CODEC_CAP_INIT_THREADSAFE and FF_CODEC_CAP_INIT_CLEANUP 2015-04-25 04:50:47 +02:00
snowenc.c 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 Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
sp5xdec.c Merge commit '5a0e953c2465be9d449d5f523c3d3e2b886910b2' 2015-03-13 22:48:54 +01:00
srtdec.c avcodec/srtdec: attempt to correct SubRip positioning 2015-05-14 12:11:34 +02:00
srtenc.c Kill timed SRT 2014-09-30 20:21:14 +02:00
startcode.c Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8' 2014-08-05 12:46:10 +02:00
startcode.h Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8' 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 '4dda5e9b0829b119c17d950906c61d3ebffc494f' 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: Remove duplicate buf_size check 2015-05-15 20:06:24 +02:00
svq1enc.c Merge commit '28fb80dcbf6f63eedfcfffc725a6bf0069d03fab' 2015-06-01 02:38:06 +02:00
svq1enc.h svq1enc: reduce stack usage of recursively-called function. 2014-11-23 06:51:18 +01:00
svq1enc_cb.h
svq3.c libavcodec/svq3: clarify unknown_flag by renaming to has_watermark 2015-05-02 15:34:02 +02: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 avcodec/tableprint_vlc: Do not define functions to nothing 2015-05-07 00:52:47 +02: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 takdec: ensure chan2 is a valid channel index 2015-06-10 12:21:04 +02:00
targa.c
targa.h
targa_y216dec.c
targaenc.c
tdsc.c avcodec/tdsc: Remove ;; 2015-03-16 13:04:47 +01:00
textdec.c Added STL demuxer and decoder 2014-10-22 23:12:38 +02:00
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.c avcodec/tiff: move bpp check to after "end:" 2015-03-08 23:36:46 +01:00
tiff.h Merge commit '12640e4cbb142be0cd025bcf37f1ea437bdfecd0' 2014-08-18 19:52:22 +02:00
tiff_common.c
tiff_common.h fix spelling errors 2014-07-12 22:33:27 +02:00
tiff_data.c
tiff_data.h
tiffenc.c tiff: Return more meaningful error codes 2015-03-30 19:34:26 +02:00
tmv.c
tpeldsp.c
tpeldsp.h
truemotion1.c Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2' 2014-06-20 22:20:28 +02:00
truemotion1data.h
truemotion2.c Merge commit 'e1ea365f7e1477c78865b866a180712174536c20' 2015-06-01 02:42:29 +02:00
truespeech.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
truespeech_data.h
tscc.c lavc/tscc: Make 32bit output opaque. 2015-02-06 21:02:08 +01: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 Merge commit 'b8d18a94376c44dac9523dc3317259a30fc92f8b' 2015-02-20 22:24:43 +01:00
twinvq_data.h
twinvqdec.c avcodec/twinvqdec: use init_get_bits8() 2015-02-07 15:19:03 +00:00
txd.c Merge commit 'c0b105756f61d253bdabcc2bb49453a2557e7c3b' 2015-06-22 21:15:50 +02:00
ulti.c Merge commit 'ed97963bdbf3bb17fca4f9ea0aa1a97722dec907' 2015-01-07 00:05:04 +01:00
ulti_cb.h
unary.h
utils.c avcodec/utils: Replace ENOTSUP by AVERROR_PATCHWELCOME 2015-06-27 11:19:57 +02:00
utvideo.c
utvideo.h Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' 2014-06-23 13:31:26 +02:00
utvideodec.c utvideodec: Handle slice_height being zero 2015-03-09 00:51:15 +01:00
utvideoenc.c avcodec: use av_frame_free() for coded_frame 2015-03-02 21:27:21 +01:00
v210dec.c avcodec/v210dec: Add ff prefix to v210_x86_init() 2015-02-27 19:08:09 +01:00
v210dec.h avcodec/v210dec: Add ff prefix to v210_x86_init() 2015-02-27 19:08:09 +01:00
v210enc.c avcodec: use av_frame_free() for coded_frame 2015-03-02 21:27:21 +01:00
v210enc.h Merge commit 'f8fd0c29ce5dc7d4be13e7e89d0f1e8a035ae71b' 2015-04-09 20:09:10 +02:00
v210x.c
v308dec.c
v308enc.c avcodec: use av_frame_free() for coded_frame 2015-03-02 21:27:21 +01:00
v408dec.c
v408enc.c avcodec: use av_frame_free() for coded_frame 2015-03-02 21:27:21 +01:00
v410dec.c
v410enc.c avcodec: use av_frame_free() for coded_frame 2015-03-02 21:27:21 +01:00
vaapi.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
vaapi.h
vaapi_h264.c vaapi_h264: fix RefPicList[] field flags. 2015-06-23 13:31:54 +02:00
vaapi_internal.h
vaapi_mpeg2.c Merge commit '5aed1d4240d411533c102eec6944aa925b7f4964' 2015-04-26 01:22:39 +02:00
vaapi_mpeg4.c Merge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845' 2015-04-29 04:11:21 +02:00
vaapi_vc1.c Merge commit '5aed1d4240d411533c102eec6944aa925b7f4964' 2015-04-26 01:22:39 +02:00
vb.c avcodec/vb: Check for av_mallocz() failure 2015-02-09 09:27:16 +01:00
vble.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
vc1.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
vc1.h Merge commit '1a02e78653a5c7674e6c43b6e6f2748dbd2091d7' 2014-10-09 03:06:20 +02:00
vc1_block.c Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' 2015-05-22 20:24:41 +02:00
vc1_common.h avcodec/vc1: simplify find_next_marker() 2015-02-13 14:01:45 +01:00
vc1_loopfilter.c Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' 2015-05-22 20:24:41 +02:00
vc1_mc.c Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' 2015-06-08 21:05:12 +02:00
vc1_parser.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
vc1_pred.c vc1_pred: Always initialize px and py in ff_vc1_pred_mv_intfr() 2015-04-19 23:17:56 +01:00
vc1_pred.h Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576' 2014-10-08 22:00:09 +02:00
vc1acdata.h
vc1data.c
vc1data.h Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576' 2014-10-08 22:00:09 +02:00
vc1dec.c vc1dec: use get_bits_long and limit the read bits to 32 2015-06-26 19:39:29 +02:00
vc1dsp.c avcodec/vc1dsp: add () to protect the arguments of the op* macros 2015-02-17 00:02:40 +01:00
vc1dsp.h Merge commit 'adf8227cf4e7b4fccb2ad88e1e09b6dc00dd00ed' 2014-08-05 13:00:41 +02:00
vcr1.c
vda.c Merge commit 'e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623' 2015-05-13 22:42:49 +02:00
vda.h Merge commit 'e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623' 2015-05-13 22:42:49 +02:00
vda_h264.c Merge commit 'e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623' 2015-05-13 22:42:49 +02:00
vda_h264_dec.c
vda_internal.h
vdpau.c avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 2015-05-25 19:50:41 -07:00
vdpau.h Merge commit 'c220a60f92dde9c7c118fc4deddff5c1f617cda9' 2014-12-27 13:06:25 +01:00
vdpau_compat.h avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 2015-05-25 19:50:41 -07:00
vdpau_h264.c Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6' 2015-04-29 16:35:24 +02:00
vdpau_hevc.c avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC 2015-06-26 19:07:51 -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_mpeg4: Do not fail on unknown profile. 2014-11-05 20:07:31 +01:00
vdpau_mpeg12.c Merge commit 'ecbcebde344c9eaeb8877ba2c5d32eb3af621e7f' 2015-02-14 22:59:16 +01:00
vdpau_vc1.c Merge commit '89ac99ba5f2dc9f69ad3bc294753930eb0b3e4a4' 2014-10-06 13:21:52 +02:00
version.h avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC 2015-06-26 19:07:51 -07: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 lavc: deprecate VIMA decoder 2015-02-14 12:48:41 +00:00
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 avcodec/vmnc: Add back adapted comment about 24bit 2015-05-20 19:24:54 +02:00
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 Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
vorbisdsp.c
vorbisdsp.h
vorbisenc.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
vp3.c avcodec/vp3: Cleanup order of operations for current_run check 2015-05-15 11:12:13 +02: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 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
vp8_parser.c
vp8data.h
vp8dsp.c
vp8dsp.h
vp9.c vp9: fix profile check for intraonly frames. 2015-06-25 04:29:03 +02:00
vp9.h vp9: Parse subsampling and report missing feature 2015-05-31 12:19:19 +02:00
vp9_mc_template.c vp9: fix scaled motion vector clipping for sub8x8 blocks. 2015-05-16 08:36:19 -04:00
vp9_parser.c vp9: add support for resolution changes in inter frames. 2015-04-23 05:09:51 +02:00
vp9data.h vp9: add keyframe profile 2/3 support. 2015-05-06 15:10:41 -04:00
vp9dsp.c avcodec/vp9dsp: Replace assert by av_assert0() 2015-05-07 14:32:50 +02:00
vp9dsp.h vp9: add keyframe profile 2/3 support. 2015-05-06 15:10:41 -04:00
vp9dsp_8bpp.c vp9: add keyframe profile 2/3 support. 2015-05-06 15:10:41 -04:00
vp9dsp_10bpp.c vp9: add keyframe profile 2/3 support. 2015-05-06 15:10:41 -04:00
vp9dsp_12bpp.c vp9: add keyframe profile 2/3 support. 2015-05-06 15:10:41 -04:00
vp9dsp_template.c vp9: de-duplicate some functions that are identical between 10/12 bpp. 2015-05-08 14:42:01 +02:00
vp56.c avcodec/vp56: Add () to protect TRANSPOSE()s arguments 2015-02-17 19:13:26 +01:00
vp56.h Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54' 2014-09-05 20:21:47 +02:00
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c Merge commit '79793f833784121d574454af4871866576c0749d' 2014-07-01 15:43:40 +02:00
vqavideo.c avcodec/vqavideo: Check chunk size 2015-05-13 00:41:38 +02:00
wavpack.c wavpack: use get_bits_long to read up to 32 bits 2015-06-28 11:29:46 +02:00
wavpack.h avcodec/wavpack: Add () to protect the arguments of UPDATE_WEIGHT_CLIP() 2015-02-18 01:49:35 +01:00
wavpackenc.c wavpackenc: use put_sbits() 2015-04-18 18:07:54 -03:00
wavpackenc.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
webp.c webp: ensure that each transform is only used once 2015-03-19 21:03:13 +01: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 Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wma.h Merge commit 'db5cc75f8b5620e7cd2d05762c3b087ab16d8c24' 2015-03-04 01:23:54 +01:00
wma_common.c Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b' 2014-09-03 22:10:21 +02:00
wma_common.h
wma_freqs.c Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' 2014-09-04 19:46:06 +02:00
wma_freqs.h Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' 2014-09-04 19:46:06 +02:00
wmadata.h Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' 2014-09-04 19:46:06 +02:00
wmadec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wmaenc.c wma: Check memory allocation 2015-05-31 15:03:31 +02:00
wmalosslessdec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wmaprodata.h
wmaprodec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wmavoice.c wmavoice: limit wmavoice_decode_packet return value to packet size 2015-06-28 17:00:21 +02:00
wmavoice_data.h
wmv2.c Merge commit '925b80d64029d41962e5998d7d901226c3a9baea' 2015-06-08 22:05:25 +02:00
wmv2.h Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b' 2015-06-01 01:09:38 +02:00
wmv2dec.c Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' 2015-04-20 04:10:10 +02:00
wmv2dsp.c Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac' 2014-07-25 13:05:08 +02:00
wmv2dsp.h
wmv2enc.c Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' 2015-06-12 21:25:21 +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 Replace PixelFormats which sneaked in over time or where forgotten by AVPixelFormats 2015-03-18 01:18:40 +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 Merge commit '522d971c7f5921bebcea2fc50e67056afdabb951' 2015-06-01 02:46:56 +02:00
xsubenc.c
xvididct.c Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453' 2014-09-03 04:09:38 +02:00
xvididct.h Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453' 2014-09-03 04:09:38 +02:00
xvmc.h
xvmc_internal.h
xwd.h
xwddec.c
xwdenc.c
xxan.c
y41pdec.c avcodec/y41pdec: Avoid using float for size test 2015-05-23 21:46:07 +02:00
y41penc.c avcodec: use av_frame_free() for coded_frame 2015-03-02 21:27:21 +01:00
yop.c
yuv4dec.c
yuv4enc.c avcodec: use av_frame_free() for coded_frame 2015-03-02 21:27:21 +01:00
zerocodec.c Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' 2015-02-14 21:18:17 +01:00
zmbv.c avcodec/zmbv: Check len before reading in decode_frame() 2015-02-25 12:30:04 +01:00
zmbvenc.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00