26
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 11 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated project plan More... almost 12 years ago
Some profiling changes to test encoder performance More... almost 12 years ago
Huge refactor, switched almost all methods to using pointers for Frames, and moved some key method calls outside the critical OMP sections. Also, refactored the sws scaler, to create a pool of 32 scalers, and give each thread it's own scaler. This refactor resulted in a 40%+ increase in speed on the FFmpegReader class. More... almost 12 years ago
Added some additional "duration" checks, to fix bugs with reading webm files. More... almost 12 years ago
Added experimental AddEffect method to the frame object, to apply image effects More... almost 12 years ago
Fixed a huge regression with PTS, that caused all sorts of issues with encoded videos, especially webm. More... almost 12 years ago
Added a few new options More... almost 12 years ago
Added 2 additional options for SetOption, and split the preparing of streams and the writing header into separate methods. More... almost 12 years ago
Improved SetOption to recognize a few codecContext variables as well (such as g, qmin, and qmax) More... almost 12 years ago
Fixed python build install paths again More... almost 12 years ago
Testing new python install script More... almost 12 years ago
update manpage More... almost 12 years ago
Added manpage to audio project More... almost 12 years ago
Changed SONAME to 1 More... almost 12 years ago
Changed SONAME to 1 More... almost 12 years ago
Added cmake instructions for different SONAMES More... almost 12 years ago
Added in cmake rules for SONAME More... almost 12 years ago
Simplied the cmake install scripts More... almost 12 years ago
Added doxygen support (mainly for JUCE code), and simplied the install scripts More... almost 12 years ago
Adding a __init__.py python module, for the Debian packaging More... almost 12 years ago
Update cmake build scripts to install the DOC folder, after "make doc" is run More... almost 12 years ago
Fixed the cmake install files to correctly copy the header files More... almost 12 years ago
Merging branches, which accidentally diverged. More... almost 12 years ago
Fixed a bug in the cmake install file More... almost 12 years ago
Removed unneeded rescaling, since the codec and stream always have the same frame rate More... almost 12 years ago
Commented out unused error string, which breaks ffmpeg 53 More... almost 12 years ago
Fixed cmake files to install headers and binary library file More... almost 12 years ago
Added the ability to specify the image type and scale of any frame when calling the Save() method on a frame. This makes it easy to save any frame as any image type at any size image... very useful indeed. More... almost 12 years ago
Fixed the audio resampling by adding a new class called AudioResampler, which maintains state between calls to the JUCE resampler. Maintaining state allows JUCE to remove the discontinuities between the frames, and removes all the pops and crackles. More... almost 12 years ago
Cleaned up the encoder code quite a bit, optimized lots of things, and fixed tons of memory leaks. More... almost 12 years ago