Re: [FFmpeg-devel] [PATCH] h264_i386: Optimize decode_significance_8x8_x86 for 64 bit.

2014-12-03 Thread Reimar Döffinger
On 03.12.2014, at 01:40, Michael Niedermayer michae...@gmx.at wrote: On Sat, Nov 22, 2014 at 02:09:01PM +0100, Reimar Döffinger wrote: On Mon, Nov 17, 2014 at 01:41:13PM +0100, Michael Niedermayer wrote: On Mon, Nov 17, 2014 at 08:19:32AM +0100, Reimar Döffinger wrote: On 17.11.2014, at 02:37,

Re: [FFmpeg-devel] [PATCH] pngdsp x86: use scalar loop for unaligned dest buffers.

2014-12-03 Thread Benoit Fouet
Hi, - Mail original - Hi, 2014-12-02 14:31 GMT+01:00 Benoit Fouet benoit.fo...@free.fr: Fixes ticket #4148 Please try that one instead. Works fine, thanks. Please fix commit message: s/onlu/only As all your changes have been reverted, I've put myself as the only author.

[FFmpeg-devel] ffmpeg developer needed

2014-12-03 Thread james gordon
Hi All, I am currently looking for a developer to work on a remote project, details below; Basically I am working with an open source Android which is based on the PJSIP sipstack. Currently FFMPEG is used for H264 video encoding/decoding (software) and it is pretty slow on most Android devices.

Re: [FFmpeg-devel] ffmpeg developer needed

2014-12-03 Thread Anshul
On 12/03/2014 03:18 PM, james gordon wrote: Hi All, I am currently looking for a developer to work on a remote project, details below; Basically I am working with an open source Android which is based on the PJSIP sipstack. Currently FFMPEG is used for H264 video encoding/decoding

Re: [FFmpeg-devel] need help

2014-12-03 Thread Anshul
On 12/03/2014 03:57 PM, Chetan wrote: Hi i want to create video using Text with html tages and effect ... please let me know .. command I would suggest, use this ffmpeg user questions ffmpeg-u...@ffmpeg.org mailing list please. -Anshul ___

Re: [FFmpeg-devel] [PATCH] pngdsp x86: use scalar loop for unaligned dest buffers.

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 09:47:45AM +0100, Benoit Fouet wrote: Hi, - Mail original - Hi, 2014-12-02 14:31 GMT+01:00 Benoit Fouet benoit.fo...@free.fr: Fixes ticket #4148 Please try that one instead. Works fine, thanks. Please fix commit message: s/onlu/only fixed

Re: [FFmpeg-devel] Patch for device list error in decklink_common.cpp

2014-12-03 Thread Jon bae
Thanks Ramiro for the correction! Here is the new patch. (Is it better to post directly the patch, or is ok as a attachment?) Regards Jonathan 2014-12-02 22:19 GMT+01:00 Ramiro Polla ramiro.po...@gmail.com: On 02.12.2014 20:30, Jon bae wrote: Here is the other patch for decklink_common.cpp.

Re: [FFmpeg-devel] [PATCH] web/legal: move Legal Threats to bottom of page

2014-12-03 Thread Michael Niedermayer
On Tue, Dec 02, 2014 at 02:53:08PM -0900, Lou Logan wrote: This places Legal Threats under all of the more useful stuff. Signed-off-by: Lou Logan l...@lrcd.com --- src/legal | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) LGTM [...] -- Michael GnuPG

[FFmpeg-devel] select different dv profiles using framerates

2014-12-03 Thread Steve Jiekak
720p60 and 720p50 are currently not differentiable during profile selection. If set to a profile value the framerate will be used as the last criteria. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] dv codec : allow selecting between 720p60 and 720p50 profiles based on framerate

2014-12-03 Thread Steve Jiekak
Signed-off-by: Steve Jiekak devaure...@gmail.com --- libavcodec/dv_profile.c | 14 +++--- libavcodec/dv_profile.h |2 +- libavcodec/dvenc.c |2 +- libavformat/dv.c|2 +- libavformat/dvenc.c |3 ++- 5 files changed, 16 insertions(+), 7 deletions(-) diff

