[FFmpeg-devel] [PATCH 1/3] vidstab*: Remove accidentally exported av_2_vs_pixel_format()

2014-08-16 Thread Timothy Gu
Also correctly namespace other functions in vidstabutils, and decrease difference from Libav. Initial-patch-by: Vittorio Giovara vittorio.giov...@gmail.com Signed-off-by: Timothy Gu timothyg...@gmail.com --- Does this need an FF_API_VIDSTAB? doc/APIchanges| 4

[FFmpeg-devel] [PATCH 2/3] vidstabutils: improve documentation

2014-08-16 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavfilter/vidstabutils.h | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/libavfilter/vidstabutils.h b/libavfilter/vidstabutils.h index 93278f6..c6d6ced 100644 --- a/libavfilter/vidstabutils.h +++ b

[FFmpeg-devel] [PATCH 3/3] vidstabutils: fix indentation

2014-08-16 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavfilter/vidstabutils.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavfilter/vidstabutils.c b/libavfilter/vidstabutils.c index 1f9f331..13544cf 100644 --- a/libavfilter/vidstabutils.c +++ b/libavfilter

Re: [FFmpeg-devel] [PATCH] doc/filters: correct confusing statements about *showinfo shown values

2014-08-13 Thread Timothy Gu
On Aug 13, 2014 8:58 AM, Stefano Sabatini stefa...@gmail.com wrote: Fix trac issue #3850. --- OK. [...] Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] added ULs for demuxing avid media composer mxf files

2014-08-12 Thread Timothy Gu
On Aug 12, 2014 6:29 PM, Mark Reid mindm...@gmail.com wrote: I didn't realize FFmbc was licensed differently :s. I don't know if it helps, (IANAL either) but the same ULs can be found in libMXF project, as well as the AAF SDK. I'm not sure how to proceed, should I just drop the patch? Just

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-12 Thread Timothy Gu
On Aug 12, 2014 6:43 PM, highgod0401 highgod0...@gmail.com wrote: Hi Warning is OK for me. Do you plan to change the API? [...] Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] check that reel_name length doesn't exceed UINT16_MAX

2014-08-10 Thread Timothy Gu
On Sun, Aug 10, 2014 at 12:01 PM, Mark Reid mindm...@gmail.com wrote: --- libavformat/movenc.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 6a38e89..85fb2e8 100644 --- a/libavformat/movenc.c +++

[FFmpeg-devel] [PATCH] transcode_aac: fix const return value

2014-08-05 Thread Timothy Gu
Fixes Trac #3613. Signed-off-by: Timothy Gu timothyg...@gmail.com --- doc/examples/transcode_aac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c index bf0128f..cee447f 100644 --- a/doc/examples/transcode_aac.c

Re: [FFmpeg-devel] [PATCH] lavfi/avf_showspectrum: check RDFT contet init.

2014-08-03 Thread Timothy Gu
On Sun, Aug 3, 2014 at 11:40 AM, Nicolas George geo...@nsup.org wrote: Fix a segfault with large window size. Signed-off-by: Nicolas George geo...@nsup.org --- libavfilter/avf_showspectrum.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavfilter/avf_showspectrum.c

Re: [FFmpeg-devel] [PATCH] avfilter/dctdnoiz: rewrite [f/i]dct

2014-08-03 Thread Timothy Gu
On Aug 3, 2014 1:27 PM, Clément Bœsch u...@pkh.me wrote: This removes the avcodec dependency and make the code almost twice as fast. More to come. The DCT factorization is based on Fast and numerically stable algorithms for discrete cosine transforms from Gerlind Plonkaa Manfred Tasche

Re: [FFmpeg-devel] [PATCH] doc/ffserver: merge paragraph starting with What happens next? with previous one

2014-08-02 Thread Timothy Gu
On Aug 2, 2014 7:40 AM, Stefano Sabatini stefa...@gmail.com wrote: The name of the paragraph sounded a bit silly, and its text is small so it's better to merge it with the previous paragraph. --- doc/ffserver.texi | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) OK. [...]

