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
(16) |
Feb
(60) |
Mar
(22) |
Apr
(14) |
May
(24) |
Jun
(20) |
Jul
(15) |
Aug
(55) |
Sep
(39) |
Oct
(27) |
Nov
(33) |
Dec
(53) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(186) |
Feb
(87) |
Mar
(153) |
Apr
(186) |
May
(316) |
Jun
(376) |
Jul
(84) |
Aug
(135) |
Sep
(251) |
Oct
(327) |
Nov
(78) |
Dec
(1619) |
2002 |
Jan
(828) |
Feb
(500) |
Mar
(314) |
Apr
(310) |
May
(306) |
Jun
(361) |
Jul
(320) |
Aug
(136) |
Sep
(427) |
Oct
(285) |
Nov
(248) |
Dec
(344) |
2003 |
Jan
(469) |
Feb
(215) |
Mar
(148) |
Apr
(310) |
May
(303) |
Jun
(227) |
Jul
(315) |
Aug
(158) |
Sep
(191) |
Oct
(325) |
Nov
(479) |
Dec
(417) |
2004 |
Jan
(529) |
Feb
(445) |
Mar
(550) |
Apr
(380) |
May
(385) |
Jun
(263) |
Jul
(393) |
Aug
(186) |
Sep
(138) |
Oct
(272) |
Nov
(254) |
Dec
(259) |
2005 |
Jan
(310) |
Feb
(234) |
Mar
(171) |
Apr
(316) |
May
(364) |
Jun
(381) |
Jul
(420) |
Aug
(489) |
Sep
(663) |
Oct
(735) |
Nov
(839) |
Dec
(403) |
2006 |
Jan
(340) |
Feb
(445) |
Mar
(433) |
Apr
(451) |
May
(438) |
Jun
(312) |
Jul
(315) |
Aug
(283) |
Sep
(290) |
Oct
(243) |
Nov
(195) |
Dec
(182) |
2007 |
Jan
(278) |
Feb
(256) |
Mar
(318) |
Apr
(250) |
May
(286) |
Jun
(249) |
Jul
(226) |
Aug
(179) |
Sep
(265) |
Oct
(234) |
Nov
(244) |
Dec
(272) |
2008 |
Jan
(414) |
Feb
(379) |
Mar
(206) |
Apr
(308) |
May
(422) |
Jun
(350) |
Jul
(205) |
Aug
(349) |
Sep
(127) |
Oct
(306) |
Nov
(359) |
Dec
(236) |
2009 |
Jan
(326) |
Feb
(453) |
Mar
(684) |
Apr
(702) |
May
(1106) |
Jun
(774) |
Jul
(441) |
Aug
(561) |
Sep
(603) |
Oct
(824) |
Nov
(539) |
Dec
(347) |
2010 |
Jan
(470) |
Feb
(448) |
Mar
(845) |
Apr
(512) |
May
(428) |
Jun
(893) |
Jul
(347) |
Aug
(350) |
Sep
(689) |
Oct
(456) |
Nov
(254) |
Dec
(860) |
2011 |
Jan
(763) |
Feb
(106) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
(4) |
2
(17) |
3
(13) |
4
(13) |
5
(4) |
6
(1) |
7
(4) |
8
(2) |
9
(14) |
10
(8) |
11
(16) |
12
(8) |
13
(8) |
14
(11) |
15
(17) |
16
(10) |
17
(23) |
18
(13) |
19
(3) |
20
(5) |
21
(23) |
22
(15) |
23
|
24
|
25
|
26
|
27
|
28
|
29
(13) |
30
(22) |
31
(19) |
|
|
From: <thaytan@ke...> - 2007-05-11 17:34:04
|
CVS Root: /cvs/gstreamer Module: gst-plugins-base Changes by: thaytan Date: Fri May 11 2007 17:33:55 UTC Log message: * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack), (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys), (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find), (mpeg_video_type_find), (mpeg_video_stream_type_find), (plugin_init): Consolidate and re-work our mpeg system stream detection to probe more packets and produce a higher confidence result. Fixes a regression caused by lowering the typefind probability last year - related to bug #397810. Remove the redundant MPEG-1 specific typefind function, as the new one detects both MPEG-1 & MPEG-2 happily. Also cleanup the MPEG elementary and MPEG-TS detection functions a little. Tested against my media test directory, with some improvements and no regressions. Modified files: . : ChangeLog gst/typefind : gsttypefindfunctions.c Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/ChangeLog.diff?r1=1.3304&r2=1.3305 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst/typefind/gsttypefindfunctions.c.diff?r1=1.139&r2=1.140 |
From: <zaheer@ke...> - 2007-05-11 16:11:23
|
CVS Root: /cvs/gstreamer Module: gst-plugins-good Changes by: zaheer Date: Fri May 11 2007 16:11:16 UTC Log message: Patch by: Eric Anholt * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display, gst_ximage_src_ximage_get): Use union of all damage between frames to make it faster. Fixes bug #342463. Also fix crasher when cursor is at bottom right of window. Modified files: . : ChangeLog sys/ximage : gstximagesrc.c Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.2914&r2=1.2915 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/sys/ximage/gstximagesrc.c.diff?r1=1.25&r2=1.26 |
From: <tpm@ke...> - 2007-05-11 16:02:05
|
CVS Root: /cvs/gstreamer Module: gst-plugins-good Changes by: tpm Date: Fri May 11 2007 16:01:57 UTC Log message: * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers): Skip LIST chunks before the fmt chunk (fixes #437499). Also fix streaming mode regression for file from #343837 with 'bext' chunk before the 'fmt' chunk. Modified files: . : ChangeLog gst/wavparse : gstwavparse.c Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.2913&r2=1.2914 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/wavparse/gstwavparse.c.diff?r1=1.151&r2=1.152 |
From: <wtay@ke...> - 2007-05-11 15:10:00
|
CVS Root: /cvs/gstreamer Module: gst-plugins-good Changes by: wtay Date: Fri May 11 2007 15:09:51 UTC Log message: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush), (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event), (gst_rtspsrc_stream_configure_manager), (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open), (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play): * gst/rtsp/gstrtspsrc.h: * gst/rtsp/rtspdefs.h: Preliminary seek support. Activate internal pads so that we can receive events on them. Don't try to parse a range string when it's NULL. Modified files: . : ChangeLog gst/rtsp : gstrtspsrc.c gstrtspsrc.h rtspdefs.h Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.2912&r2=1.2913 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/rtsp/gstrtspsrc.c.diff?r1=1.80&r2=1.81 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/rtsp/gstrtspsrc.h.diff?r1=1.32&r2=1.33 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/rtsp/rtspdefs.h.diff?r1=1.16&r2=1.17 |
From: <wtay@ke...> - 2007-05-11 15:04:58
|
CVS Root: /cvs/gstreamer Module: gst-plugins-good Changes by: wtay Date: Fri May 11 2007 15:04:50 UTC Log message: * gst/rtp/README: Update README with new RTP variables that will be used for synchronisation. * gst/rtp/gstrtpvorbisdepay.c: (decode_base64), (gst_rtp_vorbis_depay_parse_configuration), (gst_rtp_vorbis_depay_process): * gst/rtp/gstrtpvorbispay.c: (encode_base64), (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_handle_buffer): Update vorbis pay and depayloader to draft-04. Modified files: . : ChangeLog gst/rtp : README gstrtpvorbisdepay.c gstrtpvorbispay.c Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.2911&r2=1.2912 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/rtp/README.diff?r1=1.11&r2=1.12 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/rtp/gstrtpvorbisdepay.c.diff?r1=1.8&r2=1.9 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/rtp/gstrtpvorbispay.c.diff?r1=1.9&r2=1.10 |
From: <tpm@ke...> - 2007-05-11 14:29:16
|
CVS Root: /cvs/gstreamer Module: gstreamer Changes by: tpm Date: Fri May 11 2007 14:29:08 UTC Log message: Patch by: Jeroen Wouters <woutersj at gmail com> * gst/gsturi.c: (gst_uri_get_protocol), (search_by_entry): Treat protocol strings in a case-insensitive way (#437563). Modified files: . : ChangeLog gst : gsturi.c Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.3199&r2=1.3200 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gsturi.c.diff?r1=1.38&r2=1.39 |
From: <msmith@ke...> - 2007-05-11 13:26:35
|
CVS Root: /cvs/gstreamer Module: common Changes by: msmith Date: Fri May 11 2007 13:26:27 UTC Log message: * gst.supp: Suppression variant for our good friend the TLS leak, this time for Ubuntu Feisty/x86. Modified files: . : ChangeLog gst.supp Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/common/ChangeLog.diff?r1=1.154&r2=1.155 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/common/gst.supp.diff?r1=1.31&r2=1.32 |
From: <wtay@ke...> - 2007-05-11 11:24:35
|
CVS Root: /cvs/gstreamer Module: gst-plugins-good Changes by: wtay Date: Fri May 11 2007 11:24:26 UTC Log message: * gst/rtsp/rtsptransport.c: UDP MCAST is actually the default for RTP/AVP. Modified files: . : ChangeLog gst/rtsp : rtsptransport.c Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.2910&r2=1.2911 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/rtsp/rtsptransport.c.diff?r1=1.11&r2=1.12 |
From: <uraeus@ke...> - 2007-05-11 11:20:55
|
CVS Root: /cvs/gstreamer Module: gst-plugins-bad Changes by: uraeus Date: Fri May 11 2007 11:20:46 UTC Log message: add latest plugin Modified files: . : gst-plugins-bad.spec.in Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/gst-plugins-bad.spec.in.diff?r1=1.30&r2=1.31 |
From: <msmith@ke...> - 2007-05-11 10:57:07
|
CVS Root: /cvs/gstreamer Module: gstreamer Changes by: msmith Date: Fri May 11 2007 10:57:00 UTC Log message: * gst/gstplugin.c: (gst_plugin_load_file): * gst/gstregistry.c: (gst_registry_scan_path_level): Don't print a g_warning for any failure to load a shared object. Instead, push this down into gstplugin.c, and warn _only_ if we failed to open the module (i.e. failure to link). Avoids warnings on normal, working, non-plugin .so files. Modified files: . : ChangeLog gst : gstplugin.c gstregistry.c Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.3198&r2=1.3199 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gstplugin.c.diff?r1=1.171&r2=1.172 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gstregistry.c.diff?r1=1.71&r2=1.72 |
From: <zaheer@ke...> - 2007-05-11 10:31:47
|
CVS Root: /cvs/gstreamer Module: gst-plugins-good Changes by: zaheer Date: Fri May 11 2007 10:31:39 UTC Log message: * sys/ximage/gstximagesrc.c (gst_ximage_src_start, gst_ximage_src_ximage_get): * sys/ximage/gstximagesrc.h (last_ximage): When using Damage actually keep the last frame, and not assume that the buffer we get already has the last frame on it. Copy the cursor over if we specify a non-zero start x and start y. Modified files: . : ChangeLog sys/ximage : gstximagesrc.c gstximagesrc.h Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.2909&r2=1.2910 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/sys/ximage/gstximagesrc.c.diff?r1=1.24&r2=1.25 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/sys/ximage/gstximagesrc.h.diff?r1=1.6&r2=1.7 |
From: <wtay@ke...> - 2007-05-11 09:13:14
|
CVS Root: /cvs/gstreamer Module: gst-plugins-good Changes by: wtay Date: Fri May 11 2007 09:13:07 UTC Log message: * gst/rtsp/rtsptransport.c: Make UDP the default transport when not specified. Modified files: . : ChangeLog gst/rtsp : rtsptransport.c Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.2908&r2=1.2909 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/rtsp/rtsptransport.c.diff?r1=1.10&r2=1.11 |
From: <uraeus@ke...> - 2007-05-11 08:35:37
|
CVS Root: /cvs/gstreamer Module: www Changes by: uraeus Date: Fri May 11 2007 08:35:31 UTC Log message: update robot Modified files: planet : config.ini Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/www/planet/config.ini.diff?r1=1.50&r2=1.51 |
From: <ensonic@ke...> - 2007-05-11 08:29:30
|
CVS Root: /cvs/gstreamer Module: gstreamer Changes by: ensonic Date: Fri May 11 2007 08:29:22 UTC Log message: * gst/gstplugin.c (gst_plugin_load_file): * gst/gstregistry.c (GST_CAT_DEFAULT, gst_registry_lookup_feature_locked, gst_registry_scan_path_level): Print a g_warning if there was an error when loading a plugins during registry scan. The shuld help beginners starting with gst-plugin template. Modified files: . : ChangeLog gst : gstplugin.c gstregistry.c Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.3197&r2=1.3198 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gstplugin.c.diff?r1=1.170&r2=1.171 http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gstregistry.c.diff?r1=1.70&r2=1.71 |
From: <uraeus@ke...> - 2007-05-11 08:03:57
|
CVS Root: /cvs/gstreamer Module: www Changes by: uraeus Date: Fri May 11 2007 07:52:14 UTC Log message: add Robert McQueen Modified files: planet : config.ini Links: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/www/planet/config.ini.diff?r1=1.49&r2=1.50 |