Re: [FFmpeg-devel] [PATCH] h264_i386: Optimize decode_significance_8x8_x86 for 64 bit.

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 09:00:39AM +0100, Reimar Döffinger wrote: On 03.12.2014, at 01:40, Michael Niedermayer michae...@gmx.at wrote: On Sat, Nov 22, 2014 at 02:09:01PM +0100, Reimar Döffinger wrote: On Mon, Nov 17, 2014 at 01:41:13PM +0100, Michael Niedermayer wrote: On Mon, Nov 17, 2014

[FFmpeg-devel] [PATCH 1/2] allow to extract subcc

2014-12-03 Thread anshul . ffmpeg
From: Nicolas George geo...@nsup.org --- doc/indevs.texi | 9 ++ libavdevice/lavfi.c | 80 + 2 files changed, 84 insertions(+), 5 deletions(-) diff --git a/doc/indevs.texi b/doc/indevs.texi index 5d2a308..f31e2e3 100644 ---

[FFmpeg-devel] [PATCH 2/2] Adding closed caption decoder

2014-12-03 Thread anshul . ffmpeg
From: Anshul Maheshwari anshul.ffm...@gmail.com --- I did implement lots of other thing, with respect to older patch. like multi screen and rollup feature. This implementation is working well with srt output format. As of now ffplay is not able to show the decoded frames on screen. I dont know

Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: use avcodec_copy_context before avcodec_open2 and open both ctxs

2014-12-03 Thread Lukasz Marek
On 3 December 2014 at 03:15, Michael Niedermayer michae...@gmx.at wrote: On Wed, Dec 03, 2014 at 02:02:21AM +0100, Lukasz Marek wrote: On 03.12.2014 01:53, Michael Niedermayer wrote: On Wed, Dec 03, 2014 at 01:39:12AM +0100, Lukasz Marek wrote: On 03.12.2014 00:35, Michael Niedermayer

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec/options: print a warning when copying open context

2014-12-03 Thread Lukasz Marek
On 2 December 2014 at 19:27, Lukasz Marek lukasz.m.lu...@gmail.com wrote: Context copied from open context cannot be treated as opened. avcodec_open2 modifies context so reopening it is also questionable. It is worth to warn when it happens. Signed-off-by: Lukasz Marek

Re: [FFmpeg-devel] [PATCH 2/2] Adding closed caption decoder

2014-12-03 Thread Nicolas George
Le tridi 13 frimaire, an CCXXIII, anshul.ffm...@gmail.com a écrit : Subject: Re: [FFmpeg-devel] [PATCH 2/2] Adding closed caption decoder Very good news! I did implement lots of other thing, with respect to older patch. like multi screen and rollup feature. This implementation is working

Re: [FFmpeg-devel] [PATCH] dv codec : allow selecting between 720p60 and 720p50 profiles based on framerate

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 12:48:46PM +0100, Steve Jiekak wrote: Signed-off-by: Steve Jiekak devaure...@gmail.com --- libavcodec/dv_profile.c | 14 +++--- libavcodec/dv_profile.h |2 +- libavcodec/dvenc.c |2 +- libavformat/dv.c|2 +- libavformat/dvenc.c

Re: [FFmpeg-devel] [PATCH] avfilter/tinterlace: merge code with interlace

2014-12-03 Thread Michael Niedermayer
On Tue, Dec 02, 2014 at 07:43:47PM +0100, Clément Bœsch wrote: --- After this commit, interlace doesn't behave the same if the input frames are already interlaced. Does anyone wants me to keep this behaviour? probably best if its kept but can be forced enabled/disabled with an option. these

