Search found 5926 matches
- Sun Mar 15, 2026 11:44 am
- Forum: Wishlist
- Topic: Wishlist: Physics Engine
- Replies: 2
- Views: 379
Re: Wishlist: Physics Engine
Maybe the Box2D library could be ported as a Hollywood plugin.
- Sun Mar 15, 2026 11:43 am
- Forum: Newbie questions
- Topic: Miniwood .. Library "dos.hwl" cannot be loaded!
- Replies: 3
- Views: 115
- Sun Mar 15, 2026 11:42 am
- Forum: Hollywood bugs
- Topic: IsMusic() PNG problem
- Replies: 8
- Views: 19143
Re: IsMusic() PNG problem
Code: Select all
- Fix: In rare cases MP3s weren't identified correctly
- Sun Mar 15, 2026 11:40 am
- Forum: General plugin questions
- Topic: AVCodec.hwp crash when mp4 video doesn't have audio stream
- Replies: 4
- Views: 19911
Re: AVCodec.hwp crash when mp4 video doesn't have audio stream
- Fix [Windows]: Videos without an audio stream caused a crash on PlayVideo() when using the non-native video player Btw, I've seen in the OP that you experienced a freeze with the native player with some videos. That also shouldn't happen. The native player should exit cleanly in case it can't pla...
- Sun Mar 15, 2026 11:37 am
- Forum: RapaGUI
- Topic: Can (not) set window position on Ubuntu Linux
- Replies: 1
- Views: 2116
Re: Can (not) set window position on Ubuntu Linux
The next version of RapaGUI will use a more recent version of wxWidgets so maybe this can fix things. If you post an MCVE, I can check if it works with the latest wxWidgets when I get back to working on RapaGUI.
- Sun Mar 15, 2026 11:36 am
- Forum: Hollywood bugs
- Topic: (avcodec) FLAC and SeekMusic(id,0)
- Replies: 1
- Views: 235
Re: (avcodec) FLAC and SeekMusic(id,0)
Code: Select all
- Fix: Seeking FLAC files back to 0 didn't work correctly
- Sun Mar 15, 2026 11:35 am
- Forum: General programming
- Topic: Overlay support for AmigaOS4 (Radeon R100/R200)
- Replies: 18
- Views: 28968
- Sun Mar 08, 2026 4:29 pm
- Forum: APK Compiler
- Topic: What's wrong here?
- Replies: 6
- Views: 11625
Re: What's wrong here?
Is there any reason why you don't use the latest APK Compiler 5.0? APK Compiler 4.4 is 3 years old and the Android build chain and Gradle load lots of additional components needed for building from servers so it could be that something in the build chain is broken. The easiest way to solve this is p...
- Sun Mar 08, 2026 4:27 pm
- Forum: Newbie questions
- Topic: Connecting to the radio stream
- Replies: 5
- Views: 16474
- Sun Mar 08, 2026 4:26 pm
- Forum: Hollywood bugs
- Topic: Minor bug with SeekMusic
- Replies: 9
- Views: 9092
Re: Minor bug with SeekMusic
AvCodec seems to fix the issue. Compariosn between using SeekMusic with AvCodec on and without it, result in SeekMusic jumping to completely different locations, several seconds apart when jumping to location at about 2 minutes. This isn't a Hollywood bug but a DirectShow issue. Keep in mind that o...