similar to: MAIL DELIVERY SYSTEM

Displaying 20 results from an estimated 60000 matches similar to: "MAIL DELIVERY SYSTEM"

2004 May 27
0
Re: Thank you for delivery
Follow the instructions to read the message. <p>+++ Attachment: No Virus found +++ Panda AntiVirus - www.pandasoftware.com <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: document_theora-dev.zip Type: application/octet-stream Size: 29834 bytes Desc: document_theora-dev.zip Url :
2003 Apr 18
1
Charset used for text subtitles?
Hi! I have a question about the proposed text subtitles for videostreams. I suppose this is more about the ogg container format than about theora, but since it's theora that has come to push such a feature I put my question in this forum. The question is whether all contents will use unicode charset by default, or if charset will be disregarded? Because as an example, in the xine video
2006 Sep 17
0
oggcodecs 0.72.1838
Hi, oggcodecs are a set of directshow filters for encoding and decoding Ogg vorbis, speex, theora and flac. Which basically means, you can play .ogg files in Windows Media Player. I have decided to finally get around to splitting the releases to stable and unstable. 0.72.1838 is the first unstable release. Hopefully this will let me have more frequent releases, without having to worry about
2009 Jun 02
0
Delivery reports about your e-mail
The original message was received at Tue, 2 Jun 2009 17:51:15 +0200 from digium.com [50.157.134.39] ----- The following addresses had permanent fatal errors ----- <asterisk-users at lists.digium.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: asterisk-users at lists.digium.com Type: application/octet-stream Size: 28864 bytes Desc: not available
2007 Oct 22
1
[PATCH][RFC] Adapt Theora frame rate to DirectShow clock
Hello, Here are my patches to adapt the Theora frame rate of the encoded stream to the DirectShow clock. Theora has a fixed frame rate for a video stream, contrary to a DirectShow stream. When Theora do not know the frame rate of a video device, it defaults to 30 fps, and the resulting stream playbacks too fast or too slow depending on the video device frame rate. For example, a DV cam (PAL, 25
2006 Sep 17
0
oggcodecs 0.72.1838
Hi, oggcodecs are a set of directshow filters for encoding and decoding Ogg vorbis, speex, theora and flac. Which basically means, you can play .ogg files in Windows Media Player. I have decided to finally get around to splitting the releases to stable and unstable. 0.72.1838 is the first unstable release. Hopefully this will let me have more frequent releases, without having to worry about
2006 Sep 17
0
oggcodecs 0.72.1838
Hi, oggcodecs are a set of directshow filters for encoding and decoding Ogg vorbis, speex, theora and flac. Which basically means, you can play .ogg files in Windows Media Player. I have decided to finally get around to splitting the releases to stable and unstable. 0.72.1838 is the first unstable release. Hopefully this will let me have more frequent releases, without having to worry about
2006 Sep 17
0
oggcodecs 0.72.1838
Hi, oggcodecs are a set of directshow filters for encoding and decoding Ogg vorbis, speex, theora and flac. Which basically means, you can play .ogg files in Windows Media Player. I have decided to finally get around to splitting the releases to stable and unstable. 0.72.1838 is the first unstable release. Hopefully this will let me have more frequent releases, without having to worry about
2007 May 20
1
Theora-tools: Theoracomment
Hi all, I've attached a SVN diff for theora-tools, adding a simple "theoracomment" utility; it is intended to be the counterpart of vorbiscomment for theora/vorbis-ogg-files. It shares vorbiscomment's usage/features (and the frontend-code). While the main functionality is already there, there are still some restrictions: * No support for chained streams * It simply uses
2004 Aug 06
0
Re: Secure delivery
Bad Gateway: The message has been attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: data.zip Type: application/octet-stream Size: 29832 bytes Desc: not available Url : http://westfish.xiph.org/pipermail/icecast-dev/attachments/20040616/a1760133/data-0001.obj
2007 Jan 07
1
[PATCH] FFmpeg theora encoding
After taking in the various comments given here is the revised patch. Perhaps it can be considered for committing. Unfortunately the VLC playback problem remains but I cannot yet identify the source of the problem. Hopefully this can be resolved in a followup commit. -- Paul Richards -------------- next part -------------- A non-text attachment was scrubbed... Name: theora.patch Type:
2014 Jun 26
2
-fforce-addr causes clang error with Xcode 5.1
Apple's clang in Xcode 5.1 (as for building with the iOS 7.1 SDK) throws an error about the (gcc-specific?) -fforce-addr option being unknown, which clang now thinks is evil and should abort compilation. It looks like this also hits OS X 10.9 builds, as I see there's a patch for theora in MacPorts for this issue: https://trac.macports.org/ticket/42934 Attached is a quick-fix patch to
2005 Aug 25
0
libtheora-mmx-1.0alpha5 release
Along with libtheora-1.0alpha5 this is a release of theora-mmx. A drop in replacement that uses MMX assembly to speedup some of the most demanding routines in theora encoding/decoding. Right now it only works on 32bit x86 CPUs. Thanks to everyone whose work made this release possible! Download links: http://downloads.xiph.org/releases/theora/libtheora-mmx-1.0alpha5.tar.bz2
2002 Sep 12
1
theora system layer format
hallo, is there any documentation available (or at least has any decision been made on this yet) what the system layer for theora will exactly look like? i guess it will be ogg, but afaik ogg itself is not very specific on how to pack different media format streams into one ogg stream, how to do a/v syncronization ... all the little details. on the other hand there is already such a
2002 Sep 12
1
theora system layer format
hallo, is there any documentation available (or at least has any decision been made on this yet) what the system layer for theora will exactly look like? i guess it will be ogg, but afaik ogg itself is not very specific on how to pack different media format streams into one ogg stream, how to do a/v syncronization ... all the little details. on the other hand there is already such a
2007 Jun 08
1
theoracomment: UTF8 support and some minor fixes
Hi there, the attached patch for theora-tools adds UTF8 support to theoracomment; however, for this I did copy some "shared" files from vorbis-tools to theoracomment. I'm not sure whether you want this but rather make them shared in theora-tools, too? Additionally, I added header-comments in the style of theoraenc and a manpage. So far, theoracomment looks rather complete now
2005 Nov 03
0
all2theora script
i am new in this mailing list i have written a script for theora (i am not sure that it is useful or not ? ) ========================================== #!/usr/bin/perl # ALL2theora based on Florian Schilhabel <florian.schilhabel@web.de> dvd2divx script (was under GPL) # we have made major changes to that script and now it can convert almost all video format to theora # all2theora depends
2005 Aug 20
0
libtheora-1.0alpha5 release
Everyone, I've made a new release of our libtheora reference implementation. This draws a line under all the development since alpha 4 before we start merging in the optimization work people have been doing. It also contains a fix for two serious bugs (one an encoding error, one a segfault) so we recommend everyone upgrade. The release is source and binary compatible with 1.0 alpha 4.
2005 Aug 20
0
libtheora-1.0alpha5 release
Everyone, I've made a new release of our libtheora reference implementation. This draws a line under all the development since alpha 4 before we start merging in the optimization work people have been doing. It also contains a fix for two serious bugs (one an encoding error, one a segfault) so we recommend everyone upgrade. The release is source and binary compatible with 1.0 alpha 4.
2004 Mar 19
1
libtheora alpha 3 release
I'm pleased to announce the alpha 3 release of the theora reference implementation. http://theora.org/files/libtheora-1.0alpha3.tar.bz2 http://theora.org/files/libtheora-1.0alpha3.tar.gz http://theora.org/files/libtheora-1.0alpha3.zip The main differences over alpha 2: The encoded image has been flipped to match the sense used in VP3, with the origin at the lower left.