Re: [FFmpeg-devel] [PATCH] lavc/utils: simplify lockmgr

2017-11-29 Thread Timothy Gu
On Sun, Nov 26, 2017 at 8:44 PM Rostislav Pehlivanov wrote: > @@ -103,8 +104,7 @@ static int default_lockmgr_cb(void **arg, enum > AVLockOp op) > case AV_LOCK_DESTROY: > if (*mutex) > pthread_mutex_destroy(*mutex); > -av_free(*mutex); > -avpriv_atomic_pt

Re: [FFmpeg-devel] [PATCH] Refactor Developer Docs, update dev list section (v2)

2017-12-02 Thread Timothy Gu
Hi all, On Sun, Nov 26, 2017 at 12:32 AM Jim DeLaHunt wrote: > 1. In doc/developer.texi, eliminate the single chapter, > and promote each section underneath to chapter, and > each subsection to section. Thus content and relative > structure remains the same, but the overall structure is > simpler

Re: [FFmpeg-devel] [PATCH] Add doc on ffmpeg-devel, update on -cvslog list (v3)

2017-12-05 Thread Timothy Gu
Hi, On Mon, Dec 4, 2017 at 4:43 AM Carl Eugen Hoyos wrote: > The patch is not ok, Carl Eugen It is clear that you have no respect for community consensus. 9 for removal of mandatory status (10 counting myself): TR: http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2017-November/220272.html PBM:

Re: [FFmpeg-devel] [PATCH] Use v4l2 input format automatically if filename starts with "/dev/video"

2014-10-24 Thread Timothy Gu
On Fri, Oct 24, 2014 at 11:50 AM, Andrey Utkin wrote: > 2014-10-24 20:34 GMT+04:00 Benoit Fouet : >> Shouldn't this also test p->filename for non-NULLness? >> LGTM otherwise. > > The code was copied from lavf/rtspdec.c > There're places with same code. > If this is really needed, then we should up

Re: [FFmpeg-devel] Problem uploading results to f...@fate.ffmpeg.org

2014-10-28 Thread Timothy Gu
Hi, On Tuesday, October 28, 2014, Ngassa Finjap wrote: > Hello, > > I have ran the FATE test suite on my Fedora host using this: ( make V=2 -j2 > SAMPLES=/var/fate/samples THREADS=2 fate) and I can't seem to authenticate > and upload the results. I had previously sent a key to for authenticatio

Re: [FFmpeg-devel] [PATCH] doc/codecs: Better documentation for the libavcodec bitexact flag

2014-11-01 Thread Timothy Gu
On Friday, October 31, 2014, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > > --- > doc/codecs.texi |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/codecs.texi b/doc/codecs.texi > index 2bb6059..5cf2dc0 100644 > --- a/doc/codecs.texi > +++ b/doc

Re: [FFmpeg-devel] [patch 1/3]Fix bug for POWER LE: /libavcodec/ppc/me_cmp.c

2014-11-01 Thread Timothy Gu
你好: Hi, On Friday, October 31, 2014, Michael Niedermayer wrote: > > Why do you keep sending patches which duplicate code? > > Maybe someone can translate this to a language you understand > better then english: This is an Chinese translation. Hope this helps. 我把Michael的邮件翻译了一下。 > > Code dupl

[FFmpeg-devel] New FATE Server Based on Node.js

2014-11-01 Thread Timothy Gu
Hi all, ## Background For the past few weeks I have taken the liberty of learning Node.js. The inefficient godly Perl CGI code of fateserver obviously served as a non-example during my learning process. In the end, I decided to rewrite fateserver in asynchronous Javascript with Express.js and EJS

Re: [FFmpeg-devel] New FATE Server Based on Node.js

2014-11-01 Thread Timothy Gu
Some more information... On Sat, Nov 1, 2014 at 10:33 PM, Timothy Gu wrote: > ## To-Dos > > Nevertheless, this is still an WIP. I have written history, results, and log > pages, but not yet the index page. There might be bugs I have not > discovered. The source is covered with

Re: [FFmpeg-devel] [PATCH] lavfi: add xbr filter

2014-11-02 Thread Timothy Gu
On Sunday, November 2, 2014, Stefano Sabatini wrote: > On date Sunday 2014-11-02 13:28:05 +0100, Michael Niedermayer encoded: > > On Sun, Nov 02, 2014 at 09:09:51AM +0530, arwa arif wrote: > [...] > > > The reference code I used was " > https://github.com/carlosascari/2xBR-Filter";. > > > > I see

Re: [FFmpeg-devel] [PATCH] lavfi: add xbr filter

2014-11-02 Thread Timothy Gu
On Sunday, November 2, 2014, Timothy Gu wrote: > > Found a C++ implementation: > http://sourceforge.net/p/paintown/code/HEAD/tree/trunk/src/util/graphics/sdl/xbr.cpp > > > It says "xBR 3.3b" and I'm not sure what variant that is in the filthy > pants blog

