Re: [FFmpeg-devel] Git branch

2014-12-20 Thread Carl Eugen Hoyos
Marcus Johnson bumblebritches57 at gmail.com writes: I'm working on the DTS codec, and my code isn't complete yet, but a lot of it is done, I've committed a few patches to my own branch Where can we find this branch? Perhaps other developers will help you merging. Carl Eugen

Re: [FFmpeg-devel] Git branch

2014-12-20 Thread Marcus Johnson
it's not published anywhere, I just used the github app and clicked the new branch button, it's only on my computer right now On Sat, Dec 20, 2014 at 5:33 AM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Marcus Johnson bumblebritches57 at gmail.com writes: I'm working on the DTS codec, and my

[FFmpeg-devel] [PATCH]Fix the default for shlibdir

2014-12-20 Thread Carl Eugen Hoyos
Hi! Attached patch based on a suggestion by Ivan fixes ticket #4199 for me. Please comment, Carl Eugen diff --git a/configure b/configure index 87be058..92125c1 100755 --- a/configure +++ b/configure @@ -2684,7 +2684,7 @@ docdir_default='${prefix}/share/doc/ffmpeg'

Re: [FFmpeg-devel] [PATCH] x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasm

2014-12-20 Thread Michael Niedermayer
On Sat, Dec 20, 2014 at 03:18:57AM -0300, James Almer wrote: Signed-off-by: James Almer jamr...@gmail.com --- libavcodec/x86/vp3dsp.asm| 44 libavcodec/x86/vp3dsp_init.c | 69 2 files changed, 50 insertions(+),

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

2014-12-20 Thread arwa arif
On Sat, Dec 20, 2014 at 5:17 AM, Clément Bœsch u...@pkh.me wrote: On Fri, Dec 19, 2014 at 08:04:33PM +0100, Michael Niedermayer wrote: On Fri, Dec 19, 2014 at 07:26:52PM +0100, Clément Bœsch wrote: On Fri, Dec 19, 2014 at 06:42:22PM +0100, Michael Niedermayer wrote: On Fri, Dec 19, 2014

Re: [FFmpeg-devel] [PATCH] avcodec.h: document needed buffer size for av_get_codec_tag_string()

2014-12-20 Thread Thomas Volkert
On 20.12.2014 00:41, Clément Bœsch wrote: On Sat, Dec 20, 2014 at 12:29:56AM +0100, Thomas Volkert wrote: From: Thomas Volkert tho...@homer-conferencing.com --- libavcodec/avcodec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index

Re: [FFmpeg-devel] [PATCH] avcodec.h: document needed buffer size for av_get_codec_tag_string()

2014-12-20 Thread Nicolas George
Le primidi 1er nivôse, an CCXXIII, Thomas Volkert a écrit : If the code is changed, the documentation should be changed as well. That will not update applications written with the documentation for the old version but built with the new version. Or applications using shared libraries.