[libav-devel] [PATCH] asfdec: do not skip padding if offset is above packet size - padding

2015-07-28 Thread Alexandra Hájková
Sample-Id: https://samples.libav.org/asf-wmv/demux-asf-assert-failed.wmv --- libavformat/asfdec.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index 3f039f1..69c9ecb 100644 --- a/libavformat/asfdec.c +++

Re: [libav-devel] [PATCH 2/2] hls: Save and forward avio options

2015-07-28 Thread Luca Barbato
On 28/07/15 23:03, Martin Storsjö wrote: On Tue, 28 Jul 2015, Luca Barbato wrote: On 28/07/15 19:07, Martin Storsjö wrote: Umm, no. What happens if one of the options isn't found? av_opt_get will return an error, and the HLS demuxer will refuse to work, even though things are just fine.

Re: [libav-devel] [PATCH 19/20] Postpone API-incompatible changes until the next bump

2015-07-28 Thread Vittorio Giovara
On Tue, Jul 28, 2015 at 6:12 PM, James Almer jamr...@gmail.com wrote: On 28/07/15 10:30 AM, Vittorio Giovara wrote: --- libavcodec/version.h | 58 +-- libavfilter/version.h | 10 - libavformat/version.h | 6 +++---

[libav-devel] [PATCH 08/20] lavc: Drop deprecated get_buffer related functions

2015-07-28 Thread Vittorio Giovara
Deprecated in 11/2012. --- libavcodec/avcodec.h | 114 --- libavcodec/pthread_frame.c | 32 ++--- libavcodec/utils.c | 164 - libavcodec/version.h | 3 - 4 files changed, 5 insertions(+), 308

[libav-devel] [PATCH 18/20] lavu: Drop deprecated private lls functions

2015-07-28 Thread Vittorio Giovara
--- libavutil/lls.c | 19 --- libavutil/lls.h | 7 --- libavutil/version.h | 3 --- 3 files changed, 29 deletions(-) diff --git a/libavutil/lls.c b/libavutil/lls.c index f87c2cd..1298946 100644 --- a/libavutil/lls.c +++ b/libavutil/lls.c @@ -121,25 +121,6 @@ av_cold

[libav-devel] [PATCH 20/20] Bump major versions of all libraries

2015-07-28 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- doc/APIchanges | 14 +++--- libavcodec/version.h| 6 +++--- libavdevice/version.h | 4 ++-- libavfilter/version.h | 4 ++-- libavformat/version.h | 4 ++-- libavresample/version.h | 4 ++--

[libav-devel] [PATCH 17/20] lavu: Drop deprecated context size variables

2015-07-28 Thread Vittorio Giovara
Deprecated in 10/2012. --- libavutil/aes.c | 4 libavutil/aes.h | 4 libavutil/md5.c | 4 libavutil/md5.h | 4 libavutil/sha.c | 4 libavutil/sha.h | 4 libavutil/tree.c| 4 libavutil/tree.h| 3 --- libavutil/version.h | 3 --- 9

[libav-devel] [PATCH 05/20] lavfi: Drop deprecated AVFilterBuffer* code

2015-07-28 Thread Vittorio Giovara
Deprecated in 11/2012. --- libavfilter/Makefile | 1 - libavfilter/audio.c | 72 libavfilter/avfilter.h | 219 --- libavfilter/buffer.c | 181 --- libavfilter/buffersink.c | 74

[libav-devel] [PATCH 02/20] lavr: Drop deprecated context reinitialization if resampling was not enabled

2015-07-28 Thread Vittorio Giovara
Deprecated in 11/2012. --- libavresample/resample.c | 54 libavresample/version.h | 4 2 files changed, 58 deletions(-) diff --git a/libavresample/resample.c b/libavresample/resample.c index 86a761b..b307487 100644 ---

[libav-devel] [PATCH 04/20] lavfi: Drop deprecated *_count suffixed variables

2015-07-28 Thread Vittorio Giovara
Deprecated in 06/2012 --- libavfilter/avfilter.c | 6 -- libavfilter/avfilter.h | 15 --- libavfilter/avfiltergraph.c | 12 libavfilter/internal.h | 10 -- libavfilter/version.h | 3 --- 5 files changed, 46 deletions(-) diff --git

