search for: extradata

Displaying 10 results from an estimated 10 matches for "extradata".

2006 Dec 30
5
Theora encoding in FFmpeg
...000, bitrate: 694 kb/s Stream #0.0, 1/15: Video: theora, yuv420p, 320x240, 1/15, 15.00 fps(r) Output #0, avi, to 'test2.avi': Stream #0.0, 1/90000: Video: mjpeg, yuvj420p, 320x240, 1/15, q=2-31, 10000 kb/s, 15.00 fps(c) Stream mapping: Stream #0.0 -> #0.0 [theora @ 0x3c9554]Invalid extradata! [theora @ 0x3c9554]Unknown Theora config packet: 50 [theora @ 0x3c9554]4376 bits left in packet 32 Press [q] to stop encoding 1656240 dezicycles in init_frame, 1 runs, 0 skips 1537800 dezicycles in unpack_superblocks, 1 runs, 0 skips ... FFmpeg exits cleanly but test2.avi has nonsense. Clearly t...
2009 Aug 25
3
[Bug 23505] New: KDE's Kubrick has problems with xf86-video-nouveau driver
http://bugs.freedesktop.org/show_bug.cgi?id=23505 Summary: KDE's Kubrick has problems with xf86-video-nouveau driver Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau AssignedTo: nouveau at
2017 Feb 27
3
[RFC] per-device metadata
Hi, Currently libvirt supports metadata in the domain XML. This is very convenient for data related to the VM, but it is a little awkward for devices. Let's pretend I want to have extradata (say, a specific port for a virtual switch) related to a device (say, a NIC). Nowadays I can store that data in the metadata section, but I need some kind of mapping to correlate this piece of information to the specific device. I can use the device alias, but this is not available when the device...
2006 Jan 21
5
How do you deal with non-model property form values
I have a User ActiveRecord model that has email and password properties. I want to build a login for that has a "remember me" option. My view looks like this: <% @page_title = "Login" -%> <%= error_messages_for ''user'' %> <%= form_tag %> <table> <tr> <td align="right" width="1%"
2017 Mar 16
3
Re: [RFC] per-device metadata
...8 +0100, Francesco Romani wrote: > > Hi, > > Hi, > > > > > > > Currently libvirt supports metadata in the domain XML. This is very > > convenient for data related to the VM, but it is a little awkward for > > devices. Let's pretend I want to have extradata (say, a specific port > > for a virtual switch) related to a device (say, a NIC). Nowadays I can > > store that data in the metadata section, but I need some kind of mapping > > to correlate this piece of information to the specific device. > > > > I can use the devic...
2012 Mar 08
18
some fixes, improvements, and new features (EPO and DYING) for NUT
Here are a series of my recent changes to NUT. The first few in the set are primarily little fixes and improvements. In among those are a few for .gitignore files which of course you can ignore for SVN, and there's one for a commit to a generated file which of course should not be tracked in any VCS. Then there are a couple or three to do with generating the header files used by
2017 Mar 16
0
Re: [RFC] per-device metadata
...opment list. On Mon, Feb 27, 2017 at 16:41:28 +0100, Francesco Romani wrote: > Hi, Hi, > > > Currently libvirt supports metadata in the domain XML. This is very > convenient for data related to the VM, but it is a little awkward for > devices. Let's pretend I want to have extradata (say, a specific port > for a virtual switch) related to a device (say, a NIC). Nowadays I can > store that data in the metadata section, but I need some kind of mapping > to correlate this piece of information to the specific device. > > I can use the device alias, but this is not...
2008 Feb 29
1
Poor encoding quality with etheora and aspect ratio problem
...in 1138x480 with ETHEORA_ASPECT_WIDE_SCREEN the width of the movie is doubled too. So I don't understand. I'd like to have the same resolution for encoding and for playing. eg. mplayer output: Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family [theora @ 0x892a230]Missing extradata! Could not open codec. VDecoder init failed :( Opening video decoder: [theora] Theora/VP3 VDec: vo config request - 640 x 480 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 2.37:1 - prescaling to correct movie aspect. VO: [xv] 640x480 => 1138x480...
2016 Sep 10
3
DebugInfo: purpose of align field
Hello all, I am currently implementing support for DWARFv5 DW_AT_alignment attr and I got a question about align field in debug info section of IR/Bitcode. Currently it is being dumped almost in any case, however according to code we use align from DI* objects only when dealing with class/structure bitfields: DwarfUnit::constructMemberDIE. Dumping align information everywhere only for 1 case
2011 Jul 17
0
[xen-unstable test] 8091: regressions - FAIL
...declaration of ''irq_exit'' [-Werror=nested-externs] Signed-off-by: Olaf Hering <olaf@aepfle.de> changeset: 23710:c5db6d5fdb86 user: Olaf Hering <olaf@aepfle.de> date: Sat Jul 16 09:24:43 2011 +0100 xentrace: reduce size of extradata in trace_irq_mask() Reduce size of extra_data in to avoid possible crash in trace_var. (XEN) Assertion ''extra_word <= TRACE_EXTRA_MAX'' failed at trace.c:687 (XEN) Xen call trace: (XEN) [<ffff82c480128783>] __trace_var+0x4d/0x3b8 (XEN) [...