Re: [FFmpeg-devel] [PATCH] lavu/opt: handle NULL during class comparsion

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 12:06:18AM +0100, Lukasz Marek wrote: av_opt_copy compares classes to avoid copying between mismatched objects. This protection fails when dest class is NULL. does this case actually occur ? [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 1/4] libavcodec/pngdec: support 'previous' dispose operation for APNG.

2014-12-03 Thread Benoit Fouet
--- libavcodec/pngdec.c | 72 + 1 file changed, 50 insertions(+), 22 deletions(-) diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index 229a6d6..b1e77e5 100644 --- a/libavcodec/pngdec.c +++ b/libavcodec/pngdec.c @@ -38,6 +38,7 @@ typedef

[FFmpeg-devel] [PATCH 4/4] avcodec/pngdec: use memcpy instead of byte loops for P frames.

2014-12-03 Thread Benoit Fouet
Rely on the way memcpy is optimized for one's system instead of looping on a byte buffer for buffer copies to handle P frames. --- libavcodec/pngdec.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c

[FFmpeg-devel] [PATCH 2/4] avcodec/pngdec: fix mem leak in init()

2014-12-03 Thread Benoit Fouet
--- libavcodec/pngdec.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index b1e77e5..3905e0f 100644 --- a/libavcodec/pngdec.c +++ b/libavcodec/pngdec.c @@ -1237,8 +1237,12 @@ static av_cold int png_dec_init(AVCodecContext

[FFmpeg-devel] [PATCH 3/4] avcodec/pngdec: fix indentation in handle_row()

2014-12-03 Thread Benoit Fouet
--- libavcodec/pngdec.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index 3905e0f..7e7b285 100644 --- a/libavcodec/pngdec.c +++ b/libavcodec/pngdec.c @@ -307,13 +307,13 @@ static void png_handle_row(PNGDecContext *s)

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/pngdec: use memcpy instead of byte loops for P frames.

2014-12-03 Thread Benoit Fouet
Hi, - Mail original - Rely on the way memcpy is optimized for one's system instead of looping on a byte buffer for buffer copies to handle P frames. --- libavcodec/pngdec.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH] lavu/opt: handle NULL during class comparsion

2014-12-03 Thread Lukasz Marek
On 3 December 2014 at 14:10, Michael Niedermayer michae...@gmx.at wrote: On Wed, Dec 03, 2014 at 12:06:18AM +0100, Lukasz Marek wrote: av_opt_copy compares classes to avoid copying between mismatched objects. This protection fails when dest class is NULL. does this case actually occur ?

Re: [FFmpeg-devel] [PATCH] lavu/opt: handle NULL during class comparsion

2014-12-03 Thread Lukasz Marek
On 3 December 2014 at 14:29, Lukasz Marek lukasz.m.lu...@gmail.com wrote: On 3 December 2014 at 14:10, Michael Niedermayer michae...@gmx.at wrote: On Wed, Dec 03, 2014 at 12:06:18AM +0100, Lukasz Marek wrote: av_opt_copy compares classes to avoid copying between mismatched objects. This

Re: [FFmpeg-devel] Patch for device list error in decklink_common.cpp

2014-12-03 Thread Ramiro Polla
On 03.12.2014 12:06, Jon bae wrote: Thanks Ramiro for the correction! Here is the new patch. (Is it better to post directly the patch, or is ok as a attachment?) Attachment is better. But please avoid top-posting in this mailing-list. 2014-12-02 22:19 GMT+01:00 Ramiro Polla

Re: [FFmpeg-devel] [PATCH] dv codec : allow selecting between 720p60 and 720p50 profiles based on framerate

2014-12-03 Thread aureshy lapoiss
is av_div_q() what you meant to use or av_cmp_q() ? I use av_div_q to allow both frame rates 25/1 and 50/1 to select the same profile. you cannot change public API, you can add new public API if needed though I forgot that. Should I use av_dv_codec_profile2 for the new name? Steve On

[FFmpeg-devel] [PATCH 1/2] add av_dv_codec_profile2 : uses framerate to select best matching profile. default on first matching profile

2014-12-03 Thread Steve Jiekak
Signed-off-by: Steve Jiekak devaure...@gmail.com --- doc/APIchanges |3 +++ libavcodec/dv_profile.c | 27 +++ libavcodec/dv_profile.h |6 ++ libavcodec/version.h|2 +- 4 files changed, 33 insertions(+), 5 deletions(-) diff --git

[FFmpeg-devel] [PATCH 2/2] replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxers

2014-12-03 Thread Steve Jiekak
Signed-off-by: Steve Jiekak devaure...@gmail.com --- libavcodec/dvenc.c |2 +- libavformat/dv.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/dvenc.c b/libavcodec/dvenc.c index 5d810e3..7061508 100644 --- a/libavcodec/dvenc.c +++

Re: [FFmpeg-devel] [PATCH] dv codec : allow selecting between 720p60 and 720p50 profiles based on framerate

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 03:41:55PM +0100, aureshy lapoiss wrote: is av_div_q() what you meant to use or av_cmp_q() ? I use av_div_q to allow both frame rates 25/1 and 50/1 to select the same profile. you cannot change public API, you can add new public API if needed though I

Re: [FFmpeg-devel] Patch for device list error in decklink_common.cpp

2014-12-03 Thread Ramiro Polla
On 03.12.2014 16:44, Jon bae wrote: Ok finally... Here now only the first line changed. Sorry for the mess, I 'm not the right person for that. From 2cddda59076b2ac5a539f7016c0aa1883d37c6d8 Mon Sep 17 00:00:00 2001 From: Jonathan Baecker jonba...@gmail.com Date: Wed, 3 Dec 2014 16:41:41

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/pngdec: use memcpy instead of byte loops for P frames.

2014-12-03 Thread Benoit Fouet
Hi, Le 03/12/2014 14:51, Christophe Gisquet a écrit : Hi, 2014-12-03 14:16 GMT+01:00 Benoit Fouet benoit.fo...@free.fr: Rely on the way memcpy is optimized for one's system instead of looping on a byte buffer for buffer copies to handle P frames. Are there many compilers left that actually

Re: [FFmpeg-devel] [PATCH 1/2] add av_dv_codec_profile2 : uses framerate to select best matching profile. default on first matching profile

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 05:10:16PM +0100, Steve Jiekak wrote: Signed-off-by: Steve Jiekak devaure...@gmail.com --- doc/APIchanges |3 +++ libavcodec/dv_profile.c | 27 +++ libavcodec/dv_profile.h |6 ++ libavcodec/version.h|2 +- 4

Re: [FFmpeg-devel] [PATCH]Fix standalone compilation of the iec61883 input device.

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 03:37:13PM +0100, Carl Eugen Hoyos wrote: Hi! Attached patch fixes standalone compilation of the iec61883 input device. Please comment, Carl Eugen probably ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Complexity theory is

Re: [FFmpeg-devel] Patch for device list error in decklink_common.cpp

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 06:29:37PM +0100, Ramiro Polla wrote: On 03.12.2014 16:44, Jon bae wrote: Ok finally... Here now only the first line changed. Sorry for the mess, I 'm not the right person for that. From 2cddda59076b2ac5a539f7016c0aa1883d37c6d8 Mon Sep 17 00:00:00 2001 From:

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/pngdec: use memcpy instead of byte loops for P frames.

2014-12-03 Thread Benoit Fouet
Hi, On December 3, 2014 6:39:12 PM GMT+01:00, Christophe Gisquet christophe.gisq...@gmail.com wrote: Hi, 2014-12-03 18:32 GMT+01:00 Benoit Fouet benoit.fo...@free.fr: When the overhead here is high, then it means that we are going to perform a lot on the frame itself, looping using byte

Re: [FFmpeg-devel] [PATCH 2/2] Adding closed caption decoder

2014-12-03 Thread Anshul
On 12/03/2014 10:19 PM, Clément Bœsch wrote: unless i'm mistaken, i think you just want: return av_popcount(val 0x7f) 1; Thanks I was searching for this, even I asked for same on Irc. Nicolas: The changes from your pair of patch, 1) I removed c708 part (whole) since both are same, 708

Re: [FFmpeg-devel] [PATCH] web/legal: move Legal Threats to bottom of page

2014-12-03 Thread Lou Logan
On Wed, 3 Dec 2014 12:22:41 +0100, Michael Niedermayer wrote: LGTM Pushed. Thanks to you and Timothy for taking a look. Lou ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/2] allow to extract subcc

