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

2014-12-20 Thread Michael Niedermayer
On Sat, Dec 20, 2014 at 11:58:16AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch based on a suggestion by Ivan fixes > ticket #4199 for me. > > Please comment, Carl Eugen this is becoming a litte bit convoluted alternative patch posted, please test! [...] -- Michael GnuPG finge

[FFmpeg-devel] [PATCH] configure: fix convoluted shlib code

2014-12-20 Thread Michael Niedermayer
Fixes Ticket 4199 Signed-off-by: Michael Niedermayer --- configure |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 87be058..ad3157d 100755 --- a/configure +++ b/configure @@ -2684,7 +2684,6 @@ docdir_default='${prefix}/share/doc/ffmpeg' incd

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. Documenta

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 --- libavcodec/avcodec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 4b6b00c..0f69a18 100644 --- a/liba

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 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 a

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 > --- > libavcodec/x86/vp3dsp.asm| 44 > libavcodec/x86/vp3dsp_init.c | 69 > > 2 files changed, 50 insertions(+), 63 deletions(

Re: [FFmpeg-devel] Git branch

2014-12-20 Thread Carl Eugen Hoyos
Marcus Johnson gmail.com> writes: > 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 Then please publish it on github so other people can contribute including helping you with the merge. And as said two years

[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' incdir_default='${prefix}/inc

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 wrote: > Marcus Johnson gmail.com> writes: > > > I'm working on the DTS codec, and my code isn't > > complete yet, bu

Re: [FFmpeg-devel] Git branch

2014-12-20 Thread Carl Eugen Hoyos
Marcus Johnson 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] ffmpeg nvenc

2014-12-20 Thread Philip Langdale
On Thu, 18 Dec 2014 13:35:05 +0800 ahu wrote: > > Ok thanks for the advice. I attached the libnvenc patch without > changing Timo's work. > There's a README.txt, explaining the patch structure and system > requirement. I found two specific problems while testing the original patch and I put tog