Commit graph

11 commits

Author SHA1 Message Date
hubertf
2d43904d9d Update smpeg to 0.4.3. Changes:
0.4.3:
 * Updated for Simple DirectMedia Layer version 1.2.0
 * Fixed crash in gtv when doubling the video on Windows
 * Fixed audio stream detection in non-standard MPEG streams
 * Fixed hang on rewind when stream header contains no timestamp
 * SMPEG now uses the SDL_RWops file abstraction internally
 * Fixed bug where the audio was not updating the current time
 * Added some changes for the popcorn MPEG library
 * Added smpeg.m4
 * SDL 1.2.0 supports 24 bpp displays, allow that in plaympeg
 * Ported to MacOS X - one line fix.  I love portable code! :)
   It's still unusably slow, but it works! :)
 * Fixed a hang playing invalid MPEG files
 * Fixed memory leak when used with OpenAL
 * Return a non-zero status from plaympeg if playback fails
 * Changes to compile correctly on QNX RTP
 * Fixed SMPEG_renderFinal() to a different display surface
 * Fixed plaympeg fullscreen toggling for multiple videos
 * Fixed MPEGSystem::TotalTime() hanging on small files
 * Fixed system header decoding (caused misdetection of system streams)
 * Added bilinear filter toggling with the 'f' key in plaympeg
 * Use the correct SDL configuration script on FreeBSD

0.4.2:
 * Check for the GLU library when seeing if we can build the OpenGL example
 * Fixed crash when loading files of zero bytes
 * Added --enable-threaded-system configure option (defaults off)
 * Fixed end of stream detection
 * Fixed crashes in gtv when trying to play MP3 files with no video
 * Disabled the system thread by default.
   You can re-enable it by looking for USE_SYSTEM_THREAD in MPEGsystem.cpp
 * Fixed RenderFinal() to a different surface than the original one
 * Fixed seeking in MPEG files
 * Fixed crash in system data decoding
 * Removed movie size limitations from glmovie, works great!
 * Fixed hang when audio data was partially corrupt in the first block
 * Fixed bug where audio was always mono
 * Fixed UDP port binding for raw:// MPEG support
 * Fixed spurious empty audio buffer at start of playback
 * SMPEG_playAudio() now returns the amount of audio data mixed
 * SMPEG_playAudioSDL() wraps SMPEG_playAudio, as a callback hook for SDL.
 * Added a configure option --disable-threaded-audio
 * Fixed various compiler warnings
 * Added abstraction support for hardware acceleration (no card support yet)
 * Fixed lseek problem on FreeBSD
2001-05-17 12:33:04 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
skrll
2fb471eb70 Fix PLIST problem noted by recent alpha bulk build. 2001-03-19 11:14:15 +00:00
skrll
a8d1e7fa28 Re-enable the -release option of libtool. ELF is fully supported with a.out
support to follow. Note this in documentation.

Bump revision of libtool to nb3 and update dependencies.

Update (sort) known affected PLISTs.

Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us>
Fixes problems with cross/* noted on tech-pkg and packages by
	Chuck Cranor <chuck@research.att.com>, and
	Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2001-03-12 11:23:01 +00:00
skrll
955ba0dbb6 Fix PLIST to remove libtool -release argument. 2001-03-04 18:10:15 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
hubertf
05a2f46fa9 needs gtk+ to build gtv; also add smpeg-config to PLIST 2001-01-03 13:59:54 +00:00
rh
9dbcc6460b Change dependency: SDL-1.1.5 -> SDL>=1.1.5 2000-10-22 16:56:08 +00:00
wulf
530f04a774 Completed PLIST 2000-10-15 09:06:57 +00:00
wulf
8c3ba98764 Initial import of smpeg, the SDL MPEG player library 2000-10-15 08:48:33 +00:00