ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 00:55:18 2015 -0400| [4e2471ef1d98b9b34e80b0b0c6fa4b8fb2f2dc19] | committer:
Michael Niedermayer
avcodec/internal: silence -Wempty-body on clang
This silences a -Wempty-body warning on clang 3.7+, e.g
http://fate.ffmpeg.org/log.cgi?time
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 00:57:24 2015 -0400| [4328e1fc424b01488bab10d60d2ffc0102c054a1] | committer:
Michael Niedermayer
avcodec/g723_1: fix a undefined left shift of negative number
This fixes a -Wshift-negative-value reported with clang 3.7+, e.g
http://fate
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 01:00:42 2015 -0400| [9db6c8815d9dc2f18b1a996372ec71900adb3638] | committer:
Michael Niedermayer
avcodec/dcadec: fix a -Wsometimes-unitialized on clang
This fixes a genuine -Wsometimes-unitialized reported on clang, e.g
http://fate.ffmp
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Sep
19 16:25:58 2015 +0100| [0cfdaf45c41ab62bef7f74c12950d755a26a301b] | committer:
Rostislav Pehlivanov
lpc: correctly apply windowing to the samples in the float-only lpc
Also change the window to Hamming (using coefficient which make it
a
ffmpeg | branch: master | James Almer | Sat Sep 19 13:33:53
2015 -0300| [6f9ba0cb82a6515c4571312c05934bdc7bb11a58] | committer: James Almer
x86/vp9dsp: add missing preprocessor guards
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6f9ba0cb82a6515c457131
ffmpeg | branch: master | Przemysław Sobala |
Fri Sep 18 15:40:58 2015 +0200| [0d097a869c38850c9ac09bccef60a229470f489b] |
committer: Michael Niedermayer
avcodec/imgconvert: Support non-planar colorspaces while padding
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/f
ffmpeg | branch: master | Michael Niedermayer | Sat
Sep 19 18:22:31 2015 +0200| [e3cf978cdda91df923e3e5d1f1e66133dbbe6218] |
committer: Michael Niedermayer
avformat/flvdec: Detect broken sizes (OBS 0.655b), disable resync for affected
files
Fixes Ticket4867
Signed-off-by: Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat
Sep 19 21:23:11 2015 +0200| [a0af9fd95415293b965bb67e56a11f6429326db1] |
committer: Michael Niedermayer
cmdutils: Filter dst/srcw/h
Dimensions / pixel formats for scaling must be set through the -s / pix_fmt
options
or the scale / format fil
ffmpeg | branch: master | Lou Logan | Sat Sep 19 12:29:15 2015
-0800| [b798593ca52616773702685fbb4dcb2aae46eaac] | committer: Lou Logan
doc/filters: fix typo in eq contrast option
Fixes ticket #4866.
Signed-off-by: Lou Logan
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b798593
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 11:39:37 2015 -0400| [f0c635f5770069bf37af3916b7d43eff4d302fe0] | committer:
Michael Niedermayer
avcodec/x86/hpeldsp_init: silence -Wunused-function on --disable-mmx
This silences some of the -Wunused-function warnings when compiled wit
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 11:00:50 2015 -0400| [e681baf63884e1060ac5ee4f6c2089050d6b4056] | committer:
Michael Niedermayer
avcodec/x86/mpegvideoenc: silence -Wunused-function on --disable-mmx
This silences -Wunused-function when compiled with --disable-mmx, e.g
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 13:26:35 2015 -0400| [39ca7641c8c8ce7031dc67584067dc1faecd6a2d] | committer:
Michael Niedermayer
avresample/resample: remove unused variable
This fixes a -Wunused-variable, see e.g
http://fate.ffmpeg.org/log.cgi?time=20150919162338&log=
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 13:18:16 2015 -0400| [11b563ed8f7c1a9183ba77680d9040fc384733d5] | committer:
Michael Niedermayer
avcodec/motion_est_template: fix undefined left shift of negative number
This fixes -Wshift-negative-value reported with clang 3.7+, e.g
ht
ffmpeg | branch: master | Hendrik Leppkes | Sat Sep 12
21:50:24 2015 +0200| [0118158efa8e45761f9f65a3bb74f33907bd2aec] | committer:
Hendrik Leppkes
hevc: properly handle no_rasl_output_flag when removing pictures from the DPB
Fixes ticket #4185.
Reviewed-By: Mickael Raulet
Signed-off-by: Hen
ffmpeg | branch: release/2.8 | Hendrik Leppkes | Sat Sep
12 21:50:24 2015 +0200| [41aa6b209585bdec14ca9c0b69862be03c39de69] | committer:
Hendrik Leppkes
hevc: properly handle no_rasl_output_flag when removing pictures from the DPB
Fixes ticket #4185.
Reviewed-By: Mickael Raulet
Signed-off-by
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 01:06:46 2015 -0400| [094a1985d618e29283b435ec2f9ebca38fc03e09] | committer:
Michael Niedermayer
avcodec/mlpdec: fix a undefined left shift of negative number
This fixes a -Wshift-negative-value reported with clang 3.7+, e.g
http://fate
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 13:10:44 2015 -0400| [7cf22c79706d23d40d16cee37eb32d5797adcc2c] | committer:
Michael Niedermayer
swscale/output: fix undefined left shifts of negative numbers
This fixes -Wshift-negative-value reported with clang 3.7+, e.g
http://fate.f
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 17:37:14 2015 -0400| [6ea457f76d9771e5669305ac71e3f436ad4f6dfc] | committer:
Michael Niedermayer
avformat/format: silence -Wdiscarded-qualifiers
lpd.buf is non-const and discards the const qualifier of zerobuffer.
This fixes -Wdiscarded
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep
19 11:38:59 2015 -0400| [92fabca427ff2d8fffa4bd4f09839d8d3822ef31] | committer:
Michael Niedermayer
avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmx
This silences some of the -Wunused-function warnings when comp
ffmpeg | branch: master | James Almer | Thu Sep 17 23:53:37
2015 -0300| [784792788b9b5b01e434cdc11437a191be370fc5] | committer: James Almer
checkasm: add jpeg2000dsp rct_int tests
Reviewed-by: Henrik Gramner
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit
20 matches
Mail list logo