2014-12-03 Thread Anshul
On 12/04/2014 12:36 AM, wm4 wrote: On Wed, 3 Dec 2014 17:58:57 +0530 anshul.ffm...@gmail.com wrote: From: Nicolas George geo...@nsup.org --- doc/indevs.texi | 9 ++ libavdevice/lavfi.c | 80 + 2 files changed, 84

Re: [FFmpeg-devel] [PATCH 2/2] Adding closed caption decoder

2014-12-03 Thread Nicolas George
Le tridi 13 frimaire, an CCXXIII, Anshul a écrit : Thanks I was searching for this, even I asked for same on Irc. Nicolas: The changes from your pair of patch, 1) I removed c708 part (whole) since both are same, 708 just have some extra feature then 608. In your first patch it was just

Re: [FFmpeg-devel] [PATCH 2/2] Adding closed caption decoder

2014-12-03 Thread Anshul
On 12/04/2014 02:33 AM, Nicolas George wrote: Le tridi 13 frimaire, an CCXXIII, Anshul a écrit : Thanks I was searching for this, even I asked for same on Irc. Nicolas: The changes from your pair of patch, 1) I removed c708 part (whole) since both are same, 708 just have some extra feature

Re: [FFmpeg-devel] [PATCH] h264_i386: Optimize decode_significance_8x8_x86 for 64 bit.