Re: [FFmpeg-devel] [PATCH] doc/decoders: mention native Opus decoder

2014-07-27 Thread Timothy Gu
On Sun, Jul 27, 2014 at 1:48 PM, Lou Logan l...@lrcd.com wrote: Signed-off-by: Lou Logan l...@lrcd.com --- doc/decoders.texi | 3 +++ 1 file changed, 3 insertions(+) OK. [...] Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] Use makeinfo to generate html doc for the new website

2014-07-24 Thread Timothy Gu
On Jul 23, 2014 7:44 PM, Michael Niedermayer michae...@gmx.at wrote: On Wed, Jul 23, 2014 at 05:20:10PM -0700, Timothy Gu wrote: On Sun, Jul 20, 2014 at 2:26 PM, Timothy Gu timothyg...@gmail.com wrote: texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https

Re: [FFmpeg-devel] [PATCH] Use makeinfo to generate html doc for the new website

2014-07-23 Thread Timothy Gu
On Sun, Jul 20, 2014 at 2:26 PM, Timothy Gu timothyg...@gmail.com wrote: texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html - https://wiki.debian.org/Texi2htmlTransition - https

[FFmpeg-devel] [PATCH 1/2] Use makeinfo to generate html doc for the new website

2014-07-19 Thread Timothy Gu
. But as makeinfo and texi2html adopt 2 (very) different init file syntaxes, it is easier to do the two transitions at once. Based on a patch by Andreas Cadhalpun andreas.cadhal...@googlemail.com. Fixes Trac ticket #3232. Signed-off-by: Timothy Gu timothyg...@gmail.com --- configure

[FFmpeg-devel] [PATCH] oss_audio: check all ioctl() return codes

2014-07-17 Thread Timothy Gu
Also uses a macro to simplify. Signed-off-by: Timothy Gu timothyg...@gmail.com --- Found with clang's static analyzer. --- libavdevice/oss_audio.c | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/libavdevice/oss_audio.c b/libavdevice/oss_audio.c

[FFmpeg-devel] [PATCH 1/2] proresenc_anatoliy: use tables in proresdata.c instead of redefining them

2014-07-17 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavcodec/Makefile | 4 ++-- libavcodec/proresenc_anatoliy.c | 43 ++--- 2 files changed, 16 insertions(+), 31 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 307ad22

[FFmpeg-devel] [PATCH 2/2] proresenc: move profile handling to global avcodec options

2014-07-17 Thread Timothy Gu
This allows users to use the two encoders with the same syntax. Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavcodec/avcodec.h| 5 + libavcodec/options_table.h | 5 + libavcodec/proresenc_anatoliy.c | 5 - libavcodec/proresenc_kostya.c | 44

[FFmpeg-devel] [PATCH] hevc: propagate error code from set_sps()

2014-07-17 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavcodec/hevc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index afb2baa..d3108d7 100644 --- a/libavcodec/hevc.c +++ b/libavcodec/hevc.c @@ -3299,7 +3299,8 @@ static int

[FFmpeg-devel] [PATCH 3/4] smacker: remove dead code

2014-07-17 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavcodec/smacker.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/smacker.c b/libavcodec/smacker.c index 644beb3..518bdad 100644 --- a/libavcodec/smacker.c +++ b/libavcodec/smacker.c @@ -438,7 +438,6 @@ static int decode_frame

[FFmpeg-devel] [PATCH 2/4] kerndeint: remove dead assignments

2014-07-17 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavfilter/vf_kerndeint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_kerndeint.c b/libavfilter/vf_kerndeint.c index 1f8e091..5130208 100644 --- a/libavfilter/vf_kerndeint.c +++ b/libavfilter

[FFmpeg-devel] [PATCH 1/4] mpeg: remove unused assignment

2014-07-17 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavformat/mpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index c53bab3..5891cea 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -204,8 +204,8 @@ static long