Re: [FFmpeg-devel] New FATE Server Based on Node.js

2014-11-02 Thread Timothy Gu
On Sunday, November 2, 2014, Anshul wrote: > > Where should I look for code, that you have coded to make fate server in > node.js > As I have written in the first mail in the thread, the code is in https://github.com/TimothyGu/fateserver-node > I like this change, just because I never understan

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: add scan_all_pmts option

2014-11-03 Thread Timothy Gu
On Nov 3, 2014 4:59 PM, "Michael Niedermayer" wrote: > > This allows selecting if the demuxer should consider all streams to be > found after the first PMT and add further streams during decoding or if it rather > should scan all that are within the analyze-duration and other limits > > Fixes Tick

Re: [FFmpeg-devel] [PATCH] doc: clarify -frames options behavior

2014-11-04 Thread Timothy Gu
On Tue, Nov 4, 2014 at 11:29 AM, Lou Logan wrote: > Replace "frames to record" with "frames to output". The "to record" > makes it seem like an input option, or that it would capture the frames > insead of outputting them. > > Signed-off-by: Lou Logan > --- > doc/ffmpeg.texi | 6 +++--- > ffmpeg

[FFmpeg-devel] [WEB] [PATCH 2/4] web/style.less: Remove commented cruft

2014-11-06 Thread Timothy Gu
Signed-off-by: Timothy Gu --- If someone would like to clarify this with a comment, it would be very helpful and I would happily drop this patch. --- src/less/style.less | 7 --- 1 file changed, 7 deletions(-) diff --git a/src/less/style.less b/src/less/style.less index c622b4e..7de443b

[FFmpeg-devel] [WEB] [PATCH 1/4] web/style.less: detab

2014-11-06 Thread Timothy Gu
Signed-off-by: Timothy Gu --- Really don't know how it got committed in the first place. --- src/less/style.less | 352 ++-- 1 file changed, 176 insertions(+), 176 deletions(-) diff --git a/src/less/style.less b/src/less/style.less index 76

[FFmpeg-devel] [PATCH 3/4] web/style.less: colors: Reindent and use more obvious functions

2014-11-06 Thread Timothy Gu
Signed-off-by: Timothy Gu --- I feel like using hsl() in this case is clearer that the color is plain gray. Bikeshedding welcome. --- src/less/style.less | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/src/less/style.less b/src/less

[FFmpeg-devel] [PATCH 4/4] web/style.less: Separate out .table-bordered from .table

2014-11-06 Thread Timothy Gu
The only instance of .table in the web source is the download page for the Git repos. I did not change that page because an unbordered table there is prettier IMO. I retained the .table-bordered style in case anyone want to use it in the future. Signed-off-by: Timothy Gu --- src/less

[FFmpeg-devel] Mysterious `yuv444p` etc. tests in fate

2014-11-09 Thread Timothy Gu
Hi all, While hacking my Node.js fateserver I found out that there are some odd tests called `yuv444p` and `yuyv422`. Upon further inspection one can see that the tests are actually something else: http://fate.ffmpeg.org/report.cgi?time=20141110002508&slot=arm7-cubox-gcc4.1 In this case the `yuvj

[FFmpeg-devel] [PATCH] tests: Fix test name for pixfmts tests

2014-11-09 Thread Timothy Gu
Hi, On Sunday, November 9, 2014, Timothy Gu wrote: > Hi all, > > While hacking my Node.js fateserver I found out that there are some > odd tests called `yuv444p` and `yuyv422`. Upon further inspection one > can see that the tests are actually something else: > > h

Re: [FFmpeg-devel] [PATCH] allow tabs in *.mak, they are part of the makefile syntax

2014-11-10 Thread Timothy Gu
What is this? Next time would you mind adding a [TAG] in the summary? thanks! On Mon, Nov 10, 2014 at 5:57 AM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > update |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/update b/update > index 86d51

Re: [FFmpeg-devel] [PATCH] Fixes for the Icecast protocol

2014-11-10 Thread Timothy Gu
Hi, On Monday, November 10, 2014, wrote: > From: ePirat > Real name please. > > Send 100-continue header so we detect errors before sending data > Use a default content-type (content-type is required since Icecast 2.4.1) These are two unrelated changes and should therefore be split into tw

Re: [FFmpeg-devel] [PATCH 1/3] allow tabs in *.mak, they are part of the makefile syntax

2014-11-10 Thread Timothy Gu
On Monday, November 10, 2014, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > > --- > update |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpe

[FFmpeg-devel] [PATCH 2/3] remove redundant explicit .mak cases from the tab test

2014-11-10 Thread Timothy Gu
On Monday, November 10, 2014, Michael Niedermayer > wrote: > --- > update |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > LGTM if tested. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffm

Re: [FFmpeg-devel] [PATCH 3/3] allow fate references to lack the final newline

2014-11-10 Thread Timothy Gu
On Monday, November 10, 2014, Michael Niedermayer wrote: > From: Lukasz Marek > > > --- > update |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > LGTM if tested. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg

