Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
(11) |
Feb
(32) |
Mar
(42) |
Apr
(3) |
May
(23) |
Jun
(5) |
Jul
(18) |
Aug
(14) |
Sep
(10) |
Oct
(9) |
Nov
(23) |
Dec
(42) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(137) |
Feb
(126) |
Mar
(247) |
Apr
(140) |
May
(232) |
Jun
(136) |
Jul
(61) |
Aug
(135) |
Sep
(135) |
Oct
(113) |
Nov
(46) |
Dec
(157) |
2002 |
Jan
(139) |
Feb
(127) |
Mar
(153) |
Apr
(174) |
May
(95) |
Jun
(115) |
Jul
(202) |
Aug
(123) |
Sep
(208) |
Oct
(114) |
Nov
(123) |
Dec
(91) |
2003 |
Jan
(296) |
Feb
(119) |
Mar
(112) |
Apr
(235) |
May
(205) |
Jun
(271) |
Jul
(219) |
Aug
(104) |
Sep
(149) |
Oct
(200) |
Nov
(242) |
Dec
(466) |
2004 |
Jan
(447) |
Feb
(300) |
Mar
(485) |
Apr
(267) |
May
(205) |
Jun
(183) |
Jul
(344) |
Aug
(176) |
Sep
(119) |
Oct
(140) |
Nov
(154) |
Dec
(152) |
2005 |
Jan
(209) |
Feb
(178) |
Mar
(128) |
Apr
(166) |
May
(163) |
Jun
(150) |
Jul
(191) |
Aug
(166) |
Sep
(212) |
Oct
(212) |
Nov
(240) |
Dec
(236) |
2006 |
Jan
(178) |
Feb
(184) |
Mar
(188) |
Apr
(189) |
May
(267) |
Jun
(198) |
Jul
(151) |
Aug
(212) |
Sep
(190) |
Oct
(180) |
Nov
(354) |
Dec
(199) |
2007 |
Jan
(211) |
Feb
(173) |
Mar
(182) |
Apr
(151) |
May
(233) |
Jun
(288) |
Jul
(213) |
Aug
(221) |
Sep
(320) |
Oct
(301) |
Nov
(193) |
Dec
(214) |
2008 |
Jan
(235) |
Feb
(254) |
Mar
(237) |
Apr
(232) |
May
(187) |
Jun
(239) |
Jul
(353) |
Aug
(362) |
Sep
(431) |
Oct
(423) |
Nov
(358) |
Dec
(351) |
2009 |
Jan
(408) |
Feb
(377) |
Mar
(547) |
Apr
(437) |
May
(483) |
Jun
(449) |
Jul
(309) |
Aug
(297) |
Sep
(279) |
Oct
(329) |
Nov
(336) |
Dec
(290) |
2010 |
Jan
(237) |
Feb
(296) |
Mar
(523) |
Apr
(515) |
May
(340) |
Jun
(474) |
Jul
(372) |
Aug
(427) |
Sep
(343) |
Oct
(396) |
Nov
(407) |
Dec
(512) |
2011 |
Jan
(515) |
Feb
(146) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
(1) |
2
(2) |
3
(8) |
4
(5) |
5
(6) |
6
(27) |
7
(8) |
8
(17) |
9
(15) |
10
(10) |
11
(4) |
12
(2) |
13
(7) |
14
(2) |
15
(13) |
16
(29) |
17
(8) |
18
(13) |
19
(3) |
20
(7) |
21
(11) |
22
(18) |
23
(28) |
24
(3) |
25
(6) |
26
(1) |
27
(6) |
28
(6) |
29
(9) |
30
(4) |
31
(17) |
|
From: Joshua N Pritikin <vishnu@po...> - 2003-01-05 18:20:04
|
On Sun, Jan 05, 2003 at 11:28:20PM +0530, Joshua N Pritikin wrote: > i stored an index with gstfileindex. The index is loaded by > my media player. Two writers are resolved, mpeg2dec and > mpegdemux.sink. i send a seek event, same as the indexmpeg > example. When i restart playback, the audio continues as > if the seek never happened. The video is blank for a few > frames and then continues in sync with the audio. Sorry, it was my fault. Now it works perfectly. (Wow!) -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org |
From: Joshua N Pritikin <vishnu@po...> - 2003-01-05 17:58:33
|
i stored an index with gstfileindex. The index is loaded by my media player. Two writers are resolved, mpeg2dec and mpegdemux.sink. i send a seek event, same as the indexmpeg example. When i restart playback, the audio continues as if the seek never happened. The video is blank for a few frames and then continues in sync with the audio. It seems like i'm missing some flushes or something. -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org |
From: Joshua N Pritikin <vishnu@po...> - 2003-01-05 13:32:51
|
When i run gst-plugins/examples/indexmpeg on a big file (600M) with gstfileindex then i get a SEGV in some random place (usually the mpeg2dec library). Can anyone else reproduce this? On the other hand, the SEGV goes away if i use gstmemindex or if i add the following code to gstfileindex (near g_array_insert_val): if (id_index->array->len == 0) { g_array_set_size (id_index->array, 10000); g_array_set_size (id_index->array, 0); } This avoids any additional g_realloc calls when adding elements to the g_array ... and the SEGV disappears. Strange. -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org |
From: Joshua N Pritikin <vishnu@po...> - 2003-01-05 05:39:51
|
joshua@...:~/gst/gstreamer/tools$ ./gst-launch --gst-nothreads filesrc location=/local/aleader/original/nausicaa1.mpg ! fakesink ==23214== Memcheck, a.k.a. Valgrind, a memory error detector for x86-linux. ==23214== Copyright (C) 2002, and GNU GPL'd, by Julian Seward. ==23214== Using valgrind-1.9.3, a program instrumentation system for x86-linux. ... GStreamer-INFO: 0 live buffer(s) GStreamer-INFO: 0 live bufferpool(s) GStreamer-INFO: 0 live event(s) RUNNING pipeline disInstr: unhandled 2-byte opcode 0xC7 This _might_ be the result of executing an MMX, SSE, SSE2 or 3DNow! instruction. Valgrind does not currently support such instructions. Sorry. Illegal instruction Any clue what is causing this? i configured with: ./configure --enable-debug --disable-static --enable-plugin-builddir --disable-examples --disable-tests --disable-libmmx --disable-atomic How do i turn off all optimizations? -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org |
From: Andrew Turner <zxombie@ho...> - 2003-01-05 04:41:16
|
Hello, Could people please test the last attachment to bug 98062. It should mean autogen.sh will work almost the same. The only difference is when you try to do something like: ./autogen.sh --prefix /whatever as you will need to change it to (notice the =) ./autogen.sh --prefix=/whatever It is the same with --with-automake and --with-autoconf. Andrew Turner |
From: Joshua N Pritikin <vishnu@po...> - 2003-01-04 13:35:26
|
Wim, can you pass in the object type name through add_id? Since i do indexing and playback with completely different pipelines, it doesn't work to match on "writer_string" in the resolve_writer callback. However, the resolve would work if i could match on the GType name. -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org |
From: Joshua N Pritikin <vishnu@po...> - 2003-01-04 13:19:56
|
It's basically finished now. i need to tested it more thoroughly but it compiles and runs fine with AlienSong.mpg. Wim, can you give me some feedback or just commit it to CVS? -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org |
From: Jan Schmidt <thaytan@ma...> - 2003-01-04 12:09:14
|
<quote who="Daniel Fischer"> > i've attached a patch that you can apply in ../gst-plugins-0.5.0/ext/ with patch -p0 <raw1394-PAL.patch . it works fine on my ThinkPad 600E with a noname ieee1394 pcmcia card and my Sony TRV30 (PAL). I couldn't test NTSC, as i have no NTSC camera. so feedback will be appreciated. > Hi Dan, thanks for the patch. I've included a slightly updated version which changes the way setting the caps is done, and error/warning output. I also changed some of the tabbed indents to spaces, to keep the format consistent, and freed the allocated buffer pool when returning to the NULL state. I've held off applying the patch pending a response from the kino developers as to whether they mind us using their snippet of GPL'd code in an LGPL plugin. Cheers, Jan. -- Jan Schmidt thaytan@... I came for the quality. I stayed for the freedom. -- Sean Neakums |
From: Ronald Bultje <rbultje@ro...> - 2003-01-04 09:54:22
|
On Sat, 2003-01-04 at 01:10, iain wrote: > fre, 2003-01-03 kl. 23:07 skrev Christian Fredrik Kalager Schaller: > > ffmpeg plugin. As I understand it works for using gst-launch, but we > > still need some work before we can use it with spider. Anyone working on > > that? Ronald? > I managed to get marlin to load a divx file which I guess was using it > (because I deleted wincodec files...), so it works with spider, for > audio output at least. My ffmpeg plugin doesn't do audio. And it still has some minor performance gaps (examples: it memcpy()s every decoded frame into a separately allocated buffer instead of decoding to a separate buffer at once, it doesn't do audio, it doesn't do encoding yet... Ohwell. I guess encoding is less of an issue, since for encoding, you need to specify the codec anyway, so you could just as well use ffenc_* for that. We have enough audio plugins (except for WMA - so I might still do it after all, but not short-term)... Only thing left is spider testing (i.e., it might actually just work - no clue). I guess I just need to remove all video plugins and see if autoplugging then works. Any better option? I'll work on this pretty soon. Spider is the only 'important' feature here - the others are long term. Ronald -- Ronald Bultje <rbultje@...> Linux Video/Multimedia developer |
From: iain <iain@pr...> - 2003-01-04 00:13:40
|
fre, 2003-01-03 kl. 23:07 skrev Christian Fredrik Kalager Schaller: > ffmpeg plugin. As I understand it works for using gst-launch, but we > still need some work before we can use it with spider. Anyone working on > that? Ronald? I managed to get marlin to load a divx file which I guess was using it (because I deleted wincodec files...), so it works with spider, for audio output at least. iain -- "Miss Celine Dion sings love songs while our cities burn" |
From: Martin Soto <soto@in...> - 2003-01-03 23:56:28
|
Hi all! I'm trying to compile gst-plugins-0.5.0 but I don't manage to compile the mpeg2dec plugin. The configure script seems to be looking for libcpuaccell > 0.3, but I cannot find that anywhere around (google brings a few matches related to mpeg2dec, but the current version of it (0.3.1) doesn't build such a library). Is this plugin supposed to work at all in 0.5.0? How can I enable it? Thanks, M. S. -- Martin Soto <soto@...> |
From: Christian Fredrik Kalager Schaller <Uraeus@li...> - 2003-01-03 23:07:55
|
Hi team, I managed to play songs and video using Wim's opt scheduler today so it seems we finally have a good alternative to work around the thread issues the plague us. Thanks Wim! Anyway I thought I send out this mail to inquire about status of certain core components. First of all what is the status of Spider? Steve you where working on this (or planned to), but I haven't heard or seen anything for some time. Any news? Also some info on status of gst-player atm would be good. A 0.5.x compatible release would be nice. ffmpeg plugin. As I understand it works for using gst-launch, but we still need some work before we can use it with spider. Anyone working on that? Ronald? I also have the new Red Hat beta Phoebe installed on my laptop now. It bundles GStreamer as most of you know. I will try and do some testing of different compile flags on glibc on it to see if I can get someone at RH to check why we have so much thread issues on RH. -- Christian Fredrik Kalager Schaller <Uraeus@...> |
From: Joshua N Pritikin <vishnu@po...> - 2003-01-03 18:06:47
|
Here's a trivial patch to plug one of many memory leaks. -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org |
From: Joshua N Pritikin <vishnu@po...> - 2003-01-03 18:00:13
|
Here's what i've got finished so far. Am i going in the correct direction? -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org |
From: Christian Fredrik Kalager Schaller <Uraeus@li...> - 2003-01-03 14:03:09
|
Hi Karl, My guess is that you are missing the Hermes colorspace library on your system. Christian On Fri, 2003-01-03 at 13:16, Karl Lattimer wrote: > I’ve used the CVS, source distro from the source forge, and now I’m > using apt-get to use the RPM builds. And I havn’t had any video output > with any version. Could someone please help me!!!! Explain what I > should do to diagnose the problem, please. > > > > Thanks Karl -- Christian Fredrik Kalager Schaller <Uraeus@...> |
From: Karl Lattimer <k.lattimer@nn...> - 2003-01-03 12:17:35
|
I've used the CVS, source distro from the source forge, and now I'm using apt-get to use the RPM builds. And I havn't had any video output with any version. Could someone please help me!!!! Explain what I should do to diagnose the problem, please. Thanks Karl |
From: Joshua N Pritikin <vishnu@po...> - 2003-01-03 09:37:35
|
i'm going to resume work on a persistent version of gstmemindex. After that, i intend to verify mpeg2dec seeking accuracy against cinelerra. If i seek to a time offset in cinelerra then i should get exactly the same frame using the same time offset with gstreamer. i can't tolerate any uncertainty in the position of my in and out points. Will the byte-offset returned by index_seek (mpeg2dec) really be prior to the correct I-frame? i have some doubt because i know there is various other stuff in the mpeg systems stream. Anyway, i'll find out via experimentation. -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org |
From: iain <iain@pr...> - 2003-01-03 00:41:03
|
Hey, I'm having issues destroying a pipeline. Pipeline is custom-src ! f2i ! encoder ! filesink all in a GstThread. Problem is that when I do gst_object_unref on the container bin, it removes the f2i, then the sink, then the src and then crashes in gst_basic_element_remove_element. Adding the debugging in the attached patch prints out this: removing element "f2i" from scheduler chain: 0x8332210 removing element "sink" from scheduler chain: 0x8332210 removing element "src" from scheduler chain: (nil) removing element "encoder" from scheduler chain: 0x8332210 Without the if (chain == NULL) check in the patch, it then crashes somewhere in gst_basic_scheduler_chain_remove_element, probably because the chain is NULL. The patch works, as in, it stops it from crashing, but I'm guessing the NULL chain is just a symptom of something else. I just don't have the knowledge to know what. Any ideas? iain -- Forget about the movement, come and play, come and play |
From: Joshua N Pritikin <vishnu@po...> - 2003-01-02 08:38:04
|
i am happy to see that ffmpeg CVS is being sucked into gstreamer. However, the makefile tries to build ffmpeg even if it is missing (e.g. no internet connection). Attached is a trivial patch to fix it. Wim, i am excited to see that you made the indexer changes i was wanting. i just got back from vacation. i will try out the new stuff as soon as possible. -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org |
From: <fayegonzales4156d88@an...> - 2003-01-02 01:48:19
|
DQo8aHRtbD4NCjxib2R5Pg0KPGZvbnQgY29sb3I9ImZmZmZmZiI+amF6aXo8 L2ZvbnQ+DQo8YnI+DQoqTkVXLVNwZWNpYWwgUGFja2FnZSBEZWFsISo8YnI+ DQpOb3J0b24gU3lzdGVtV29ya3MgMjAwMyBTb2Z0d2FyZSBTdWl0ZSAtUHJv ZmVzc2lvbmFsIEVkaXRpb24tPGJyPg0KPGJyPg0KQVRUTjogVGhpcyBpcyBh IE1VU1QgZm9yIEFMTCBDb21wdXRlciBVc2VycyEhITxicj4NCjxicj4NCklu Y2x1ZGVzIFNJWCAtIEZlYXR1cmUtUGFja2VkIFV0aWxpdGllcy4uLkFMTCBG b3IgT05FIFNwZWNpYWwgTE9XIFByaWNlITxicj4NCjxicj4NCi1Ob3J0b24g QW50aVZpcnVzIDIwMDM8YnI+DQotTm9ydG9uIEdob3N0IDIwMDM8YnI+DQot R29CYWNrIDMgUGVyc29uYWwgRWRpdGlvbjxicj4NCi1Ob3J0b24gVXRpbGl0 aWVzIDIwMDM8YnI+DQotTm9ydG9uIENsZWFuU3dlZXAgMjAwMzxicj4NCi1O b3J0b24gV2luRmF4IEJhc2ljIEVkaXRpb248YnI+DQo8YnI+DQpUaGlzIFNv ZnR3YXJlIFdpbGw6PGJyPg0KLSBQcm90ZWN0IHlvdXIgY29tcHV0ZXIgZnJv bSB1bndhbnRlZCBhbmQgaGF6YXJkb3VzIHZpcnVzZXM8YnI+DQotIEhlbHAg c2VjdXJlIHlvdXIgcHJpdmF0ZSAmIHZhbHVhYmxlIGluZm9ybWF0aW9uPGJy Pg0KLSBBbGxvdyB5b3UgdG8gdHJhbnNmZXIgZmlsZXMgYW5kIHNlbmQgZS1t YWlscyBzYWZlbHk8YnI+DQotIEJhY2t1cCB5b3VyIEFMTCB5b3VyIGRhdGEg cXVpY2sgYW5kIGVhc2lseTxicj4NCi0gSW1wcm92ZSB5b3VyIFBDJ3MgcGVy Zm9ybWFuY2Ugdy9zdXBlcmlvciBpbnRlZ3JhbCBkaWFnbm9zdGljcyE8YnI+ DQo8YnI+DQpTaXggRmVhdHVyZS1QYWNrZWQgVXRpbGl0aWVzLi4uRm9yIE9u ZSBHcmVhdCBQcmljZSE8YnI+DQpBICQzMDAtUGx1cyBDb21iaW5lZCBSZXRh aWwgVmFsdWUhPGJyPg0KPGJyPg0KWU9VUlMgZm9yIE9ubHkgJDM5Ljk5ISAo SW5jbHVkZXMgKipGUkVFKiogU2hpcHBpbmcgVE9PISk8YnI+DQo8YnI+DQpE b24ndCBmYWxsIHByZXkgdG8gZGVzdHJ1Y3RpdmUgdmlydXNlcyBvciBoYWNr ZXJzITxicj4NClByb3RlY3QgIHlvdXIgY29tcHV0ZXIgYW5kIHlvdXIgdmFs dWFibGUgaW5mb3JtYXRpb24hPGJyPg0KPGJyPg0KPGEgaHJlZiA9ICJodHRw Oi8vYW50aXZpcnVzcGx1cy5jb20vbnN3MzEuaHRtIj5DTElDSyBIRVJFIHRv IE9yZGVyIFlvdXJzIE5PVyE8L2E+DQo8YnI+DQo8YnI+DQotLS0tLS0tLS0t LS08YnI+DQpPcHQtT3V0IEluc3RydWN0aW9uczoNCldlIGFyZSBzdHJvbmds eSBhZ2FpbnN0IHNlbmRpbmcgdW5zb2xpY2l0ZWQgZW1haWxzIHRvIHRob3Nl DQp3aG8gZG8gbm90IHdpc2ggdG8gcmVjZWl2ZSBvdXIgc3BlY2lhbCBtYWls aW5ncy4gWW91IGhhdmUgb3B0ZWQNCmluIHRvIG9uZSBvciBtb3JlIG9mIG91 ciBhZmZpbGlhdGUgc2l0ZXMgcmVxdWVzdGluZyB0byBiZSBub3RpZmllZA0K b2YgYW55IHNwZWNpYWwgb2ZmZXJzIHdlIG1heSBydW4gZnJvbSB0aW1lIHRv IHRpbWUuIFdlIGFsc28gaGF2ZQ0KYXR0YWluZWQgdGhlIHNlcnZpY2VzIG9m IGFuIGluZGVwZW5kZW50IDNyZCBwYXJ0eSB0byBvdmVybG9vayBsaXN0DQpt YW5hZ2VtZW50IGFuZCByZW1vdmFsIHNlcnZpY2VzLiBUaGlzIGlzIE5PVCB1 bnNvbGljaXRlZCBlbWFpbC4NCklmIHlvdSBkbyBub3Qgd2lzaCB0byByZWNl aXZlIGZ1cnRoZXIgbWFpbGluZ3MsIHBsZWFzZSB2aXNpdCB0aGUNCmxpbmsg YmVsb3cgYmUgcmVtb3ZlZCBmcm9tIHRoZSBsaXN0LiBQbGVhc2UgYWNjZXB0 IG91ciBhcG9sb2dpZXMNCmlmIHlvdSBoYXZlIGJlZW4gc2VudCB0aGlzIGVt YWlsIGluIGVycm9yLiBXZSBob25vciBhbGwgcmVtb3ZhbA0KcmVxdWVzdHMu DQo8YnI+DQo8YSBocmVmID0gImh0dHA6Ly9hbnRpdmlydXNwbHVzLmNvbS9n b29kYnllLmh0bWwiPlN1Ym1pdCB5b3VyIHJlcXVlc3QgYXQ8L2E+DQo8YnI+ DQo8Zm9udCBjb2xvcj0iZmZmZmZmIj48L2ZvbnQ+DQo8L2JvZHk+DQo8L2h0 bWw+DQo0Mzg5TGFIRTItNTk5dmRuejA1MThrTENoMC01NTFmc0pqODQxNVNL TWwzLTkzMXlnZW01NTI2RktXWDgtMjQybDYw |
From: Jan Schmidt <thaytan@ma...> - 2003-01-01 17:25:30
|
<quote who="Karl Lattimer"> > gst-inspect gnomevfssrc > > and i get > registry: loaded global_registry in 0.040969 seconds > (/usr/etc/gstreamer/registry.xml) > no such element or plugin 'gnomevfssrc' > > but in /usr/lib/gst/ i have these gnomevfs files > > /usr/lib/gst/libgstgnomevfssink.la > /usr/lib/gst/libgstgnomevfssink.so > /usr/lib/gst/libgstgnomevfssrc.la > /usr/lib/gst/libgstgnomevfssrc.so > Try running gst-register to rebuild the registry. Cheers, J -- Jan Schmidt thaytan@... Open Source Software: Free as in Free Speech, not Free Beer |