[FFmpeg-devel] [PATCH 4/4] a64multienc: remove dead assignment

2014-07-17 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavcodec/a64multienc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/a64multienc.c b/libavcodec/a64multienc.c index 3067774..9760298 100644 --- a/libavcodec/a64multienc.c +++ b/libavcodec/a64multienc.c @@ -351,7 +351,6

[FFmpeg-devel] [PATCH 2/2] Rebase commit 'web/download: remove developer repos and cleanup'

2014-07-15 Thread Timothy Gu
Commit cb17d7339c2a12d8bb36d3000f229d924e092d0c rebased Signed-off-by: Timothy Gu timothyg...@gmail.com --- src/download | 205 --- 1 file changed, 27 insertions(+), 178 deletions(-) diff --git a/src/download b/src/download index 3ccbb3d

[FFmpeg-devel] [PATCH 0/2] Incremental patches for some small improvments

2014-07-15 Thread Timothy Gu
This patch series is also available at https://github.com/db0company/web/pull/1 , which also includes a commit that regenerates dist/ Timothy Gu (2): Make W3C validator happy Rebase commit 'web/download: remove developer repos and cleanup' src/about| 8 +- src/bugreports

[FFmpeg-devel] [PATCH 1/2] Make W3C validator happy

2014-07-15 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- src/about| 8 src/bugreports | 8 src/download | 6 ++ src/index| 4 ++-- src/template_footer1 | 2 +- src/template_head1 | 1 - 6 files changed, 13 insertions(+), 16 deletions

Re: [FFmpeg-devel] [PATCH] Move old Changelog entries to doc/Changelog.old

2014-07-15 Thread Timothy Gu
On Tue, Jul 15, 2014 at 2:56 PM, James Almer jamr...@gmail.com wrote: On 15/07/14 6:52 PM, Michael Niedermayer wrote: On Sun, Jul 13, 2014 at 07:15:04PM -0700, Timothy Gu wrote: Signed-off-by: Timothy Gu timothyg...@gmail.com --- Here is the right patch... Changelog | 1264

[FFmpeg-devel] [PATCH 2/3] vp9: remove unused assignment

2014-07-15 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- Already OK'd by BBB on IRC: 19:04 BBB the first two seem correct 19:04 BBB yeah they’re all correct 19:05 BBB Timothy_Gu_: patch to remove these is fine --- libavcodec/vp9.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/vp9

[FFmpeg-devel] [PATCH] RELEASE_NOTES: Mention Libav and add codename

2014-07-14 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- RELEASE_NOTES | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index ef773a8..349995f 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,15 +1,15

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

2014-07-13 Thread Timothy Gu
Based on a patch by Clément Bœsch u...@pkh.me. Signed-off-by: Timothy Gu timothyg...@gmail.com --- Moved API info up per IRC --- RELEASE_NOTES | 172 ++ 1 file changed, 172 insertions(+) create mode 100644 RELEASE_NOTES diff --git

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 h.lepp...@gmail.com wrote: On Sat, Jul 12, 2014 at 4:45 PM, Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: On 12.07.2014 15:40, Ronald S. Bultje wrote: Hi, On Sat, Jul 12, 2014 at 9:35 AM, Andreas Cadhalpun

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 found with codespell. Please

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

2014-07-11 Thread Timothy Gu
Based on a patch by Clément Bœsch u...@pkh.me. Signed-off-by: Timothy Gu timothyg...@gmail.com --- 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: - Should we use Clément's format

[FFmpeg-devel] [PATCH 2/2] [RFC] Move old Changelog entries to doc/Changelog.old

2014-07-11 Thread Timothy Gu
Signed-off-by: Timothy Gu timothyg...@gmail.com --- Changelog = doc/Changelog.old | 33 - 1 file changed, 33 deletions(-) rename Changelog = doc/Changelog.old (97%) diff --git a/Changelog b/doc/Changelog.old similarity index 97% rename from Changelog rename

<    1   2   3   4   5   6