File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension Ogg::Theora::LibTheora.
2
2
3
- 0.03 thu sep 06 00:50:40 2011
3
+ 0.04 thu sep 06 00:50:40 2011
4
4
- issues#1 (get_th_ycbcr_buffer_info)
5
5
6
6
0.03 thu apr 07 14:59:40 2011
Original file line number Diff line number Diff line change 1
- Ogg-Theora-LibTheora version 0.03
1
+ Ogg-Theora-LibTheora version 0.04
2
2
=================================
3
3
4
4
Perl Module to give access to libtheora functions.
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ our @EXPORT = qw(
188
188
TH_RATECTL_DROP_FRAMES
189
189
) ;
190
190
191
- our $VERSION = ' 0.03 ' ;
191
+ our $VERSION = ' 0.04 ' ;
192
192
193
193
sub AUTOLOAD {
194
194
# This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -1044,13 +1044,15 @@ Ogg::LibOgg, L<Ogg::LibOgg>
1044
1044
1045
1045
Theora Documentation, L<http://www.theora.org/doc/libtheora-1.0/>
1046
1046
1047
+ You can find the code for this module and few examples at L<https://github.com/vigith/Ogg-Theora-LibTheora>
1048
+
1047
1049
=head1 AUTHOR
1048
1050
1049
1051
Vigith Maurice, E<lt> vigith@cpan.orgE<gt>
1050
1052
1051
1053
=head1 COPYRIGHT AND LICENSE
1052
1054
1053
- Copyright (C) 2011 by Vigith Maurice, L<www.vigith.com> E<lt> vigith@yahoo-inc .comE<gt>
1055
+ Copyright (C) 2011,2012 by Vigith Maurice, L<www.vigith.com> E<lt> vigith@cpan .comE<gt>
1054
1056
1055
1057
This library is free software; you can redistribute it and/or modify
1056
1058
it under the same terms as Perl itself, either Perl version 5.8.9 or,
You can’t perform that action at this time.
0 commit comments