[libav-devel] [PATCH 01/20] sws: Drop deprecated SWS_CPU_CAPS defines

2015-07-28 Thread Vittorio Giovara
Deprecated in 07/2012. --- libswscale/swscale.h | 16 libswscale/version.h | 7 --- 2 files changed, 23 deletions(-) diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 8abbac4..dfdab41 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -82,22 +82,6

[libav-devel] [PATCH 03/20] lavfi: Drop deprecated public AVFilterPad struct

2015-07-28 Thread Vittorio Giovara
Dreprecated in 06/2012. --- libavfilter/avfilter.h | 139 - libavfilter/internal.h | 2 - libavfilter/version.h | 3 -- 3 files changed, 144 deletions(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 57aa86d..af752ee

[libav-devel] [PATCH 06/20] lavc: Drop deprecated request_channels related functions

2015-07-28 Thread Vittorio Giovara
Deprecated in 04/2011. --- libavcodec/aac_ac3_parser.c | 8 libavcodec/ac3dec.c | 8 libavcodec/avcodec.h| 10 -- libavcodec/dcadec.c | 14 -- libavcodec/mlp_parser.c | 22 -- libavcodec/mlpdec.c | 13

[libav-devel] [PATCH 10/20] lavc: Drop deprecated deinterlace module

2015-07-28 Thread Vittorio Giovara
--- libavcodec/avcodec.h | 10 --- libavcodec/imgconvert.c| 175 - libavcodec/imgconvert.h| 16 libavcodec/version.h | 3 - libavcodec/x86/Makefile| 4 - libavcodec/x86/deinterlace.asm | 82

[libav-devel] [PATCH 11/20] lavu: Drop deprecated old_pix_fmt.h and related code

2015-07-28 Thread Vittorio Giovara
Deprecated in 10/2012. --- libavutil/Makefile | 3 -- libavutil/old_pix_fmts.h | 134 --- libavutil/pixdesc.h | 14 - libavutil/pixfmt.h | 40 -- libavutil/version.h | 3 -- 5 files changed, 194 deletions(-)

[libav-devel] [PATCH 13/20] lavu: Drop deprecated av_reverse function

2015-07-28 Thread Vittorio Giovara
Deprecate in 10/2012. --- libavutil/common.h | 4 libavutil/mathematics.c | 21 - libavutil/version.h | 3 --- 3 files changed, 28 deletions(-) diff --git a/libavutil/common.h b/libavutil/common.h index 3265f9c..56556e7 100644 --- a/libavutil/common.h +++

[libav-devel] [PATCH 16/20] lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters

2015-07-28 Thread Vittorio Giovara
Deprecated in 10/2012. --- libavcodec/avcodec.h | 33 -- libavcodec/utils.c | 35 --- libavutil/frame.h| 99 libavutil/version.h | 3 -- 4 files changed, 170 deletions(-) diff --git

[libav-devel] [PATCH 19/20] Postpone API-incompatible changes until the next bump

2015-07-28 Thread Vittorio Giovara
--- libavcodec/version.h | 58 +-- libavfilter/version.h | 10 - libavformat/version.h | 6 +++--- libavutil/version.h | 8 +++ 4 files changed, 41 insertions(+), 41 deletions(-) diff --git a/libavcodec/version.h

[libav-devel] [PATCH 09/20] lavc: Drop deprecated thread opaque and codec pkt

2015-07-28 Thread Vittorio Giovara
These fields were never part of the public API. --- libavcodec/avcodec.h | 16 libavcodec/version.h | 6 -- 2 files changed, 22 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8390bda..8eca49b 100644 --- a/libavcodec/avcodec.h +++

Re: [libav-devel] [PATCH 16/20] lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Deprecated in 10/2012. --- libavcodec/avcodec.h | 33 -- libavcodec/utils.c | 35 --- libavutil/frame.h| 99 libavutil/version.h | 3 -- 4 files

Re: [libav-devel] [PATCH 20/20] Bump major versions of all libraries

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- doc/APIchanges | 14 +++--- libavcodec/version.h| 6 +++--- libavdevice/version.h | 4 ++-- libavfilter/version.h | 4 ++-- libavformat/version.h | 4

Re: [libav-devel] [PATCH 03/20] lavfi: Drop deprecated public AVFilterPad struct

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Dreprecated in 06/2012. --- libavfilter/avfilter.h | 139 - libavfilter/internal.h | 2 - libavfilter/version.h | 3 -- 3 files changed, 144 deletions(-) Ok.

Re: [libav-devel] [PATCH 07/20] lavc: Drop deprecated destruct_packet related functions

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Deprecated in 10/2012. --- libavcodec/avcodec.h | 16 +-- libavcodec/avpacket.c | 56 +-- libavcodec/utils.c| 10 - libavcodec/version.h | 3 --- libavdevice/v4l2.c|

Re: [libav-devel] [PATCH 18/20] lavu: Drop deprecated private lls functions

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: --- libavutil/lls.c | 19 --- libavutil/lls.h | 7 --- libavutil/version.h | 3 --- 3 files changed, 29 deletions(-) Ok. ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH 14/20] lavu: Drop deprecated audioconvert.h header