Re: [FFmpeg-devel] patch for hevc decoder

2014-11-10 Thread Timothy Gu
Hi, On Monday, November 10, 2014, WeiChangjiang wrote: > Hi guys, > The attached is a very minor fix for hevc decoder. For big negative > motion vector, namely, mv_y, the hevc_await_progress will use a negative > value for ff_thread_await_progress while it should be 0 because it needs to > wai

Re: [FFmpeg-devel] [PATCH 3/4] web/style.less: colors: Reindent and use more obvious functions

2014-11-10 Thread Timothy Gu
On Thu, Nov 6, 2014 at 6:55 PM, Timothy Gu wrote: > Signed-off-by: Timothy Gu > --- > I feel like using hsl() in this case is clearer that the color is plain > gray. Bikeshedding welcome. > --- > src/less/style.less | 31 +++ > 1 file changed,

Re: [FFmpeg-devel] [PATCH] lavf/tcp: apply minor fixes to documentation

2014-11-12 Thread Timothy Gu
On Wed, Nov 12, 2014 at 7:14 AM, Stefano Sabatini wrote: > In particular, add an Examples section and correct the unit of the > listen_timeout option value, from microseconds to milliseconds. This is a huge mistake, and therefore needs to be backported to release branches as well. > --- > doc/p

Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: Introduce device alias 'none'.

2014-11-13 Thread Timothy Gu
On Thu, Nov 13, 2014 at 7:25 AM, Thilo Borgmann wrote: > Hi, > > this allows to record audio or video only and prevents to find a usable device > in any case. This change in behaviour requires a version bump? Yes, minor bump. Also a RELEASE_NOTES and Changelog entry would be helpful. Also, a doc

Re: [FFmpeg-devel] [PATCH 4/4] web/style.less: Separate out .table-bordered from .table

2014-11-14 Thread Timothy Gu
On Thursday, November 6, 2014, Timothy Gu wrote: > > The only instance of .table in the web source is the download page for the > Git repos. I did not change that page because an unbordered table there is > prettier IMO. > > I retained the .table-bordered style in case anyone

Re: [FFmpeg-devel] [PATCH 4/4] web/style.less: Separate out .table-bordered from .table

2014-11-15 Thread Timothy Gu
On Sat, Nov 15, 2014 at 3:45 PM, Michael Niedermayer wrote: > On Fri, Nov 14, 2014 at 05:12:47PM -0800, Timothy Gu wrote: >> On Thursday, November 6, 2014, Timothy Gu wrote: >> > >> > The only instance of .table in the web source is the download page for the >> &

Re: [FFmpeg-devel] [PATCH 4/4] web/style.less: Separate out .table-bordered from .table

2014-11-15 Thread Timothy Gu
Hi, On Sat, Nov 15, 2014 at 4:42 PM, Clément Bœsch wrote: > On Sat, Nov 15, 2014 at 03:49:56PM -0800, Timothy Gu wrote: > It doesn't look exactly borderless: http://i.imgur.com/ho6crAM.png (see > the black line). yes, that is intended. See the comment I wrote in the file:

[FFmpeg-devel] [PATCH] web/style.less: Separate out .table-bordered from .table

2014-11-15 Thread Timothy Gu
The only instance of .table in the web source is the download page for the Git repos. I did not change that page because an unbordered table there is prettier IMO. I retained the .table-bordered style in case anyone want to use it in the future. Signed-off-by: Timothy Gu --- src/less

[FFmpeg-devel] [PATCH 2/3] web/bower.json: Detab

2014-11-15 Thread Timothy Gu
Signed-off-by: Timothy Gu --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index f270e16..af2d530 100644 --- a/bower.json +++ b/bower.json @@ -5,8 +5,8 @@ "homepage": "http://ffmpeg.org/";, "

[FFmpeg-devel] [PATCH 1/3] web: Remove all comments in the cleaned CSS

2014-11-15 Thread Timothy Gu
http://ffmpeg.org/css/style.min.css and the copy in ffmpeg/doc are both generated using this option. Signed-off-by: Timothy Gu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f13a36f..506a17f 100644 --- a/Makefile +++ b/Makefile

[FFmpeg-devel] [PATCH 3/3] web/download.js: Detab

2014-11-15 Thread Timothy Gu
Also fix the indentation of a line. Signed-off-by: Timothy Gu --- htdocs/js/download.js | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/htdocs/js/download.js b/htdocs/js/download.js index b4807b5..30e26a2 100644 --- a/htdocs/js/download.js +++ b

Re: [FFmpeg-devel] use openh264 in ffmpeg

2014-11-17 Thread Timothy Gu
On Mon, Nov 17, 2014 at 1:18 AM, 王山而 wrote: > hi > I want to use openh264 in ffmpeg, how should I do this? > please give me some help. > thank you. Why? FFmpeg has a native H.264 decoder and I am fairly sure x264 still performs better than OpenH264. Timothy __