2014-12-03 Thread Reimar Döffinger
On Wed, Dec 03, 2014 at 01:19:48PM +0100, Michael Niedermayer wrote: On Wed, Dec 03, 2014 at 09:00:39AM +0100, Reimar Döffinger wrote: On 03.12.2014, at 01:40, Michael Niedermayer michae...@gmx.at wrote: On Sat, Nov 22, 2014 at 02:09:01PM +0100, Reimar Döffinger wrote: On Mon, Nov 17,

Re: [FFmpeg-devel] [PATCH] h264_i386: Optimize decode_significance_8x8_x86 for 64 bit.

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 10:39:00PM +0100, Reimar Döffinger wrote: On Wed, Dec 03, 2014 at 01:19:48PM +0100, Michael Niedermayer wrote: On Wed, Dec 03, 2014 at 09:00:39AM +0100, Reimar Döffinger wrote: On 03.12.2014, at 01:40, Michael Niedermayer michae...@gmx.at wrote: On Sat, Nov 22,

[FFmpeg-devel] [PATCH] imc: make issue non-fatal

2014-12-03 Thread Christophe Gisquet
Until a noticeably distorted output or crash is reported, it's better ignoring the error, as this results in better output on the affected samples. (ticket #3886) On the other hand, I have a hard time understanding the purpose of that check. I would have expected maybe get_bits_count(q-gb)

Re: [FFmpeg-devel] [PATCH 3/3] lavc/libxvid: workaround for bug in libxvidcore

2014-12-03 Thread Lukasz Marek
On 24.11.2014 01:17, Lukasz Marek wrote: libxvidcore calculate number of threads basing on video height. If height is small enough it allocates 0 bytes long memory and writes to it. Setting thread_count to 0 uses 1 thread and skips bugged code. Signed-off-by: Lukasz Marek

Re: [FFmpeg-devel] [PATCH 3/4] avcodec/pngdec: fix indentation in handle_row()

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 02:16:57PM +0100, Benoit Fouet wrote: --- libavcodec/pngdec.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 1 Used only

Re: [FFmpeg-devel] [PATCH 1/4] libavcodec/pngdec: support 'previous' dispose operation for APNG.