2015-07-28 Thread Vittorio Giovara
Deprecated in 11/2012. --- libavutil/Makefile | 1 - libavutil/audioconvert.h | 6 -- libavutil/version.h | 3 --- 3 files changed, 10 deletions(-) delete mode 100644 libavutil/audioconvert.h diff --git a/libavutil/Makefile b/libavutil/Makefile index 9d81006..17bd57e 100644 ---

[libav-devel] [PATCH 12/20] lavu: Drop deprecated external access to AVPixFmtDescriptor table

2015-07-28 Thread Vittorio Giovara
Deprecated in 10/2012. --- libavutil/pixdesc.c | 5 + libavutil/pixdesc.h | 7 --- libavutil/version.h | 3 --- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c index c2c0157..cec3543 100644 --- a/libavutil/pixdesc.c +++

[libav-devel] [PATCH 07/20] lavc: Drop deprecated destruct_packet related functions

2015-07-28 Thread Vittorio Giovara
Deprecated in 10/2012. --- libavcodec/avcodec.h | 16 +-- libavcodec/avpacket.c | 56 +-- libavcodec/utils.c| 10 - libavcodec/version.h | 3 --- libavdevice/v4l2.c| 12 --- libavformat/avidec.c | 13

[libav-devel] [PATCH 15/20] lavu: Drop deprecated AV_CPU_FLAG_MMX2 symbol

2015-07-28 Thread Vittorio Giovara
Deprecated in 11/2012. --- libavutil/cpu.h | 3 --- libavutil/version.h | 3 --- 2 files changed, 6 deletions(-) diff --git a/libavutil/cpu.h b/libavutil/cpu.h index 67a1abc..9c77ce6 100644 --- a/libavutil/cpu.h +++ b/libavutil/cpu.h @@ -28,9 +28,6 @@ /* lower 16 bits - CPU features */

Re: [libav-devel] [PATCH 12/20] lavu: Drop deprecated external access to AVPixFmtDescriptor table

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Deprecated in 10/2012. --- libavutil/pixdesc.c | 5 + libavutil/pixdesc.h | 7 --- libavutil/version.h | 3 --- 3 files changed, 1 insertion(+), 14 deletions(-) OK. ___ libav-devel mailing

Re: [libav-devel] [PATCH 13/20] lavu: Drop deprecated av_reverse function

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Deprecate in 10/2012. --- libavutil/common.h | 4 libavutil/mathematics.c | 21 - libavutil/version.h | 3 --- 3 files changed, 28 deletions(-) Ok. ___ libav-devel

Re: [libav-devel] [PATCH 11/20] lavu: Drop deprecated old_pix_fmt.h and related code

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Deprecated in 10/2012. --- libavutil/Makefile | 3 -- libavutil/old_pix_fmts.h | 134 --- libavutil/pixdesc.h | 14 - libavutil/pixfmt.h | 40 --

[libav-devel] [PATCH 0/20] removal of deprecated features

2015-07-28 Thread Vittorio Giovara
This set contains the removal of all deprecated features marked as such until 2012/early 2013. This was announced several times in the past months and agreed at several meetings (since fosdem and recently at the sprint). With more than two year span, downstream users should have had enough time

Re: [libav-devel] [PATCH 10/20] lavc: Drop deprecated deinterlace module

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: --- libavcodec/avcodec.h | 10 --- libavcodec/imgconvert.c| 175 - libavcodec/imgconvert.h| 16 libavcodec/version.h | 3 - libavcodec/x86/Makefile| 4

