[libav-devel] [PATCH] libxvid: K&R formatting cosmetics

2014-08-20 Thread Gabriel Dume
--- libavcodec/libxvid.c| 352 libavcodec/libxvid_rc.c | 111 +++ 2 files changed, 234 insertions(+), 229 deletions(-) diff --git a/libavcodec/libxvid.c b/libavcodec/libxvid.c index ad650dd..1efe2b8 100644 --- a/libavcodec/libxvid.c

Re: [libav-devel] [PATCH 2/4] mpeg12enc: Add missing #include for PICT_FRAME

2014-08-20 Thread Luca Barbato
On 20/08/14 22:41, Diego Biurrun wrote: > --- > libavcodec/mpeg12enc.c | 1 + > 1 file changed, 1 insertion(+) Ok ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 4/4] vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6

2014-08-20 Thread Luca Barbato
On 20/08/14 22:41, Diego Biurrun wrote: > --- > libavfilter/vsrc_movie.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Ok. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 1/4] error_resilience: Drop asserts from guess_mv()

2014-08-20 Thread Luca Barbato
On 20/08/14 22:41, Diego Biurrun wrote: > The asserts check struct members that are not referenced in guess_mv() > and one of them fails to compile. > --- > libavcodec/error_resilience.c | 2 -- > 1 file changed, 2 deletions(-) > Sure. ___ libav-devel

Re: [libav-devel] [PATCH 3/4] setpts: Add missing inttypes.h #include for PRId64

2014-08-20 Thread Timothy Gu
On Wed, Aug 20, 2014 at 1:41 PM, Diego Biurrun wrote: > Also convert a debug av_log() to av_dlog(). > --- > libavfilter/setpts.c | 17 - > 1 file changed, 8 insertions(+), 9 deletions(-) OK. [...] Timothy ___ libav-devel mailing list

Re: [libav-devel] [PATCH 01/17] configure: Suppress "potentially uninitialized variable" warnings from MSVC

2014-08-20 Thread Diego Biurrun
On Fri, Aug 15, 2014 at 10:12:59PM +0200, Diego Biurrun wrote: > The same is done for GCC and clang already. > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) OKed by Martin on IRC. Diego ___ libav-devel mailing list libav-devel

[libav-devel] [PATCH 1/4] error_resilience: Drop asserts from guess_mv()

2014-08-20 Thread Diego Biurrun
The asserts check struct members that are not referenced in guess_mv() and one of them fails to compile. --- libavcodec/error_resilience.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index b41474a..33b0360 100644 --- a/libavcod

[libav-devel] [PATCH 2/4] mpeg12enc: Add missing #include for PICT_FRAME

2014-08-20 Thread Diego Biurrun
--- libavcodec/mpeg12enc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mpeg12enc.c b/libavcodec/mpeg12enc.c index c4089c9..3376f10 100644 --- a/libavcodec/mpeg12enc.c +++ b/libavcodec/mpeg12enc.c @@ -37,6 +37,7 @@ #include "mathops.h" #include "mpeg12.h" #include "mpeg12data.

[libav-devel] [PATCH 4/4] vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6