2014-12-03 Thread Michael Niedermayer
On Wed, Dec 03, 2014 at 02:16:55PM +0100, Benoit Fouet wrote: --- libavcodec/pngdec.c | 72 + 1 file changed, 50 insertions(+), 22 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [PATCH 3/3] lavc/libxvid: workaround for bug in libxvidcore

2014-12-03 Thread Michael Niedermayer
On Thu, Dec 04, 2014 at 12:39:29AM +0100, Lukasz Marek wrote: On 24.11.2014 01:17, Lukasz Marek wrote: libxvidcore calculate number of threads basing on video height. If height is small enough it allocates 0 bytes long memory and writes to it. Setting thread_count to 0 uses 1 thread and skips

Re: [FFmpeg-devel] [PATCH] lavc/options: don't copy priv context when it is not AVOption object

2014-12-03 Thread Lukasz Marek
On 03.12.2014 01:28, Michael Niedermayer wrote: On Wed, Dec 03, 2014 at 01:24:55AM +0100, Lukasz Marek wrote: On 03.12.2014 01:15, Michael Niedermayer wrote: On Wed, Dec 03, 2014 at 12:06:47AM +0100, Lukasz Marek wrote: This prevents potential crash when opt API is used without a class.

[FFmpeg-devel] [PATCH 1/2] lavc/options: add test for avcodec_copy_context

2014-12-03 Thread Lukasz Marek
This test doesn't cover every possible issue with this function. It covers options management only. Signed-off-by: Lukasz Marek lukasz.m.lu...@gmail.com --- libavcodec/Makefile | 2 + libavcodec/options.c | 173 +++ 2 files changed, 175

Re: [FFmpeg-devel] [PATCH 2/2] lavc/options: fix leaks in avcodec_copy_context

2014-12-03 Thread Lukasz Marek
On 27.11.2014 04:17, Michael Niedermayer wrote: On Thu, Nov 27, 2014 at 12:43:57AM +0100, Lukasz Marek wrote: On 24.11.2014 05:16, Lukasz Marek wrote: Signed-off-by: Lukasz Marek lukasz.m.lu...@gmail.com --- libavcodec/options.c | 23 +++ 1 file changed, 11

Re: [FFmpeg-devel] [PATCH 1/2] lavc/options: add test for avcodec_copy_context

2014-12-03 Thread Lukasz Marek
On 04.12.2014 00:50, Lukasz Marek wrote: This test doesn't cover every possible issue with this function. It covers options management only. Signed-off-by: Lukasz Marek lukasz.m.lu...@gmail.com --- libavcodec/Makefile | 2 + libavcodec/options.c | 173

Re: [FFmpeg-devel] [PATCH 2/2] fate: add libavcodec/options-test

2014-12-03 Thread Timothy Gu
On Wed, Dec 3, 2014 at 3:50 PM, Lukasz Marek lukasz.m.lu...@gmail.com wrote: Signed-off-by: Lukasz Marek lukasz.m.lu...@gmail.com --- tests/fate/libavcodec.mak | 4 + tests/ref/fate/libavcodec-options | 161 ++ 2 files changed, 165

Re: [FFmpeg-devel] [PATCH 2/2] fate: add libavcodec/options-test

2014-12-03 Thread Lukasz Marek
On 04.12.2014 01:01, Timothy Gu wrote: On Wed, Dec 3, 2014 at 3:50 PM, Lukasz Marek lukasz.m.lu...@gmail.com wrote: Signed-off-by: Lukasz Marek lukasz.m.lu...@gmail.com --- tests/fate/libavcodec.mak | 4 + tests/ref/fate/libavcodec-options | 161

Re: [FFmpeg-devel] [PATCH 2/2] fate: add libavcodec/options-test