Re: [libav-devel] [PATCH 05/20] lavfi: Drop deprecated AVFilterBuffer* code

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Deprecated in 11/2012. --- libavfilter/Makefile | 1 - libavfilter/audio.c | 72 libavfilter/avfilter.h | 219 --- libavfilter/buffer.c | 181

Re: [libav-devel] [PATCH 20/20] Bump major versions of all libraries

2015-07-28 Thread Vittorio Giovara
On Tue, Jul 28, 2015 at 2:40 PM, Luca Barbato lu_z...@gentoo.org wrote: On 28/07/15 15:30, Vittorio Giovara wrote: Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- doc/APIchanges | 14 +++--- libavcodec/version.h| 6 +++--- libavdevice/version.h | 4

Re: [libav-devel] [PATCH 0/20] removal of deprecated features

2015-07-28 Thread Kostya Shishkov
On Tue, Jul 28, 2015 at 02:36:16PM +0100, Vittorio Giovara wrote: This set contains the removal of all deprecated features marked as such until 2012/early 2013. This was announced several times in the past months and agreed at several meetings (since fosdem and recently at the sprint). With

Re: [libav-devel] [PATCH] Add libkvazaar HECV encoder

2015-07-28 Thread Kostya Shishkov
On Tue, Jul 28, 2015 at 03:23:27PM +0100, Vittorio Giovara wrote: typo in the log message ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 19/20] Postpone API-incompatible changes until the next bump

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: --- libavcodec/version.h | 58 +-- libavfilter/version.h | 10 - libavformat/version.h | 6 +++--- libavutil/version.h | 8 +++ 4 files changed, 41 insertions(+), 41 deletions(-)

Re: [libav-devel] [PATCH 09/20] lavc: Drop deprecated thread opaque and codec pkt

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: These fields were never part of the public API. --- libavcodec/avcodec.h | 16 libavcodec/version.h | 6 -- 2 files changed, 22 deletions(-) Ok. ___ libav-devel mailing list

[libav-devel] [PATCH] Add libkvazaar HECV encoder

2015-07-28 Thread Vittorio Giovara
From: Arttu Ylä-Outinen arttu.yla-outi...@tut.fi Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- Changelog | 1 + configure | 4 + doc/encoders.texi | 24 + doc/general.texi| 10 +- libavcodec/Makefile | 1 +

Re: [libav-devel] [PATCH 04/20] lavfi: Drop deprecated *_count suffixed variables

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Deprecated in 06/2012 --- libavfilter/avfilter.c | 6 -- libavfilter/avfilter.h | 15 --- libavfilter/avfiltergraph.c | 12 libavfilter/internal.h | 10 -- libavfilter/version.h | 3 ---

Re: [libav-devel] [PATCH 15/20] lavu: Drop deprecated AV_CPU_FLAG_MMX2 symbol

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Deprecated in 11/2012. --- libavutil/cpu.h | 3 --- libavutil/version.h | 3 --- 2 files changed, 6 deletions(-) Ok. ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 14/20] lavu: Drop deprecated audioconvert.h header

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Deprecated in 11/2012. --- libavutil/Makefile | 1 - libavutil/audioconvert.h | 6 -- libavutil/version.h | 3 --- 3 files changed, 10 deletions(-) delete mode 100644 libavutil/audioconvert.h Ok.

Re: [libav-devel] [PATCH 17/20] lavu: Drop deprecated context size variables

2015-07-28 Thread Luca Barbato
On 28/07/15 15:30, Vittorio Giovara wrote: Deprecated in 10/2012. --- libavutil/aes.c | 4 libavutil/aes.h | 4 libavutil/md5.c | 4 libavutil/md5.h | 4 libavutil/sha.c | 4 libavutil/sha.h | 4 libavutil/tree.c| 4

Re: [libav-devel] [PATCH 19/20] Postpone API-incompatible changes until the next bump

2015-07-28 Thread wm4
On Tue, 28 Jul 2015 14:30:35 +0100 Vittorio Giovara vittorio.giov...@gmail.com wrote: --- libavcodec/version.h | 58 +-- libavfilter/version.h | 10 - libavformat/version.h | 6 +++--- libavutil/version.h | 8 +++ 4 files

