Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-09 Thread Peter B.
On 08/08/2014 09:22 PM, Matthias Urlichs wrote: We'd also benefit from the fact that Upstream tends to use FFmpeg. I'd hate to report some intractable codec bug which Upstream closes with an it works with FFmpeg comment Oh, btw, just a few days ago, that's exactly what happened on kdenlive

[FFmpeg-devel] [PATCH 1/2] lavc/raw: remove obsolete ff_raw_pix_fmt_tags cruft

2014-08-09 Thread James Almer
Signed-off-by: James Almer jamr...@gmail.com --- libavcodec/raw.h | 4 1 file changed, 4 deletions(-) diff --git a/libavcodec/raw.h b/libavcodec/raw.h index a79b851..24bf4cc 100644 --- a/libavcodec/raw.h +++ b/libavcodec/raw.h @@ -35,11 +35,7 @@ typedef struct PixelFormatTag { unsigned

[FFmpeg-devel] [PATCH 2/2] lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft

2014-08-09 Thread James Almer
Signed-off-by: James Almer jamr...@gmail.com --- libavformat/mpegts.c | 18 -- libavformat/mpegts.h | 7 --- 2 files changed, 25 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index a2456a3..d2a2531 100644 --- a/libavformat/mpegts.c +++

Re: [FFmpeg-devel] [PATCH] tools/fourcc2pixfmt: use avpriv_get_raw_pix_fmt_tags()

2014-08-09 Thread Michael Niedermayer
On Sat, Aug 09, 2014 at 09:53:33PM -0300, James Almer wrote: lavc doesn't export ff_raw_pix_fmt_tags[] anymore. Signed-off-by: James Almer jamr...@gmail.com --- tools/fourcc2pixfmt.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) applied thanks [...] --

[FFmpeg-devel] [PATCH] avcodec: Instruct users to align buffers to 32-byte.

2014-08-09 Thread Kieran Kunhya
The Opus decoder in particular uses optimised float_dsp functions that expect 32-byte alignment --- libavcodec/avcodec.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 93aad35..5cbc175 100644 --- a/libavcodec/avcodec.h +++

[FFmpeg-devel] [PATCH] x86/dca: remove unused header

2014-08-09 Thread James Almer
Signed-off-by: James Almer jamr...@gmail.com --- libavcodec/x86/dca.h | 60 1 file changed, 60 deletions(-) delete mode 100644 libavcodec/x86/dca.h diff --git a/libavcodec/x86/dca.h b/libavcodec/x86/dca.h deleted file mode 100644 index

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-09 Thread Jean-Yves Avenard
On 9 August 2014 17:03, Matthias Urlichs matth...@urlichs.de wrote: Most forks cause additional work which, in the long term, is better spent elsewhere. The ffmpeg/libav split is ample proof of that; in an ideal world, you wouldn't need the mythtv fork either. Debian's position is that we