Re: [FFmpeg-devel] Patch mpegts_start_pid to allow ATSC PID ranges

2014-11-18 Thread Timothy Gu
Hi, On Tue, Nov 18, 2014 at 9:02 AM, Zach Swena wrote: > Hi, > > Here is a patch to allow FFmpeg to use PID ranges compatible with ATSC > television. I based the new minimum value on the PID ranges here > on wikipedia. This > should be suffici

Re: [FFmpeg-devel] [PATCH] web/style.less: Separate out .table-bordered from .table

2014-11-18 Thread Timothy Gu
On Tue, Nov 18, 2014 at 2:20 AM, Michael Niedermayer wrote: > On Sat, Nov 15, 2014 at 09:23:39PM -0800, Timothy Gu wrote: >> The only instance of .table in the web source is the download page for the >> Git repos. I did not change that page because an unbordered table there is

Re: [FFmpeg-devel] [PATCH] web/style.less: Separate out .table-bordered from .table

2014-11-18 Thread Timothy Gu
On Tue, Nov 18, 2014 at 10:51 AM, Timothy Gu wrote: > On Tue, Nov 18, 2014 at 2:20 AM, Michael Niedermayer wrote: >> On Sat, Nov 15, 2014 at 09:23:39PM -0800, Timothy Gu wrote: >>> The only instance of .table in the web source is the download page for the >>> Git r

[FFmpeg-devel] [PATCH 1/4] web/style: Only add bottom border when requested to 's in

2014-11-22 Thread Timothy Gu
When the is a row heading, the border looks as ugly as heck. Add a special case for in as a long heading. Signed-off-by: Timothy Gu --- This does not have any difference in the website right now, but there will be in the new fateserver. --- src/download| 2 +- src/less/style.less

[FFmpeg-devel] [PATCH 2/4] web/style: Remove ugly white border around tables on mobile devices

2014-11-22 Thread Timothy Gu
Signed-off-by: Timothy Gu --- See http://imgur.com/qsnnjAi --- src/less/style.less | 4 1 file changed, 4 insertions(+) diff --git a/src/less/style.less b/src/less/style.less index 83212a4..378a972 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -327,6 +327,10 @@ code

[FFmpeg-devel] [PATCH 3/4] web/download: Make "snapshot" and "browse" buttons

2014-11-22 Thread Timothy Gu
Signed-off-by: Timothy Gu --- See end results at http://imgur.com/GtLoaFe,PF2DeNy (both desktop and mobile) --- src/download | 57 ++--- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/src/download b/src/download index d4b433b

[FFmpeg-devel] [PATCH 4/4] web/download: Fix indentation

2014-11-22 Thread Timothy Gu
Signed-off-by: Timothy Gu --- src/download | 86 ++-- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/src/download b/src/download index 4af35a5..f3f9ce3 100644 --- a/src/download +++ b/src/download @@ -207,52 +207,52

Re: [FFmpeg-devel] pipeline multithreading

2014-11-24 Thread Timothy Gu
On Mon, Nov 24, 2014 at 3:35 AM, Daniel Oberhoff wrote: > Hi, > > From what I gather the filter graph is utilizing modern multicores by > “striping” where filters support it, i.e. an image is divided in stripes > and the filter gets called in separate threads for separate stripes. In FFmpeg we ca

Re: [FFmpeg-devel] [PATCH 1/4] web/style: Only add bottom border when requested to 's in

2014-11-24 Thread Timothy Gu
On Saturday, November 22, 2014, Timothy Gu wrote: > When the is a row heading, the border looks as ugly as heck. > > Add a special case for in as a long heading. > > Signed-off-by: Timothy Gu > > --- > > This does not have any difference in the website right now, b

Re: [FFmpeg-devel] [PATCH]Rename sync() in liabvformat

2014-11-25 Thread Timothy Gu
On Tuesday, November 25, 2014, Carl Eugen Hoyos wrote: > Hi! > > Compilation for Android fails on fate because sync() in unistd.h interferes > with sync() in lxfdec.c > > Please comment, Carl Eugen > No patch was attached. Timothy ___ ffmpeg-devel mai

Re: [FFmpeg-devel] Hello everyone, i wonder if there is a plan to port ffmpeg to ARMv8 aarch32 platform?

2014-11-30 Thread Timothy Gu
Hi, On Sunday, November 30, 2014, Xiong Tang wrote: > I tried compiling ffmpeg on armv8 aarch64 platform , and it's ok. But when > compiling on aarch32, compiling error occured. It seems some instructions > in assembly files are not supported.Is there any plan to add aarch32 > patches? > As a

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

