Displaying 4 results from an estimated 4 matches for "picture_type".
2006 Jan 09
1
Saving an upload
...relationship.
This seems to work okay, though.
The problem arises when saving the uploaded picture. The pictures are
added to film
The "pictures" table holds the info for all the files that are uploaded.
Each time a file is uploaded, I would like to save it to
"#{RAILS_ROOT}/#{picture_type}/#{parent_id}" where "picture_type" would
be either "film" or "show" and "parent_id" would be the ID of said film
or show object.
Seemingly I have no way of passing the film''s id to the picture. When
Film.save() is called, I need to be able...
2010 Aug 06
4
nv vpe video decoder
Hello,
I have my work on the nv vpe video decoder in a functional
state. In case you didn't know this decoder accelerates mpeg2
video at the idct/mc level. I have verified that it works on
nv40 hardware. I believe it works on nv30 hardware (and
maybe some earlier hardware), but I cannot verify since I have
none.
I will reply with patches against the kernel, drm, ddx
and mesa for
2006 Nov 23
1
Problem with image caching
Hello,
I have a little problem with image caching. I have a Student model which
contains, for each student, a picture (picture_data for datas and
picture_type for the content-type of the picture). As I want to save
brandwidth, I followed the tutorial in
http://manuals.rubyonrails.com/read/chapter/62 for caching pictures. If
I test, as the tutorial suggests it, with curl, it''s working well. No
problems.
But in reality, it''s not working w...
2013 Aug 11
10
[PATCH 00/10] Add support for MPEG2 and VC-1 on VP3/VP4 for NV98-NVAF
As it turns out, with the proprietary firmware, the VP3 and VP4 interfaces are
identical. Furthermore, this is all already implemented for nvc0. So these
patches (a) move the easily sharable bits of the nvc0 implementation into the
nouveau directory, and then (b) implement the other parts in nv50. The
non-shared parts are still largely copies, but there are some differences, not
the least of which