Displaying 4 results from an estimated 4 matches for "mereged".
Did you mean:
merege
2019 Sep 19
0
ffmpeg and metadata
...????
>
> ffmpeg -icy 1 -hide_banner -reconnect 1 -reconnect_at_eof 1 -
> reconnect_streamed 1 -reconnect_delay_max 2
>
> OK so now where do I "poll" this icy_metadata_packet from? ? ? ?
>
> I am using ffmpeg to merge two streams, its a long story, but having them
> mereged into a stereo feed is better, the once source has metadata which
> is updated... and I'd like that to pass on, but... ffmpeg doesn't seem to
> update this data as it streams... from the source :(
>
> I've looked at things like:
> https://www.oipapio.com/question-4213466
&...
2013 Aug 13
13
[PATCH v8 8/5] Add UART support and arch timer initialization for OMAP5
Since OMAP UART has a few distinct features than common 8250 UART, I
re-implemented its driver rather than porting it based on ns16550.c.
There are mainly two big differences between the implementations. First,
OMAP UART introduces the concept of register access mode, which divides
the register map into seperated space. Switching the access mode is then
necessary when configuring it. Second, THRE
2010 Apr 28
6
[PATCHv7] add mergeable buffers support to vhost_net
This patch adds mergeable receive buffer support to vhost_net.
Signed-off-by: David L Stevens <dlstevens at us.ibm.com>
diff -ruNp net-next-v0/drivers/vhost/net.c net-next-v7/drivers/vhost/net.c
--- net-next-v0/drivers/vhost/net.c 2010-04-24 21:36:54.000000000 -0700
+++ net-next-v7/drivers/vhost/net.c 2010-04-28 12:26:18.000000000 -0700
@@ -74,6 +74,23 @@ static int move_iovec_hdr(struct
2010 Apr 28
6
[PATCHv7] add mergeable buffers support to vhost_net
This patch adds mergeable receive buffer support to vhost_net.
Signed-off-by: David L Stevens <dlstevens at us.ibm.com>
diff -ruNp net-next-v0/drivers/vhost/net.c net-next-v7/drivers/vhost/net.c
--- net-next-v0/drivers/vhost/net.c 2010-04-24 21:36:54.000000000 -0700
+++ net-next-v7/drivers/vhost/net.c 2010-04-28 12:26:18.000000000 -0700
@@ -74,6 +74,23 @@ static int move_iovec_hdr(struct