2014-12-02 Thread Timothy Gu
On Tue, Dec 2, 2014 at 3:53 PM, Lou Logan wrote: > This places Legal Threats under all of the more useful stuff. > > Signed-off-by: Lou Logan > --- > src/legal | 23 +++ > 1 file changed, 11 insertions(+), 12 deletions(-) OK. [...] Timothy _

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 wrote: > Signed-off-by: Lukasz Marek > --- > tests/fate/libavcodec.mak | 4 + > tests/ref/fate/libavcodec-options | 161 > ++ > 2 files changed, 165 insertions(+) > create mode 100644 tests/ref/fate/liba

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 wrote: > On 04.12.2014 01:01, Timothy Gu wrote: >> >> On Wed, Dec 3, 2014 at 3:50 PM, Lukasz Marek >> wrote: >>> >>> Signed-off-by: Lukasz Marek >>> --- >>> tests/fate/libavcodec.mak

[FFmpeg-devel] [2.5] [PATCH 2/2] Update RELEASE_NOTES

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu --- RELEASE_NOTES | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b78efe3..5bd3273 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -2,9 +2,13 @@ │ RELEASE NOTES for FFmpeg 2.5 "

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

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu --- 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 compatible fragmented MP4

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

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu --- 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 @@ -1,10 +1,13

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

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu --- 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 ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] web: Update Bower dependencies

2014-12-03 Thread Timothy Gu
On Tue, Nov 25, 2014 at 7:50 PM, Timothy Gu wrote: > Also explicitly add jQuery as a dependency. It is copied from the Makefile. > > Signed-off-by: Timothy Gu > --- > bower.json| 9 +- > htdocs/css/bootstrap.min.css | 4 +-

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

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu --- 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 @@ export FFMPEG_HEADER1

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

2014-12-03 Thread Timothy Gu
http://ffmpeg.org/. Timothy Gu (3): web/style.less: Styles for heading anchors doc: Do not use the headings as links to TOC anchors doc: html: Use native viewport ffmpeg.git: doc/t2h.pm | 105 +++-- 1 file changed, 103 insertions(+), 2 delet

