From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
Changes since the last version done according Martons review:
- Documentation fixes as requested
- Rearanged message processing in while loop inside fifo_cosumer_thread,
added FIFO_WRITE_HEADER message type, message is initialized
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
Changes since the last version:
- Removed empty lines at the end of fifo_muxer.c file
libavformat/Makefile | 1 +
libavformat/tests/fifo_muxer.c | 443 +
tests/Makefile
From: Jan Sebechlebsky
Add support for nonblocking calls.
Signed-off-by: Jan Sebechlebsky
---
No changes since the last version of the patch, just rebased
because of changes in the previous commit.
libavformat/fifo.c | 61 --
1 file change
On 08/08/2016 11:55 PM, Marton Balint wrote:
Thanks for your work, and sorry for the delay in the review.
Regards,
Marton
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Thanks for review! Hopefu
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
Changes since the last version of patch:
- removed parse_bsfs() function I accidentaly left out
(it's replaced by av_bsf_list_parse_str())
libavformat/tee.c | 120 ++
1 file chang
Enable the MXF muxer to mux baseline H.264 video streams.
Signed-off-by: Matthias Hunstock
---
libavformat/mxfenc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index ffd0bf2..7733ef8 100644
--- a/libavformat/mxfenc.c
+++ b/libavformat/mxfenc.
On Tue, Aug 02, 2016 at 01:11:57PM -0700, Sophia Wang wrote:
> Signed-off-by: Sophia Wang
> ---
> libavformat/matroskadec.c | 17 ++---
> 1 file changed, 10 insertions(+), 7 deletions(-)
>
> diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
> index d07a092..f9693ca 1
Le tridi 23 thermidor, an CCXXIV, Michael Niedermayer a écrit :
> prior to this the "done" field was used to stop further work when
> EOF was reached, now this is removed.
> The patches commit message doesnt say anything why all reads for the
> done field are removed or what if any performance impa
Hi,
patch attached.
0001-avfilter-vf_signalstats-add-8-bit-depth-support.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On 8/9/16, Carl Eugen Hoyos wrote:
> Hi!
>
> New patch attached that fixes ticket #5657.
>
> Please comment, Carl Eugen
>
Micro should be 101.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Tue, Aug 09, 2016 at 01:26:04PM +0200, sebechlebsky...@gmail.com wrote:
> From: Jan Sebechlebsky
>
> Signed-off-by: Jan Sebechlebsky
> ---
> Changes since the last version:
> - Removed empty lines at the end of fifo_muxer.c file
>
[...]
> diff --git a/tests/Makefile b/tests/Makefile
> inde
Hi!
> Am 09.08.2016 um 18:24 schrieb Paul B Mahol :
>
> Hi,
>
> patch attached.
Just curious: Why does this not work for >12 bit?
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On 8/9/16, Carl Eugen Hoyos wrote:
> Hi!
>
>> Am 09.08.2016 um 18:24 schrieb Paul B Mahol :
>>
>> Hi,
>>
>> patch attached.
>
> Just curious: Why does this not work for >12 bit?
I don't have such samples.
>
> Carl Eugen
> ___
> ffmpeg-devel mailing lis
Hi!
> Am 09.08.2016 um 18:26 schrieb Paul B Mahol :
>
>> On 8/9/16, Carl Eugen Hoyos wrote:
>> Hi!
>>
>> New patch attached that fixes ticket #5657.
>>
>> Please comment, Carl Eugen
>
> Micro should be 101.
Definitely, thank you.
Will fix locally, any other comments?
Carl Eugen
__
On Mon, Aug 08, 2016 at 11:45:37AM -0700, Carlos Fernandez Sanz wrote:
> From: Carlos
Is it intended that the git author does not list your full name ?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Democracy is the form of government in which you can choose
On Mon, Aug 08, 2016 at 11:45:37AM -0700, Carlos Fernandez Sanz wrote:
> From: Carlos
>
> Signed-off-by: carlos
> ---
> libavcodec/avcodec.h| 1 +
> libavcodec/codec_desc.c | 6 ++
> libavformat/mpegts.c| 43 ++-
> 3 files changed, 49 insert
My fellow members of the ffmpeg development community,
As it is now customary, I'd like to invite you to VideoLAN Dev Days
2016, on the 1st week-end of September: 2-4 September 2016, in Berlin.
(this email is different from the previous one! Read on!)
If you have not registered yet, you shou
On Mon, Aug 08, 2016 at 11:45:38AM -0700, Carlos Fernandez Sanz wrote:
[...]
> @@ -349,11 +359,25 @@ static int hls_append_segment(struct AVFormatContext
> *s, HLSContext *hls, double
> else
> en->sub_filename[0] = '\0';
>
> -en->duration = duration;
> -en->pos = pos;
---
libavcodec/hevc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index b478065..92b313b 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.c
@@ -370,6 +370,9 @@ static int set_sps(HEVCContext *s, const HEVCSPS *sps, enum
AVPixelFormat pix_fm
#i
19 matches
Mail list logo