[libav-commits] oss_audio: use a macro to simplify ioctl() error checking

2015-01-14 Thread Timothy Gu
Module: libav Branch: release/11 Commit: 51f76e4e932ebdce8ccf6cf0797651d632cfc3e2 Author:Timothy Gu Committer: Vittorio Giovara Date: Wed Oct 15 17:32:54 2014 +0100 oss_audio: use a macro to simplify ioctl() error checking Also add a note about SNDCTL_DSP_GETFMTS which may fail even

[libav-commits] fate: Omit the results if the test passed

2015-04-20 Thread Timothy Gu
Module: libav Branch: master Commit: 3b1e35d46dc910cef1d66f6964e6800cae5fc89b Author:Timothy Gu Committer: Luca Barbato Date: Fri Apr 10 10:36:03 2015 -0700 fate: Omit the results if the test passed The FATE server does not report this information anyway and omitting it makes the

[libav-commits] fate: Fix test name for pixfmts tests

2015-04-23 Thread Timothy Gu
Module: libav Branch: master Commit: 358b7ec3099eca6e999ad9dc0da0a23571a7a2f8 Author:Timothy Gu Committer: Luca Barbato Date: Sun Apr 19 20:37:43 2015 -0700 fate: Fix test name for pixfmts tests The last pixel format gets leaked as `$test` further down the pipeline. See for example

[libav-commits] doc: Add $branch to FATE config template

2015-05-16 Thread Timothy Gu
Module: libav Branch: master Commit: 732dd658687bd9a2e5c622e38c481825b57af250 Author:Timothy Gu Committer: Luca Barbato Date: Wed May 13 16:46:47 2015 -0700 doc: Add $branch to FATE config template Signed-off-by: Luca Barbato --- doc/fate.texi |1 + 1 file changed, 1

[libav-commits] x86inc: Clear __SECT__

2015-05-28 Thread Timothy Gu
Module: libav Branch: master Commit: dd4d709be705edaec0bc35c426bf8434e942b7df Author:Timothy Gu Committer: Luca Barbato Date: Mon May 25 16:00:43 2015 -0700 x86inc: Clear __SECT__ Silences warning(s) like: libavcodec/x86/fft.asm:93: warning: section flags ignored on section

[libav-commits] avconv_opt: Add an option that lists all supported hwaccels

2015-08-27 Thread Timothy Gu
Module: libav Branch: master Commit: c23999be134bde0a0554261a9043be7dbc01de0c Author:Timothy Gu Committer: Luca Barbato Date: Tue Aug 25 16:45:21 2015 -0700 avconv_opt: Add an option that lists all supported hwaccels Signed-off-by: Luca Barbato --- avconv_opt.c| 14

[libav-commits] avconv_opt: Add missing comma

2015-08-27 Thread Timothy Gu
Module: libav Branch: master Commit: 629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3 Author:Timothy Gu Committer: Luca Barbato Date: Tue Aug 25 16:49:07 2015 -0700 avconv_opt: Add missing comma Signed-off-by: Luca Barbato --- avconv_opt.c |2 +- 1 file changed, 1 insertion(+), 1

[libav-commits] omx: Fix allocation check

2016-12-08 Thread Timothy Gu
Module: libav Branch: master Commit: d3da8a0035734529c4e26696c9a0c6cb56633838 Author:Timothy Gu Committer: Vittorio Giovara Date: Mon Dec 5 09:29:12 2016 -0800 omx: Fix allocation check Also use av_mallocz_array(). Bug-Id: CID 1396839 Signed-off-by: Vittorio Giovara

[libav-commits] qsvdec: Fix memory leak on error

2016-12-08 Thread Timothy Gu
Module: libav Branch: master Commit: d32bdadda86b35c2960e4de877cf081b9d2dadb3 Author:Timothy Gu Committer: Vittorio Giovara Date: Mon Dec 5 10:21:11 2016 -0800 qsvdec: Fix memory leak on error Bug-Id: CID 1396851 Signed-off-by: Vittorio Giovara --- libavcodec/qsvdec.c |4

[libav-commits] cinepakenc: Stop using AVPicture

2017-07-05 Thread Timothy Gu
Module: libav Branch: master Commit: 1e12730e5df21f5bf9911f9c444f5614fd7ea522 Author:Timothy Gu Committer: Diego Biurrun Date: Wed Jun 28 00:27:15 2017 +0200 cinepakenc: Stop using AVPicture --- libavcodec/cinepakenc.c | 268 +--- 1 file

[libav-commits] Tag n3.1-dev : Development of FFmpeg 3.1

2017-09-30 Thread Timothy Gu
Module: libav Branch: refs/tags/n3.1-dev Tag:2b0dd243c11e6aeb33da70ccbc465e7c5d1db067 Tagger: Timothy Gu Date: Mon Feb 15 15:46:18 2016 -0800 Development of FFmpeg 3.1 First commit after the release/3.0 branch point. ___ libav-commits mailing

[libav-commits] dnxhdenc: return meaningful return codes

2014-03-30 Thread Timothy Gu
Module: libav Branch: master Commit: 68e95ab81be1aa3f47ab148dceb8711ef5f4212d Author:Timothy Gu Committer: Vittorio Giovara Date: Sat Mar 29 20:59:46 2014 + dnxhdenc: return meaningful return codes --- libavcodec/dnxhdenc.c | 38 +++--- 1 file

[libav-commits] avconv_opt: fix avio_open2() return code check