2014-08-20 Thread Diego Biurrun
--- libavfilter/vsrc_movie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vsrc_movie.c b/libavfilter/vsrc_movie.c index 1ee0f16..0e5df32 100644 --- a/libavfilter/vsrc_movie.c +++ b/libavfilter/vsrc_movie.c @@ -226,7 +226,7 @@ static int movie_get_frame(AVFilterLi

[libav-devel] [PATCH 3/4] setpts: Add missing inttypes.h #include for PRId64

2014-08-20 Thread Diego Biurrun
Also convert a debug av_log() to av_dlog(). --- libavfilter/setpts.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/libavfilter/setpts.c b/libavfilter/setpts.c index ff0016d..fa7a0be 100644 --- a/libavfilter/setpts.c +++ b/libavfilter/setpts.c @@ -24,6 +24,8

Re: [libav-devel] [PATCH] ogg: Provide aliases for Speex, Opus and audio-only ogg

2014-08-20 Thread Diego Biurrun
On Wed, Aug 20, 2014 at 09:00:17PM +0200, Luca Barbato wrote: > On 20/08/14 19:52, Diego Biurrun wrote: > > On Wed, Aug 20, 2014 at 07:45:08PM +0200, Luca Barbato wrote: > >> On 20/08/14 17:40, Diego Biurrun wrote: > >>> On Sun, Aug 17, 2014 at 08:56:27PM +0200, Luca Barbato wrote: > --- a/con

[libav-devel] [PATCH] libavformat: use MSG_NOSIGNAL when applicable

2014-08-20 Thread Rémi Denis-Courmont
If the remote end of a connection oriented socket hangs up, generating an EPIPE error is preferable over an unhandled SIGPIPE signal. --- libavformat/network.h | 4 libavformat/sctp.c| 4 ++-- libavformat/tcp.c | 2 +- libavformat/unix.c| 2 +- 4 files changed, 8 insertions(+), 4

Re: [libav-devel] [PATCH] doc: Update Changelog

2014-08-20 Thread Luca Barbato
On 20/08/14 18:01, Anton Khirnov wrote: > > On Sun, 17 Aug 2014 19:58:30 +0200, Luca Barbato wrote: >> --- >> Changelog | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/Changelog b/Changelog >> index ea9d721..a737254 100644 >> --- a/Changelog >> +++ b/Changelog >> @@ -2,6 +2,8 @@ En

Re: [libav-devel] [PATCH] ogg: Provide aliases for Speex, Opus and audio-only ogg

2014-08-20 Thread Luca Barbato
On 20/08/14 19:52, Diego Biurrun wrote: > On Wed, Aug 20, 2014 at 07:45:08PM +0200, Luca Barbato wrote: >> On 20/08/14 17:40, Diego Biurrun wrote: >>> On Sun, Aug 17, 2014 at 08:56:27PM +0200, Luca Barbato wrote: --- a/configure +++ b/configure @@ -1570,6 +1570,7 @@ CONFIG_EXTRA=" >>

Re: [libav-devel] [PATCH] doc: Update Changelog

2014-08-20 Thread Timothy Gu
On Wed, Aug 20, 2014 at 9:01 AM, Anton Khirnov wrote: > > On Sun, 17 Aug 2014 19:58:30 +0200, Luca Barbato wrote: >> --- >> Changelog | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/Changelog b/Changelog >> index ea9d721..a737254 100644 >> --- a/Changelog >> +++ b/Changelog >> @@ -

Re: [libav-devel] [PATCH] ogg: Provide aliases for Speex, Opus and audio-only ogg

2014-08-20 Thread Diego Biurrun
On Wed, Aug 20, 2014 at 07:45:08PM +0200, Luca Barbato wrote: > On 20/08/14 17:40, Diego Biurrun wrote: > > On Sun, Aug 17, 2014 at 08:56:27PM +0200, Luca Barbato wrote: > >> --- a/configure > >> +++ b/configure > >> @@ -1570,6 +1570,7 @@ CONFIG_EXTRA=" > >> mpegvideo > >> mpegvideoenc >

Re: [libav-devel] [PATCH] ogg: Provide aliases for Speex, Opus and audio-only ogg

2014-08-20 Thread Luca Barbato
On 20/08/14 18:09, Anton Khirnov wrote: > > On Sun, 17 Aug 2014 20:56:27 +0200, Luca Barbato wrote: >> --- >> configure| 5 + >> libavformat/Makefile | 4 ++-- >> libavformat/allformats.c | 3 +++ >> libavformat/oggenc.c | 53 >> +++

Re: [libav-devel] [PATCH] ogg: Provide aliases for Speex, Opus and audio-only ogg

2014-08-20 Thread Luca Barbato
On 20/08/14 17:40, Diego Biurrun wrote: > On Sun, Aug 17, 2014 at 08:56:27PM +0200, Luca Barbato wrote: >> --- a/configure >> +++ b/configure >> @@ -1570,6 +1570,7 @@ CONFIG_EXTRA=" >> mpegvideo >> mpegvideoenc >> nettle >> +oggenc >> pixblockdsp >> qpeldsp >> rang

Re: [libav-devel] [PATCH] Add release notes for 11.

2014-08-20 Thread Anton Khirnov
On Wed, 20 Aug 2014 17:35:23 +0200, Diego Biurrun wrote: > On Mon, Aug 18, 2014 at 06:04:47PM +, Anton Khirnov wrote: > > --- a/doc/RELEASE_NOTES > > +++ b/doc/RELEASE_NOTES > > @@ -1,51 +1,47 @@ > > > > +strongly discouraged and will likely be deprecated in the future. The users > > +shoul

Re: [libav-devel] [PATCH] ogg: Provide aliases for Speex, Opus and audio-only ogg

2014-08-20 Thread Anton Khirnov
On Sun, 17 Aug 2014 20:56:27 +0200, Luca Barbato wrote: > --- > configure| 5 + > libavformat/Makefile | 4 ++-- > libavformat/allformats.c | 3 +++ > libavformat/oggenc.c | 53 > +++- > 4 files changed, 62 insertions(+)

Re: [libav-devel] [PATCH] doc: Update Changelog

2014-08-20 Thread Anton Khirnov
On Sun, 17 Aug 2014 19:58:30 +0200, Luca Barbato wrote: > --- > Changelog | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Changelog b/Changelog > index ea9d721..a737254 100644 > --- a/Changelog > +++ b/Changelog > @@ -2,6 +2,8 @@ Entries are sorted chronologically from oldest to youn

Re: [libav-devel] [PATCH] ogg: Provide aliases for Speex, Opus and audio-only ogg

2014-08-20 Thread Justin Ruggles
On 08/17/2014 02:56 PM, Luca Barbato wrote: --- configure| 5 + libavformat/Makefile | 4 ++-- libavformat/allformats.c | 3 +++ libavformat/oggenc.c | 53 +++- 4 files changed, 62 insertions(+), 3 deletions(-) Lo

Re: [libav-devel] [PATCH] ogg: Provide aliases for Speex, Opus and audio-only ogg

2014-08-20 Thread Diego Biurrun
On Sun, Aug 17, 2014 at 08:56:27PM +0200, Luca Barbato wrote: > --- a/configure > +++ b/configure > @@ -1570,6 +1570,7 @@ CONFIG_EXTRA=" > mpegvideo > mpegvideoenc > nettle > +oggenc > pixblockdsp > qpeldsp > rangecoder > @@ -2047,7 +2048,10 @@ mpegtsraw_demuxer_se

Re: [libav-devel] [PATCH] doc: Update Changelog

2014-08-20 Thread Diego Biurrun
On Sun, Aug 17, 2014 at 07:58:30PM +0200, Luca Barbato wrote: > --- a/Changelog > +++ b/Changelog > @@ -2,6 +2,8 @@ Entries are sorted chronologically from oldest to youngest > within each release, > releases are sorted from youngest to oldest. > > version : > +- extended support for MXF files

Re: [libav-devel] [PATCH] Add release notes for 11.

2014-08-20 Thread Diego Biurrun
On Mon, Aug 18, 2014 at 06:04:47PM +, Anton Khirnov wrote: > --- a/doc/RELEASE_NOTES > +++ b/doc/RELEASE_NOTES > @@ -1,51 +1,47 @@ > > +strongly discouraged and will likely be deprecated in the future. The users > +should instead allocate a separate decoding or encoding context and populate

Re: [libav-devel] [PATCH] adts: return correct error code from extradata

2014-08-20 Thread Luca Barbato
On 15/08/14 13:37, Nidhi Makhijani wrote: > --- > libavformat/adtsenc.c | 15 +++ > 1 file changed, 7 insertions(+), 8 deletions(-) > > diff --git a/libavformat/adtsenc.c b/libavformat/adtsenc.c > index bf7a62a..bb54658 100644 > --- a/libavformat/adtsenc.c > +++ b/libavformat/adtsenc.

Re: [libav-devel] [PATCH 4/4] lavf: add AVFormatContext.max_ts_probe

2014-08-20 Thread Diego Biurrun
On Wed, Aug 20, 2014 at 06:54:05AM +, Anton Khirnov wrote: > It allows to configure how long will avformat_find_stream_info() wait how long avformat_find_stream_info() will wait Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.

Re: [libav-devel] [PATCH] libxvid: K&R formatting cosmetics

2014-08-20 Thread Diego Biurrun
On Tue, Aug 19, 2014 at 05:43:58PM -0400, Gabriel Dume wrote: > --- a/libavcodec/libxvid.c > +++ b/libavcodec/libxvid.c > @@ -93,7 +93,8 @@ struct xvid_ff_pass1 { > static int xvid_ff_2pass_create(xvid_plg_create_t * param, > -void ** handle) { > +

Re: [libav-devel] [PATCH] adts: return correct error code from extradata

2014-08-20 Thread Nidhi Makhijani
On Tue, Aug 19, 2014 at 10:54 PM, Alexandra Hájková < alexandra.khirn...@gmail.com> wrote: > +if (avc->extradata_size > 0) > +return adts_decode_extradata(s, adts, avc->extradata, > avc->extradata_size); > > Are you sure about this? May be I'm missreading something but shoudn't it

Re: [libav-devel] [PATCH 4/4] lavf: add AVFormatContext.max_ts_probe

2014-08-20 Thread Luca Barbato
On 20/08/14 10:56, Anton Khirnov wrote: > > On Wed, 20 Aug 2014 10:40:29 +0200, Luca Barbato wrote: >> On 20/08/14 08:54, Anton Khirnov wrote: >>> It allows to configure how long will avformat_find_stream_info() wait >>> to get the first timestamp. >>> --- >>> doc/APIchanges | 3 +++

Re: [libav-devel] [PATCH 4/4] lavf: add AVFormatContext.max_ts_probe

2014-08-20 Thread Anton Khirnov
On Wed, 20 Aug 2014 10:40:29 +0200, Luca Barbato wrote: > On 20/08/14 08:54, Anton Khirnov wrote: > > It allows to configure how long will avformat_find_stream_info() wait > > to get the first timestamp. > > --- > > doc/APIchanges | 3 +++ > > libavformat/avformat.h | 6 ++

Re: [libav-devel] [PATCH 4/4] lavf: add AVFormatContext.max_ts_probe

2014-08-20 Thread Luca Barbato
On 20/08/14 08:54, Anton Khirnov wrote: > It allows to configure how long will avformat_find_stream_info() wait > to get the first timestamp. > --- > doc/APIchanges | 3 +++ > libavformat/avformat.h | 6 ++ > libavformat/options_table.h | 1 + > libavformat/utils.c |