26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Jun 22, 2023 — Jun 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced last_video_frame and last_audio_frame with a single last_frame variable, and refactored some related code. This fixes a big audio seeking bug. More... almost 12 years ago
Changed the method of determining if a frame is completed or not. More... almost 12 years ago
Updated project plan More... almost 12 years ago
Added some debug messages about when a frame is "complete" More... almost 12 years ago
Refactored the cache class to only apply the max frames against "previous" frames, and allow unlimited number of future frames, to account for different types of files (some which have hundreds of tiny frames, which need large future cache). More... almost 12 years ago
Fixed a small audio buffer issue, and removed more debug code. More... almost 12 years ago
All known memory leaks are now fixed, and the memory seems to hold steady when looping through frames for many many minutes at a time. Fixed a bug with av_free_packet, which was breaking after an audio decode. Removed lots of debug statements. More... almost 12 years ago
Started adding clean up code, to reduce memory footprint More... almost 12 years ago
Made CheckSeek() threadsafe More... almost 12 years ago
Fixed many bugs, including an audio crackle between packets, and fixed many multi-threading issues. More... almost 12 years ago
merged branches, forgot to push More... almost 12 years ago
Protected audio decoding in a omp_critical, and removed some debug code More... almost 12 years ago
Added a omp critical section around the audio decoding (for now) More... almost 12 years ago
More OpenMP debug code More... almost 12 years ago
Lots of experimental changes with the FFmpegReader, and caching of packets. More... almost 12 years ago
1) Successfully got OpenMP working with the video processing method. 2) Added new "processing" flag, to help determine if a frame is being worked on in a thread 3) Added a new cache Display() method, for debugging reasons More... almost 12 years ago
Another openmp tweak More... almost 12 years ago
Fixed a few openmp bugs in the FFmpegReader, but there are still many issues More... almost 12 years ago
Fixed cmake dependency for JUCE on Windows More... almost 12 years ago
Updated project plan More... almost 12 years ago
Fixed build issues on Windwos 7, by disabling WASAPI and adding a sleep() macro and linking a few new Windows libraries. More... about 12 years ago
Added author of JUCE to AUTHORS file More... about 12 years ago
Make SDL method private, so Python bindings still work More... about 12 years ago
Added project plan for libOpenShot, to help schedule my time More... about 12 years ago
Fixing JUCE build errors on MinGW More... about 12 years ago
openmp changes More... about 12 years ago
Fixed audio code to work with the newest version of JUCE (v2.0), and removed sample programs More... about 12 years ago
Added a TestSound executable to the cMake build instructions, which plays a test sound, and fixed the linking to include ALSA (asound) More... about 12 years ago
Got ffmpeg and juce compiling and mostly everything working again. FFmpeg is the newest version, and so is JUCE. More... about 12 years ago
Removed juce files to their own library More... about 12 years ago