---
libavformat/libsmbclient.c | 63 ++
1 file changed, 63 insertions(+)
diff --git a/libavformat/libsmbclient.c b/libavformat/libsmbclient.c
index 1af8163..84fef7f 100644
--- a/libavformat/libsmbclient.c
+++ b/libavformat/libsmbclient.c
@@ -287,6 +287,
On Mon, Jun 22, 2015 at 12:01:06AM +0100, Kieran Kunhya wrote:
>
> h264.c | 11 +++
> h264.h |3 +++
> h264_sei.c |6 ++
> 3 files changed, 20 insertions(+)
> 0795671b9553ff2c0af24c0004e582bcbe5b3554
> 0001-avcodec-Add-support-for-per-frame-AFD-output-in-h264.patc
From 6c0c94f8581d9e76301b03f9f416972fc0265fb6 Mon Sep 17 00:00:00 2001
From: Kieran Kunhya
Date: Sun, 21 Jun 2015 23:59:12 +0100
Subject: [PATCH] avcodec: Add support for per-frame AFD output in h264
---
libavcodec/h264.c | 11 +++
libavcodec/h264.h | 3 +++
libavcodec/h264_sei
On Sun, Jun 21, 2015 at 04:41:23PM -0400, Ronald S. Bultje wrote:
> ---
> libavformat/yuv4mpeg.h| 1 +
> libavformat/yuv4mpegdec.c | 26 +++---
> 2 files changed, 20 insertions(+), 7 deletions(-)
this needs to update the reference checksum for
fate-seek-lavf-yuv4mpeg assu
Hi,
On Sun, Jun 21, 2015 at 5:17 PM, Hendrik Leppkes
wrote:
> On Sun, Jun 21, 2015 at 10:41 PM, Ronald S. Bultje
> wrote:
> > ---
> > libavformat/yuv4mpeg.h| 1 +
> > libavformat/yuv4mpegdec.c | 26 +++---
> > 2 files changed, 20 insertions(+), 7 deletions(-)
> >
>
> W
From: Lukasz Marek
Signed-off-by: Lukasz Marek
---
libavformat/file.c | 87 ++
1 file changed, 87 insertions(+)
diff --git a/libavformat/file.c b/libavformat/file.c
index 6511328..e617ac8 100644
--- a/libavformat/file.c
+++ b/libavformat/file
---
configure | 2 ++
libavformat/file.c | 34 ++
2 files changed, 36 insertions(+)
diff --git a/configure b/configure
index 06a9941..09a71d8 100755
--- a/configure
+++ b/configure
@@ -1679,6 +1679,7 @@ HEADERS_LIST="
dev_video_bktr_ioctl_bt848_h
Lukasz Marek (1):
lavf/file: implement directory listing callbacks
Mariusz Szczepańczyk (1):
lavf/file: check for dirent.h support
configure | 2 +
libavformat/file.c | 121 +
2 files changed, 123 insertions(+)
--
2.3.6
__
On Sun, Jun 21, 2015 at 10:41 PM, Ronald S. Bultje wrote:
> ---
> libavformat/yuv4mpeg.h| 1 +
> libavformat/yuv4mpegdec.c | 26 +++---
> 2 files changed, 20 insertions(+), 7 deletions(-)
>
What happens if a seek does not end up on a perfect frame boundary?
Wouldn't that
On Sun, Jun 21, 2015 at 10:11:53AM +0200, Hendrik Leppkes wrote:
> On Sat, Jun 20, 2015 at 2:52 PM, Mariusz Szczepańczyk
> wrote:
> > ---
> > doc/APIchanges| 4
> > libavformat/avio.c| 38 ++
> > libavformat/avio.h| 19 +++
---
libavformat/yuv4mpeg.h| 1 +
libavformat/yuv4mpegdec.c | 26 +++---
2 files changed, 20 insertions(+), 7 deletions(-)
diff --git a/libavformat/yuv4mpeg.h b/libavformat/yuv4mpeg.h
index 750f498..eba7337 100644
--- a/libavformat/yuv4mpeg.h
+++ b/libavformat/yuv4mpeg.h
@
On Sun, Jun 21, 2015 at 8:24 PM, wm4 wrote:
> On Sun, 21 Jun 2015 19:20:53 +0100
> Kieran Kunhya wrote:
>
> > > Suppose you're writing a video player with browsing capabilities for
> network
> > > protocols (like Kodi/XBMC). Now you can have file rename/delete
> > > functionality in it.
> >
> >
On Sun, 21 Jun 2015 19:20:53 +0100
Kieran Kunhya wrote:
> > Suppose you're writing a video player with browsing capabilities for network
> > protocols (like Kodi/XBMC). Now you can have file rename/delete
> > functionality in it.
>
> Suppose you are writing a video player and need to change the
> Suppose you're writing a video player with browsing capabilities for network
> protocols (like Kodi/XBMC). Now you can have file rename/delete
> functionality in it.
Suppose you are writing a video player and need to change the screen resolution.
Can we have that feature in libavutil too?
Kiera
On 21/06/15 10:11, Hendrik Leppkes wrote:
On Sat, Jun 20, 2015 at 2:52 PM, Mariusz Szczepańczyk
wrote:
---
doc/APIchanges| 4
libavformat/avio.c| 38 ++
libavformat/avio.h| 19 +++
libavformat/url.h | 2 ++
lib
On 21/06/15 09:37, Timothy Gu wrote:
El sábado, 20 de junio de 2015, Mariusz Szczepańczyk
mailto:mszczepanc...@gmail.com>> escribió:
---
doc/APIchanges| 4
libavformat/avio.c| 38 ++
libavformat/avio.h| 19 ++
On Sun, Jun 21, 2015 at 08:32:46AM +, Paul B Mahol wrote:
> Dana 21. 6. 2015. 00:32 osoba "Michael Niedermayer"
> napisala je:
> >
> > Fixes Ticket4540
> >
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavformat/rawenc.c | 20
> > tests/ref/acodec/
On Tue, Apr 07, 2015 at 10:22:17AM +1000, Peter Ross wrote:
> On Mon, Apr 06, 2015 at 07:24:35PM +0100, Derek Buitenhuis wrote:
> > On 4/6/2015 4:43 AM, Michael Niedermayer wrote:
> [..]
> > > * Conferences / exhibitions, public stuff
> > > Theres a conference, linuxtag, fosdem, whatever, whereve
Dana 21. 6. 2015. 00:32 osoba "Michael Niedermayer"
napisala je:
>
> Fixes Ticket4540
>
> Signed-off-by: Michael Niedermayer
> ---
> libavformat/rawenc.c | 20
> tests/ref/acodec/adpcm-adx |2 +-
> tests/ref/acodec/adpcm-adx-trellis |2 +-
> 3
On Sat, Jun 20, 2015 at 2:52 PM, Mariusz Szczepańczyk
wrote:
> ---
> doc/APIchanges| 4
> libavformat/avio.c| 38 ++
> libavformat/avio.h| 19 +++
> libavformat/url.h | 2 ++
> libavformat/version.h | 2 +-
> 5 files
El sábado, 20 de junio de 2015, Mariusz Szczepańczyk <
mszczepanc...@gmail.com> escribió:
> ---
> doc/APIchanges| 4
> libavformat/avio.c| 38 ++
> libavformat/avio.h| 19 +++
> libavformat/url.h | 2 ++
> libavformat/
21 matches
Mail list logo