2014-12-03 Thread Timothy Gu
On Wed, Dec 3, 2014 at 4:05 PM, Lukasz Marek lukasz.m.lu...@gmail.com wrote: On 04.12.2014 01:01, Timothy Gu wrote: On Wed, Dec 3, 2014 at 3:50 PM, Lukasz Marek lukasz.m.lu...@gmail.com wrote: Signed-off-by: Lukasz Marek lukasz.m.lu...@gmail.com --- tests/fate/libavcodec.mak |

[FFmpeg-devel] [2.5] [PATCH 1/2] Changelog/RELEASE_NOTES: Add APNG decoder

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- Changelog | 2 +- RELEASE_NOTES | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 0130ca8..7187a15 100644 --- a/Changelog +++ b/Changelog @@ -16,7 +16,7 @@ version 2.5: - creating DASH

[FFmpeg-devel] [PATCH 1/2] RELEASE_NOTES: Reset after release

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- RELEASE_NOTES | 61 ++- 1 file changed, 27 insertions(+), 34 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index a1ddd35..adcab42 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES

[FFmpeg-devel] [PATCH 2/2] RELEASE: Bump

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index 5360d2e..5db7a1a 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -2.4.git +2.5.git -- 1.9.1 ___

Re: [FFmpeg-devel] [PATCH 1/2] RELEASE_NOTES: Reset after release

2014-12-03 Thread James Almer
On 04/12/14 1:15 AM, Timothy Gu wrote: Signed-off-by: Timothy Gu timothyg...@gmail.com --- RELEASE_NOTES | 61 ++- 1 file changed, 27 insertions(+), 34 deletions(-) I personally think this is not needed for now. It can be updated

[FFmpeg-devel] [PATCH 1/3] web/style.less: Styles for heading anchors

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- generate-doc.sh | 1 + src/less/style.less | 12 2 files changed, 13 insertions(+) diff --git a/generate-doc.sh b/generate-doc.sh index f953a9a..d8d01d3 100755 --- a/generate-doc.sh +++ b/generate-doc.sh @@ -30,6 +30,7 @@

[FFmpeg-devel] [PATCH 0/3] doc: Add separate buttons for anchors

2014-12-03 Thread Timothy Gu
Right now the links to anchors in headings are within the heading text itself. This causes ugly green headings. This patch set separates the links into its own buttons with nice styling. Screenshots: http://imgur.com/kcAy5kKZUcMJG4 The first one is local installation. Second one is

[FFmpeg-devel] [PATCH 2/3] doc: Do not use the headings as links to TOC anchors

2014-12-03 Thread Timothy Gu
Instead, use FontAwesome icons (if configured to be this way) or separate text. Signed-off-by: Timothy Gu timothyg...@gmail.com --- doc/t2h.pm | 104 +++-- 1 file changed, 102 insertions(+), 2 deletions(-) diff --git a/doc/t2h.pm

[FFmpeg-devel] [PATCH 3/3] doc: html: Use native viewport

2014-12-03 Thread Timothy Gu
Fixes displaying docs on small-screen devices. Signed-off-by: Timothy Gu timothyg...@gmail.com --- doc/t2h.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/t2h.pm b/doc/t2h.pm index 7f771f9..ca77842 100644 --- a/doc/t2h.pm +++ b/doc/t2h.pm @@ -169,6 +169,7 @@ EOT my $head2 =

[FFmpeg-devel] [PATCH 4/4] style: Update from ffmpeg-web

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- Forgot this one -- doc/style.min.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/style.min.css b/doc/style.min.css index 6843fda..e146be8 100644 --- a/doc/style.min.css +++ b/doc/style.min.css @@ -20,4 +20,4 @@

[FFmpeg-devel] Fix bug for POWER LE: avcodec/ppc/vc1dsp_altivec.c

2014-12-03 Thread rongyan
Hi, We propose this patch to fix vc1 bugs for POWER8 little endian. Function vc1_inv_trans_8x4_altivec() is fixed. The passed test cases change from 2296/2328 to 2303/2328‍. ‍‍ Thanks for your review. Rong Yan -- The world has enough for everyone's need, but not enough