[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2d1f17c web/download: remove Jon Severinsson's FFmpeg PPA

2015-04-02 Thread gitolite
The branch, master has been updated via 2d1f17c037b8d8e2ef72c07fdac4a79f7a9ee167 (commit) from 922896875558b66a9f25f9998de5d3d4ce0ee397 (commit) - Log - commit 2d1f17c037b8d8e2ef72c07fdac4a79f7a9ee167 Author: Lou L

[FFmpeg-cvslog] doc: Slightly revise AviSynth version info

2015-04-02 Thread Stephen Hutchinson
ffmpeg | branch: master | Stephen Hutchinson | Thu Apr 2 15:38:55 2015 -0400| [b2c05867f50d7b4193f505e8cd5af0d8b02461c5] | committer: Michael Niedermayer doc: Slightly revise AviSynth version info Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] lavf/ftp: remove fixed length buffers from context

2015-04-02 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Fri Apr 3 00:00:23 2015 +0200| [cd3d0d5422356a748e8b20edc79c22182cca7ec1] | committer: Lukasz Marek lavf/ftp: remove fixed length buffers from context It saves some memory. Signed-off-by: Lukasz Marek > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] lavf/ftp: parse user and password once

2015-04-02 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Thu Apr 2 19:22:00 2015 +0200| [c043def91f92da398fe04874191c8d4d7b6cf0e0] | committer: Lukasz Marek lavf/ftp: parse user and password once Signed-off-by: Lukasz Marek > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c043def91f92da398fe0487

[FFmpeg-cvslog] avisynth: Bump minimum required version to interface version 6

2015-04-02 Thread Stephen Hutchinson
ffmpeg | branch: master | Stephen Hutchinson | Thu Apr 2 15:38:54 2015 -0400| [3723a183103718352b37ec2617f71e96ee2c3846] | committer: Michael Niedermayer avisynth: Bump minimum required version to interface version 6 The AVSC_API changes in the new headers mean that the 2.6 alphas are just as

[FFmpeg-cvslog] avisynth: Fix detection of AviSynth 2.5

2015-04-02 Thread Stephen Hutchinson
ffmpeg | branch: master | Stephen Hutchinson | Thu Apr 2 15:38:53 2015 -0400| [d858c3a18f193a54fb083223f1a7fa0470ddfac6] | committer: Michael Niedermayer avisynth: Fix detection of AviSynth 2.5 In order to safely exit when the user tries to use AviSynth 2.5, the continue_on_fail value for 2.6

[FFmpeg-cvslog] avcodec/pngenc: don't return a value in a void function

2015-04-02 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 2 17:19:41 2015 -0300| [30001837324804855ee32ff79375502186ab9bc9] | committer: Michael Niedermayer avcodec/pngenc: don't return a value in a void function Should fix compilation failures with strict compilers Signed-off-by: James Almer Signed-

[FFmpeg-cvslog] lavu/dict: fix set function when reuse existing key pointer

2015-04-02 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Wed Apr 1 20:01:30 2015 +0200| [a8c5b4551e03085bb8973c7b3c5d0ef55d24de0c] | committer: Lukasz Marek lavu/dict: fix set function when reuse existing key pointer Fixes following scenario: av_dict_set(&d, "key", "old", 0); AVDictionaryEentry *e = av_dict

[FFmpeg-cvslog] lavu/dict: add more tests

2015-04-02 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Wed Apr 1 20:03:29 2015 +0200| [96f896750d19589a934c394fc6e0e9760d87c2af] | committer: Lukasz Marek lavu/dict: add more tests Signed-off-by: Lukasz Marek > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=96f896750d19589a934c394fc6e0e9760d87

[FFmpeg-cvslog] fate: add AVDictionary tests

2015-04-02 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Wed Apr 1 03:25:24 2015 +0200| [0bf980919ef96da6c04642e634d0f529d6783276] | committer: Lukasz Marek fate: add AVDictionary tests Signed-off-by: Lukasz Marek > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0bf980919ef96da6c04642e634d0f529d

[FFmpeg-cvslog] png: Use libavutil's crc functions instead of zlib's

2015-04-02 Thread Donny Yang
ffmpeg | branch: master | Donny Yang | Thu Apr 2 15:09:18 2015 +| [b0a2aee4089eea8613e4056d9b1a697159899a18] | committer: Michael Niedermayer png: Use libavutil's crc functions instead of zlib's Signed-off-by: Donny Yang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] ffmpeg_opt.c: fix regression introduced in 5743095c

2015-04-02 Thread Tim Nicholson
ffmpeg | branch: master | Tim Nicholson | Thu Apr 2 17:41:22 2015 +0100| [27565ace60d404def06d3a3b82e2e3813ca5a36d] | committer: Michael Niedermayer ffmpeg_opt.c: fix regression introduced in 5743095c -vtag is an input and output option. Signed-off-by: Tim Nicholson Signed-off-by: Michael N

[FFmpeg-cvslog] avcodec/vda_h264: try to fix build

2015-04-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 2 15:58:02 2015 +0200| [c299fbbb22f59d1a3ea14819c18bb6b25526c33c] | committer: Michael Niedermayer avcodec/vda_h264: try to fix build Found-by: Stefano Pigozzi Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] vda: fix h264 decoding for avcC, vda wants the entire buffer

2015-04-02 Thread Rainer Hochecker
ffmpeg | branch: master | Rainer Hochecker | Thu Apr 2 13:43:06 2015 +0200| [3e53211a578fc6b042ceff45b2702335294e0464] | committer: Michael Niedermayer vda: fix h264 decoding for avcC,vda wants the entire buffer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/nvenc: Fix profile parameter handling

2015-04-02 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Apr 2 00:04:07 2015 +0200| [764f87b6ab8eb08f909a347fd3a804a935f5ea2b] | committer: Michael Niedermayer avcodec/nvenc: Fix profile parameter handling It was not possible to set a profile before, the builtin profile parameter does not seem to wo

[FFmpeg-cvslog] Bump lavc and lavf minor versions for apng muxer and encoder.

2015-04-02 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Apr 2 14:09:11 2015 +0200| [703402683a3fc9df3ecbbe84faa08cdf2fc1cd6e] | committer: Carl Eugen Hoyos Bump lavc and lavf minor versions for apng muxer and encoder. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=703402683a3fc9df3ecbbe

[FFmpeg-cvslog] ffmpeg: Avoid null pointer dereferences

2015-04-02 Thread Himangi Saraogi
ffmpeg | branch: master | Himangi Saraogi | Thu Apr 2 16:40:19 2015 +0530| [d768f8f5cfe876cd8eedb045eeb87e307ac4a674] | committer: Michael Niedermayer ffmpeg: Avoid null pointer dereferences Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d768f

[FFmpeg-cvslog] apng: Add a basic APNG muxer

2015-04-02 Thread Donny Yang
ffmpeg | branch: master | Donny Yang | Sat Mar 28 19:06:24 2015 +1100| [80be7daaa8ddf0716c413df17e75e5beffbc2a64] | committer: Michael Niedermayer apng: Add a basic APNG muxer Additionally, update some documentation with support for APNG Signed-off-by: Donny Yang Reviewed-by: Paul B Mahol S