Re: [libav-devel] [PATCH 1/7] blowfish: add av_blowfish_alloc()

2015-07-28 Thread Anton Khirnov
Quoting James Almer (2015-07-27 23:36:26) Signed-off-by: James Almer jamr...@gmail.com --- doc/APIchanges | 3 +++ libavutil/blowfish.c | 15 +++ libavutil/blowfish.h | 10 ++ libavutil/version.h | 5 - 4 files changed, 32 insertions(+), 1 deletion(-)

[libav-devel] [PATCH 3/3] rtmpproto: use AVHMAC instead of a custom implementation

2015-07-28 Thread James Almer
Signed-off-by: James Almer jamr...@gmail.com --- libavformat/rtmp.h | 3 --- libavformat/rtmpproto.c | 39 ++- 2 files changed, 10 insertions(+), 32 deletions(-) diff --git a/libavformat/rtmp.h b/libavformat/rtmp.h index dc7ba5b..f3390a1 100644 ---

Re: [libav-devel] [PATCH 06/10] configure: Automatically add -MD when targeting the windows phone/app subsets

2015-07-28 Thread Martin Storsjö
On Sun, 26 Jul 2015, Martin Storsjö wrote: On Sun, 26 Jul 2015, Jean-Baptiste Kempf wrote: On 26 Jul, Martin Storsjö wrote : The static CRT (libcmt.lib, as used by default or with -MT) doesn't work when targeting these API subsets. Only do this if no cflags for CRT selection have been

Re: [libav-devel] [PATCH 20/20] Bump major versions of all libraries

2015-07-28 Thread Luca Barbato
On 28/07/15 15:41, Vittorio Giovara wrote: On Tue, Jul 28, 2015 at 2:40 PM, Luca Barbato lu_z...@gentoo.org wrote: On 28/07/15 15:30, Vittorio Giovara wrote: Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- doc/APIchanges | 14 +++--- libavcodec/version.h|

Re: [libav-devel] [PATCH] Add libkvazaar HECV encoder

2015-07-28 Thread Luca Barbato
On 28/07/15 16:23, Vittorio Giovara wrote: From: Arttu Ylä-Outinen arttu.yla-outi...@tut.fi Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- Changelog | 1 + configure | 4 + doc/encoders.texi | 24 + doc/general.texi| 10

Re: [libav-devel] [PATCH 1/7] blowfish: add av_blowfish_alloc()

2015-07-28 Thread James Almer
On 28/07/15 9:19 AM, Anton Khirnov wrote: Quoting James Almer (2015-07-27 23:36:26) Signed-off-by: James Almer jamr...@gmail.com --- doc/APIchanges | 3 +++ libavutil/blowfish.c | 15 +++ libavutil/blowfish.h | 10 ++ libavutil/version.h | 5 - 4 files

Re: [libav-devel] [PATCH 2/2] hls: Save and forward avio options

2015-07-28 Thread Martin Storsjö
On Fri, 24 Jul 2015, Luca Barbato wrote: Make possible to send the custom headers and override the user agent. Reported-by: BenWonder --- libavformat/hls.c | 90 ++- 1 file changed, 83 insertions(+), 7 deletions(-) diff --git

Re: [libav-devel] [PATCH 19/20] Postpone API-incompatible changes until the next bump

2015-07-28 Thread James Almer
On 28/07/15 10:30 AM, Vittorio Giovara wrote: --- libavcodec/version.h | 58 +-- libavfilter/version.h | 10 - libavformat/version.h | 6 +++--- libavutil/version.h | 8 +++ 4 files changed, 41 insertions(+), 41 deletions(-)

Re: [libav-devel] [PATCH 0/7] blowfish/dec/rc4/xtea updates

2015-07-28 Thread Martin Storsjö
On Mon, 27 Jul 2015, James Almer wrote: This set aims at making the API of these four modules more consistent with the rest of libavutil crypto stuff by adding alloc functions as well as making the contexts opaque starting with the next lavu major version. The last three patches are untested

Re: [libav-devel] [PATCH 1/2] hmac: add support for SHA-2

2015-07-28 Thread Hendrik Leppkes
On Tue, Jul 28, 2015 at 8:36 PM, James Almer jamr...@gmail.com wrote: Signed-off-by: James Almer jamr...@gmail.com --- libavutil/hmac.c | 31 ++- libavutil/hmac.h | 2 ++ 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/libavutil/hmac.c

