ffmpeg | branch: master | Michael Niedermayer | Sat
Nov 28 01:00:54 2015 +0100| [861f2b2a536b4bdc97cd4f4f14fcb08b957fe690] |
committer: Michael Niedermayer
avcodec/vp3: Fix several memleaks
Fixes:
1536b9b096a8f95b742bae9d3d761cc6/signal_sigsegv_294aaed_4460_b209bd1e7cebe458b53072a44191316d.og
ffmpeg | branch: master | Michael Niedermayer | Sat
Nov 28 00:23:54 2015 +0100| [6105b7219a90438deae71b0dc5a034c71ee30fc0] |
committer: Michael Niedermayer
avcodec/vp3: Clear context on reinitialization failure
Fixes null pointer dereference
Fixes:
1536b9b096a8f95b742bae9d3d761cc6/signal_sigs
ffmpeg | branch: master | Michael Niedermayer | Fri
Nov 27 22:45:46 2015 +0100| [d5028f61e44b7607b6a547f218f7d85217490a5b] |
committer: Michael Niedermayer
avcodec/hevc_cabac: Fix multiple integer overflows
Fixes:
04ec80eefa77aecd7a49a442cc02baea/asan_heap-oob_19544fa_3303_1905796cd9d8e15f86d
ffmpeg | branch: master | Michael Niedermayer | Fri
Nov 27 23:32:04 2015 +0100| [36205501ba2f003c6b319a6d20e39fe991ee7511] |
committer: Michael Niedermayer
avcodec/pthread_slice: Allow calling ff_alloc_entries() multiple times to
readjust the entry count
Signed-off-by: Michael Niedermayer
>
ffmpeg | branch: master | Michael Niedermayer | Fri
Nov 27 23:33:03 2015 +0100| [d85aa76115214183e7e3b7d65e950da61474959a] |
committer: Michael Niedermayer
avcodec/hevc: allocate entries unconditionally
Fixes out of array access
Fixes:
08664a2a7921ef48172f26495c7455be/asan_heap-oob_23036c6_33
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Nov
27 21:24:42 2015 +| [6b407551588b4fc7fc9400bbdd131e692e6ae85e] | committer:
Rostislav Pehlivanov
aacenc: fix broken build with hardcoded tables
ff_aac_tableinit is a macro in the case of hardcoded tables, so wrap
that up in a functio
ffmpeg | branch: master | Michael Niedermayer | Fri
Nov 27 20:52:39 2015 +0100| [75422280fbcdfbe9dc56bde5525b4d8b280f1bc5] |
committer: Michael Niedermayer
avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()
Fixes out of array access
Fixes:
01859c9a9ac6cd60a008274123275574/asan
ffmpeg | branch: master | Michael Niedermayer | Fri
Nov 27 21:02:13 2015 +0100| [feb3f39614b88c113211a98dda1bc2fe5c3c6957] |
committer: Michael Niedermayer
avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.c
On Fri, Nov 27, 2015 at 10:09:32AM -0500, Ganesh Ajjanagadde wrote:
> On Fri, Nov 27, 2015 at 9:37 AM, Clément Bœsch wrote:
> > On Fri, Nov 27, 2015 at 12:40:27PM +0100, Ganesh Ajjanagadde wrote:
> > [...]
> >> diff --git a/libavcodec/aac_tablegen.h b/libavcodec/aac_tablegen.h
> >> index 8b223f9..
On Fri, Nov 27, 2015 at 9:37 AM, Clément Bœsch wrote:
> On Fri, Nov 27, 2015 at 12:40:27PM +0100, Ganesh Ajjanagadde wrote:
> [...]
>> diff --git a/libavcodec/aac_tablegen.h b/libavcodec/aac_tablegen.h
>> index 8b223f9..85e189d 100644
>> --- a/libavcodec/aac_tablegen.h
>> +++ b/libavcodec/aac_tabl
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Nov
27 13:21:48 2015 -0500| [8453095f3eb8a635719a85b04773a72b9763a672] | committer:
Ganesh Ajjanagadde
avcodec/aac_tablegen: make exp2_lut static
Suggested-by: Clément Bœsch
Signed-off-by: Ganesh Ajjanagadde
> http://git.videolan.org/gitweb
ffmpeg | branch: master | Michael Niedermayer | Fri
Nov 27 18:30:05 2015 +0100| [ef9f7bbfa47317f9d46bf46982a394d2be78503c] |
committer: Michael Niedermayer
avcodec/hevc: Check entry_point_offsets
Fixes out of array read
Fixes:
007c4a36608ebdf27ee260ad60a81184/asan_heap-oob_32076b4_2243_116b1c
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Nov
27 17:51:42 2015 +| [ec0719264cb9a9d5cbaf225da48929aea24997a3] | committer:
Rostislav Pehlivanov
aac: temporarily un-share aac_table_init AVOnce variable
AAC-Fixed decoder segfaulted. This commit makes the aac encoder
and decoder ini
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Nov
27 15:36:57 2015 +| [591fbd629ef5fcff874a5cca8a9edd094f0c9ea4] | committer:
Rostislav Pehlivanov
aactab.h: fix comment
Previous commit broke it.
Signed-off-by: Rostislav Pehlivanov
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?
The branch, master has been updated
via 8bae71d86e245304e7e1e2543361632bc7a7bdad (commit)
from 1db7d9375051213a5c3b7f7d3ad9e13a6cd67db9 (commit)
- Log -
commit 8bae71d86e245304e7e1e2543361632bc7a7bdad
Author: Micha
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Nov
27 15:00:13 2015 +| [222545cc7e09864d294b1af4d08305800a3bb684] | committer:
Rostislav Pehlivanov
aactab.h: update and correct comment
Tables in that file have been used by both for a long time now.
Signed-off-by: Rostislav Pehlivano
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Nov
27 14:52:35 2015 +| [3d62e7a30fa552be52d12b31e3e0f79153aff891] | committer:
Rostislav Pehlivanov
aacenc: make threadsafe
Since the ff_aac_tableinit() can be called by both the encoder and
the decoder (in case of transcoding) this com
The branch, master has been updated
via 1db7d9375051213a5c3b7f7d3ad9e13a6cd67db9 (commit)
from a73f6b0d2e708be3a7a0b0361ea5b5c8af545e42 (commit)
- Log -
commit 1db7d9375051213a5c3b7f7d3ad9e13a6cd67db9
Author: Micha
[ffmpeg] [branch: refs/tags/n2.8.3]
Tag:8e2dd0e4524a8b72557afbeb023280f3cba52daa
> http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=8e2dd0e4524a8b72557afbeb023280f3cba52daa
Tagger: Michael Niedermayer
Date: Fri Nov 27 15:46:53 2015 +0100
FFmpeg 2.8.3 release
__
On Fri, Nov 27, 2015 at 12:40:27PM +0100, Ganesh Ajjanagadde wrote:
[...]
> diff --git a/libavcodec/aac_tablegen.h b/libavcodec/aac_tablegen.h
> index 8b223f9..85e189d 100644
> --- a/libavcodec/aac_tablegen.h
> +++ b/libavcodec/aac_tablegen.h
> @@ -35,9 +35,46 @@ float ff_aac_pow34sf_tab[428];
> a
ffmpeg | branch: release/2.8 | James Almer | Mon Nov 9
23:16:17 2015 -0300| [644296e736ee219cd02f7b7d7b7b4c7c5a464217] | committer:
Michael Niedermayer
avutil/softfloat: use abort() instead of av_assert0(0)
Fixes compilation of host tool aacps_fixed_tablegen.
Reviewed-by: Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer |
Fri Nov 27 14:29:04 2015 +0100| [a353cc44a654257d321a307406cb10cd03148171] |
committer: Michael Niedermayer
Update for 2.8.3
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a353cc44a654257d321
ffmpeg | branch: release/2.8 | Michael Niedermayer |
Fri Nov 27 12:11:29 2015 +0100| [24c504bd0a7cd20b5e48607c7fbf5c85dc1321ab] |
committer: Michael Niedermayer
avcodec/cabac_functions: Fix "left shift of negative value -31767"
Fixes:
1430e9c43fae47a24c179c7c54f94918/signal_sigsegv_421427_234
ffmpeg | branch: release/2.8 | Michael Niedermayer |
Fri Nov 27 13:37:50 2015 +0100| [4c718691ea32e9ab70ccaa5e90bfebcea4588c42] |
committer: Michael Niedermayer
avcodec/cabac: Check initial cabac decoder state
Fixes integer overflows
Fixes:
1430e9c43fae47a24c179c7c54f94918/signal_sigsegv_4214
ffmpeg | branch: master | Michael Niedermayer | Fri
Nov 27 13:37:50 2015 +0100| [8000d484b83aafa752d84fbdbfb352ffe0dc64f8] |
committer: Michael Niedermayer
avcodec/cabac: Check initial cabac decoder state
Fixes integer overflows
Fixes:
1430e9c43fae47a24c179c7c54f94918/signal_sigsegv_421427_23
ffmpeg | branch: master | Michael Niedermayer | Fri
Nov 27 12:11:29 2015 +0100| [a1f6b05f5228979dab0e149deca7a30d22e98af5] |
committer: Michael Niedermayer
avcodec/cabac_functions: Fix "left shift of negative value -31767"
Fixes:
1430e9c43fae47a24c179c7c54f94918/signal_sigsegv_421427_2340_591
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Nov
26 13:50:57 2015 -0500| [96786a12f6df26990bbe7c0ca4592b3731724469] | committer:
Ganesh Ajjanagadde
avcodec/aac_tablegen: speed up table initialization
This speeds up aac_tablegen to a ludicruous degree (~97%), i.e to the point
where it can
27 matches
Mail list logo