[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 --- doc/t2h.pm | 104 +++-- 1 file changed, 102 insertions(+), 2 deletions(-) diff --git a/doc/t2h.pm b/doc/t2h.pm index a927071

[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 --- 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 = $ENV{"FFMPEG_HE

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

2014-12-03 Thread Timothy Gu
Signed-off-by: Timothy Gu --- 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 @@ AUTHORS OR COPYRIGHT

Re: [FFmpeg-devel] [PATCH] web: Update Bower dependencies

2014-12-04 Thread Timothy Gu
On Thu, Dec 4, 2014 at 4:22 AM, Michael Niedermayer wrote: > On Wed, Dec 03, 2014 at 08:56:11PM -0800, Timothy Gu wrote: >> On Tue, Nov 25, 2014 at 7:50 PM, Timothy Gu wrote: >> > Also explicitly add jQuery as a dependency. It is copied from the Makefile. >> > >

Re: [FFmpeg-devel] [PATCH] web: Update Bower dependencies

2014-12-04 Thread Timothy Gu
On Thu, Dec 4, 2014 at 9:07 AM, db0 company wrote: > Did you check that the latest versions of the dependencies still make > the website look the same? I did, and it's OK. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: dropping 2.4 from the maintained releases

2014-12-08 Thread Timothy Gu
On Mon, Dec 8, 2014 at 11:07 AM, James Almer wrote: > On 08/12/14 3:54 PM, Michael Niedermayer wrote: >> https://trac.ffmpeg.org/wiki/Downstreams does not list any distros/users of >> 2.4 >> If this is incorrect please update the wiki and reply > > Debian sid ships ffmpeg 2.4 Andreas updated it

Re: [FFmpeg-devel] [PATCH] lavfi: Port fspp to FFmpeg

2014-12-18 Thread Timothy Gu
On Dec 18, 2014 10:31 PM, "arwa arif" wrote: > > On Fri, Dec 19, 2014 at 10:40 AM, Michael Niedermayer > wrote: > > > > it segfaults without -cpuflags 0 here > > ./ffplay -i matrixbench_mpeg2.mpg -vf fspp > > > > > I tried this command on my system, and it is not giving segfault on my > system.

Re: [FFmpeg-devel] [PATCH] libavfilter/af_showvolume: A Simple Audio Filter for Extracting Volume Information

2014-12-22 Thread Timothy Gu
On Mon Dec 22 2014 at 7:51:10 AM Lars Kiesow wrote: > Hi everyone, > I'm an FFmpeg user for quite a while now and though I might as well > switch to dev at some point... > > Please find attached to this mail a simple audio filter which makes it > possible to extract and print volume information f

Re: [FFmpeg-devel] [PATCH] libavfilter/af_showvolume: A Simple Audio Filter for Extracting Volume Information

2014-12-22 Thread Timothy Gu
On Mon Dec 22 2014 at 7:51:10 AM Lars Kiesow wrote: > Hi everyone, > I'm an FFmpeg user for quite a while now and though I might as well > switch to dev at some point... > > Please find attached to this mail a simple audio filter which makes it > possible to extract and print volume information f

Re: [FFmpeg-devel] [PATCH 07/15] vp8/x86: move variable assigned inside macro branch.

2014-12-27 Thread Timothy Gu
On Saturday, December 27, 2014, Ronald S. Bultje wrote: > The value is not used outside the branch. > --- > libavcodec/x86/vp9lpf.asm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Is this the right patch? Timothy ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH] Add pkg-config for libfdk_aac

2014-12-31 Thread Timothy Gu
On Wed Dec 31 2014 at 5:11:37 AM Clément Bœsch wrote: > > [1]: there is a glib2 free version of pkg-config @ > http://sourceforge.net/projects/pkgconfiglite/files/ Another one (a reimplementation, not just a de-glibed version of pkg-config): https://github.com/pkgconf/pkgconf Timothy _

Re: [FFmpeg-devel] [PATCH]Allow libspeex detection also without pkg-config

2014-12-31 Thread Timothy Gu
On Wed Dec 31 2014 at 5:02:28 AM Reimar Döffinger wrote: > > I don't care much, but I still find not having to use pkg-config > somewhat more convenient in a cross-compilation environment where > you don't want to install all dependencies just to make it work with > pkg-config (or alternatively ma

Re: [FFmpeg-devel] [PATCH]Allow libspeex detection also without pkg-config

2014-12-31 Thread Timothy Gu
On Wed Dec 31 2014 at 10:01:38 AM Reimar Döffinger wrote: > > Interestingly, the --pkg-config=/bin/true workaround needs you to be > careful to actually put libraries in --extra-libs, not --extra-ldflags or > the check will fail for static libraries, which is not completely > obvious/100% matching

Re: [FFmpeg-devel] [PATCH] doc/platform: Add build instruction for Windows Runtime

2015-01-10 Thread Timothy Gu
On Sat Jan 10 2015 at 2:07:16 AM Derek Buitenhuis < derek.buitenh...@gmail.com> wrote: > On 1/10/2015 8:43 AM, Timotius Margo wrote: > > Hi, > > > > The attached patch updates the Platform Specific Information with build > instruction for Windows Store and Windows Phone 8.1. > > [...] > > > +@head

Re: [FFmpeg-devel] [PATCH] avcodec/libvpxenc.c: Fix linking with codec interface with msvc.

2015-01-10 Thread Timothy Gu
On Sat Jan 10 2015 at 3:28:36 AM Matt Oliver wrote: > This uses the appropriate libvpx accessor function for accessing the codec > interface correctly on any platform which correct link errors on windows. > LGTM. The accessors have been there since 0.9.5, and we only support 0.9.7 for encoding.

Re: [FFmpeg-devel] [PATCH] Docs for Blackmagic high bit depth video/audio

2015-01-18 Thread Timothy Gu
On Sun Jan 18 2015 at 11:46:03 AM Georg Lippitsch wrote: > --- > doc/indevs.texi | 34 +++--- > 1 file changed, 31 insertions(+), 3 deletions(-) > Does the decklink outdev need changing too? > > diff --git a/doc/indevs.texi b/doc/indevs.texi > index fa6facf..d35929

Re: [FFmpeg-devel] [PATCH] Docs for Blackmagic high bit depth video/audio

2015-01-18 Thread Timothy Gu
On Sun Jan 18 2015 at 12:50:29 PM Timothy Gu wrote: > On Sun Jan 18 2015 at 11:46:03 AM Georg Lippitsch > wrote: > >> --- >> doc/indevs.texi | 34 +++--- >> 1 file changed, 31 insertions(+), 3 deletions(-) >> > > Does the de

Re: [FFmpeg-devel] [PATCH] 32 bit and 8/16 channel audio support for Decklink input

2015-01-18 Thread Timothy Gu
On Sun Jan 18 2015 at 11:45:54 AM Georg Lippitsch wrote: > > @@ -379,6 +380,18 @@ av_cold int ff_decklink_read_header(AVFormatContext > *avctx) > ctx->list_devices = cctx->list_devices; > ctx->list_formats = cctx->list_formats; > ctx->preroll = cctx->preroll; > +if (cctx->c

Re: [FFmpeg-devel] [PATCH] configure: add --build-date and --build-time options

2015-01-21 Thread Timothy Gu
On Wed Jan 21 2015 at 2:11:09 PM Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > Hi, > > Debian tries to make binary packages build reproducible [1]. > > FFmpeg embeds date and time in the program and documentation, which > makes it hard to have binary reproducible packages. > > The

Re: [FFmpeg-devel] [PATCH] doc/filters: apply some updates to the Filtergraph syntax section

2015-01-27 Thread Timothy Gu
On Tue Jan 27 2015 at 5:06:29 AM Stefano Sabatini wrote: > --- > doc/filters.texi | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/doc/filters.texi b/doc/filters.texi > index 009cab3..6fd192c 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -114,10 +

Re: [FFmpeg-devel] [PATCH] doc/indevs: add xcbgrab

2015-01-28 Thread Timothy Gu
On Wed Jan 28 2015 at 8:09:33 AM Lukasz Marek wrote: > > I'm not sure this is intended, but x11grab and xcbgrab are exclusive and > cannot be present aside: > > git grep '"x11grab"' > x11grab.c:.name = "x11grab", > xcbgrab.c:.name = "x11grab", > Hm, I think this is ac

Re: [FFmpeg-devel] [PATCH] doc/indevs/libcdio: apply minor spell fixes, extend documentation

2015-01-30 Thread Timothy Gu
On Fri Jan 30 2015 at 9:32:58 AM Stefano Sabatini wrote: > --- > doc/indevs.texi | 32 +--- > 1 file changed, 29 insertions(+), 3 deletions(-) > > diff --git a/doc/indevs.texi b/doc/indevs.texi > index fa6facf..85ceae4 100644 > --- a/doc/indevs.texi > +++ b/doc/indevs

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: allow to set service_type in sdt

2015-01-31 Thread Timothy Gu
On Sat Jan 31 2015 at 5:41:10 PM dhead666 wrote: > --- > doc/muxers.texi | 3 +++ > libavformat/mpegtsenc.c | 6 +- > 2 files changed, 8 insertions(+), 1 deletion(-) > [...] > +{ "mpegts_service_type", "Set service_type field.", > + offsetof(MpegTSWrite, service_type), AV_O

Re: [FFmpeg-devel] [PATCH] configure: add --build-date and --build-time options

2015-02-01 Thread Timothy Gu
On Sun Feb 01 2015 at 9:01:04 AM Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > Hi, > > On 01.02.2015 16:44, Michael Niedermayer wrote: > > On Sat, Jan 31, 2015 at 11:18:26PM +0100, Andreas Cadhalpun wrote: > >> One can include the git revision in the PROJECT_NUMBER, e.g. with > >>

Re: [FFmpeg-devel] [PATCH] configure: add --build-date and --build-time options

2015-02-01 Thread Timothy Gu
On Sun Feb 01 2015 at 9:47:12 AM Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > Hi, > > On 01.02.2015 18:30, Timothy Gu wrote: > > On Sun Feb 01 2015 at 9:01:04 AM Andreas Cadhalpun < > > andreas.cadhal...@googlemail.com> wrote: > >> On 0

Re: [FFmpeg-devel] [PATCH] Revert "Autodetect libxcb."

2015-02-05 Thread Timothy Gu
On Thu Feb 05 2015 at 7:55:43 AM Nicolas George wrote: > Le sextidi 16 pluviôse, an CCXXIII, Clement Boesch a écrit : > > Linux is not only used by desktop. Debian (for example) might want to > > provide a ffmpeg-nox11 (just like vim-nox11), > > Well, that means they have to put --disable-libxcb

[FFmpeg-devel] [PATCH 1/2] fft: x86: Clear __SECT__ before declaring a structure

2015-05-25 Thread Timothy Gu
This commit reverts 599888a48. This silences the following warning: libavcodec/x86/fft.asm:54: warning: section flags ignored on section redeclaration The cause of this warning is that because `struc` and `endstruc` attempts to revert to the previous section state [1]. The section state

[FFmpeg-devel] [PATCH 2/2] resample: x86: Clear __SECT__ before declaring a structure

2015-05-25 Thread Timothy Gu
Silences a warning: libswresample/x86/resample.asm:48: warning: section flags ignored on section redeclaration --- libswresample/x86/resample.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libswresample/x86/resample.asm b/libswresample/x86/resample.asm index a57ff37..10f29b0 10

[FFmpeg-devel] [PATCH 1/2] Revert "Move struc FFTContext below SECTION_RODATA"

2015-05-25 Thread Timothy Gu
This reverts commit 599888a48040f4086c9086aae958b7231b37afcc. The commit does not silence the warning on ELF-based systems, and will be fixed in the subsequent commit. Conflicts: libavcodec/x86/fft_mmx.asm --- libavcodec/x86/fft.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

[FFmpeg-devel] [PATCH 2/2] x86inc: Clear __SECT__

2015-05-25 Thread Timothy Gu
This commit silences warning(s) like: libavcodec/x86/fft.asm:93: warning: section flags ignored on section redeclaration The cause of this warning is that because `struc` and `endstruc` attempts to revert to the previous section state [1]. The section state is stored in the macro __SECT__

[FFmpeg-devel] [PATCH] network: Move variable declaration under an #if

2015-05-27 Thread Timothy Gu
Avoids an unused variable warning. --- libavformat/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/network.c b/libavformat/network.c index 2d05031..8cc5aad 100644 --- a/libavformat/network.c +++ b/libavformat/network.c @@ -29,8 +29,8 @@ int ff_tls_init(

Re: [FFmpeg-devel] [RFC] DXVA2 decoding and FFmpeg

2015-05-29 Thread Timothy Gu
On Fri, May 29, 2015 at 03:49:22PM +0200, Stefano Sabatini wrote: > @@ -405,3 +406,16 @@ int av_image_copy_to_buffer(uint8_t *dst, int dst_size, > > return size; > } > + > +void av_image_copy_plane_from_uswc(uint8_t *dst, size_t dst_linesize, > +const uint8_t

Re: [FFmpeg-devel] [PATCH] configure: make makeinfo_html check more robust

2015-06-15 Thread Timothy Gu
On Sun, Jun 14, 2015 at 2:32 AM Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > The current check is too strict for newer makeinfo versions. > Existing version strings are: > makeinfo (GNU texinfo) 4.13 > makeinfo (GNU texinfo) 5.2 > texi2any (GNU texinfo) 5.9.93 > > Probably versio

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: Extend API with avio_move() and avio_delete()

2015-06-21 Thread Timothy Gu
El sábado, 20 de junio de 2015, Mariusz Szczepańczyk < mszczepanc...@gmail.com> escribió: > --- > doc/APIchanges| 4 > libavformat/avio.c| 38 ++ > libavformat/avio.h| 19 +++ > libavformat/url.h | 2 ++ > libavformat/

Re: [FFmpeg-devel] FFmpeg/MPlayer/rtmpdump possibly searching for a new server and hosting

2015-07-15 Thread Timothy Gu
On 7/15/15, Michael Niedermayer wrote: > On Tue, Jul 14, 2015 at 11:42:30PM +0100, Kieran Kunhya wrote: >> OVH has poor quality connectivity by the way - this could lead to >> performance issues in some countries. > > Has anyone done some hoster connectivity comparissions /tests ? > it would be in

Re: [FFmpeg-devel] [PATCH] avfilter: add displace video filter

2015-07-23 Thread Timothy Gu
On 7/24/15, Paul B Mahol wrote: > diff --git a/doc/filters.texi b/doc/filters.texi > index 538b579..1d9de94 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -4052,6 +4052,58 @@ delogo=x=0:y=0:w=100:h=77:band=10 > > @end itemize > > +@section displace [...] > @section deshake displ

Re: [FFmpeg-devel] [PATCH] ffmpeg: Implement support for seeking relative to EOF

2015-07-26 Thread Timothy Gu
On 7/27/15, Michael Niedermayer wrote: > From: Michael Niedermayer > > Fixes Ticket227 > > Signed-off-by: Michael Niedermayer > --- > ffmpeg.h |1 + > ffmpeg_opt.c |6 ++ > 2 files changed, 7 insertions(+) docs missing […] Timothy _

Re: [FFmpeg-devel] [PATCH] doc/developer: Suggest everyone to help with patch reviews

2015-08-13 Thread Timothy Gu
On Thu, Aug 13, 2015 at 8:38 AM Michael Niedermayer wrote: > From: Michael Niedermayer > > Signed-off-by: Michael Niedermayer > --- > doc/developer.texi |4 > 1 file changed, 4 insertions(+) > > diff --git a/doc/developer.texi b/doc/developer.texi > index 7e9f0b2..db7fcb7 100644 > ---

Re: [FFmpeg-devel] [PATCH] configure: force -mconsole when linking SDL under MinGW

2015-08-18 Thread Timothy Gu
On Tue, Aug 18, 2015 at 9:01 AM Stephen Hutchinson wrote: > When building SDL with MinGW, it sets -mwindows with the > assumption that the application is a GUI application. If this > is linked without passing -mconsole to configure via > --extra-ldflags, stdout will be silenced from cmd.exe while

Re: [FFmpeg-devel] [PATCH] ffserver: cast PID to int64_t before printing

2015-08-20 Thread Timothy Gu
On Thu, Aug 20, 2015 at 6:03 PM Ganesh Ajjanagadde wrote: > -avio_printf(pb, "Running as pid %d.\n", stream->pid); > +avio_printf(pb, "Running as pid %ld.\n", (int64_t) > stream->pid); > You need `"%" PRIi64` as the format specifier. Timothy _

[FFmpeg-devel] [PATCH 00/10] avcodec: Properly namespace all nonstatic symbols

2015-08-21 Thread Timothy Gu
Timothy Gu (10): aacenc_is: Make calc_is_encoding_err static aacenc: Add missing ff_ prefixes aacenc: Harmonize multiple inclusion guards aacenctab: Add missing ff_ prefixes aacenctab: Use FF_ARRAY_ELEMS aacdec_fixed: Make exp2tab static const aacsbr_fixed: Make fixed_{exp,log}_table

[FFmpeg-devel] [PATCH 01/10] aacenc_is: Make calc_is_encoding_err static

2015-08-21 Thread Timothy Gu
It's not used anywhere else. --- libavcodec/aacenc_is.c | 10 +- libavcodec/aacenc_is.h | 11 --- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/libavcodec/aacenc_is.c b/libavcodec/aacenc_is.c index 4ae1054..2a0ed86 100644 --- a/libavcodec/aacenc_is.c +++ b/libavco

  1   2   3   4   5   6   7   >