[libav-devel] [PATCH 2/2] fate: add test vectors for HMAC SHA and SHA-2

2015-07-28 Thread James Almer
Also replace custom tests for MD5 with those published in RFC 2202 Signed-off-by: James Almer jamr...@gmail.com --- libavutil/hmac.c| 46 -- tests/ref/fate/hmac | 20 +--- 2 files changed, 53 insertions(+), 13 deletions(-) diff

[libav-devel] [PATCH 1/2] hmac: add support for SHA-2

2015-07-28 Thread James Almer
Signed-off-by: James Almer jamr...@gmail.com --- libavutil/hmac.c | 31 ++- libavutil/hmac.h | 2 ++ 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/libavutil/hmac.c b/libavutil/hmac.c index f87728e..318174e 100644 --- a/libavutil/hmac.c +++

[libav-devel] [PATCH 2/4 v2] rc4: add av_rc4_alloc()

2015-07-28 Thread James Almer
Signed-off-by: James Almer jamr...@gmail.com --- doc/APIchanges | 1 + libavutil/rc4.c | 13 - libavutil/rc4.h | 25 +++-- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 4db1a3c..3d40ec7 100644 ---

Re: [libav-devel] [PATCH 1/2] hmac: add support for SHA-2

2015-07-28 Thread James Almer
On 28/07/15 4:02 PM, Hendrik Leppkes wrote: On Tue, Jul 28, 2015 at 8:36 PM, James Almer jamr...@gmail.com wrote: Signed-off-by: James Almer jamr...@gmail.com --- libavutil/hmac.c | 31 ++- libavutil/hmac.h | 2 ++ 2 files changed, 28 insertions(+), 5

[libav-devel] [PATCH 4/4 v2] des: add av_des_alloc()

2015-07-28 Thread James Almer
Signed-off-by: James Almer jamr...@gmail.com --- doc/APIchanges | 1 + libavutil/des.c | 13 - libavutil/des.h | 24 ++-- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index be5d4cf..66c9537 100644 ---

[libav-devel] [PATCH 1/4 v2] blowfish: add av_blowfish_alloc()

2015-07-28 Thread James Almer
Signed-off-by: James Almer jamr...@gmail.com --- doc/APIchanges | 3 +++ libavutil/blowfish.c | 15 +++ libavutil/blowfish.h | 10 ++ libavutil/version.h | 5 - 4 files changed, 32 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index

[libav-devel] [PATCH 3/4 v2] xtea: add av_xtea_alloc()

2015-07-28 Thread James Almer
Signed-off-by: James Almer jamr...@gmail.com --- doc/APIchanges | 1 + libavutil/xtea.c | 12 libavutil/xtea.h | 10 ++ 3 files changed, 23 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 3d40ec7..be5d4cf 100644 --- a/doc/APIchanges +++ b/doc/APIchanges

Re: [libav-devel] [PATCH 1/7] blowfish: add av_blowfish_alloc()

2015-07-28 Thread Anton Khirnov
Quoting James Almer (2015-07-28 19:05:26) On 28/07/15 9:19 AM, Anton Khirnov wrote: Quoting James Almer (2015-07-27 23:36:26) Signed-off-by: James Almer jamr...@gmail.com --- doc/APIchanges | 3 +++ libavutil/blowfish.c | 15 +++ libavutil/blowfish.h | 10

Re: [libav-devel] [PATCH 2/2] hls: Save and forward avio options

2015-07-28 Thread Luca Barbato
On 28/07/15 19:07, Martin Storsjö wrote: Umm, no. What happens if one of the options isn't found? av_opt_get will return an error, and the HLS demuxer will refuse to work, even though things are just fine. Keep in mind that the HLS demuxer works with any input protocol, not only http. (E.g.

Re: [libav-devel] [PATCH 2/2] hls: Save and forward avio options

2015-07-28 Thread Martin Storsjö
On Tue, 28 Jul 2015, Luca Barbato wrote: On 28/07/15 19:07, Martin Storsjö wrote: Umm, no. What happens if one of the options isn't found? av_opt_get will return an error, and the HLS demuxer will refuse to work, even though things are just fine. Keep in mind that the HLS demuxer works with