similar to: Totally untested patch for cropping in Jheora

Displaying 20 results from an estimated 700 matches similar to: "Totally untested patch for cropping in Jheora"

2006 Oct 26
2
RELEASE: Cortado 0.2.2 'Really Tested Verily Exceptionally'
This mail announces the release of Cortado 0.2.2 'Really Tested Verily Exceptionally'. This is Cortado, a multimedia framework for Java written by Fluendo. It contains: - JST, a port of the GStreamer 0.10 design to Java - jcraft, a copy of the JCraft JOgg/Jorbis code - jheora, an implementation of Theora in Java - codecs (currently only containing the Smoke codec, a variant on Jpeg) -
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 sourceand the official binary
It should probably not be necessary in my case to compile a custom version of the Cortado applet-the official binary works fine, and may be advantageous over a locally-compiled version (regarding compatibility with 1.1-era JVMs), as was mentioned in a previous message. My interest was to include the corresponding source code when distributing the official binary (i.e. as would be required for
2009 Nov 20
1
Licenses GPL and LGPL
Hello, I am new to Cortado and I am very interested in playing video in some of my Java applets using the Theora decoder. I would like to write a LGPL library to use the decoders in Processing (see processing.org). I prefer LGPL over GPL because it allows a wider usage of the library. The core libraries of Processing are released under LGPL as well. I would like to use com.fluendo.plugin and
2004 Dec 24
0
release of cortado 0.1.0
Hi everyone ! As a special Christmas present, Fluendo is releasing the source code to the java-based "Cortado" media player. See http://www.flumotion.net/ for more details, or check our demo streams (with applet) at http://mirror.fluendo.com/ This player has great support for Ogg/Vorbis/Theora, using the Jorbis code and the Jheora port of Theora to Java written by Wim Taymans. Keep
2010 Jul 08
1
Cortado patch to optionally zero basetime
This patch adds an applet option to Cortado. The option is off by default, meaning that the default behavior of Cortado should not change at all. If the option is activated, Cortado will display all times relative to the ogg file's basetime (i.e. first granule). This patch was written in response to a request from Se?or Ellery, who noted that files ripped from the middle of a stream do not
2006 Aug 29
0
Small utility to modify Theora file aspect ratio / frame rate / cropping
Hello, I encoded a bunch of theora video files from my DVDs. I thought for a long time that mplayer was broken because it displayed the aspect ratio wrong. Then I found out that the aspect ratio I was specifying was supposed to be the pixel aspect ratio, not the video aspect ratio. (This is extremely confusing and I urge you to change the semantics of encoder_example. I also urge you to check for
2006 Mar 08
3
file_column Cropping -> image offset information
Hello, I had a problem cropping images with file_column. These are my settings: file_column :image, :magick => { :versions => { :thumb => "80x80>", :medium => "150x150>", :square => { :crop => "1:1", :size => "50x50!" } },
2009 Oct 23
2
Cortado yuv thread patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The attached patch splits Theora decode and YUV2RGB into separate threads. These are by far the two most computationally demanding components of Cortado, so by splitting them we can substantially improve performance on multiprocessor machines. I have verified that the patch does split these into two threads, and performance does appear to improve.
2007 Aug 27
1
Pure Java theora implementation - LGPL
I've started working on a pure-java port of Theora under the LGPL, as a subproject of FMJ, the open-source implementation of JMF. It is similar to and dependent on the jogg/jorbis libraries from jcraft. The Cortado implementation is nice, but since it is GPL, that is too restrictive for FMJ, which is LGPL. This is, naturally, a large undertaking, and any help by anyone interested would
2007 Feb 22
0
Cropping images with RMagick after uploading with acts_as_attachment
Hi, I''m using acts_as_attachment to create thumbnails in a filesystem (no problem there), but I''m having a rough time figuring out how modify the image to crop it, and then put it back into the filesystem. I think that I can pull the image OK and modify the Image OK with RMagick. So really I just need a pointer on putting it back into the filesystem as a modified thumbnail,
2018 Jun 04
0
LDAP Account Manager 6.4.RC1 with image cropping and external password check
LDAP Account Manager (LAM) 6.4.RC1 - June 4th, 2018 =================================================== LAM is a web frontend for managing accounts stored in an LDAP directory. Announcement: ------------- User photos can be cropped to display only the important part of an image. Passwords can be checked via an external password service such as https://haveibeenpwned.com/. The account list
2018 Jun 20
0
LDAP Account Manager 6.4 with image cropping and external password check
LDAP Account Manager (LAM) 6.4 - June 20th, 2018 ================================================ LAM is a web frontend for managing accounts stored in an LDAP directory. Announcement: ------------- User photos can be cropped to display only the important part of an image. Passwords can be checked via an external password service such as https://haveibeenpwned.com/. The account list filtering
2009 Jul 31
0
New package for interactive brushing/cropping/deleting points from RGL : sculpt3d v 0.2
sculpt3d is a GTK+ toolbar that allows for more interactive control of a dataset inside the RGL plot window. Controls for simple brushing, highlighting, labeling, and mouseMode changes are provided by point-and-click rather than through the R terminal interface. More discussion and demo movie: http://www.scwn.net/2009/07/sculpt3d/ Package at:
2009 Jul 31
0
New package for interactive brushing/cropping/deleting points from RGL : sculpt3d v 0.2
sculpt3d is a GTK+ toolbar that allows for more interactive control of a dataset inside the RGL plot window. Controls for simple brushing, highlighting, labeling, and mouseMode changes are provided by point-and-click rather than through the R terminal interface. More discussion and demo movie: http://www.scwn.net/2009/07/sculpt3d/ Package at:
2009 Oct 27
2
New release of the Cortado java player
Earlier this year, Xiph.org took over maintenance of the Cortado java applet, primarily used as a player for Ogg Vorbis and Ogg Theora files on systems which don't have native support. Originally developed by Fluendo SA and more recently the Wikimedia Foundation, it was hoped and agreed that moving the 'official' hosting for this open source project under the Xiph.org Foundation's
2009 Oct 27
2
New release of the Cortado java player
Earlier this year, Xiph.org took over maintenance of the Cortado java applet, primarily used as a player for Ogg Vorbis and Ogg Theora files on systems which don't have native support. Originally developed by Fluendo SA and more recently the Wikimedia Foundation, it was hoped and agreed that moving the 'official' hosting for this open source project under the Xiph.org Foundation's
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis
2012 Nov 11
2
Cropping a matrix by rows
Hello r-help, I've been banging my head against the computer in an attempt to learn how to divide my matrix into segments by rows. I want to be able to return each segment as a newly named object. I've tried looking at the apply functions and creating a for loop but brain no work. Here's the basic starting objects that I believe would be needed to separate the matrix. mat <-
2008 Nov 03
0
No subject
4) Subtract 1 from the keyframe, then repeat step 3). 5) Begin reading from the frame discovered in step 4. Drop any packets which are output on the first page. Count down until we reach the keyframe, dropping packets until then. 6) Continue counting down until we reach the target frame, we are now decoding each frame/packet. At the target frame produce the YUV output. Steps 4 and 5 are
2005 Jun 10
0
Seeking through Theora+Vorbis ogg file..
Here's the problem: I've rewritten large parts of the output code of cortado 0.1.0 with the following aims: 1. output to something SWT-like instead of AWT. 2. Speed it up a bit. In the rewrites I haven't restricted myself to java 1.1; the fact that it uses SWT all by itself makes it useless for applets anyway. The speedup worked very nicely; it's almost twice as fast as