Fixes Ticket2340
Fixes Ticket2341
Based-on mail from Dave Rice
Signed-off-by: Michael Niedermayer
---
libavformat/dv.c | 43 +++
1 file changed, 23 insertions(+), 20 deletions(-)
diff --git a/libavformat/dv.c b/libavformat/dv.c
index 4f7b062..1e15c08 1
On Wed, Jul 09, 2014 at 09:40:43PM +0200, Simon Thelen wrote:
> Make the segment muxer keep segment_list_size segments instead of
> segment_list_size + 1 segments. This patch also changes the
> documentation for segment_list_size to reduce possible confusion over
> how many segments are kept.
>
>
3/1001 fps isnt implemented as i dont know which are the correct
interleaving parameters,
pointers to the appropriate spec and page are welcome
Fixes Ticket2597
Signed-off-by: Michael Niedermayer
---
libavformat/dvenc.c | 54 +++
1 file cha
On Fri, Jul 11, 2014 at 12:14:31AM +0100, Ben Avison wrote:
> I benchmarked the result by measuring the number of gperftools samples that
> hit anywhere in the AAC decoder (starting from aac_decode_frame()) or
> specifically in butterflies_float_c() / ff_butterflies_float_vfp() for the
> same sampl
On Fri, Jul 11, 2014 at 12:14:30AM +0100, Ben Avison wrote:
> I benchmarked the result by measuring the number of gperftools samples that
> hit anywhere in the AAC decoder (starting from aac_decode_frame()) or
> specifically in vector_fmul_window_c() / ff_vector_fmul_window_vfp() for the
> same sam
On Tue, Jul 15, 2014 at 08:56:30PM -0700, Timothy Gu wrote:
> Signed-off-by: Timothy Gu
> ---
> libavcodec/aaccoder.c | 2 --
> 1 file changed, 2 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The educated differ from the uneducat
On Wed, Jul 16, 2014 at 05:31:47PM +0200, Clément Bœsch wrote:
> On Wed, Jul 16, 2014 at 05:06:27PM +0200, Clément Bœsch wrote:
> > Also add an example exporting the MB information as a CSV stream.
> >
> > ---
> >
> > A bunch of questions stand:
> >
> > - Ideally the "source" for a given macrobl
On Wed, Jul 16, 2014 at 05:40:35PM +0200, Benoit Fouet wrote:
>
>
> - Mail original -
> > Hi,
> >
> > I had a look at https://trac.ffmpeg.org/ticket/3052.
> > The issue is that the last frame duration is lost. Is there any
> > reason why the packet duration is not transmitted from the de
2014-07-15 21:39 GMT+03:00 Andrey Utkin :
> 2014-07-15 19:16 GMT+03:00 Nicolas George :
>> Le septidi 27 messidor, an CCXXII, Andrey Utkin a écrit :
>>> Thanks, with this change streaming HTTP MJPEG stream into browsers
>>> work (with inserting boundaries, which is easy for scripting).
>>
>> Can yo
- Mail original -
> Hi,
>
> I had a look at https://trac.ffmpeg.org/ticket/3052.
> The issue is that the last frame duration is lost. Is there any
> reason why the packet duration is not transmitted from the demuxer
> to the muxer?
> Attached is a dumb patch, just to understand a bit mor
On Wed, Jul 16, 2014 at 05:06:27PM +0200, Clément Bœsch wrote:
> Also add an example exporting the MB information as a CSV stream.
>
> ---
>
> A bunch of questions stand:
>
> - Ideally the "source" for a given macroblock should be a specific
> reference to a future or paste frame (something li
Hi,
I had a look at https://trac.ffmpeg.org/ticket/3052.
The issue is that the last frame duration is lost. Is there any reason why the
packet duration is not transmitted from the demuxer to the muxer?
Attached is a dumb patch, just to understand a bit more why things are done the
way they are..
Also add an example exporting the MB information as a CSV stream.
---
A bunch of questions stand:
- Ideally the "source" for a given macroblock should be a specific
reference to a future or paste frame (something like -4 or +2).
Currently it's just ±1 depending on the direction. I don't see
On Tue, Jul 15, 2014 at 08:56:29PM -0700, Timothy Gu wrote:
> Signed-off-by: Timothy Gu
> ---
>
> Already OK'd by BBB on IRC:
> 19:04 the first two seem correct
> 19:04 yeah they’re all correct
> 19:05 Timothy_Gu_: patch to remove these is fine
applied
thx
[...]
--
Michael GnuPG finger
On Tue, Jul 15, 2014 at 08:56:28PM -0700, Timothy Gu wrote:
> Signed-off-by: Timothy Gu
> ---
> libavcodec/get_bits.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The greatest way to li
On Wed, Jul 16, 2014 at 08:18:58AM +0200, Reimar Döffinger wrote:
>
>
> On 15.07.2014, at 16:31, Michael Niedermayer wrote:
>
> > Found-by: kriegero1
> > Signed-off-by: Michael Niedermayer
>
> Nit: iNdependent in commit message.
fixed
>
> > +/* JFIF header */
> > +put_marker(p, AP
On Wed, Jul 16, 2014 at 01:45:47PM +0200, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes ticket #3769.
>
> Please review, Carl Eugen
> movenc.c |3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
> c040bdb810885856a278402be659e75e3afb8d1a patchmoovfree.diff
> diff --git a/liba
Hi!
Attached patch fixes ticket #3769.
Please review, Carl Eugen
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index b3287ca..4b9a4f1 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -4398,8 +4398,7 @@ static int mov_write_trailer(AVFormatContext *s)
}
18 matches
Mail list logo