FFK
14.02.2009, 18:53 |
DUGL Player 0.3 Beta (Announce) |
This is a beta version need more tests
what's new
- True 16bits GUI
- Better and keyboard friendly File dialog
- Slider and image Button
- Faster start-up
- Speed-up thanks to DUGL 1.14
...
unfortunately:
- using older version of libmpeg2
- no more video format support
download from
http://www.mediafire.com/?mynvm23nbyt |
rr
Berlin, Germany, 14.02.2009, 21:55
@ FFK
|
DUGL Player 0.3 Beta |
> - no more video format support
Why (not)? --- Forum admin |
FFK
14.02.2009, 22:04
@ rr
|
DUGL Player 0.3 Beta |
> > - no more video format support
>
> Why (not)?
DJGPP compiled libs (as libmpeg2) and easy understandable docs or examples how to use those libs. |
rr
Berlin, Germany, 14.02.2009, 22:14
@ FFK
|
DUGL Player 0.3 Beta |
> > > - no more video format support
> >
> > Why (not)?
>
> DJGPP compiled libs (as libmpeg2) and easy understandable docs or examples
> how to use those libs.
I should have asked this first: What you mean by "no more video format support"? No playing of MPEG-2 videos? --- Forum admin |
FFK
14.02.2009, 22:20
@ rr
|
DUGL Player 0.3 Beta |
>
> I should have asked this first: What you mean by "no more video format
> support"? No playing of MPEG-2 videos?
Sorry my english isn't the best
I mean't that i wanted to add support for more formats like ogg, mp4 , ... if there is DJGPP libs that can help me decoding |
Rugxulo
Usono, 14.02.2009, 23:19
@ FFK
|
DUGL Player 0.3 Beta |
> Sorry my english isn't the best
> I mean't that i wanted to add support for more formats like ogg, mp4 , ...
> if there is DJGPP libs that can help me decoding
Library for playing MPEG and OGG theora files |
FFK
15.02.2009, 14:05
@ FFK
|
DUGL Player 0.3 Beta2 |
Here a new DUGL Player Beta2 using the latest libmpeg2 0.51.
Except a size increase of about 4kb i haven't noticed any speed increase.
I'm waiting for feedbacks
DUGL PLayer 0.3 Beta2 |
FFK
15.02.2009, 14:16
@ Rugxulo
|
DUGL Player 0.3 Beta |
> Library for playing MPEG and OGG theora files
I will try. But from first look this library seems to be made for allegro ? |
FFK
20.02.2009, 01:14
@ FFK
|
DUGL Player 0.3 Beta3 |
DUGL Player Beta3
news :
compiled with the official DJGPP port libmpeg2 0.51.
added libmpeg2 accel information on the about dialog
added loop option
DUGL Player 0.3 Beta3 |
DOS386
20.02.2009, 05:42
@ FFK
|
DUGL Player 0.3 Beta APEG |
> I will try. But from first look this library seems to be made for allegro?
YES. Allegro addon library. But the player and encoder are promising.
The new DUGL player is nice just it lacks the video support present in APEG player. --- This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft *** |
Khusraw
Bucharest, Romania, 20.02.2009, 17:19
@ DOS386
|
DUGL Player 0.3 Beta APEG |
> > I will try. But from first look this library seems to be made for
> allegro?
>
> YES. Allegro addon library. But the player and encoder are promising.
>
> The new DUGL player is nice just it lacks the video support present in
> APEG player.
He can replace Allegro calls with DUGL calls and change some lines in the APEG source code and everything will be all right. --- Glory to God for all things |
FFK
21.02.2009, 11:49
@ Khusraw
|
DUGL Player 0.3 Beta APEG |
> > > I will try. But from first look this library seems to be made for
> > allegro?
> >
> > YES. Allegro addon library. But the player and encoder are promising.
> >
> > The new DUGL player is nice just it lacks the video support present
> in
> > APEG player.
>
> He can replace Allegro calls with DUGL calls and change some lines in the
> APEG source code and everything will be all right.
To replace allegro calls by DUGL calls i have to learn Allegro, and i have to understand the APEG sources, and this is too much time.
I do prefer a ready for use library as libmpeg2.
BTW is there any easy understandable source code or documentation for a demuxer for mpg files ? Or if some one can explain in few lines the algorithm behind mpeg2dec.c ? |
flox
21.02.2009, 18:51
@ FFK
|
DUGL Player 0.3 Beta3 |
I tested it and it works well with the sample file!
(tested only video). |
rr
Berlin, Germany, 21.02.2009, 21:16
@ flox
|
DUGL Player 0.3 Beta3 |
> I tested it and it works well with the sample file!
> (tested only video).
ACK --- Forum admin |
Khusraw
Bucharest, Romania, 22.02.2009, 11:05
@ FFK
|
DUGL Player 0.3 Beta APEG |
> BTW is there any easy understandable source code or documentation for a
> demuxer for mpg files ? Or if some one can explain in few lines the
> algorithm behind mpeg2dec.c ?
Read at least MPEG file format documentation and try to understand it. I think it deserves the effort... --- Glory to God for all things |