2014-03-30 Thread Timothy Gu
Module: libav Branch: master Commit: 9e4e35b4d7c43a908944183a58aa389a23116fd6 Author:Timothy Gu Committer: Vittorio Giovara Date: Sat Mar 29 20:59:45 2014 + avconv_opt: fix avio_open2() return code check avio_open2() only return < 0 when error. --- avconv_opt.c |

[libav-commits] avconv: make the ASCII flow charts narrower to fit onto TTY

2014-03-30 Thread Timothy Gu
Module: libav Branch: master Commit: 3a5a965493fabfc8151a821092039317834974fe Author:Timothy Gu Committer: Vittorio Giovara Date: Thu Feb 6 16:20:58 2014 -0800 avconv: make the ASCII flow charts narrower to fit onto TTY These charts in man page are currently destroyed. Signed-off

[libav-commits] libmp3lame: add comments about CBR/VBR modes

2014-03-30 Thread Timothy Gu
Module: libav Branch: master Commit: 292dbe5e8a95d38c1324b0432fbaca67f8fe4b73 Author:Timothy Gu Committer: Vittorio Giovara Date: Wed Oct 23 20:57:36 2013 -0700 libmp3lame: add comments about CBR/VBR modes --- libavcodec/libmp3lame.c |4 ++-- 1 file changed, 2 insertions(+), 2

[libav-commits] libmp3lame: add ABR support

2014-03-30 Thread Timothy Gu
Module: libav Branch: master Commit: 09fda6bb503dd9ac6ca963e308bdb86114df1294 Author:Timothy Gu Committer: Vittorio Giovara Date: Fri Nov 1 19:43:24 2013 -0700 libmp3lame: add ABR support --- libavcodec/libmp3lame.c | 11 +-- libavcodec/version.h|2 +- 2 files

[libav-commits] libxvid: add working lumimasking and variance AQ

2014-04-06 Thread Timothy Gu
Module: libav Branch: master Commit: 5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1 Author:Timothy Gu Committer: Vittorio Giovara Date: Tue Jul 30 19:39:06 2013 -0700 libxvid: add working lumimasking and variance AQ The old implementation is unusable due to changes in the Xvid API. Further

[libav-commits] libxvid: Add SSIM displaying through a libxvidcore plugin

2014-04-06 Thread Timothy Gu
Module: libav Branch: master Commit: c389a804943095ebf078daec6b64690d2c97069c Author:Timothy Gu Committer: Vittorio Giovara Date: Tue Jul 30 19:40:45 2013 -0700 libxvid: Add SSIM displaying through a libxvidcore plugin Signed-off-by: Vittorio Giovara --- doc/encoders.texi

[libav-commits] xtea: Add Doxy @file and group

2014-04-06 Thread Timothy Gu
Module: libav Branch: master Commit: 486e3649cef50190105265fc51846e72d908d1bb Author:Timothy Gu Committer: Vittorio Giovara Date: Sat Nov 2 15:03:30 2013 -0700 xtea: Add Doxy @file and group --- libavutil/xtea.c |7 +++ libavutil/xtea.h |2 ++ 2 files changed, 9

[libav-commits] adler32: Fix doxy group definition

2014-04-06 Thread Timothy Gu
Module: libav Branch: master Commit: f73495686d109aa8c0387e790e7997326229 Author:Timothy Gu Committer: Vittorio Giovara Date: Fri Jun 14 05:42:55 2013 -0300 adler32: Fix doxy group definition Based on a patch by James Almer . Signed-off-by: Vittorio Giovara --- libavutil

[libav-commits] DNxHD: convert inline asm to yasm

2014-04-11 Thread Timothy Gu
Module: libav Branch: master Commit: 71c32ed5335add04cbe44896f4b3d748b9b1153c Author:Timothy Gu Committer: Vittorio Giovara Date: Fri Mar 28 02:37:51 2014 +0100 DNxHD: convert inline asm to yasm --- libavcodec/x86/Makefile|3 +- libavcodec/x86/dnxhdenc.asm| 49

[libav-commits] DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride

2014-04-11 Thread Timothy Gu
Module: libav Branch: master Commit: 676856204b84dfaffe329dce8502e834a0dbdb19 Author:Timothy Gu Committer: Vittorio Giovara Date: Fri Mar 28 02:32:09 2014 +0100 DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride --- libavcodec/dnxhdenc.c |4 ++-- libavcodec/dnxhdenc.h

[libav-commits] samplefmt: Add doxygen categories

2014-07-06 Thread Timothy Gu
Module: libav Branch: master Commit: d69243d39b773b64614792487cd93f6ceb237b25 Author:Timothy Gu Committer: Diego Biurrun Date: Sun Jul 6 10:53:33 2014 -0700 samplefmt: Add doxygen categories Categorize the enum and functions as "audio-related". Signed-off-by: Timothy Gu

[libav-commits] audio_fifo: Split into a separate doxygen module

2014-07-06 Thread Timothy Gu
Module: libav Branch: master Commit: a7985cfd4c51b7fe2b870fc4ecd109707ee035d6 Author:Timothy Gu Committer: Diego Biurrun Date: Sun Jul 6 10:54:17 2014 -0700 audio_fifo: Split into a separate doxygen module Signed-off-by: Timothy Gu Signed-off-by: Diego Biurrun --- libavutil

[libav-commits] oss_audio: use a macro to simplify ioctl() error checking

2014-10-18 Thread Timothy Gu
Module: libav Branch: master Commit: b7c77912b62163b3b46ce93fe42fff3c83604c82 Author:Timothy Gu Committer: Vittorio Giovara Date: Wed Oct 15 17:32:54 2014 +0100 oss_audio: use a macro to simplify ioctl() error checking Also add a note about SNDCTL_DSP_GETFMTS which may fail even if