ffmpeg-rockchip/libavcodec
Oliver Fromme a32dcaaaf8 avcodec/dvdsubenc: Add dvdsub workaround for some players
The issue affects dvdsub subtitles (a.k.a. VOBSUB).

Some players -- in particular hardware players -- cut off
the lowest row of pixels if the number of rows in the subtitle
is odd.

The patch below implements a work-around for that.  If the
number of rows is odd, it is simply rounded up to an even
number, adding an invisible (i.e. fully transparent) row.
The work-around can be enabled or disabled with a new
option -even_rows_fix.  The default is disabled, so there
is no change of behaviour for users who don't care about it.

The overhead for the fix is low, and in many cases even zero:
For subtitles with an odd number of rows (i.e. in 50% of
cases on average), the size increases by two bytes because
a fully transparent row is encoded as 0x00 0x00.  However,
in the VOBSUB standard, all data packets are padded to 2KB
anyway, so in most cases the additional bytes just use some
part of the padding, so there is no overhead.  Only in the
rare case that the 2KB boundary is hit (0.1% chance), a full
2KB block is added.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-09 20:11:36 +02:00
..
aarch64 Merge commit 'f23d26a686' 2014-06-23 20:35:33 +02:00
alpha alpha/idctdsp: move idct init code out of dsputil 2014-07-08 22:19:38 +02:00
arm Merge commit '79fce1ec8a' 2014-07-08 14:44:12 +02:00
avr32
bfin bfin: add README 2014-06-02 20:18:44 +02:00
mips
ppc Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
sh4
sparc
x86 Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
4xm.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
8bps.c Merge commit '632ad2248e' 2014-05-11 21:48:32 +02:00
8svx.c
012v.c
a64colors.h
a64multienc.c
a64tables.h
aac.h avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro 2014-05-25 03:45:10 +02:00
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c
aac_parser.c
aac_tablegen.c
aac_tablegen.h
aac_tablegen_decl.h
aacadtsdec.c Merge commit 'a90d92ce2a' 2014-05-03 23:21:26 +02:00
aacadtsdec.h
aaccoder.c
aacdec.c fix various typos 2014-06-03 10:58:19 -08:00
aacdectab.h
aacenc.c avcodec/aacenc: dont use global quality if its negative 2014-05-24 20:32:37 +02:00
aacenc.h
aacps.c
aacps.h
aacps_tablegen.c
aacps_tablegen.h
aacpsdata.c
aacpsdsp.c
aacpsdsp.h
aacpsy.c avcodec/aacpsy: Use av_mallocz_array() 2014-06-08 15:14:03 +02:00
aacsbr.c
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c aandcttab: fix spelling 2014-06-15 12:11:46 +02:00
aandcttab.h aandcttab: fix spelling 2014-06-15 12:11:46 +02:00
aasc.c
ac3.c
ac3.h
ac3_parser.c
ac3_parser.h
ac3dec.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
ac3dec.h Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c
ac3dec_float.c
ac3dsp.c
ac3dsp.h
ac3enc.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ac3enc.h Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ac3enc_fixed.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ac3enc_float.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ac3enc_opts_template.c
ac3enc_template.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ac3tab.c
ac3tab.h
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
acelp_pitch_delay.h Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
acelp_vectors.c
acelp_vectors.h
adpcm.c
adpcm.h
adpcm_data.c
adpcm_data.h
adpcmenc.c adpcm: Write the proper predictor in trellis mode in IMA QT 2014-06-10 16:28:47 +03:00
adx.c
adx.h
adx_parser.c
adxdec.c
adxenc.c
aic.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
alac.c
alac_data.c
alac_data.h
alacenc.c
aliaspixdec.c
aliaspixenc.c
allcodecs.c avcodec/webvttenc: add webvtt encoder 2014-05-25 03:04:14 +02:00
alsdec.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c
ansi.c
apedec.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
ass.c avcodec/ass: move playres parameters below scripttype 2014-06-18 18:43:36 +02:00
ass.h
ass_split.c
ass_split.h
assdec.c
assenc.c
asv.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
asv.h Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
asvdec.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
asvenc.c Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
atrac.c
atrac.h
atrac1.c
atrac1data.h
atrac3.c avcodec/atrac3: Use av_mallocz_array() 2014-05-21 15:59:56 +02:00
atrac3data.h
atrac3plus.c
atrac3plus.h
atrac3plus_data.h
atrac3plusdec.c avcodec/atrac3plusdec: Use av_mallocz_array() 2014-05-21 16:03:22 +02:00
atrac3plusdsp.c
audio_frame_queue.c
audio_frame_queue.h
audioconvert.c
audioconvert.h
audiodsp.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
audiodsp.h Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
aura.c
avcodec.h avcodec: Updated comment for sub param 2014-07-02 19:47:14 +02:00
avcodecres.rc
avfft.c
avfft.h
avpacket.c Merge commit '874390e163' 2014-06-20 16:40:04 +02:00
avpicture.c
avrndec.c
avs.c
avuidec.c
avuienc.c
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c
bgmc.h
bink.c Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
binkaudio.c
binkdata.h
binkdsp.c Merge commit 'cb52a17cb6' 2014-05-30 01:23:04 +02:00
binkdsp.h Merge commit 'cb52a17cb6' 2014-05-30 01:23:04 +02:00
bintext.c
bintext.h
bit_depth_template.c
bitstream.c avcodec/bitstream: remove trivial assert 2014-07-02 16:25:40 +02:00
bitstream_filter.c
blockdsp.c alpha/blockdsp: move clear_blocks out of dsputil 2014-06-19 22:39:38 +02:00
blockdsp.h alpha/blockdsp: move clear_blocks out of dsputil 2014-06-19 22:39:38 +02:00
bmp.c Use os/2 palette even if it contains less than 256 entries. 2014-07-05 02:11:17 +02:00
bmp.h
bmp_parser.c
bmpenc.c
bmvaudio.c Merge commit '2fc85fe96e' 2014-07-06 23:43:37 +02:00
bmvvideo.c Merge commit '2fc85fe96e' 2014-07-06 23:43:37 +02:00
brenderpix.c
bswapdsp.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
bswapdsp.h Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
bytestream.h
c93.c
cabac.c
cabac.h
cabac_functions.h
cavs.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
cavs.h Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02: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/cavs: make cavs_chroma_qp non static 2014-06-28 19:08:39 +02:00
cavsdsp.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
cavsdsp.h Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c
cdxl.c
celp_filters.c
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c
cinepakenc.c avcodec/cinepakenc: use av_malloc_array() 2014-05-11 20:06:28 +02:00
cljrdec.c avcodec/cljrdec: remove unneeded include 2014-07-07 16:31:51 +02:00
cljrenc.c Merge commit '373a6dda54' 2014-07-06 20:00:59 +02:00
cllc.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
cngdec.c
cngenc.c
codec_desc.c lavc: add a mime_types field to codec descriptors. 2014-04-29 13:24:18 +02:00
cook.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
cook_parser.c
cookdata.h
copy_block.h
cos_tablegen.c
cpia.c
crystalhd.c avcodec/crystalhd: Add #if HAVE_UNISTD_H around #include <unistd.h> 2014-07-08 02:51:56 +02:00
cscd.c
cyuv.c
dca.c
dca.h
dca_parser.c
dcadata.h Merge commit '6b7b8585d7' 2014-05-23 19:01:12 +02:00
dcadec.c avcodec/dcadec: remove unsignedness from constant 2014-06-18 13:46:51 +02:00
dcadsp.c
dcadsp.h
dcaenc.c fix various typos 2014-06-03 10:58:19 -08:00
dcaenc.h
dcahuff.h
dct-test.c Merge commit '880e2aa236' 2014-06-02 19:38:01 +02:00
dct.c avcodec/dct: use av_malloc_array() 2014-05-11 20:06:45 +02:00
dct.h
dct32.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dctref.c
dctref.h
dfa.c
dirac.c Merge commit '9e500efdbe' 2014-06-20 22:20:28 +02:00
dirac.h
dirac_arith.c
dirac_arith.h
dirac_dwt.c
dirac_dwt.h
dirac_parser.c
diracdec.c Merge commit '3c650efb81' 2014-07-07 16:17:27 +02:00
diracdsp.c
diracdsp.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
dnxhdenc.c Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
dnxhdenc.h Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
dpcm.c
dpx.c Merge commit '9e500efdbe' 2014-06-20 22:20:28 +02:00
dpx_parser.c avcodec/dpx_parser: fix off by 1 error 2014-06-01 20:14:49 +02:00
dpxenc.c
dsd_tablegen.c
dsd_tablegen.h
dsddec.c
dsicinaudio.c Merge commit 'd6902070c5' 2014-07-07 00:04:22 +02:00
dsicinvideo.c Merge commit 'd6902070c5' 2014-07-07 00:04:22 +02:00
dsputil.c Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
dsputil.h Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
dsputilenc_template.c
dump_extradata_bsf.c
dv.c Merge commit 'e63b818dbe' 2014-06-27 19:13:34 +02:00
dv.h Merge commit '650dee63c8' 2014-06-20 18:00:42 +02:00
dv_profile.c Merge commit '650dee63c8' 2014-06-20 18:00:42 +02:00
dv_profile.h Merge commit '650dee63c8' 2014-06-20 18:00:42 +02:00
dv_tablegen.c
dv_tablegen.h
dvbsub.c
dvbsub_parser.c
dvbsubdec.c avcodec/dvbsubdec: removed unnecessary null check for subtitle 2014-07-02 19:47:14 +02:00
dvd_nav_parser.c
dvdata.c
dvdata.h
dvdec.c avcodec/dvdec: remove redundant null check 2014-07-02 16:37:38 +02:00
dvdsub_parser.c
dvdsubdec.c avcodec/dvdsubdec: fix alpha in debuging code 2014-07-04 00:35:21 +02:00
dvdsubenc.c avcodec/dvdsubenc: Add dvdsub workaround for some players 2014-07-09 20:11:36 +02:00
dvenc.c Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
dxa.c
dxtory.c
dxva2.c
dxva2.h dxva2_h264: add a workaround for old Intel GPUs 2014-04-28 20:21:59 +02:00
dxva2_h264.c Merge commit 'a871ef0cc9' 2014-05-11 23:49:13 +02:00
dxva2_internal.h
dxva2_mpeg2.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
dxva2_vc1.c Merge commit 'a871ef0cc9' 2014-05-11 23:49:13 +02:00
eac3_data.c
eac3_data.h
eac3dec.c
eac3enc.c Merge commit '27631796c9' 2014-06-13 19:51:35 +02:00
eac3enc.h
eacmv.c
eaidct.c
eaidct.h
eamad.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
eatgq.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
eatgv.c
eatqi.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
elbg.c
elbg.h
error_resilience.c avcodec: add option to make is_intra_more_likely() from error concealment return "no" 2014-05-12 22:55:39 +02:00
error_resilience.h
escape124.c
escape130.c
evrcdata.h
evrcdec.c
exif.c
exif.h
exr.c Merge commit '9e500efdbe' 2014-06-20 22:20:28 +02:00
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c
faxcompr.h
fdctdsp.c Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
fdctdsp.h Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
fft-fixed-test.c
fft-fixed32-test.c
fft-internal.h
fft-test.c Merge commit '24f45c1622' 2014-06-27 02:36:45 +02:00
fft.h
fft_fixed.c
fft_fixed_32.c
fft_float.c
fft_init_table.c
fft_table.h
fft_template.c
ffv1.c
ffv1.h
ffv1dec.c Merge commit '9e500efdbe' 2014-06-20 22:20:28 +02:00
ffv1enc.c avcodec/ffv1enc: allocate padding for extradata 2014-05-18 15:58:41 +02:00
ffwavesynth.c
fic.c avcodec/fic: avoid 2 additions per idct row 2014-04-23 22:34:31 +02:00
file_open.c
flac.c Merge commit '5fdaf312c5' 2014-05-28 12:33:49 +02:00
flac.h Merge commit '5fdaf312c5' 2014-05-28 12:33:49 +02:00
flac_parser.c lavc/flac_parser: use av_fifo_alloc_array 2014-05-20 00:00:45 +02:00
flacdata.c
flacdata.h
flacdec.c Merge commit '5fdaf312c5' 2014-05-28 12:33:49 +02:00
flacdsp.c
flacdsp.h
flacdsp_lpc_template.c
flacdsp_template.c
flacenc.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
flashsv.c
flashsv2enc.c
flashsvenc.c
flicvideo.c
flv.h
flvdec.c Merge commit 'c6b42e8549' 2014-05-03 23:15:37 +02:00
flvenc.c
fmtconvert.c
fmtconvert.h
frame_thread_encoder.c lavc/frame_thread_encoder: use av_fifo_alloc_array 2014-05-20 00:00:45 +02:00
frame_thread_encoder.h
fraps.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
frwu.c
g2meet.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
g722.c
g722.h
g722dec.c
g722enc.c
g723_1.c avcodec/g723_1: fix writing into input frame data and warning 2014-05-26 21:05:03 +02:00
g723_1_data.h
g726.c
g729.h
g729data.h
g729dec.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
g729postfilter.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
g729postfilter.h Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
get_bits.h avcodec/bitstream: try to make vlc init code inherently thread safe 2014-06-16 20:09:21 +02:00
gif.c
gif.h
gifdec.c
golomb-test.c avcodec/golomb-test: fix () in EXTEND() macro 2014-05-25 03:45:10 +02:00
golomb.c
golomb.h
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 Merge commit '7b9ef8d701' 2014-06-23 03:48:30 +02:00
h261enc.c
h263.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
h263.h Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
h263_parser.c
h263_parser.h
h263data.h
h263dec.c Merge commit '7b9ef8d701' 2014-06-23 03:48:30 +02:00
h263dsp.c
h263dsp.h
h264.c avcodec/h264: do not leave ret random on minor failures, causing major failure 2014-06-24 01:54:39 +02:00
h264.h avcodec/h264: Use named identifier for single thread fall-back return from ff_h264_decode_slice_header() 2014-06-19 19:49:26 +02:00
h264_cabac.c avcodec/h264_cabac: fix indention 2014-04-28 00:22:38 +02:00
h264_cavlc.c
h264_direct.c
h264_loopfilter.c
h264_mb.c Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
h264_mb_template.c
h264_mc_template.c
h264_mp4toannexb_bsf.c
h264_mvpred.h
h264_parser.c
h264_picture.c Merge commit 'ca1e36a8e4' 2014-06-20 23:18:45 +02:00
h264_ps.c
h264_refs.c avcodec/h264: in the absence of recovery points, be more tolerant on accepting plain I frames 2014-06-04 04:25:14 +02:00
h264_sei.c avcodec/h264: in the absence of recovery points, be more tolerant on accepting plain I frames 2014-06-04 04:25:14 +02:00
h264_slice.c Merge commit '9e500efdbe' 2014-06-20 22:20:28 +02:00
h264addpx_template.c
h264chroma.c
h264chroma.h
h264chroma_template.c
h264data.h
h264dsp.c h264: Move search code search functions into separate source files. 2014-04-25 02:35:56 +02:00
h264dsp.h
h264dsp_template.c
h264idct.c
h264idct.h
h264idct_template.c
h264pred.c
h264pred.h
h264pred_template.c
h264qpel.c
h264qpel.h Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
h264qpel_template.c Merge commit 'f0ce9913d0' 2014-06-13 19:03:55 +02:00
hevc.c Merge commit 'df949b645b' 2014-07-03 13:19:34 +02:00
hevc.h hevc: remove unused array min_cb_addr_zs 2014-06-26 15:51:54 +02:00
hevc_cabac.c Merge commit '869fc416f7' 2014-06-18 23:32:55 +02:00
hevc_filter.c hevc: C code update for new motion compensation 2014-05-06 18:22:34 +02:00
hevc_mvs.c hevc/pps: optimized size of min_tb_addr_zs 2014-06-24 13:11:40 +02:00
hevc_parser.c hevc: fix key_frame as an IRAP 2014-05-17 01:14:51 +02:00
hevc_ps.c Merge commit '9b60d91979' 2014-06-26 19:58:25 +02:00
hevc_refs.c Revert "avcodec/hevc: fix outputted AVFrame.key_frame" 2014-05-15 21:34:34 +02:00
hevc_sei.c avcodec/hevc_sei: fix invalid get_bits() in a comment 2014-06-07 23:37:27 +02:00
hevcdsp.c avcodec/hevc: new idct + asm 2014-06-17 13:23:36 +02:00
hevcdsp.h avcodec/hevc: new idct + asm 2014-06-17 13:23:36 +02:00
hevcdsp_template.c avcodec/hevc: new idct + asm 2014-06-17 13:23:36 +02:00
hevcpred.c Merge commit 'a1c2b48018' 2014-05-19 14:10:13 +02:00
hevcpred.h Merge commit 'a1c2b48018' 2014-05-19 14:10:13 +02:00
hevcpred_template.c hevc/pps: optimized size of min_tb_addr_zs 2014-06-24 13:11:40 +02:00
hnm4video.c
hpel_template.c
hpeldsp.c Merge commit 'f0ce9913d0' 2014-06-13 19:03:55 +02:00
hpeldsp.h Merge commit '880e2aa236' 2014-06-02 19:38:01 +02:00
huffman.c avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries 2014-06-09 14:56:00 +02:00
huffman.h avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries 2014-06-09 14:56:00 +02:00
huffyuv.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
huffyuv.h Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
huffyuvdec.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
huffyuvdsp.c avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu_left_pred() 2014-05-30 15:12:58 +02:00
huffyuvdsp.h avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu_left_pred() 2014-05-30 15:12:58 +02:00
huffyuvenc.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
huffyuvencdsp.c avcodec/huffyuvencdsp: try to fix misaligned access 2014-06-29 16:26:38 +02:00
huffyuvencdsp.h Merge commit '512f3ffe9b' 2014-05-28 00:03:59 +02:00
idcinvideo.c
idctdsp.c alpha/idctdsp: move idct init code out of dsputil 2014-07-08 22:19:38 +02:00
idctdsp.h alpha/idctdsp: move idct init code out of dsputil 2014-07-08 22:19:38 +02:00
iff.c
iirfilter.c
iirfilter.h
imc.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
imcdata.h
imgconvert.c Move av_find_best_pix_fmt_of_2() from avcodec to avutil 2014-04-30 23:14:05 +02:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c Merge commit '422e14f721' 2014-06-27 01:11:59 +02:00
indeo2data.h
indeo3.c
indeo3data.h
indeo4.c Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
indeo4data.h
indeo5.c Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
indeo5data.h
intelh263dec.c Merge commit 'b2290bf10b' 2014-06-19 15:12:45 +02:00
internal.h Merge commit '9e500efdbe' 2014-06-20 22:20:28 +02:00
interplayvideo.c
intrax8.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
ituh263enc.c avcodec/ituh263enc: fix advanced intra coding 2014-06-21 04:05:28 +02:00
ivi_common.c Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
ivi_common.h Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
ivi_dsp.c Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
ivi_dsp.h Merge commit '5ec6d152e2' 2014-06-27 02:05:22 +02:00
j2kenc.c
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint.c
jfdctint_template.c avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts. 2014-05-20 04:21:06 +02:00
jpeg2000.c Merge commit '10306e9c5f' 2014-06-24 01:45:42 +02:00
jpeg2000.h
jpeg2000dec.c Merge commit 'fe4d5fe936' 2014-06-17 20:42:10 +02:00
jpeg2000dwt.c
jpeg2000dwt.h
jpegls.c
jpegls.h
jpeglsdec.c avcodec/jpeglsdec: add cast to silence pointer type warning 2014-05-03 22:54:01 +02:00
jpeglsdec.h
jpeglsenc.c lavc/jpeglsenc: Enable frame-threading. 2014-05-31 13:41:11 +02:00
jrevdct.c avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts. 2014-05-20 04:21:06 +02:00
jvdec.c Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
kbdwin.c
kbdwin.h
kgv1dec.c avcodec/kgv1dec: add casts to silence "assignment from incompatible pointer type" 2014-05-03 22:09:26 +02:00
kmvc.c
lagarith.c Merge commit '0d439fbede' 2014-05-27 23:16:06 +02:00
lagarithrac.c avcodec/lagarithrac: lag_get_rac: use normal division 2014-06-04 02:15:24 +02:00
lagarithrac.h avcodec/lagarithrac: lag_get_rac: use normal division 2014-06-04 02:15:24 +02:00
latm_parser.c
lcl.h
lcldec.c
lclenc.c lavc/lclenc: Enable frame-threading. 2014-05-31 13:41:10 +02:00
libaacplus.c
libavcodec.v Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
libcelt_dec.c
libfaac.c
libfdk-aacdec.c Merge commit '1e9a93bfca' 2014-07-07 23:16:59 +02:00
libfdk-aacenc.c Merge commit '2f7065190a' 2014-06-06 13:41:27 +02:00
libgsm.c
libilbc.c
libmp3lame.c Merge commit 'f2f2e7627f' 2014-06-23 03:34:13 +02:00
libopencore-amr.c
libopenjpegdec.c
libopenjpegenc.c avcodec/libopenjpegenc: Add frame-threading capability 2014-06-03 21:17:04 +02:00
libopus.c
libopus.h
libopusdec.c
libopusenc.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c
libshine.c
libspeexdec.c Do not overwrite the sample format with AV_SAMPLE_FMT_NONE in libspeex_decode_init(). 2014-05-30 07:38:19 +02:00
libspeexenc.c
libstagefright.cpp
libtheoraenc.c
libtwolame.c avcodec/libtwolame: fix encoding lsf with defaults 2014-06-21 17:05:09 +02:00
libutvideo.h
libutvideodec.cpp
libutvideoenc.cpp
libvo-aacenc.c
libvo-amrwbenc.c
libvorbisdec.c
libvorbisenc.c avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE 2014-05-21 03:02:06 +02:00
libvpx.c
libvpx.h
libvpxdec.c
libvpxenc.c vp9 encoder: use a decent default speed setting 2014-06-17 21:38:43 +02:00
libwavpackenc.c
libwebpenc.c
libx264.c Merge commit '0ef256d515' 2014-06-23 01:21:39 +02:00
libx265.c libx265: Remove unneeded bit depth check 2014-06-12 16:45:02 +01:00
libxavs.c
libxvid.c avcodec/libxvid: add HAVE_UNISTD_H around #include <unistd.h> 2014-07-08 01:55:47 +02:00
libxvid.h
libxvid_rc.c avcodec/libxvid: add HAVE_UNISTD_H around #include <unistd.h> 2014-07-08 01:55:47 +02:00
libzvbi-teletextdec.c
ljpegenc.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
loco.c
log2_tab.c
lossless_audiodsp.c apedsp: move to llauddsp 2014-06-05 20:31:59 +02:00
lossless_audiodsp.h apedsp: move to llauddsp 2014-06-05 20:31:59 +02:00
lossless_videodsp.c rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 2014-05-29 19:50:44 +02:00
lossless_videodsp.h rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 2014-05-29 19:50:44 +02:00
lpc.c
lpc.h
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
Makefile Fix wmv1 encoding if all other msmpeg4-related encoders were disabled. 2014-07-09 08:51:17 +02:00
mathops.h
mathtables.c
mdct_fixed.c
mdct_fixed_32.c
mdct_float.c
mdct_template.c avcodec/mdct_template: Use av_malloc_array() 2014-04-25 15:07:31 +02:00
mdec.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
metasound.c
metasound_data.c
metasound_data.h
microdvddec.c
mimic.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
mjpeg.c
mjpeg.h
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c avcodec/mjpegdec: factorize some parts of the pix_fmt_id switch() 2014-07-01 23:28:18 +02:00
mjpegdec.h Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
mjpegenc.c Merge commit 'adcb8392c9' 2014-07-01 13:33:11 +02:00
mjpegenc.h Merge commit 'adcb8392c9' 2014-07-01 13:33:11 +02:00
mjpegenc_common.c avcodec/mjpegenc_common: Restore removed copyright statements 2014-07-06 03:39:39 +02:00
mjpegenc_common.h Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
mlp.c
mlp.h
mlp_parser.c avcodec/mlp_parser: check ff_combine_frame() return code 2014-07-04 20:29:40 +02:00
mlp_parser.h
mlpdec.c avcodec/mlpdec: fix () in MSB_MASK() macro 2014-05-25 05:18:18 +02:00
mlpdsp.c
mlpdsp.h
mmvideo.c
motion-test.c motion-test: force C functions for the reference C context 2014-06-04 00:48:28 +02:00
motion_est.c Merge commit 'c166148409' 2014-07-07 15:36:58 +02:00
motion_est_template.c Merge commit 'a2941c8cb2' 2014-05-01 17:03:59 +02:00
motionpixels.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
motionpixels_tablegen.c
motionpixels_tablegen.h
movsub_bsf.c
movtextdec.c
movtextenc.c avcodec/movtextenc: allocate padding for extradata 2014-05-18 15:59:03 +02:00
mp3_header_decompress_bsf.c
mpc.c
mpc.h Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
mpc7.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4audio.c
mpeg4audio.h
mpeg4data.h
mpeg4video.c
mpeg4video.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4videodec.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
mpeg4videoenc.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
mpeg12.c
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
mpeg12enc.c mpeg12enc: add seq_disp_ext option for deciding when to write a sequence_display_extension 2014-06-14 19:45:53 +02:00
mpeg_er.c Merge commit '7b9ef8d701' 2014-06-23 03:48:30 +02:00
mpeg_er.h Merge commit '7b9ef8d701' 2014-06-23 03:48:30 +02:00
mpegaudio.c
mpegaudio.h
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_fixed.c
mpegaudiodec_float.c
mpegaudiodec_template.c avcodec/mpegaudiodec: Reset dither and mdct state 2014-06-05 21:25:51 +02:00
mpegaudiodecheader.c Merge commit '44127546b0' 2014-06-23 03:25:04 +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
mpegaudiotab.h
mpegutils.c
mpegutils.h
mpegvideo.c avcodec/mpegvideo: clip mv visualization arrows so that their direction is maintained 2014-07-09 16:04:32 +02:00
mpegvideo.h Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
mpegvideo_enc.c Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
mpegvideo_motion.c Merge commit 'fab9df63a3' 2014-06-23 21:10:10 +02:00
mpegvideo_parser.c
mpegvideo_xvmc.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
mpegvideodsp.c Merge commit 'fab9df63a3' 2014-06-23 21:10:10 +02:00
mpegvideodsp.h Merge commit 'fab9df63a3' 2014-06-23 21:10:10 +02:00
mpegvideoencdsp.c Merge commit '3c650efb81' 2014-07-07 16:17:27 +02:00
mpegvideoencdsp.h Merge commit '3c650efb81' 2014-07-07 16:17:27 +02:00
mpl2dec.c
mqc.c Merge commit 'fe4d5fe936' 2014-06-17 20:42:10 +02:00
mqc.h
mqcdec.c
mqcenc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
msmpeg4.h Fix wmv1 encoding if all other msmpeg4-related encoders were disabled. 2014-07-09 08:51:17 +02:00
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
msmpeg4enc.c
msrle.c
msrledec.c
msrledec.h
mss1.c
mss2.c Merge commit '7b9ef8d701' 2014-06-23 03:48:30 +02:00
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c avcodec/mss4: Fix () in MKVAL() macro 2014-05-25 05:19:09 +02:00
mss12.c
mss12.h
mss34dsp.c avcodec/mss34dsp: fix () in SOP* macros 2014-05-25 05:18:47 +02:00
mss34dsp.h
msvideo1.c
msvideo1enc.c avcodec/msvideo1enc: Fix () in MKRGB555() macro 2014-05-25 19:26:37 +02:00
mvcdec.c
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c
nellymoserenc.c
noise_bsf.c
nuv.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
old_codec_ids.h avcodec/old_codec_ids: workaround doxygen inclusion bug 2014-07-06 00:32:29 +02:00
on2avc.c avcodec/on2avc: Fix out of array access 2014-07-02 20:22:12 +02:00
on2avcdata.c Add missing "const" to pointer arrays. 2014-05-10 21:57:28 +02:00
on2avcdata.h Add missing "const" to pointer arrays. 2014-05-10 21:57:28 +02:00
options.c avcodec/options: use av_opt_copy() in avcodec_copy_context() to copy priv_data 2014-06-01 20:50:08 +02:00
options_table.h avcodec: make vismv option as flag types 2014-07-07 10:24:18 +02:00
opus.c Merge commit 'b70d7a4ac7' 2014-05-15 18:20:17 +02:00
opus.h avcodec/opus: Fix () in ROUND_MULL() macro 2014-05-25 19:25:58 +02:00
opus_celt.c avcodec/opus_celt: Fix () in CELT_PVQ_V macro 2014-05-25 19:25:29 +02:00
opus_imdct.c Merge commit 'd3f5b94762' 2014-05-15 21:13:53 +02:00
opus_imdct.h Merge commit 'd3f5b94762' 2014-05-15 21:13:53 +02:00
opus_parser.c Merge commit 'b70d7a4ac7' 2014-05-15 18:20:17 +02:00
opus_silk.c Merge commit 'b70d7a4ac7' 2014-05-15 18:20:17 +02:00
opusdec.c avcodec/opusdec: check alignment, misalignment could lead to crashes with avx 2014-05-25 00:38:20 +02:00
paf.h
pafaudio.c Merge commit 'b0633f83f2' 2014-07-06 20:11:40 +02:00
pafvideo.c Merge commit 'b0633f83f2' 2014-07-06 20:11:40 +02:00
pamenc.c
parser.c
parser.h
pcm-bluray.c
pcm-dvd.c pcm-dvd: Fix 20bit decoding 2014-05-09 16:07:15 +02:00
pcm.c
pcm_tablegen.c
pcm_tablegen.h
pcx.c
pcxenc.c
pel_template.c Merge commit 'f0ce9913d0' 2014-06-13 19:03:55 +02:00
pgssubdec.c avcodec/pgssubdec: remove unused variables 2014-06-30 18:24:37 +02:00
pictordec.c
pixels.h
png.c
png.h
png_parser.c
pngdec.c avcodec/pngdec: fix () in OP_* macros 2014-05-25 19:25:10 +02:00
pngdsp.c
pngdsp.h
pngenc.c Merge commit '512f3ffe9b' 2014-05-28 00:03:59 +02:00
pnm.c
pnm.h
pnm_parser.c
pnmdec.c
pnmenc.c
proresdata.c
proresdata.h
proresdec.h Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
proresdec2.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
proresdec_lgpl.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
proresdsp.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
proresdsp.h
proresenc_anatoliy.c avcodec/proresenc_anatoliy: check against maximum dimensions 2014-07-08 18:03:11 +02:00
proresenc_kostya.c Merge commit 'a9aee08d90' 2014-07-08 03:19:06 +02:00
psymodel.c
psymodel.h avcodec/psymodel: Fix () in AAC_CUTOFF() macro 2014-05-25 21:41:57 +02:00
pthread.c
pthread_frame.c avcodec/pthread_frame: fix setting hwaccel with threads and get_format() 2014-07-09 19:58:58 +02:00
pthread_internal.h
pthread_slice.c avcodec/pthread_slice: Use av_malloc(z)_array() 2014-06-08 16:34:50 +02:00
ptx.c
put_bits.h
qcelpdata.h
qcelpdec.c
qdm2.c
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
qdrw.c
qpeg.c
qpel_template.c qpel_template: Restore author attribution 2014-05-30 04:05:13 +02:00
qpeldsp.c Merge commit 'f0ce9913d0' 2014-06-13 19:03:55 +02:00
qpeldsp.h Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
qtrle.c
qtrleenc.c avcodec/qtrleenc: Check that width is a multiple of 4 for grayscale 2014-06-11 04:02:53 +02:00
r210dec.c
r210enc.c
ra144.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ra144.h Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ra144dec.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ra144enc.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
ra288.c
ra288.h
ralf.c
ralfdata.h
rangecoder.c
rangecoder.h
ratecontrol.c Merge commit 'b2c31710c9' 2014-05-01 16:46:38 +02:00
ratecontrol.h
raw.c
raw.h
rawdec.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
rawenc.c
rdft.c
rdft.h
realtextdec.c
rectangle.h
remove_extradata_bsf.c
resample.c
resample2.c
rl.h
rl2.c
rle.c
rle.h
rnd_avg.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c avcodec/roqvideodec: set JPEG output color range 2014-07-07 03:06:00 +02:00
roqvideoenc.c avcodec/roqvideoenc: check dimensions against maximum 2014-07-08 17:33:39 +02:00
rpza.c
rtjpeg.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
rtjpeg.h Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
rv10.c Merge commit '7b9ef8d701' 2014-06-23 03:48:30 +02:00
rv10enc.c
rv20enc.c
rv30.c
rv30data.h
rv30dsp.c
rv34.c Merge commit '7b9ef8d701' 2014-06-23 03:48:30 +02:00
rv34.h
rv34_parser.c
rv34data.h
rv34dsp.c
rv34dsp.h Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
rv34vlc.h
rv40.c
rv40data.h
rv40dsp.c
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c
s302menc.c
samidec.c
sanm.c
sbr.h
sbrdsp.c
sbrdsp.h
sgi.h
sgidec.c
sgienc.c
sgirledec.c avcodec/sgirledec: fix () in RBG323_TO_BGR8() macro 2014-05-25 23:08:51 +02:00
shorten.c avcodec/shorten: check bitshift 2014-04-27 13:03:28 +02:00
simple_idct.c
simple_idct.h
simple_idct_template.c avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts. 2014-05-20 04:21:06 +02:00
sinewin.c
sinewin.h
sinewin_tablegen.c
sinewin_tablegen.h
sipr.c
sipr.h
sipr16k.c
sipr16kdata.h
siprdata.h
smacker.c
smc.c
smvjpegdec.c avcodec/smvjpegdec: Dont ignore avcodec_close() return code 2014-05-20 02:21:07 +02:00
snow.c Merge commit '3c650efb81' 2014-07-07 16:17:27 +02:00
snow.h Merge commit '3c650efb81' 2014-07-07 16:17:27 +02:00
snow_dwt.c avcodec/snow_dwt: fix "incompatible pointer type" warnings 2014-05-03 22:49:21 +02:00
snow_dwt.h avcodec/snow_dwt: fix "incompatible pointer type" warnings 2014-05-03 22:49:21 +02:00
snowdata.h
snowdec.c
snowenc.c Merge commit '3c650efb81' 2014-07-07 16:17:27 +02:00
sonic.c
sp5x.h
sp5xdec.c
srtdec.c
srtenc.c
startcode.c h264: Move search code search functions into separate source files. 2014-04-25 02:35:56 +02:00
startcode.h h264: Move search code search functions into separate source files. 2014-04-25 02:35:56 +02:00
subviewerdec.c
sunrast.c
sunrast.h
sunrastenc.c
svq1.c
svq1.h
svq1_cb.h
svq1_vlc.h
svq1dec.c
svq1enc.c Merge commit 'c166148409' 2014-07-07 15:36:58 +02:00
svq1enc.h x86/svq1enc: port ssd_int8_vs_int16 to yasm 2014-07-05 21:43:40 +02:00
svq1enc_cb.h
svq3.c avcodec/svq3: Fix "incompatible pointer type" warnings 2014-05-05 23:30:35 +02:00
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint.h
tak.c
tak.h
tak_parser.c
takdec.c Merge commit '9a9e2f1c8a' 2014-06-22 17:58:28 +02:00
targa.c
targa.h
targa_y216dec.c
targaenc.c
textdec.c
thread.h
tiertexseqv.c
tiff.c avcodec/tiff: Support 410 and 440 YCbCr 2014-04-30 17:41:31 +02:00
tiff.h
tiff_common.c
tiff_common.h
tiff_data.c
tiff_data.h
tiffenc.c Merge commit '4910684492' 2014-06-18 01:29:19 +02:00
tmv.c
tpeldsp.c Merge commit 'f0ce9913d0' 2014-06-13 19:03:55 +02:00
tpeldsp.h
truemotion1.c Merge commit '9e500efdbe' 2014-06-20 22:20:28 +02:00
truemotion1data.h
truemotion2.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
truespeech.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
truespeech_data.h
tscc.c
tscc2.c avcodec/tscc2: fix macro () 2014-06-07 17:44:23 +02:00
tscc2data.h
tta.c avcodec/tta: fix macro () 2014-06-07 17:44:14 +02:00
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c avcodec/tta: fix macro () 2014-06-07 17:44:14 +02:00
twinvq.c
twinvq.h
twinvq_data.h
twinvqdec.c
txd.c
ulti.c
ulti_cb.h
unary.h
utils.c Merge commit '3c650efb81' 2014-07-07 16:17:27 +02:00
utvideo.c
utvideo.h Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
utvideodec.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
utvideoenc.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
v210dec.c
v210dec.h
v210enc.c
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c
v410enc.c
vaapi.c
vaapi.h
vaapi_h264.c hwaccel: fix dxva2 & vaapi loop filter parameters 2014-04-28 20:23:17 +02:00
vaapi_internal.h
vaapi_mpeg.c
vaapi_mpeg2.c vaapi: Update idct_permutation location after dsputil/idctdsp split 2014-07-01 07:36:22 -07:00
vaapi_mpeg4.c vaapi: Update idct_permutation location after dsputil/idctdsp split 2014-07-01 07:36:22 -07:00
vaapi_vc1.c
vb.c
vble.c Merge commit '0d439fbede' 2014-05-27 23:16:06 +02:00
vc1.c Merge commit '9e500efdbe' 2014-06-20 22:20:28 +02:00
vc1.h
vc1_parser.c avcodec/vc1_parser: fix use of uinitialized memory 2014-04-29 04:30:53 +02:00
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
vc1dsp.c Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
vc1dsp.h vc-1: Add platform-specific start code search routine to VC1DSPContext. 2014-04-25 02:36:11 +02:00
vcr1.c
vda.c Merge commit '67afcefb35' 2014-05-12 01:57:02 +02:00
vda.h Merge commit '67afcefb35' 2014-05-12 01:57:02 +02:00
vda_h264.c avcodec/vda_h264: fix bistream typo 2014-05-12 03:27:04 +02:00
vda_h264_dec.c
vda_internal.h Merge commit '67afcefb35' 2014-05-12 01:57:02 +02:00
vdpau.c
vdpau.h
vdpau_h264.c Merge commit 'a871ef0cc9' 2014-05-11 23:49:13 +02:00
vdpau_internal.h avcodec/vdpau_internal: move "struct vdpau_picture_context" up to avoid "#else" 2014-05-22 01:53:54 +02:00
vdpau_mpeg4.c Merge commit 'a871ef0cc9' 2014-05-11 23:49:13 +02:00
vdpau_mpeg12.c Merge commit 'a871ef0cc9' 2014-05-11 23:49:13 +02:00
vdpau_vc1.c Merge commit 'a871ef0cc9' 2014-05-11 23:49:13 +02:00
version.h Merge commit '1e9a93bfca' 2014-07-07 23:16:59 +02:00
videodsp.c
videodsp.h
videodsp_template.c
vima.c
vmdaudio.c Merge commit '246f869590' 2014-07-07 18:06:39 +02:00
vmdvideo.c avcodec/vmdvideo: remove unneeded include 2014-07-07 22:57:36 +02:00
vmnc.c
vorbis.c
vorbis.h
vorbis_data.c
vorbis_enc_data.h
vorbis_parser.c
vorbis_parser.h
vorbisdec.c avcodec/vorbisdec: Reset first_frame 2014-06-07 02:09:27 +02:00
vorbisdsp.c
vorbisdsp.h
vorbisenc.c
vp3.c Merge commit '9e500efdbe' 2014-06-20 22:20:28 +02:00
vp3_parser.c
vp3data.h
vp3dsp.c Merge commit '880e2aa236' 2014-06-02 19:38:01 +02:00
vp3dsp.h Merge commit '880e2aa236' 2014-06-02 19:38:01 +02:00
vp5.c Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp5data.h
vp6.c Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp6data.h
vp6dsp.c
vp8.c Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
vp8.h Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
vp8_parser.c
vp8data.h
vp8dsp.c avcodec/vp8: fix () in macros 2014-06-18 03:13:37 +02:00
vp8dsp.h
vp9.c avcodec/vp9: fix () in macros 2014-06-18 03:13:37 +02:00
vp9.h
vp9_parser.c
vp9data.h
vp9dsp.c avcodec/vp9: fix () in macros 2014-06-18 03:13:37 +02:00
vp9dsp.h
vp56.c Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp56.h Use rac_get_prob branchy version when used within a conditional branch. 2014-05-13 16:04:08 +02:00
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
vqavideo.c
wavpack.c avcodec/wavpack: fix () in macros 2014-06-18 03:13:36 +02:00
wavpack.h avcodec/wavpack: fix () in macros 2014-06-18 03:13:36 +02:00
wavpackenc.c avcodec/wavpackenc: fix () in macros 2014-06-20 21:36:17 +02:00
wavpackenc.h
webp.c Merge commit 'c6698dfe7c' 2014-07-04 01:08:57 +02:00
webvttdec.c
webvttenc.c avcodec/webvttenc: do not use EOVERFLOW. 2014-05-25 10:28:16 +02:00
wma.c
wma.h
wma_common.c
wma_common.h
wmadata.h
wmadec.c Use correct msvc type specifiers for ptrdiff_t and size_t. 2014-04-24 18:01:30 +02:00
wmaenc.c
wmalosslessdec.c libavcodec/wmalosslessdec: add missing emms 2014-06-23 23:45:20 +02:00
wmaprodata.h
wmaprodec.c
wmavoice.c
wmavoice_data.h
wmv2.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
wmv2.h
wmv2dec.c Merge commit 'e74433a8e6' 2014-06-19 04:54:38 +02:00
wmv2dsp.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
wmv2dsp.h Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
wmv2enc.c avcodec/wmv2enc: allocate padding for extradata and check malloc failure 2014-05-18 15:59:45 +02:00
wnv1.c
ws-snd1.c
xan.c
xbmdec.c avcodec/xbmdec: remove dependancy on zero padding on input packet 2014-06-15 03:50:30 +02:00
xbmenc.c
xface.c
xface.h
xfacedec.c
xfaceenc.c
xiph.c
xiph.h
xl.c
xsubdec.c
xsubenc.c
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 Use correct msvc type specifiers for ptrdiff_t and size_t. 2014-04-24 18:01:30 +02:00
zmbvenc.c