Timeline


and

03/05/10:

22:40 Ticket #341 (Description for shoutcast output) created by mrpingouin
It seems that output.icecast's description param is unused with shoutcast …
04:00 Changeset [7213] by dbaelde
Fix the documentation about the video settings.
03:52 Changeset [7212] by dbaelde
Typo in the doc.
00:42 Changeset [7211] by dbaelde
Cosmetic and document 0.1.2 CHANGES: the optimization was actually a …

03/04/10:

00:41 DebianStableBackports edited by toots
(diff)
00:28 Changeset [7210] by dbaelde
Attach position information on clock exceptions to report better error …

03/03/10:

19:14 Ticket #340 (Non-conservative mode broke in current SVN) created by toots
Hi ! It seems that the new behaviour for request.dynamic is broken …

03/01/10:

00:32 Changeset [7209] by dbaelde
Add #get_tick to clocks for more control (this is useful since …
00:28 Changeset [7208] by dbaelde
Add sync param to clock().

02/28/10:

22:11 Changeset [7207] by dbaelde
Define operator first and source from operator instead of the opposite, …
21:34 Changeset [7206] by dbaelde
Avoid artificial ticks of the sub-clock, which cause gaps in the stream.

02/26/10:

04:10 Changeset [7205] by dbaelde
Update resample (actually rewrite it using proper Generators and renamed …
04:05 Changeset [7204] by dbaelde
Add Clock.get which assumes that a clock variable is determined and …
04:04 Changeset [7203] by dbaelde
Add Clock.get which assumes that a clock variable is determined and …
00:36 Changeset [7202] by dbaelde
Enhance generic error messages for lang_encoders and add bound checkings …

02/25/10:

23:49 Changeset [7201] by dbaelde
Check for illegal expressions (and in particular variables) in encoding …
23:30 Changeset [7200] by dbaelde
Extract encoding formats' parsing in a separate module before refining it …
17:29 Changeset [7199] by dbaelde
Looks like I forgot to even compile the last-minute abort_track-forwarding …
07:30 Changeset [7198] by dbaelde
Sort of restored the old time_wrap except that it's now spelled correctly …
07:25 Changeset [7197] by dbaelde
Minor comments, and forward the name as an ID hint to the base class.
07:24 Changeset [7196] by dbaelde
Add a call to source#wake_up to get the kind logged like most other …

02/23/10:

17:00 Ticket #339 (Refine replay_metadata in switching operators) created by mrpingouin
Don't replay metadata when the old source produces a new metadata chunk. …
06:47 Changeset [7195] by dbaelde
Add a notion of clock sub-occurrence and the corresponding occurs-check in …

02/20/10:

23:39 Changeset [7194] by dbaelde
Get rid of Root, the "global clock", and create an infrastructure allowing …
13:38 Ticket #338 (Check bounds for encoding parameters) created by smimram
We should avoid bug reports like the one below: we should check that …
08:23 Changeset [7193] by dbaelde
Cosmetic, and remove the use of Root.uptime.
08:18 Changeset [7192] by dbaelde
Add ID param to crossfade().

02/15/10:

23:01 Ticket #337 (source.dynamic and switch.liq) created by mrpingouin
We can (and should try to) re-implement switch.ml as a liq script using …
23:00 Ticket #336 (Review midi decoder) created by mrpingouin
Make sure the midi decoder is precise about how it checks the content …
22:59 Ticket #335 (External decoder) created by mrpingouin
Restore the external decoder in the new decoding infrastructure. The new …
22:46 Ticket #186 (Add video buffer, merge audio and video buffers..) closed by mrpingouin
fixed: This has been done shortly after 0.9.2 and doesn't seem to be an issue …
22:45 Ticket #185 (Ticks logic..) closed by mrpingouin
fixed: This has been closed on SVN shortly after 0.9.2, seems to be working fine.
19:04 Changeset [7191] by smimram
Document explicitely how to stop scrolling.
09:34 Changeset [7190] by smimram
Load images with metadata.
09:23 Changeset [7189] by smimram
Cleanly handle not found files.
03:56 Changeset [7188] by metamorph68
Compile video.text only when SDL is enabled..

02/14/10:

22:43 Changeset [7187] by dbaelde
Update chord.liq to use mux. Cosmetic cleanup in chord.txt.
22:41 Changeset [7186] by dbaelde
Generalize add_video/audio into more general mux_audio/video operators. …
22:38 Changeset [7185] by dbaelde
Add set_content_unsafe for optimizations. Don't blit one thing to itself …
22:01 Changeset [7184] by smimram
Remove fixed TODO.
21:54 Changeset [7183] by smimram
video.text and video.image are now correctly adding their image to the …
21:20 Changeset [7182] by smimram
Make video.image an operator.

02/13/10:

21:10 Changeset [7181] by dbaelde
Fix a bug: do not add a break, the source already did, and adding two is …
21:09 Changeset [7180] by dbaelde
Allow audio and midi (and drop them) in VFrame.content, as we did for …
20:48 Changeset [7179] by smimram
video.text should be an operator.
19:45 Changeset [7178] by smimram
Handle metadata with video.text (which is now an operator) + add …
18:36 Changeset [7177] by smimram
Add back video.text.
18:30 Changeset [7176] by smimram
Allow - as chord to mute.
18:25 Changeset [7175] by smimram
Example for chord.
16:32 Changeset [7174] by smimram
With ADSR notes should be generated in a temporary buffer.
15:50 Changeset [7173] by smimram
Enhance chord which is now correctly working.
15:49 Changeset [7172] by smimram
New operator to add audio channels to a stream.
15:48 Changeset [7171] by smimram
Export type_of_int and add empty chan type.
15:46 Changeset [7170] by smimram
Cosmetic.

02/12/10:

21:05 Changeset [7169] by dbaelde
Set the right type for that operator. Makes it crash, now…
20:39 Changeset [7168] by smimram
Try filling chords from metadata.
19:28 Changeset [7167] by dbaelde
A few header updates on recently modified files.
19:09 Changeset [7166] by dbaelde
Allow for media requests with kind (0,0,0), by flagging explicitly raw …
00:16 Changeset [7165] by smimram
Keep notes on across frames.

02/11/10:

23:48 Changeset [7164] by smimram
Make envelope optional.
23:36 Changeset [7163] by smimram
Allow muting + dim chords.
23:32 Changeset [7162] by smimram
A few more chord modes.
23:30 Changeset [7161] by smimram
Forgot the chord.ml file…
23:29 Changeset [7160] by smimram
First dummy chord implementation.
21:40 Changeset [7159] by dbaelde
Add a pure metadata decoder and an identity operator for streams with zero …
19:29 Changeset [7158] by metamorph68
Fixed samplerate bug: function failed when inbuflen = 0
06:31 Ticket #232 (Factorize code from http and lastfm source) closed by mrpingouin
fixed: I don't know when but it's done.

02/10/10:

21:49 Changeset [7157] by smimram
More coherent naming of dssi operators.
19:03 Changeset [7156] by smimram
Correct duration conversion for midi files.
18:41 Changeset [7155] by dbaelde
Remove the parameter 'before' which has been experimental and broken for …
18:37 Changeset [7154] by dbaelde
Start to restore the MIDI decoder. Doesn't seem to work now, but it should …
18:18 Changeset [7153] by dbaelde
Cosmetic.
18:15 Changeset [7152] by dbaelde
Cosmetic.

02/09/10:

22:48 Changeset [7151] by dbaelde
Cleanup and reorganize some code left after the transition to the new …
17:55 Changeset [7150] by dbaelde
Alphabetical order and new user (BAZE*FM).
17:38 Changeset [7149] by metamorph68
Added missing ) in dyn_op.ml
01:07 Changeset [7148] by metamorph68
Tagged ocaml-cry for release (0.1.2)
01:07 Changeset [7147] by metamorph68
Prepared ocaml-cry for release (0.1.2)
00:11 Changeset [7146] by dbaelde
New operator: source.dynamic() which is a sort of dynamically updatable …
00:03 Changeset [7145] by dbaelde
Two more builtins for manipulating sources: is_ready and remaining.
00:01 Changeset [7144] by dbaelde
Fix #remaining in input.harbor/http: infinity when relaying, and the …

02/07/10:

00:05 Changeset [7143] by metamorph68
Reset ogg encoder only if icy_metadata = false

02/05/10:

23:11 Changeset [7142] by metamorph68
* Switched ocaml-cry send implementation to Unix.write. This has been …
00:32 Changeset [7141] by metamorph68
Some more disclaimers..
00:28 Changeset [7140] by metamorph68
Fix stupid typo..
00:27 Changeset [7139] by metamorph68
Disclaimers about shoutcast..
00:24 Changeset [7138] by metamorph68
Add more disclaimers..
00:21 Changeset [7137] by metamorph68
Fix stupid syntax error..
00:20 Changeset [7136] by metamorph68
Changed part of the doc to use the new outputs.. May still need some work …
00:08 Changeset [7135] by metamorph68
* Add a disclaimer when building a svn snapshot. * Move some part of …
Note: See TracTimeline for information about the timeline view.