Displaying 4 results from an estimated 4 matches for "mereg".
Did you mean:
merge
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
...nux
also uses hardcoded regshift in omap-uart driver and there is no
reg-shift of UART defined in OMAP5''s DT.
- Separate dt_property_read_u32 introduction into a single patch.
- Fix some typos.
v5 <- v4:
- Separate dt specified arch_timer clkfrq setup into patch #4.
v4 <- v3:
- Merege #4 and #5 in v3 into one patch.
- Fix some coding-style and comments.
v3 <- v2:
- [3/5] Use bool_t as the return type of dt_property_read_u32.
- [3/5] Use sizeof(*out_value) instead of hardcoded value in dt_property_read_u32.
- [3/5] Fix some coding-style problems and some typos.
v2 <- v1:...
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