tor 2024-07-18 klockan 23:10 +0900 skrev Pierre-Anthony Lemieux:
> On Mon, Jul 15, 2024 at 10:33 PM Tomas Härdin wrote:
> >
> > fre 2024-07-12 klockan 12:51 -0700 skrev Pierre-Anthony Lemieux:
> > > On Thu, Jul 11, 2024 at 10:28 PM Tomas Härdin
> > > wrote:
> > > >
> > > > > + if (s-
On 19/07/2024 15:45, Tong Wu wrote:
From: Tong Wu
Sent: 2024年7月8日 23:13
To: ffmpeg-devel@ffmpeg.org
Cc: Tong Wu
Subject: [FFmpeg-devel][PATCH 1/2] lavc/hw_base_encode: correct the
timestamp when input_order = decode_delay
Fixed the command line: ffmpeg -hwaccel vaapi -pix_fmt nv12 -s:v
width
Quoting Michael Niedermayer (2024-07-18 19:40:04)
> On Thu, Jul 18, 2024 at 10:20:09AM +0200, Anton Khirnov wrote:
> > Quoting Michael Niedermayer (2024-07-18 00:32:38)
> > > the data for each decoder task should be together and not scattered around
> > > more than needed, reducing cache efficiency
Quoting Michael Niedermayer (2024-07-18 20:18:15)
> On Thu, Jul 18, 2024 at 05:31:16PM +0200, Anton Khirnov wrote:
> > Quoting Michael Niedermayer (2024-07-18 16:48:06)
> > > On Thu, Jul 18, 2024 at 11:08:59AM +0200, Anton Khirnov wrote:
> > > > Quoting Michael Niedermayer (2024-07-18 00:42:05)
> [
Signed-off-by: James Almer
---
libavutil/frame.c | 1 +
libavutil/frame.h | 5 +
2 files changed, 6 insertions(+)
diff --git a/libavutil/frame.c b/libavutil/frame.c
index 0775e2abd9..246634967c 100644
--- a/libavutil/frame.c
+++ b/libavutil/frame.c
@@ -46,6 +46,7 @@ static const AVSideDataDe
Signed-off-by: James Almer
---
libavcodec/h2645_sei.c | 36
libavcodec/h2645_sei.h | 5 +
libavcodec/itut35.h| 2 ++
3 files changed, 43 insertions(+)
diff --git a/libavcodec/h2645_sei.c b/libavcodec/h2645_sei.c
index 7c83747cd0..90e59df781 100644
-
Signed-off-by: James Almer
---
configure | 5 +-
doc/general_contents.texi | 13 ++
libavcodec/h264dec.c | 1 +
libavcodec/lcevcdec.c | 276 ++
libavcodec/lcevcdec.h | 39 ++
5 files changed, 333 insertions(+), 1 deletion(
Signed-off-by: James Almer
---
libavcodec/Makefile | 2 +-
libavcodec/avcodec.h | 5
libavcodec/h264_picture.c | 1 +
libavcodec/h264_slice.c | 19
libavcodec/h264dec.c | 48 ---
libavcodec/h264dec.h | 3 +++
6 f
On Fri, Jul 19, 2024 at 07:54:37PM -0400, Peter Ross wrote:
> can you post a sample file somewhere
Of course. Here are some you can try out:
gm_us.wve: (Stereo - 15 FPS) https://0x0.st/X97A.wve
gm_sp.wve: (Stereo - 15 FPS) https://0x0.st/X97m.wve
sims.wve: (Mono - 30 FPS) https://0x0.st/X97b.wv
hi,
a fellow named DANIEL KAISER (EMPH I DID NOT CONTRIBUTE ANYTHING HERE) took
some time to contribute an 'movflags' option for people STUPID enough to buy
APPUL products that, of course, have an equally stupid and BUZZY name like
RETINA.
since it works and it would be convenient to mainline,
On Sat, Jul 20, 2024 at 09:45:08AM -0300, James Almer wrote:
> Signed-off-by: James Almer
> ---
> libavcodec/h2645_sei.c | 36
> libavcodec/h2645_sei.h | 5 +
> libavcodec/itut35.h| 2 ++
> 3 files changed, 43 insertions(+)
I must be missing some pa
that file has nothing to do with the patch.
but i think you may have been outed as an APPUL user.
PREPARE THE SOCKS AND SOAP BARS, LADS
Thanks,
Gagan
> On Jul 20, 2024, at 5:38 PM, Michael Niedermayer
> wrote:
>
> On Sat, Jul 20, 2024 at 09:45:08AM -0300, James Almer wrote:
>> Signed-off-by:
On 7/20/2024 8:38 PM, Michael Niedermayer wrote:
On Sat, Jul 20, 2024 at 09:45:08AM -0300, James Almer wrote:
Signed-off-by: James Almer
---
libavcodec/h2645_sei.c | 36
libavcodec/h2645_sei.h | 5 +
libavcodec/itut35.h| 2 ++
3 files changed,
oh ADHD fail my bad.
i'll unsub now haha. but please do add the "RETINA" functionality to ffmpeg.
thanks and bye
Thanks,
Gagan
> On Jul 20, 2024, at 6:17 PM, James Almer wrote:
>
> On 7/20/2024 8:38 PM, Michael Niedermayer wrote:
>> On Sat, Jul 20, 2024 at 09:45:08AM -0300, James Almer wrote
On 20/07/2024 01:42, Michael Niedermayer wrote:
On Thu, May 30, 2024 at 04:37:08AM +0200, Lynne via ffmpeg-devel wrote:
This commit adds a decoder for the frequency-domain part of USAC.
Changes over version 4:
- Actually reset entropy decoding upon configuration.
- Support for LFE channels.
codec2.pc has been available since 2016, and I believe most distros
have it by now.
codec2-dev's commit:
https://github.com/drowe67/codec2-dev/commit/fdfda67436b5b7308cf0758d9192f1dd540d439d
Signed-off-by: Christopher Degawa
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
On Sat, Jul 20, 2024 at 5:12 PM Tomas Härdin wrote:
>
> tor 2024-07-18 klockan 23:10 +0900 skrev Pierre-Anthony Lemieux:
> > On Mon, Jul 15, 2024 at 10:33 PM Tomas Härdin wrote:
> > >
> > > fre 2024-07-12 klockan 12:51 -0700 skrev Pierre-Anthony Lemieux:
> > > > On Thu, Jul 11, 2024 at 10:28 PM T
On Sun, Jul 21, 2024 at 12:03 AM Christopher Degawa
wrote:
> +enabled libcodec2 && { require_pkg_config libcodec2 codec2
> codec2.h codec2_create ||
> + require libcodec2 codec2/codec2.h
> codec2_create -lcodec2; }
>
I made a mistake and this should have bee
codec2.pc has been available since 2016, and I believe most distros
have it by now.
codec2-dev's commit:
https://github.com/drowe67/codec2-dev/commit/fdfda67436b5b7308cf0758d9192f1dd540d439d
Signed-off-by: Christopher Degawa
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
19 matches
Mail list logo