119
I Use This!
High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Nov 10, 2024 — Nov 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
barber pole progress bar is shown during the "muxing" phase and no longer show 0.0%. applies to both HB and IHB When we can figure out how to get a percent complete, we can use that. IHB now uses same app icon as HB. Probably want to change the actual icon, but I wanted IHB to make use of the dock progress bar like in HB. More... almost 19 years ago
Upgrade ffmpeg to Revision 7444, corrected the patch for clean apply. More... almost 19 years ago
- OSX GUI: the [Enable Queue] checkbox was not disabled by default. A user could click Cancel on the Open DVD menu, enable the queue, click Add to Queue and crash HandBrake. Also, it annoyed me being the only thing enabled :) More... almost 19 years ago
3rd and hopefully last time that I add the default audio stream preference, please have a look before commiting your changes More... almost 19 years ago
Set curl to redirect to the new contrib package download mirror. Without this, jam fails on Macs. More... almost 19 years ago
Revert changes to threading sleep intervals. Some users have issues with this. It is less risky to not include this for release 0.7.2 More... almost 19 years ago
Revert HB mac gui to m0k layout for impending 0.7.2 release. Note: pri's language default combobox is also gone in this reversion for the preferences window. However, the underlying code for it is still retained in controller.mm. More... almost 19 years ago
added worker thread sleep throttling. each of the work object threads now self adjust their sleep interval based on the "fullness" of their fifo. 80% is the choose threshold. Work objects with a fifo fullness of greater than 80% increase their sleep interval. This allows other work object with less than 80% fullness more CPU usage. Also adjusted thread_func, reader, and muxer sleep intervals to more reasonable values. More... almost 19 years ago
Documentation begins. Added method documentation for hb.c as well as a few methods in sync.c and work.c More to come. More... almost 19 years ago
added HB_STATE_MUXING to hb_state_s and corresponding structure. this state indicates the transition from the end of HB_STATE_WORKING to the beginning of HB_STATE_WORKDONE. This state can take as long a 10 minutes on a long conversion. The associated working structure contains a progress float. Once we determine how to get a proper progress from the call to av_write_trailer in libavformat, we can update this progress. HB, IHB, and HBTest are now using using HB_STATE_MUXING to provided feedback to the user. More... almost 19 years ago
RapidSVN commited changes to files I did not want commited. This commit revert those files back to rev 92. missed another file. More... almost 19 years ago
RapidSVN commited changes to files I did not want commited. This commit revert those files back to rev 92. More... almost 19 years ago
added Doxyfile, config file for doxygen More... almost 19 years ago
Give more explanations on the jam/jamintel commands... More... almost 19 years ago
Disabled the ffmpeg patch that don't work on current tarball. More... almost 19 years ago
Changed download path for contrib libraries from http://multics.dynalias.com/handbrake/contrib to http://download.handbrake.dynalias.com/contrib More... almost 19 years ago
Added CRF x264 rate control method to HBTest. More... almost 19 years ago
added title # to output filename More... almost 19 years ago
Jam Intel binary gives the OSPLAT=X86, will be merged with the jam PPC binary after tests prouves that it works correctly More... almost 19 years ago
Pri: Reintroduce the audio preferences combobox in pref controler More... almost 19 years ago
Pri: Save audio preferences More... almost 19 years ago
Changes to make HandBrake build on Windows using the Cygwin environment: More... almost 19 years ago
by dynflash Handbrake GUI: -fixed ScanController so that HB doesnt crash if you try to open a dvd that isnt there. -Uses DVD name as the default for Movie output (instead of the generic "Movie.mp4" -Versioned 0.7.1a5 in in Handbrake.plist to assist testers and developers of HB binary in telling which one they are using. More... almost 19 years ago
dynaflash - - Handbrake GUI redesign - Separate Video, Audio, Subtitles into a Tab View containers to clean up main window - Created "Output Settings Divider" to delineate Output Settings from Destination More... almost 19 years ago
Pri: Add preference for the default audio stream More... almost 19 years ago
Pri: Add preference for the default audio stream More... almost 19 years ago
Pri: Add preference for the default audio stream More... almost 19 years ago
-added Max Picture Width, options are 640 (default) and 320. -changed video bit rate to correspond to max width choice, 640x -> 1000, 320x ->500 -advanced IHB version to 1.0a2 More... almost 19 years ago
Replaced UB version of jam with PPC version. Intel version has issues. PPC version should run under all mac platforms. More... almost 19 years ago
Fixed HandBrake Scan Panel for Optical Drive Uses DVD Name instead of drive location Displays DVD Name in Main window h.264 defaults to Baseline Level 3 More... almost 19 years ago