Older
-
r33
(* ext/lame.c: changed macro for RDoc.
) committed by kouji.takao
- * ext/lame.c: changed macro for RDoc.
* ext/lame.c: changed macro for RDoc.
-
r32
(* README: updated.
* ext/lame.c: updated RDoc for Lame::Enc...) committed by kouji.takao
- * README: updated.
* ext/lame.c: updated RDoc for Lame::Encoder.
* README: updated.
* ext/lame.c: updated RDoc for Lame::Encoder.
-
r31
(* ext/lame.c (Init_lame): added ogg method.
) committed by kouji.takao
- * ext/lame.c (Init_lame): added ogg method.
* ext/lame.c (Init_lame): added ogg method.
-
r30
(* ext/lame.c (lame_ruby_encoder_encode): added right_pcm_dat...) committed by kouji.takao
- * ext/lame.c (lame_ruby_encoder_encode): added right_pcm_data
argument. fixed bug, calculating mp3 buffer size.
* ext/lame.c (lame_ruby_encoder_flush): added nogap
argument. fixed bug, calculating mp3 buffer size.
* ext/lame.c (lame_ruby_encoder_encode): added right_pcm_data
argument. fixed bug, calculating mp3 buffer size.
* ext/lame.c (lame_ruby_encoder_flush): added nogap
argument. fixed bug, calculating mp3 buffer size.
-
r29
(* ext/lame.c (Init_lame): added encoding accessor.
* ext/la...) committed by kouji.takao
- * ext/lame.c (Init_lame): added encoding accessor.
* ext/lame.c (lame_ruby_encoder_initialize): set false to @encoding.
* ext/lame.c (lame_ruby_encoder_encode): did not check @decoding.
* ext/lame.c (lame_ruby_encoder_flush): ditto.
* ext/lame.c (Init_lame): added encoding accessor.
* ext/lame.c (lame_ruby_encoder_initialize): set false to @encoding.
* ext/lame.c (lame_ruby_encoder_encode): did not check @decoding.
* ext/lame.c (lame_ruby_encoder_flush): ditto.
-
r28
(* ext/lame.c (lame_ruby_encoder_initialize): fixed bug, coul...) committed by kouji.takao
- * ext/lame.c (lame_ruby_encoder_initialize): fixed bug, could not
support options.
* ext/lame.c (lame_ruby_encoder_initialize): fixed bug, could not
support options.
-
r27
(* ext/lame.c (lame_ruby_encoder_initialize): supported some ...) committed by kouji.takao
- * ext/lame.c (lame_ruby_encoder_initialize): supported some options.
* ext/lame.c (lame_ruby_encoder_initialize): supported some options.
-
-
r25
(edited svn:keywords.
) committed by kouji.takao
- edited svn:keywords.
-
r24
(* ext/lame.c (lame_ruby_encoder_encode): fixed bug.
) committed by kouji.takao
- * ext/lame.c (lame_ruby_encoder_encode): fixed bug.
* ext/lame.c (lame_ruby_encoder_encode): fixed bug.
-
r23
(* ext/lame.c: added Lame::Encoder, Lame::Decoder.
) committed by kouji.takao
- * ext/lame.c: added Lame::Encoder, Lame::Decoder.
* ext/lame.c: added Lame::Encoder, Lame::Decoder.
-
r22
(* Rakefile: modified for RubyGems.
) committed by kouji.takao
- * Rakefile: modified for RubyGems.
* Rakefile: modified for RubyGems.
-
r21
(* LICENCE: added.
* Rakefile: ditto.
* README: added Licen...) committed by kouji.takao
- * LICENCE: added.
* Rakefile: ditto.
* README: added Licence.
* LICENCE: added.
* Rakefile: ditto.
* README: added Licence.
-
r20
(* ext/lame.c (Lame#input_sample_rate): renamed from
Lame#i...) committed by kouji.takao
- * ext/lame.c (Lame#input_sample_rate): renamed from
Lame#input_sampling_rate.
* ext/lame.c (Lame#input_sample_rate=): renamed from
Lame#input_sampling_rate=.
* ext/lame.c (Lame#output_sample_rate): renamed from
Lame#output_sampling_rate.
* ext/lame.c (Lame#output_sample_rate=): renamed from
Lame#output_sampling_rate=.
* ext/lame.c (Lame#input_sample_rate): renamed from
Lame#input_sampling_rate.
* ext/lame.c (Lame#input_sample_rate=): renamed from
Lame#input_sampling_rate=.
* ext/lame.c (Lame#output_sample_rate): renamed from
Lame#output_sampling_rate.
* ext/lame.c (Lame#output_sample_rate=): renamed from
Lame#output_sampling_rate=.
-
r19
(* ext/lame.c: added RDoc.
) committed by kouji.takao
- * ext/lame.c: added RDoc.
* ext/lame.c: added RDoc.
-
r18
(* ext/lame.c: added RDoc.
) committed by kouji.takao
- * ext/lame.c: added RDoc.
* ext/lame.c: added RDoc.
-
r17
(* ext/lame.c: refactored comments for RDoc.
) committed by kouji.takao
- * ext/lame.c: refactored comments for RDoc.
* ext/lame.c: refactored comments for RDoc.
-
r16
(* ext/lame.c: added RDoc for all methods.
) committed by kouji.takao
- * ext/lame.c: added RDoc for all methods.
* ext/lame.c: added RDoc for all methods.
-
r15
(* Rakefile: added tasks for RDoc.
* docs: added directory f...) committed by kouji.takao
- * Rakefile: added tasks for RDoc.
* docs: added directory for documents.
* Rakefile: added tasks for RDoc.
* docs: added directory for documents.
-
r14
(* Rakefile (setup): added some tasks for setup.rb. supported...) committed by kouji.takao
- * Rakefile (setup): added some tasks for setup.rb. supported
options for setup.rb with SETUP_OPTS=...
* Rakefile (setup): added some tasks for setup.rb. supported
options for setup.rb with SETUP_OPTS=...
-
r13
(* Rakefile: modified task for rubygems.
* test/lame_test.rb...) committed by kouji.takao
- * Rakefile: modified task for rubygems.
* test/lame_test.rb: required test_helper.
* Rakefile: modified task for rubygems.
* test/lame_test.rb: required test_helper.
-
r12
(* ext/lame.c: added RDoc.
* Rakefile: added lame.c to RDoc....) committed by kouji.takao
- * ext/lame.c: added RDoc.
* Rakefile: added lame.c to RDoc.
* ext/lame.c: added RDoc.
* Rakefile: added lame.c to RDoc.
-
r11
(* Rakefile: modified task for rubygems.
* VERSION: added.
) committed by kouji.takao
- * Rakefile: modified task for rubygems.
* VERSION: added.
* Rakefile: modified task for rubygems.
* VERSION: added.
-
r10
(editted svn:ignore property.
) committed by kouji.takao
- editted svn:ignore property.
editted svn:ignore property.
-
r9
(* Rakefile (gem): added task.
* Rakefile (package): ditto.
...) committed by kouji.takao
- * Rakefile (gem): added task.
* Rakefile (package): ditto.
* Rakefile (repackage): ditto.
* Rakefile (gem): added task.
* Rakefile (package): ditto.
* Rakefile (repackage): ditto.
-
r8
(editted svn:ignore property.
) committed by kouji.takao
- editted svn:ignore property.
editted svn:ignore property.
-
r7
(* Rakefile (setup): added tasks for setup.rb.
) committed by kouji.takao
- * Rakefile (setup): added tasks for setup.rb.
* Rakefile (setup): added tasks for setup.rb.
-
r6
(editted svn:ignore property.
) committed by kouji.takao
- editted svn:ignore property.
editted svn:ignore property.
-
r5
(* Rakefile: added.
) committed by kouji.takao
- * Rakefile: added.
-
r4
(* ext/lame.c (Init_lame): added Lame#output_sampling_rate,
...) committed by kouji.takao
- * ext/lame.c (Init_lame): added Lame#output_sampling_rate,
Lame#output_sampling_rate= methods.
fixed typo, Lame#encoder_delay and Lame#encoder_padding.
* test/test_helper.rb: added test helper script.
* test/lame_test.rb: added unit test for Lame.
* ext/lame.c (Init_lame): added Lame#output_sampling_rate,
Lame#output_sampling_rate= methods.
fixed typo, Lame#encoder_delay and Lame#encoder_padding.
* test/test_helper.rb: added test helper script.
* test/lame_test.rb: added unit test for Lame.
-
r3
(* ext/lame.c (lame_ruby_encode_flush): remove unused variabl...) committed by kouji.takao
- * ext/lame.c (lame_ruby_encode_flush): remove unused variable.
* ext/lame.c (lame_ruby_encode_flush): remove unused variable.
-
-
|