Re: [FFmpeg-devel] [PATCH] ffplay: remove empty subtitles from que head

2014-07-12 Thread Nicolas George
Le quartidi 24 messidor, an CCXXII, Michael Niedermayer a écrit : > Subject: Re: [FFmpeg-devel] [PATCH] ffplay: remove empty subtitles from que > head You always write "que" instead of "queue": is it on purpose, or just a typo nobody pointed to you earlier? (I wonder how a native English who doe

Re: [FFmpeg-devel] [PATCH 1/2] [WIP/RFC] Add a release note for 2.3

2014-07-12 Thread Clément Bœsch
On Fri, Jul 11, 2014 at 09:08:40PM -0700, Timothy Gu wrote: > Based on a patch by Clément Bœsch . > > Signed-off-by: Timothy Gu > --- > > So, I rebased Clément's original patch and added (a lot) more stuff to make it > a real official modern-looking release note. Some stuff I am not sure about:

Re: [FFmpeg-devel] [PATCH] ffplay: remove empty subtitles from que head

2014-07-12 Thread Michael Niedermayer
On Sat, Jul 12, 2014 at 10:15:45AM +0200, Nicolas George wrote: > Le quartidi 24 messidor, an CCXXII, Michael Niedermayer a écrit : > > Subject: Re: [FFmpeg-devel] [PATCH] ffplay: remove empty subtitles from que > > head > > You always write "que" instead of "queue": is it on purpose, or just a t

Re: [FFmpeg-devel] [PATCH] x86/dsputilenc: remove some empty if statements

2014-07-12 Thread Michael Niedermayer
On Fri, Jul 11, 2014 at 10:08:49PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/x86/dsputilenc_mmx.c | 8 > 1 file changed, 8 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Andreas Cadhalpun
Hi, I'm a bit puzzled by this commit. On 30.06.2014 01:19, James Almer wrote: From: Ronald S. Bultje --- libswresample/resample_template.c| 23 +--- libswresample/x86/resample.asm | 225 ++- libswresample/x86/resample_mmx.h | 110

Re: [FFmpeg-devel] [PATCH] ffplay: increase subtitle que size

2014-07-12 Thread Marton Balint
On Sat, 12 Jul 2014, Michael Niedermayer wrote: Fixes part of Ticket2516 with ffplay Signed-off-by: Michael Niedermayer --- ffplay.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffplay.c b/ffplay.c index 6572c42..c07e359 100644 --- a/ffplay.c +++ b/ffplay.c @@ -120,7

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Ronald S. Bultje
Hi, On Sat, Jul 12, 2014 at 9:35 AM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > Hi, > > I'm a bit puzzled by this commit. > > > On 30.06.2014 01:19, James Almer wrote: > >> From: Ronald S. Bultje >> >> --- >> libswresample/resample_template.c| 23 +--- >> libswresampl

Re: [FFmpeg-devel] [PATCH] ffplay: remove empty subtitles from que head

2014-07-12 Thread Marton Balint
On Sat, 12 Jul 2014, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer --- ffplay.c |1 + 1 file changed, 1 insertion(+) diff --git a/ffplay.c b/ffplay.c index 7e954fd..6572c42 100644 --- a/ffplay.c +++ b/ffplay.c @@ -1446,6 +1446,7 @@ retry: sp2 =

[FFmpeg-devel] Second try, (sponsored) feature request

2014-07-12 Thread Edit B
Still no takers on this one? Bouke - Original Message - From: "Edit B" To: Sent: Thursday, July 03, 2014 10:56 AM Subject: [FFmpeg-devel] (sponsored) feature request Hi all, Feature request / want to hire a coder, and IMHO a not so difficult. (Well, the devil will be in the detai

Re: [FFmpeg-devel] [PATCH] ffplay: increase subtitle que size

2014-07-12 Thread Michael Niedermayer
On Sat, Jul 12, 2014 at 03:35:10PM +0200, Marton Balint wrote: > > > On Sat, 12 Jul 2014, Michael Niedermayer wrote: > > >Fixes part of Ticket2516 with ffplay > > > >Signed-off-by: Michael Niedermayer > >--- > >ffplay.c |2 +- > >1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --gi

Re: [FFmpeg-devel] [PATCH] ffplay: remove empty subtitles from que head

2014-07-12 Thread Michael Niedermayer
On Sat, Jul 12, 2014 at 03:44:55PM +0200, Marton Balint wrote: > > > On Sat, 12 Jul 2014, Michael Niedermayer wrote: > > >Signed-off-by: Michael Niedermayer > >--- > >ffplay.c |1 + > >1 file changed, 1 insertion(+) > > > >diff --git a/ffplay.c b/ffplay.c > >index 7e954fd..6572c42 100644 > >

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 15:40, Ronald S. Bultje wrote: Hi, On Sat, Jul 12, 2014 at 9:35 AM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: Hi, I'm a bit puzzled by this commit. On 30.06.2014 01:19, James Almer wrote: From: Ronald S. Bultje --- libswresample/resample_template.c

Re: [FFmpeg-devel] [PATCH v2] drawtext: Add basic text shaping using libfribidi - Fixes ticket #3758

2014-07-12 Thread Michael Niedermayer
On Thu, Jul 10, 2014 at 11:47:16AM +0100, Marc Jeffreys wrote: > Changes since last time: > I've made the changes to configure, and squashed the patches together. > Option changed from fribidi=1 (default 0) to text_shaping=1 (default 1). > (Ideas for better names are definitely welcome.) > Hopefull

Re: [FFmpeg-devel] [PATCH] Add dvdsub workaround for some players

2014-07-12 Thread Michael Niedermayer
On Thu, Jul 10, 2014 at 07:41:08PM +0200, Oliver Fromme wrote: > > Michael Niedermayer wrote: > > On Wed, Jul 09, 2014 at 10:58:55PM +0200, Oliver Fromme wrote: > > > Michael Niedermayer wrote: > > > > [...] > > > > can you also post one that adds "even_rows_fix" to the docs ? > > > > > > Y

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Hendrik Leppkes
On Sat, Jul 12, 2014 at 4:45 PM, Andreas Cadhalpun wrote: > On 12.07.2014 15:40, Ronald S. Bultje wrote: >> >> Hi, >> >> On Sat, Jul 12, 2014 at 9:35 AM, Andreas Cadhalpun < >> andreas.cadhal...@googlemail.com> wrote: >> >>> Hi, >>> >>> I'm a bit puzzled by this commit. >>> >>> >>> On 30.06.2014 0

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Timothy Gu
On Sat, Jul 12, 2014 at 8:35 AM, Hendrik Leppkes wrote: > On Sat, Jul 12, 2014 at 4:45 PM, Andreas Cadhalpun > wrote: >> On 12.07.2014 15:40, Ronald S. Bultje wrote: >>> >>> Hi, >>> >>> On Sat, Jul 12, 2014 at 9:35 AM, Andreas Cadhalpun < >>> andreas.cadhal...@googlemail.com> wrote: >>> Hi,

[FFmpeg-devel] [PATCH] lavf: add samba protocol via libsmbclient

2014-07-12 Thread Lukasz Marek
--- Changelog | 1 + configure | 5 ++ doc/general.texi | 1 + doc/protocols.texi | 29 +++ libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/libsmbclient.c | 207 ++

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Michael Niedermayer
On Sat, Jul 12, 2014 at 05:35:12PM +0200, Hendrik Leppkes wrote: > On Sat, Jul 12, 2014 at 4:45 PM, Andreas Cadhalpun > wrote: > > On 12.07.2014 15:40, Ronald S. Bultje wrote: > >> > >> Hi, > >> > >> On Sat, Jul 12, 2014 at 9:35 AM, Andreas Cadhalpun < > >> andreas.cadhal...@googlemail.com> wrote:

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 18:46, Michael Niedermayer wrote: On Sat, Jul 12, 2014 at 05:35:12PM +0200, Hendrik Leppkes wrote: On Sat, Jul 12, 2014 at 4:45 PM, Andreas Cadhalpun wrote: On 12.07.2014 15:40, Ronald S. Bultje wrote: Hi, On Sat, Jul 12, 2014 at 9:35 AM, Andreas Cadhalpun < andreas.cadhal...@

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Michael Niedermayer
On Sat, Jul 12, 2014 at 06:58:49PM +0200, Andreas Cadhalpun wrote: > On 12.07.2014 18:46, Michael Niedermayer wrote: > >On Sat, Jul 12, 2014 at 05:35:12PM +0200, Hendrik Leppkes wrote: > >>On Sat, Jul 12, 2014 at 4:45 PM, Andreas Cadhalpun > >> wrote: > >>>On 12.07.2014 15:40, Ronald S. Bultje wrot

Re: [FFmpeg-devel] [PATCH] AVFormat: LRC demuxer and muxer

2014-07-12 Thread Michael Niedermayer
On Fri, Jul 11, 2014 at 07:16:04PM +0800, Star Brilliant wrote: > On 2014-07-09 23:09, Derek Buitenhuis wrote: > +*start = -(mm*6LL + ss*1000LL + cs*10LL); // just in case > negative pts > > > >That said, there is still a bug. %d will read negative integers already, you > >do n

Re: [FFmpeg-devel] [PATCH] AVFormat: LRC demuxer and muxer

2014-07-12 Thread Michael Niedermayer
On Thu, Jul 10, 2014 at 09:31:57PM +0800, Star Brilliant wrote: > Some improvements in lrc_probe. > > Updated patch is attached. > > Thanks. > Changelog|1 > doc/general.texi |1 > libavformat/Makefile |2 > libavformat/allformats.c |1 > libavfor

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 19:37, Michael Niedermayer wrote: On Sat, Jul 12, 2014 at 06:58:49PM +0200, Andreas Cadhalpun wrote: On 12.07.2014 18:46, Michael Niedermayer wrote: On Sat, Jul 12, 2014 at 05:35:12PM +0200, Hendrik Leppkes wrote: On Sat, Jul 12, 2014 at 4:45 PM, Andreas Cadhalpun wrote: On 12.

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Timothy Gu
On Jul 12, 2014 11:15 AM, "Andreas Cadhalpun" < andreas.cadhal...@googlemail.com> wrote: > > On 12.07.2014 19:37, Michael Niedermayer wrote: >> >> On Sat, Jul 12, 2014 at 06:58:49PM +0200, Andreas Cadhalpun wrote: >>> >>> On 12.07.2014 18:46, Michael Niedermayer wrote: On Sat, Jul 12, 201

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 20:34, Timothy Gu wrote: On Jul 12, 2014 11:15 AM, "Andreas Cadhalpun" < andreas.cadhal...@googlemail.com> wrote: On 12.07.2014 19:37, Michael Niedermayer wrote: On Sat, Jul 12, 2014 at 06:58:49PM +0200, Andreas Cadhalpun wrote: On 12.07.2014 18:46, Michael Niedermayer wrote:

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Hendrik Leppkes
On Sat, Jul 12, 2014 at 8:42 PM, Andreas Cadhalpun wrote: > > > OK, so either of us misunderstood what Hendrik wrote: > "[...] but that doesn't really change the fact that ff_* (and avpriv_*) are > not part of the public API/ABI and as such any changes or removals do not > require a SONAME bump."

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 20:51, Hendrik Leppkes wrote: On Sat, Jul 12, 2014 at 8:42 PM, Andreas Cadhalpun wrote: OK, so either of us misunderstood what Hendrik wrote: "[...] but that doesn't really change the fact that ff_* (and avpriv_*) are not part of the public API/ABI and as such any changes or rem

[FFmpeg-devel] [PATCH] fix spelling errors

2014-07-12 Thread Andreas Cadhalpun
Hi, attached patch fixes some spelling errors found with codespell. Best regards, Andreas >From cf8d6a77911b61e0f02a36704a08362636f9a433 Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Sat, 12 Jul 2014 20:31:47 +0200 Subject: [PATCH] fix spelling errors --- compat/avisynth/avisynth_c.h

[FFmpeg-devel] [PATCH] Add -Wformat and -Werror=format-security compiler flags

2014-07-12 Thread Andreas Cadhalpun
Hi, the hardening flags used by Debian contain -Wformat and -Werror=format-security to make sure printf and friends are used in a safe way. [1] To detect such problems as early as possible, I think it makes sense to use these flags always. Best regards, Andreas 1: https://wiki.debian.or

Re: [FFmpeg-devel] [PATCH] Add -Wformat and -Werror=format-security compiler flags

2014-07-12 Thread Andreas Cadhalpun
Now with patch... On 12.07.2014 21:27, Andreas Cadhalpun wrote: Hi, the hardening flags used by Debian contain -Wformat and -Werror=format-security to make sure printf and friends are used in a safe way. [1] To detect such problems as early as possible, I think it makes sense to use these flag

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Hendrik Leppkes
On Sat, Jul 12, 2014 at 9:26 PM, Andreas Cadhalpun wrote: > > I'm not sure what you mean with 'officially' here. Every symbol exported by > a shared library can be used by another program. > Even if only other av* libraries use the avpriv_* symbols they can't just be > removed, because that would

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 21:40, Hendrik Leppkes wrote: On Sat, Jul 12, 2014 at 9:26 PM, Andreas Cadhalpun wrote: I'm not sure what you mean with 'officially' here. Every symbol exported by a shared library can be used by another program. Even if only other av* libraries use the avpriv_* symbols they can

Re: [FFmpeg-devel] [PATCH] fix spelling errors

2014-07-12 Thread Timothy Gu
On Jul 12, 2014 12:28 PM, "Andreas Cadhalpun" < andreas.cadhal...@googlemail.com> wrote: > > Hi, > > attached patch fixes some spelling errors found with codespell. Please don't change compat/* because they are from external projects. Rest LGTM. Timothy ___

Re: [FFmpeg-devel] [PATCH] Add -Wformat and -Werror=format-security compiler flags

2014-07-12 Thread Timothy Gu
On Jul 12, 2014 12:36 PM, "Andreas Cadhalpun" < andreas.cadhal...@googlemail.com> wrote: > > Now with patch... Alphabetical order please. [...] Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-deve

Re: [FFmpeg-devel] [PATCH] lavf: add samba protocol via libsmbclient

2014-07-12 Thread Timothy Gu
On Jul 12, 2014 9:21 AM, "Lukasz Marek" wrote: > > --- > Changelog | 1 + > configure | 5 ++ > doc/general.texi | 1 + > doc/protocols.texi | 29 +++ > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libav

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Hendrik Leppkes
On Sat, Jul 12, 2014 at 9:56 PM, Andreas Cadhalpun wrote: > On 12.07.2014 21:40, Hendrik Leppkes wrote: >> >> On Sat, Jul 12, 2014 at 9:26 PM, Andreas Cadhalpun >> wrote: >> >>> >>> I'm not sure what you mean with 'officially' here. Every symbol exported >>> by >>> a shared library can be used by

[FFmpeg-devel] [PATCH v3] drawtext: Add basic text shaping using libfribidi - Fixes ticket #3758

2014-07-12 Thread Marc Jeffreys
Regarding positioning of the '|' operator: Unless anyone objects, I think it's fine being at the end of the line (if anything, that's the style used for '||' in vf_drawtext.c). ---8<--- --- configure |3 + doc/filters.texi | 11 libavfilter/vf_drawtext.c | 12

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Michael Niedermayer
On Sat, Jul 12, 2014 at 09:26:05PM +0200, Andreas Cadhalpun wrote: [...] > For now that means I'm going to backport the commit removing ff_* > from libswresample.v, so that I don't have to worry about it. (But I > would have a problem now, if ffmpeg were already in Debian/sid). does anything use a

Re: [FFmpeg-devel] [PATCH] fix spelling errors

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 21:56, Timothy Gu wrote: On Jul 12, 2014 12:28 PM, "Andreas Cadhalpun" < andreas.cadhal...@googlemail.com> wrote: Hi, attached patch fixes some spelling errors found with codespell. Please don't change compat/* because they are from external projects. Rest LGTM. OK, new patch

Re: [FFmpeg-devel] [PATCH] Add -Wformat and -Werror=format-security compiler flags

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 21:58, Timothy Gu wrote: On Jul 12, 2014 12:36 PM, "Andreas Cadhalpun" < andreas.cadhal...@googlemail.com> wrote: Now with patch... Alphabetical order please. Fixed. Best regards, Andreas >From 8c4d70191de1ae8bde8b5f958d0606c4dcf634bd Mon Sep 17 00:00:00 2001 From: Andreas Ca

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 22:01, Hendrik Leppkes wrote: On Sat, Jul 12, 2014 at 9:56 PM, Andreas Cadhalpun wrote: On 12.07.2014 21:40, Hendrik Leppkes wrote: On Sat, Jul 12, 2014 at 9:26 PM, Andreas Cadhalpun wrote: I'm not sure what you mean with 'officially' here. Every symbol exported by a shared

Re: [FFmpeg-devel] [PATCH] fix spelling errors

2014-07-12 Thread Timothy Gu
On Jul 12, 2014 1:15 PM, "Andreas Cadhalpun" < andreas.cadhal...@googlemail.com> wrote: > > On 12.07.2014 21:56, Timothy Gu wrote: >> >> On Jul 12, 2014 12:28 PM, "Andreas Cadhalpun" < >> andreas.cadhal...@googlemail.com> wrote: >>> >>> >>> Hi, >>> >>> attached patch fixes some spelling errors foun

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 22:14, Michael Niedermayer wrote: On Sat, Jul 12, 2014 at 09:26:05PM +0200, Andreas Cadhalpun wrote: [...] For now that means I'm going to backport the commit removing ff_* from libswresample.v, so that I don't have to worry about it. (But I would have a problem now, if ffmpeg were

Re: [FFmpeg-devel] [PATCH] lavf: add samba protocol via libsmbclient

2014-07-12 Thread Michael Niedermayer
On Sat, Jul 12, 2014 at 06:20:46PM +0200, Lukasz Marek wrote: > --- > Changelog | 1 + > configure | 5 ++ > doc/general.texi | 1 + > doc/protocols.texi | 29 +++ > libavformat/Makefile | 1 + > libavformat/allformats.c |

Re: [FFmpeg-devel] [PATCH] fix spelling errors

2014-07-12 Thread Michael Niedermayer
On Sat, Jul 12, 2014 at 01:21:01PM -0700, Timothy Gu wrote: > On Jul 12, 2014 1:15 PM, "Andreas Cadhalpun" < > andreas.cadhal...@googlemail.com> wrote: > > > > On 12.07.2014 21:56, Timothy Gu wrote: > >> > >> On Jul 12, 2014 12:28 PM, "Andreas Cadhalpun" < > >> andreas.cadhal...@googlemail.com> wro

Re: [FFmpeg-devel] [PATCH] Add -Wformat and -Werror=format-security compiler flags

2014-07-12 Thread Michael Niedermayer
On Sat, Jul 12, 2014 at 10:17:02PM +0200, Andreas Cadhalpun wrote: > On 12.07.2014 21:58, Timothy Gu wrote: > >On Jul 12, 2014 12:36 PM, "Andreas Cadhalpun" < > >andreas.cadhal...@googlemail.com> wrote: > >> > >>Now with patch... > > > >Alphabetical order please. > > Fixed. > > Best regards, > An

[FFmpeg-devel] [PATCH] h264: fix direct temporal mvs for bottom-field-first poc order.

2014-07-12 Thread Ronald S. Bultje
Fixes http://forum.doom9.org/showthread.php?t=170867. --- libavcodec/h264_direct.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c index 3cc5f85..b83a279 100644 --- a/libavcodec/h264_direct.c +++ b/libavcodec/h264_direct.c

[FFmpeg-devel] [PATCH] Add a release note for 2.3

2014-07-12 Thread Timothy Gu
On Sat, Jul 12, 2014 at 3:08 AM, Clément Bœsch wrote: > On Fri, Jul 11, 2014 at 09:08:40PM -0700, Timothy Gu wrote: >> Based on a patch by Clément Bœsch . >> >> Signed-off-by: Timothy Gu >> --- >> >> So, I rebased Clément's original patch and added (a lot) more stuff to make >> it >> a real offi

Re: [FFmpeg-devel] [PATCH] lavf: add samba protocol via libsmbclient

2014-07-12 Thread Lukasz Marek
On 12.07.2014 22:31, Michael Niedermayer wrote: On Sat, Jul 12, 2014 at 06:20:46PM +0200, Lukasz Marek wrote: --- Changelog | 1 + configure | 5 ++ doc/general.texi | 1 + doc/protocols.texi | 29 +++ libavformat/Makefile

Re: [FFmpeg-devel] [PATCH] AVFormat: LRC demuxer and muxer

2014-07-12 Thread Derek Buitenhuis
On 7/11/2014 12:16 PM, Star Brilliant wrote: > I forgot to mention it in the previous mail. > It is not a bug. Although %d reads negative integers, the seconds and > centiseconds are not correctly read. > I have tried various ways to read both mm:ss.cs -mm:ss.cs combination, > and the one I am us

Re: [FFmpeg-devel] [PATCH] Add a release note for 2.3

2014-07-12 Thread James Almer
On 12/07/14 7:51 PM, Timothy Gu wrote: > On Sat, Jul 12, 2014 at 3:08 AM, Clément Bœsch wrote: >> On Fri, Jul 11, 2014 at 09:08:40PM -0700, Timothy Gu wrote: >>> Based on a patch by Clément Bœsch . >>> >>> Signed-off-by: Timothy Gu >>> --- >>> >>> So, I rebased Clément's original patch and added

[FFmpeg-devel] [PATCH] x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2

2014-07-12 Thread James Almer
Signed-off-by: James Almer --- libavcodec/x86/hevc_deblock.asm | 8 +++- libavcodec/x86/hevcdsp_init.c | 31 --- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/libavcodec/x86/hevc_deblock.asm b/libavcodec/x86/hevc_deblock.asm index d23cac7..c03