diff mbox

[FFmpeg-devel] avcodec/vp9: add tile threading support

Message ID 20170908154200.2440-1-zakne0ne@gmail.com
State New
Headers show

Commit Message

Ilia Sept. 8, 2017, 3:42 p.m. UTC
Signed-off-by: Ilia Valiakhmetov <zakne0ne@gmail.com>
---
 Changelog | 1 +
 1 file changed, 1 insertion(+)

Comments

Paul B Mahol Sept. 8, 2017, 4:34 p.m. UTC | #1
On 9/8/17, Ilia Valiakhmetov <zakne0ne@gmail.com> wrote:
> Signed-off-by: Ilia Valiakhmetov <zakne0ne@gmail.com>
> ---
>  Changelog | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Changelog b/Changelog
> index cae5254..8a4818a 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -43,6 +43,7 @@ version <next>:
>  - add --disable-autodetect build switch
>  - drop deprecated qtkit input device (use avfoundation instead)
>  - despill video filter
> +- tile threading support for VP9
>
>  version 3.3:
>  - CrystalHD decoder moved to new decode API
> --
> 2.8.3
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

subject is misleading, it should be:

changelog: mention vp9...

or something similar.
diff mbox

Patch

diff --git a/Changelog b/Changelog
index cae5254..8a4818a 100644
--- a/Changelog
+++ b/Changelog
@@ -43,6 +43,7 @@  version <next>:
 - add --disable-autodetect build switch
 - drop deprecated qtkit input device (use avfoundation instead)
 - despill video filter
+- tile threading support for VP9
 
 version 3.3:
 - CrystalHD decoder moved to new decode API