WinGui:
- Changed minimal resolution from 1024x768 to 1024x720 for 720 HD TV owners.
0 lines of code changed in:
WinGui:
- Added some checks to the Query Parser to prevent it from throwing exceptions in normal circumstances. The Function should now be usable.
0 lines of code changed in:
WinGui:
- Reversed the functionality of the show/hide presets button. By default presets always show now.
- Re-added file open / save options and removed presets open/save buttons. Was confusing users.
- Added the ability to modify items on the queue.
- All Presets Updated.
- Queue Threading changed in an attempt to avoid Windows loosing track of it.
0 lines of code changed in:
Automagically set keyframe intervals for x264, based on the specified FPS.
So...
23.976fps content gets a minimum interval of 24 and a maximum of 240
25fps content uses defaults, a minimum interval of 25 and a maximum of 250
29.97fps content gets a minimum of 30 and a maximum of 300.
10 lines of code changed in:
Repeat after me, eddyg is a wally.
0 lines of code changed in:
Modify the xcode libhb default target to properly reflect version 0.9.1 for jam builds. Thanks for the heads up cvk_b !
2 lines of code changed in:
Changed logging messages about PTS discontinuities to be less verbose, and changed audio discontinuity handling to work correctly should it be leading the video.
112 lines of code changed in:
Modifies CLI help message for audio track selection, to make it clearer how to specify multiple tracks.
3 lines of code changed in:
Reverts r1030 because it didn't work properly: -P would eat the next word as an option even if it was another flag.
1 lines of code changed in:
Adds short parameter names for denoising and deinterlacing in the CLI.
--denoise=weak , --deinterlace=slower, etc.
Denoise options are weak, medium, and strong.
Deinterlace options are fast, slow, slower, slowest.
Both use the same parameters as the MacGUI.
41 lines of code changed in:
WinGui:
- Few small enhancements to the queue, including a "stop queue" button
0 lines of code changed in:
Allow short option name -P for loose anamorphic to take its optional argument without an equals sign. Long name still needs the equals sign. So... -P 8, --loosePixelratio=8.
Thanks, saintdev!
1 lines of code changed in:
"Loose" anamorphic:
- Scales the storage frame size to arbitrary widths, like 640 for the iPod.
- Uses dimensions that divide cleanly by an arbitrary number (default: 16) and adjusts the SAR to match
- Uses ITU PAR values when the video is meant to be overscanned ( 7+ pixels cropped on left+right)
203 lines of code changed in:
WinGui:
- Some main window tweaks. Some of the window colours were not appearing correctly. (thanks Lant for pointing this out)
- Added an exception handler into the queue. See if we can't track down why windows seems to lose track of the process/threads.
- Turbo First pass now deselects / disables should a non h264 codec be selected. it also re-enables nicer now.
0 lines of code changed in:
This patch from superdump lets muxmp4.c set a Height Ratio for the QuickTime transformation matrix. This makes it possible to scale up 4:3 material to 720*540 on playback, instead of displaying it scaled down to 640*480. In other words: true anamorphic 4:3.
20 lines of code changed in:
WinGui:
- Change: All windows made sizeable
- Change: Queue / Media Info Windows now have titles + icon and appear correctly in the task bar.
- Change: Minimise box removed in Queue window in favour of the Windows default minimise button.
- Fixed: System requirements checker was not confirming the correct amount of ram.
- Removed: Code to handle CLI Information without text files. This can not work without all data going out via standard output which has been decided against.
0 lines of code changed in:
WinGUI:
- First implementation of a query parser. This takes in a query and returns each item in a human readable form
Notes from previous build that were not added rev [1024]
- Fixed: deinterlace options passing the incorrect values to the CLI
- Change: Turbo First pass can no longer be enabled if 2 pass is not.
- Fixed: CRF now set's correctly
- Change: CLI now determines the default audio mixdown rather than the GUI
702 lines of code changed in:
WinGUI:
- New development tab (hidden in release builds) for testing functions.
- Fixed: chapter markers now get saved when using "set default" option
- Fixed: crash on query editor if copy was used with an empty text box
- Fixed: a few corrupted presets
- Added: Width / height & anamorphic options get highlighted in red if someone tries to change the width/height when anamorphic is enabled. (text explanation added)
0 lines of code changed in:
Change the fifo size from being statically tuned for a Mac Pro with 4 CPUs to dynamically adjust according to how many processors are available. 8 extra buffers in the fifo per CPU available. Hopefully this will make the single CPU systems run at pretty much the same speed as before (although they may still be slower if they are low on memory and start thrashing the pager).
10 lines of code changed in:
WinGUI:
- Updated installer with .Net information for lazy users.
0 lines of code changed in:
Somehow this went missing as I prepared these subtitle changes for commit in 1011. Without this change encoding will hang when there is a subtitle in the fifo at a PTS discontinuity.
2 lines of code changed in:
Detect and workaround missing end of cell markers caused by corrupted DVD content, note that any lost DVD content stays lost, but at least it doesn't cause repeated Cells, which are more annoying than a few seconds of lost movie.
83 lines of code changed in:
Port HandBrake to Solaris, most of the heavy lifting provided by begi.
189 lines of code changed in:
Fixed a problem when using more than 13 b-frames in x264
7 lines of code changed in:
MacGui: Queue Enhancements courtesy of travistex
- Encodes now stick around in the queue's displayed after they have been completed. They are marked with a check mark icon.
- The "active" encode is shown with a chasing arrows icon.
- Completed encodes have a spotlight icon by them to allow you to show in finder
- Support for reordering encodes in the queue via drag and drop. Currently #define'd out because there's currently no easy way to reorder hblib's job list. But some day maybe...
861 lines of code changed in:
Add travistex to the AUTHORS file
4 lines of code changed in:
MacGui: Remove the sanity check for 23.976 framerate and detelecine
2 lines of code changed in:
Increases the size of the integer holding MPEG-2 picture flags in the hb_buffer structure to 16 bits. It was 8-bit, and that couldn't hold 256, the REPEAT_FIRST_FIELD flag for soft-telecine.
1 lines of code changed in:
Change the progress messages to use stdout, added a flush after each progress update to ensure timly updates for windows.
12 lines of code changed in:
Fix to the chapter merging to ensure that when reading from the media we take into account chapters that we have merged. This prevents premature exiting from encoding.
30 lines of code changed in:
Don't drop subtitles when crossing PTS discontinuities by using buffer sequence numbers to determine where in the stream the buffer came from.
213 lines of code changed in:
MacGui: Rename iPhone preset to iPhone / iPod Touch
1 lines of code changed in:
MacGui: update build number to : 2007100800 for 0.9.1 release
3 lines of code changed in:
Bump HB_BUILD date for jam.
1 lines of code changed in:
Alphabetizes AUTHORS by surname, credits huevos_rancheros' contributions.
8 lines of code changed in:
WinGui:
- Fixed a very small bug with the h264 options bug. 1 line fix.
- Quick Start tips added to the help menu and removed from app startup.
0 lines of code changed in:
Adds more changes for 0.9.1 to the NEWS file.
16 lines of code changed in:
MacGUI: Removed some localized strings so the presets work fine in the french localization.
0 lines of code changed in:
Cygwin contrib pack updated to 0013
2 lines of code changed in:
Mac OS X Contrib Binaries ++ to 0020
- Threaded ffmpeg
- Better vorbis (AoTuV)
- x264 patched to allow specifying when to use IDR frames
1 lines of code changed in:
WinGui:
-Code to expire development builds
-New show/hide options for the new preset system.
-Few bug fixes.
-Updated Installer
0 lines of code changed in:
Two changes, one ensure zero size buffers are zero size, second change the buffer cleanup to be later.
27 lines of code changed in:
When duplicating the x264 options keep a pointer to the start of the options so that we can free them. Also check that the memory allocation actually succeeded.
6 lines of code changed in: