ffmpeg | branch: master | Clément Bœsch | Fri Dec 18
15:44:33 2015 +0100| [244766e407fbed6944ada01e9b57bc6c62e36a0d] | committer:
Clément Bœsch
lavfi/scale: add nb_slices debug option
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=244766e407fbed6944ada01e9b57bc6c62e36a0d
---
lib
ffmpeg | branch: master | Clément Bœsch | Thu Dec 17 12:23:35
2015 +0100| [f122ba36cb73596fe69256d66d56c23b2ff3f653] | committer: Clément
Bœsch
lavc: add text encoder
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f122ba36cb73596fe69256d66d56c23b2ff3f653
---
libavcodec/Makefile
ffmpeg | branch: master | Clément Bœsch | Tue Dec 8
10:44:31 2015 +0100| [b4431c80efe257129878a849ba12c14c3c7f9766] | committer:
Clément Bœsch
lavf/img2enc: add atomic_writing option
This behaviour change caused a regression on our side recently, we might
want to disable the option by default
ffmpeg | branch: master | Paul B Mahol | Mon Dec 21 13:26:17
2015 +0100| [a142308dcdc3eae82bedfe48dc119ff7d0679d09] | committer: Paul B Mahol
avfilter/af_ladspa: fix av_assert0()
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a142308dcdc3eae82bedfe48dc
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Mon Dec 21 14:52:20 2015 +0100| [26241af6f8b291eed42c597ffa2b32802331f813] |
committer: Michael Niedermayer
Update for 2.7.4
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=26241af6f8b291eed42
ffmpeg | branch: master | Clément Bœsch | Mon Dec 21
15:54:20 2015 +0100| [4cb26c3c354e3dc0adcd5d69a4c1bcf1246d15d9] | committer:
Clément Bœsch
lavfi/drawtext: fix crash when no text, file or timecode provided
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4cb26c3c354e3dc0adcd5d69
ffmpeg | branch: master | Clément Bœsch | Mon Dec 21
16:07:22 2015 +0100| [1d6308dbc664d6108a0acc35e525c93c7ee4defa] | committer:
Clément Bœsch
lavfi/drawtext: hide first font load warning when fontconfig is present
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d6308dbc664d6108a
ffmpeg | branch: master | Clément Bœsch | Mon Dec 21
16:42:14 2015 +0100| [d3dbae1c7179656325d35fa2baa96a85c13dfccd] | committer:
Clément Bœsch
lavfi/drawtext: fix shadow[xy] descriptions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3dbae1c7179656325d35fa2baa96a85c13dfccd
---
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec
16 14:59:12 2015 -0500| [879b4a9d3ec89f587f9442fd4c7f1f36d5bd39c3] | committer:
Ganesh Ajjanagadde
lavd/pulse_audio_enc: replace lround by lrint
Here it is mostly a cosmetic change, but there might be benefits in that
there are no compat h
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec
16 14:39:37 2015 -0500| [ff1442a51ddc3e078833f969d4188e737aa116ed] | committer:
Ganesh Ajjanagadde
lavfi/vf_drawtext: replace round by llrint
llrint is at least as fast, and avoids an implicit cast.
Signed-off-by: Ganesh Ajjanagadde
> h
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec
16 14:36:53 2015 -0500| [7af14b37260d4923cdd75c8a19d6a82dad7470c4] | committer:
Ganesh Ajjanagadde
lavfi/vf_colorlevels: replace round by lrint
lrint avoids an implicit cast, and is not slower on non-broken libm's. Thus this
represents a P
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec
16 14:34:09 2015 -0500| [cc37b31ad3815dfea6157eb784db7665bd990fcc] | committer:
Ganesh Ajjanagadde
lavfi/vf_colorchannelmixer: replace round by lrint
lrint is faster here on -ftree-vectorize with GCC. This is likely simply
an artifact of G
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec
16 14:48:45 2015 -0500| [b9c2ebeee420bc00726517f21a121ea958e73558] | committer:
Ganesh Ajjanagadde
lavc/libvpxenc: replace round by lrint
Mostly cosmetic here.
Signed-off-by: Ganesh Ajjanagadde
> http://git.videolan.org/gitweb.cgi/ffmpe
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec
16 14:50:00 2015 -0500| [2a486869d9eae998ed6e1c9f648680309ac4b6a9] | committer:
Ganesh Ajjanagadde
lavfi/vf_crop: replace round by lrint
lrint is at least as fast, avoids an implicit cast, and uses a superior
rounding mode.
Signed-off-by:
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec
16 14:51:09 2015 -0500| [ad795f6394563b11a3038d04ef1df6a9ce32bfdb] | committer:
Ganesh Ajjanagadde
lavfi/af_dynaudnorm: replace round by lrint
lrint is at least as fast, uses a superior rounding mode, and avoids an
implicit cast.
Signed-o
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec
16 14:56:18 2015 -0500| [ea2f04bffe13fb9f89778766ddab1bd4af71c538] | committer:
Ganesh Ajjanagadde
lavfi/vf_histogram: replace round by lrint
lrint is at least as fast, uses a superior rounding mode, and avoids an
implicit cast.
Signed-of
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Dec
21 08:36:46 2015 -0800| [fc5e39544b92af71e2cce7ea9dcb300875f9773b] | committer:
Ganesh Ajjanagadde
lavf/avformat: add av_warn_unused_result to avformat_write_header
May be useful as a defense, see e.g c62d1780fff8a1997dd1707bbc557efc8fe41e
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Dec
19 18:17:03 2015 -0800| [dd68cde28a44bbf5307d29ee6cb8ebd14985dea5] | committer:
Ganesh Ajjanagadde
lavu/libm: add erf hack and make dynaudnorm available everywhere
Source code is from Boost:
http://www.boost.org/doc/libs/1_46_1/boost/math/
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Dec
21 17:23:38 2015 +| [c0f67e1123fe7e790d18fa750b4b78ed8584d8d7] | committer:
Rostislav Pehlivanov
aacenc_is: rename variable
'erf' is far from the best name for a variable and is not very
descriptive since the actual variable points t
[ffmpeg] [branch: refs/tags/n2.7.4]
Tag:6f70878a58ed4a04bf019b0393624cfacfaedca3
> http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=6f70878a58ed4a04bf019b0393624cfacfaedca3
Tagger: Michael Niedermayer
Date: Mon Dec 21 15:04:47 2015 +0100
FFmpeg 2.7.4 release
__
The branch, master has been updated
via 66ed1f3747c1b7615317f6d9d2be2a898b4e3bca (commit)
from 040628ac21606ed472e0beb2f07bc08d3f954d7d (commit)
- Log -
commit 66ed1f3747c1b7615317f6d9d2be2a898b4e3bca
Author: Micha
21 matches
Mail list logo