Signed-off-by: James Almer
---
The rest (at least those not used by ffprobe/ffplay/ffmpeg) should *really* be
removed on the next bump
libavformat/libavformat.v | 11 ---
1 file changed, 11 deletions(-)
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 0b47668..6
Signed-off-by: James Almer
---
The rest should *really* be removed on the next bump
libavcodec/libavcodec.v | 7 ---
1 file changed, 7 deletions(-)
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 76e29f2..be74cb3 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/lib
Used to expose ff_raw_pix_fmt_tags[] to other libav* libraries
Signed-off-by: James Almer
---
libavcodec/raw.c| 5 +
libavcodec/raw.h| 6 ++
libavdevice/dshow.c | 2 +-
libavformat/utils.c | 2 +-
4 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/libavcodec/raw.c b/
ff_codec_get_id() is a lavf internal function
Signed-off-by: James Almer
---
libavdevice/dshow.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/libavdevice/dshow.c b/libavdevice/dshow.c
index adf36a7..cd509fc 100644
--- a/libavdevice/dshow.c
+++ b/libavdevice/dshow.c
On Wed, Aug 06, 2014 at 08:59:56PM -0300, James Almer wrote:
> The were wrongly being exported and used by libavdevice
>
> Signed-off-by: James Almer
> ---
> libavdevice/iec61883.c | 8
> libavformat/mpegts.c| 26 ++
> libavformat/mpegts.h|
Used to expose ff_raw_pix_fmt_tags[] to other libav* libraries
Signed-off-by: James Almer
---
libavcodec/raw.c| 5 +
libavcodec/raw.h| 6 ++
libavdevice/dshow.c | 3 ++-
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/libavcodec/raw.c b/libavcodec/raw.c
index 56c4a
Allows to list sources/sinks of the devices that implement
that functionality.
Signed-off-by: Lukasz Marek
---
cmdutils.c | 89 ++
cmdutils.h | 12 +++
cmdutils_common_opts.h | 6
3 files changed, 107 insertions(+)
---
libavutil/log.h | 10 ++
1 file changed, 10 insertions(+)
diff --git a/libavutil/log.h b/libavutil/log.h
index a6a07e0..e1ff09b 100644
--- a/libavutil/log.h
+++ b/libavutil/log.h
@@ -46,6 +46,16 @@ typedef enum {
AV_CLASS_CATEGORY_NB, ///< not part of ABI/API
}AVClassCategory;
The were wrongly being exported and used by libavdevice
Signed-off-by: James Almer
---
libavdevice/iec61883.c | 8
libavformat/mpegts.c| 26 ++
libavformat/mpegts.h| 7 +++
libavformat/rtpdec_mpegts.c | 12 ++--
libavformat/rtsp
PulseAudio expilitly requires name of the source.
This patch makes it use default source when not provided.
It simplifies programistic use.
Signed-off-by: Lukasz Marek
---
libavdevice/pulse_audio_dec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavdevice/pulse_audio_de
opps sorry, yes I saw patch the patch comments :) I'll work on another
patch with those things fixed!
On Wed, Aug 6, 2014 at 3:48 PM, Michael Niedermayer
wrote:
> On Wed, Aug 06, 2014 at 03:29:04PM -0700, Mark Reid wrote:
> > Thanks for the quick feed back! I attached a small sample file, the m
On Wed, Aug 06, 2014 at 07:07:59PM -0300, James Almer wrote:
> It's been dead code for more than a year
>
> Signed-off-by: James Almer
> ---
> libavcodec/libavcodec.v | 1 -
> libavcodec/raw.h| 4 +---
> libavcodec/rawdec.c | 7 ---
> 3 files changed, 1 insertion(+), 11 deletions
On Wed, Aug 06, 2014 at 03:29:04PM -0700, Mark Reid wrote:
> Thanks for the quick feed back! I attached a small sample file, the media
> was generated with Davinci Resolve.
thanks
did you see the patch comments below ?
you didnt reply to them so i had the feeling you missed them, just
want to mak
Thanks for the quick feed back! I attached a small sample file, the media
was generated with Davinci Resolve.
On Wed, Aug 6, 2014 at 3:00 PM, Michael Niedermayer
wrote:
> On Wed, Aug 06, 2014 at 01:25:08PM -0700, Mark Reid wrote:
> > ---
> > libavformat/mov.c | 20
> > 1 f
Am 06.08.2014 um 12:12 schrieb Clément Bœsch :
> On Sun, Aug 03, 2014 at 06:43:18PM +0200, Daniel Oberhoff wrote:
> [...]
+static av_cold int init(AVFilterContext *ctx)
+{
+return 0;
+}
>>>
>>> please remove this one, there is no point in having code that does nothi
It's been dead code for more than a year
Signed-off-by: James Almer
---
libavcodec/libavcodec.v | 1 -
libavcodec/raw.h| 4 +---
libavcodec/rawdec.c | 7 ---
3 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index b4b
On Wed, Aug 06, 2014 at 01:25:08PM -0700, Mark Reid wrote:
> ---
> libavformat/mov.c | 20
> 1 file changed, 20 insertions(+)
do you have a sample / testcase that you can share ?
>
> diff --git a/libavformat/mov.c b/libavformat/mov.c
> index ab85918..fb8d1fe 100644
> --- a
On Wed, Aug 06, 2014 at 09:21:18PM +0200, Carl Eugen Hoyos wrote:
> On Tuesday 05 August 2014 10:28:38 pm Carl Eugen Hoyos wrote:
> > Attached patch copies one line from mp3dec.c into loasdec.c to force
> > probing more data and fixes ticket #3821. An alternative is to remove
> > the offending lin
Hi
On Wed, Aug 06, 2014 at 02:23:33PM +0200, Adrien Montfort wrote:
> Hello,
>
> I’ve uploaded the file 664461_flac_16_44100_2.wav on
> ftp://upload.ffmpeg.org/incoming/.
> Here is my result when I run this command with latest ffmpeg version:
>
> $ ffmpeg -i 664461_flac_16_44100_2.wav -acodec l
---
libavformat/mov.c | 20
1 file changed, 20 insertions(+)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index ab85918..fb8d1fe 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1529,6 +1529,26 @@ static int mov_parse_stsd_data(MOVContext *c,
AVIOContext *pb,
Hi,
This patch reads reel_name stored in the a tmcd atom in a quicktime mov files
as documented here:
https://developer.apple.com/library/mac/documentation/quicktime/qtff/QTFFChap3/qtff3.html/apple_ref/doc/uid/TP4939-CH205-57409#//apple_ref/doc/uid/TP4939-CH205-69831
Its called ???Source
Marek Fort chyronhego.com> writes:
> I'd like to get this patch integrated.
Do I understand correctly that this patch does not
fix actual decoding (but that it is a prerequisite)?
Did you also implement decoding?
Regarding the patch, I wondered if it wouldn't be
simpler to just call mov_read_
Adrien Montfort idol.io> writes:
> I’ve uploaded the file 664461_flac_16_44100_2.wav
I have opened ticket #3830, thank you for the sample!
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-deve
On Tuesday 05 August 2014 10:28:38 pm Carl Eugen Hoyos wrote:
> Attached patch copies one line from mp3dec.c into loasdec.c to force
> probing more data and fixes ticket #3821. An alternative is to remove
> the offending line from mp3dec.c (it was added in 2006 or earlier).
I was unhappy about th
Hi,
I'm looking for a supplier who can provide a turnkey or white label LOW
COST linux compatible portable audio player. SoC embedded linux device.
10k - 150k units. Some hardware customisations may be required.
Any company that is interested in quoting on this project please contact
me directl
Hi,
I'd like to get this patch integrated.
This allows to propagate AALP and ARES mov file atoms to DNxHD codec.
Parsing AALP is essential for proper alpha channel decoding.
This patch relates to this ticket https://trac.ffmpeg.org/ticket/3707
Thanks,
Marek Fort
0001-Mov-decoder-should-read-Av
Hello,
I’ve uploaded the file 664461_flac_16_44100_2.wav on
ftp://upload.ffmpeg.org/incoming/.
Here is my result when I run this command with latest ffmpeg version:
$ ffmpeg -i 664461_flac_16_44100_2.wav -acodec libfdk_aac -vbr 3 -movflags
faststart
ffmpeg version N-44095-g6786848 Copyright (c
On Wed, Aug 06, 2014 at 07:43:43AM +, Christophe Gisquet wrote:
> ---
> libavcodec/x86/constants.c | 2 ++
> libavcodec/x86/constants.h | 2 ++
> libavcodec/x86/fft.asm | 7 ---
> libavcodec/x86/sbrdsp.asm | 2 +-
> 4 files changed, 9 insertions(+), 4 deletions(-)
applied
thanks
[.
On Wed, Aug 06, 2014 at 07:43:42AM +, Christophe Gisquet wrote:
> ---
> libavcodec/x86/diracdsp_yasm.asm | 11 ++-
> 1 file changed, 6 insertions(+), 5 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Good people do not n
On Wed, Aug 06, 2014 at 07:43:41AM +, Christophe Gisquet wrote:
> ---
> libavcodec/x86/constants.h | 1 +
> libavcodec/x86/dwt_yasm.asm | 6 +++---
> 2 files changed, 4 insertions(+), 3 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040
On Wed, Aug 06, 2014 at 07:43:40AM +, Christophe Gisquet wrote:
> ---
> libavcodec/x86/constants.c | 2 --
> libavcodec/x86/constants.h | 3 +--
> libavcodec/x86/dwt_yasm.asm | 3 ++-
> libavcodec/x86/inline_asm.h | 2 +-
> 4 files changed, 4 insertions(+), 6 deletions(-)
applied
thanks
[
On Wed, Aug 06, 2014 at 07:43:39AM +, Christophe Gisquet wrote:
> ---
> libavcodec/x86/constants.c | 5 +
> libavcodec/x86/constants.h | 5 +
> libavcodec/x86/h264_intrapred_10bit.asm | 2 +-
> libavcodec/x86/hevc_deblock.asm | 2 +-
> libavcodec/x86/h
On Wed, Aug 06, 2014 at 10:57:54AM +0200, Mickaël Raulet wrote:
> Patch ok
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the b
On Sun, Aug 03, 2014 at 06:43:18PM +0200, Daniel Oberhoff wrote:
[...]
> >> +static av_cold int init(AVFilterContext *ctx)
> >> +{
> >> +return 0;
> >> +}
> >>
> >
> > please remove this one, there is no point in having code that does nothing.
> >
> >> +
> >> +static av_cold void uninit(AVFi
On Wed, Aug 06, 2014 at 11:37:23AM +0200, Clément Bœsch wrote:
> On Sun, Aug 03, 2014 at 04:29:36PM +0200, Nicolas George wrote:
> > Signed-off-by: Nicolas George
> > ---
> > libavfilter/avf_showspectrum.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/libavfilter/avf_showspect
On Sun, Aug 03, 2014 at 04:29:36PM +0200, Nicolas George wrote:
> Signed-off-by: Nicolas George
> ---
> libavfilter/avf_showspectrum.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavfilter/avf_showspectrum.c b/libavfilter/avf_showspectrum.c
> index 4a4b4f4..e3ae6ea 100644
> ---
On Sun, Aug 03, 2014 at 04:44:28PM +0200, Nicolas George wrote:
> It is always identical to the last pushed frame.
> The samples in the last incomplete window were ignored,
> this is unchanged.
> Possible enhancement: pad the last incomplete window with
> silence.
>
Having min_samples=max_samples
On Sun, Aug 03, 2014 at 07:31:43PM +0200, Nicolas George wrote:
> Signed-off-by: Nicolas George
> ---
> doc/filters.texi | 15 +++--
> libavfilter/avf_showspectrum.c | 50
> +++---
> 2 files changed, 45 insertions(+), 20 deletions(-)
>
On Sun, Aug 03, 2014 at 08:40:36PM +0200, Nicolas George wrote:
> Fix a segfault with large window size.
>
> Signed-off-by: Nicolas George
> ---
> libavfilter/avf_showspectrum.c | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/libavfilter/avf_showspectrum.c b/libavfilter/avf_showsp
On Sat, Aug 02, 2014 at 09:05:56PM +0200, Michael Niedermayer wrote:
> TODO: version bump, update libavfilters to use it
>
> Suggested-by: ubitux
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/avdct.c |9 +
> libavcodec/avdct.h |4
> 2 files changed, 13 insertions(+
On Sun, Aug 03, 2014 at 07:51:00PM +0200, Nicolas George wrote:
> The framework can ensure that each input frame has exactly
> the correct number of samples, except the last one.
>
> Signed-off-by: Nicolas George
> ---
> libavfilter/avf_showspectrum.c | 48
> +++-
Patch ok
Mickael
Le mercredi 6 août 2014, Christophe Gisquet
a écrit :
> Hi,
>
> this patch is mostly cosmetical. I don't like seeing arrays passed to
> dsp functions being of a type whose length may not be fixed, though
> it's a small matter here.
>
> --
> Christophe
>
---
libavcodec/x86/constants.h | 1 +
libavcodec/x86/dwt_yasm.asm | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h
index c85a54e..f73a9f2 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -
---
libavcodec/x86/constants.c | 2 ++
libavcodec/x86/constants.h | 2 ++
libavcodec/x86/fft.asm | 7 ---
libavcodec/x86/sbrdsp.asm | 2 +-
4 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/libavcodec/x86/constants.c b/libavcodec/x86/constants.c
index bfb0ff3..5d2c237 100644
---
libavcodec/x86/diracdsp_yasm.asm | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/libavcodec/x86/diracdsp_yasm.asm b/libavcodec/x86/diracdsp_yasm.asm
index 3e9765b..d3cf9f1 100644
--- a/libavcodec/x86/diracdsp_yasm.asm
+++ b/libavcodec/x86/diracdsp_yasm.asm
@@ -2
First patch is the biggest one, as it removes definitions that are
intermingled, not used or triplicated, eg as found in the vp9 dsp code.
A comment there mentions that sharing, but as it is as fast to do it
than write this comment, maybe I'm missing something?
Other patches are more contained.
C
---
libavcodec/x86/constants.c | 2 --
libavcodec/x86/constants.h | 3 +--
libavcodec/x86/dwt_yasm.asm | 3 ++-
libavcodec/x86/inline_asm.h | 2 +-
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/libavcodec/x86/constants.c b/libavcodec/x86/constants.c
index ee3f1a5..bfb0ff3 100644
---
libavcodec/x86/constants.c | 5 +
libavcodec/x86/constants.h | 5 +
libavcodec/x86/h264_intrapred_10bit.asm | 2 +-
libavcodec/x86/hevc_deblock.asm | 2 +-
libavcodec/x86/hpeldsp.asm | 3 ++-
libavcodec/x86/vp8dsp.asm | 2 +-
Hi,
this patch is mostly cosmetical. I don't like seeing arrays passed to
dsp functions being of a type whose length may not be fixed, though
it's a small matter here.
--
Christophe
From 25a3d9fa51860b8df108f31a818e6f74ee1761da Mon Sep 17 00:00:00 2001
From: Christophe Gisquet
Date: Mon, 4 Aug
49 matches
Mail list logo