WinGui:
- Fixes "Audio" typo on Queue Window
- If AppleTV is selected, don't reset audio track 2 on new scan
0 lines of code changed in:
LinGui: when setting up a live preview encode, ignore current chapter settings.
if all chapters aren't enabled, the encode exits without completing.
35 lines of code changed in:
Fix one massively stupid & one moderately stupid bug I introduced into the DTS PTS handling.
21 lines of code changed in:
MacGui: Remove custome decomb option from preferences and Picture Settings
- Remove the text field to enter a custom decomb string in the Preferences > Picture window
- Change the NSPopup for decomb to a checkbox in Picture Settings.
95 lines of code changed in:
LinGui: set job->seek_points when generating live preview
1 lines of code changed in:
MacGui: Picture Previews - increase the maximum number of previews per title from 20 to 30.
38 lines of code changed in:
MacGui: Implement variable number of preview frames
- Set in Preferences -> Advanced and defaulted to 10
- Allows for up to 20 previews per title for now.
212 lines of code changed in:
LinGui: variable number of preview frames. preference option to set
the number of frames
573 lines of code changed in:
Adds two new parameters to hb_scan, to control the number of preview frames generated during scan, and whether or not they're written to disk for later display. This will break any interfaces that use hb_scan until the new params are specified...sorry. Also adds a new job->seek_points setting (set this to the same as the number of previews) to be used with job->start_at_preview when doing live preview encodes, so the seek function has a frame of reference.
Wires up the CLI with a --previews option (long option only) to control the new scan parameters, and defaults the CLI to not writing previews to disk.
66 lines of code changed in:
Don't allow multiple decodes of the same ffmpeg audio stream. Because ffmpeg mixes stream reader state with decoder state we only have one decoder instance for the streamso multiple decode requests will garble the audio and/or cause an abort.
(Since the Universal preset specifies AC-3 passthru, using it on non-ac3 audio caused a second decode of the first audio track to be requested which triggered this bug and resulted in lots of aborts for wmv & avi conversions.)
22 lines of code changed in:
WinGui:
- Small display issue fixed. If audio tracks have no sub format. (e.g Director's Commentary), "()" would be displayed. Thanks Canvas (http://forum.handbrake.fr/viewforum.php?f=12)
0 lines of code changed in:
WinGui:
- Fixes a problem with res calc.
- Cleans up the Main.cs file a bit.
0 lines of code changed in:
WinGui:
- Just cut down some code, got rid of some duplicated code etc.
0 lines of code changed in:
Fix 5.1 channels map for vorbis.
19 lines of code changed in:
WinGui:
- Removed RAM limitation code on startup.
- Gets rid of the SystemInfo Class. It's no longer required. Since the ram limitation code has been remove, only the activity window needs access to the information, so, the code has been moved to frmActivityWindow.cs
- Removed some redundant code from frmMain.cs. Cleaned the startup code block up a bit.
- Re-structured frmMain.cs. Moved the code around into more logical regions.
0 lines of code changed in:
LinGui: tidy up the video, audio, and advanced tabs
126 lines of code changed in:
LinGui: remove etched frame clutter from the preview window
248 lines of code changed in:
Remove the old mpeg4i patches that are now redundant.
0 lines of code changed in:
LinGui: reposition the presets frame below toolbar
460 lines of code changed in:
WinGui:
- Queue window is now resizeable. The list of queued items will resize with the window.
0 lines of code changed in:
WinGui:
- The Queue Recovery, inport/export features now use an XML based file system rather than text file.
- Queue now uses class based Queue Items for storing data rather than an arraylist.
- Fixes an issue where the source and/or destination would not show up in the list of queue items.
- Queue progress meter will now update correctly if a user adds more items to the queue after starting the queue.
0 lines of code changed in:
LinGui: move the picture filters to the preview window.
and tidy up the picture tab.
1133 lines of code changed in:
MacGui: Cleanup HBPreferncesController and the preferences nib a little. Original path by blindjimmy
112 lines of code changed in:
LinGui: add a file chooser button for the dest directory. dest file is
separated with its own entry box.
177 lines of code changed in:
LinGui: make socket connect for appcast run in its own thread. prevents
long delay at startup when there are network issues.
10 lines of code changed in:
- add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed streams.
- give transport streams their own demuxer rather than constructing fake PS packets to use the DVD demuxer.
- start re-doing the transport stream code so it does fewer memory to memory copies.
401 lines of code changed in:
MacGui: Fix live preview window so that changes in the preview window are reflected in the main window in real time.
9 lines of code changed in:
MacGui: Live Preview Initial Implementation
- Uses a separate instance of libhb called fPreviewLibhb to do the preview encode. Bypasses the queueing system so you can encode a live preview on one source while encoding another.
- All facets of the encode are replicated (including but not limited to audio tracks, subtitles and picture filters) *except* 2 pass. For speed's sake we only do one pass which should be more than sufficient for a 6 to 60 second preview.
- Live Preview clips are stored in "~/Library/Application Support/HandBrake/Previews/" and remain until a new preview is called for of the same format in which case the old version of "mymovie.mkv" would be replaced with a current version called "mymovie.mkv".
- Uses QTMovieView and QTMovieKit to show 5 - 60 seconds in 5 second increments (determined by a user set NSPopUpButton) of a live preview from the starting point of any of the existing 10 still previews.
- Preview window is now non-modal so can be kept open to see the effect of changing presets, etc.
- Next and Previous buttons replaced with a 10 position slider
- Live Preview is shown same as users QuickTime implementation would show it. ie. without Perian installed, mkv's will not play back, etc.
- Uses QT's stock controller bar with volume, scrubber and single frame advance buttons.
- Known Issues: Movie alignment against the still preview considering the additional height of the movie controller bar. Particularly using loose anamorphic. I am sure there are others.
1210 lines of code changed in:
LinGui: arg! missed a file
1 lines of code changed in:
LinGui: live preview.
this adds new prerequisites to the build. now needs:
gthread-2.0, gstreamer-0.10, gstreamer-interfaces-0.10,
gstreamer-video-0.10, gstreamer-pbutils-0.10
1549 lines of code changed in:
WinGui:
- Seriously? Again? yes, well, 2 big bugs right after release. Release build update with these fixes.
- Presets don't set m4v correctly.
- Presets reset Title and chapters to auto. (this is bad)
0 lines of code changed in:
Updates change set for 0.9.3
216 lines of code changed in:
WinGui:
- Configured for 0.9.3 release
0 lines of code changed in:
LinGui: update about box with new handbrake description
and fix typo in preset description
53 lines of code changed in:
MacGui: Fixes a minor typo in the description of a preset so it reads "it is no longer supported" instead of "it is no supported."
1 lines of code changed in:
Makefile fixes. Official stable releases are now built with the "make official" target, while the default remains a snapshot. This stuff really needs to be revised after 0.9.3.
19 lines of code changed in:
LinGui: fix a reference to free'd preset dictionary when saving a preset.
1 lines of code changed in:
MacGui: Connect outlet for Video Codec label to it enables/disables properly
13 lines of code changed in:
WinGui:
- Small fix to allow the updated presets to display correctly.
Note to self: re-write the code for this function. It's awful!
0 lines of code changed in:
MacGui: Fix issue with queue where cancelling a two pass job during the first pass would leave the second pass in libhh which caused the next job to start by processing the remaining pass from the cancelled job.
- addresses bug reported here http://forum.handbrake.fr/viewtopic.php?f=12&t=7420
53 lines of code changed in:
MacGui: fix compiler warnings in presets code for jbrjake who is amazed it even worked.
2 lines of code changed in:
MacGui and CLI: Finalizes built-in presets for 0.9.3
- Adds a Legacy folder nested inside the Apple folder, which holds 0.9.2's AppleTV preset, the old iPod High-Rez preset (iPod Legacy), and the old iPhone preset.
- The standard iPhone preset has ben changed to CRF, loses the iPod 5.5G atom since its prescence was misleading (the preset doesn't employ VBV controls), and gains 2 mixed reference frames.
- The new AppleTV preset has been slightly nerfed down to subme 7 from subme 9.
- The iPod Classic and Nano preset (formerly known as iPod Low-Rez) has been retitled to simply iPod as it is compatible with the older 5G models.
331 lines of code changed in:
LinGui: import the latest preset changes
889 lines of code changed in:
WinGui:
- Fix Format dropdown. It was not setting the file extension correctly, thus not updating the audio and video encoder dropdowns.
0 lines of code changed in:
WinGui:
- Fixed small bug where release build numbers are not matched correctly with the regex.
0 lines of code changed in:
WinGui:
- Changed chapters "to" to "through"
0 lines of code changed in:
MacGui: Change "Chapter x to Chapter y" in the sources area to "Chapter x through Chapter y" so jbrjake doesn't get confused. ;)
6 lines of code changed in:
Update x264 to r1028
- couple of bufixes since the previous r1024
http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=83baa7fdd2edf3e2f9522fc8b79e0826bcf190fc
1 lines of code changed in:
- get rid of an unnecessary seek that was messing up either mkv or vc1 decoding.
- switch av_seek_frame to zero back to time-based rather than byte-based since time-based screws up mkv & mp4 while time-based works for everything but vc1.
- since ffmpeg doesn't correctly indicate key frames in vc1 look for them ourselves so that vc1 previews & cropping will work.
16 lines of code changed in:
MacGui: Fix issue where proper width was not observed in preview image when using loose anamorphic.
7 lines of code changed in:
Don't abort when the ffmpeg vc1 decoder hands us a bogus packet size
7 lines of code changed in:
WinGui:
Fix for Ticket #107 - Destination Save File Dialog window now shows extension of currently file in the destination field if there is one.
0 lines of code changed in:
- search for IDR frames in blu-ray (m2ts) inputs so we get useful previews
- don't require a key frame after we seeking to the beginning of the file (this was probably causing the leading PPS & SPS of some blu-ray h.264 content to get dropped which resulted in a few seconds of missing video).
35 lines of code changed in:
WinGui:
- Fix a problem with loading presets. Height would be automatically generated if only a width was selected and a source had been scanned. The MaxWidth and Height causes a small libhb conflict, therefor, do not automatically generate a height when maxHeight or maxWidth is used.
0 lines of code changed in:
WinGui:
- Fix: Enable the chapter markers tab if the preset uses chapter markers.
0 lines of code changed in:
MacGui: Add the svn and build number to the individual encode log headers
- thanks for noticing and reminding me cvk_b.
4 lines of code changed in:
CLI: Rearranges and reorganizes the built-in help (-h) , fixes some spelling and technical errors in the descriptions, and removes the hard tabs from that section of test.c.
92 lines of code changed in:
WinGui:
- Fix a potential crash in the Activity window where the window handler may not be initialized in time for the function setText to use it.
0 lines of code changed in:
WinGui:
- Adds the CLI query to the top of every log file generated after an encode finishes. Note: CLI query will only display in the activity window after the CLI has exited. This can be sorted later.
0 lines of code changed in:
fix pmt processing
there were 2 problems
1. when the program list in the pat contains a network PID, the pmt parsing
code doesn't properly skip this entry. this causes attempts to interpret
a pat as a pmt since the pid entry in the table is left initialized to 0.
2. pmt parsing always waits till the start of the second pmt section before
parsing the first. if for some reason there were only one pmt in the
stream, it would never parse the pmt. I've changed it to parse the pmt
as soon as all the necessary bytes are collected.
24 lines of code changed in:
libhb support for live preview
set job->start_at_preview to the preview frame you want to start at
set job->pts_to_stop to the number of 90khz ticks duration
63 lines of code changed in:
LinGui: fix a race in update checking that causes random crashes
2 lines of code changed in:
Bumps libx264 to r1024, bringing with it Nehalem optimizations and a goodly number of spped boosts for those of us on older chips, too.
1 lines of code changed in:
WinGui:
- Small chapter marker tab fix. Thanks canvas.
0 lines of code changed in:
LinGui: oops. forgot to add new appcast files
293 lines of code changed in:
LinGui: add update checking. shows a dialog similar to the macui when
an update is available, but without the "install" option.
808 lines of code changed in:
Bumps libtheora to 1.0 final and fixes a small problem with r1905's chroma rounding re: Theora.
2 lines of code changed in:
Hack to make VC1 work: If we get a ts or m2ts with VC1 video, don't say we have a valid stream. This will cause HB to try to open it with ffmpeg which often can read VC1 TS streams.
16 lines of code changed in:
If 'auto' audio output rate is selected and that results in an invalid rate for AAC, select the next higher valid rate. This should make wmv's & avi's with weird audio rates more likely to work with the default HB settings.
37 lines of code changed in:
CLI: Adds some conidtionals to manicure.rb so CLI users can override audio settings and x264 options when using built-in presets.
376 lines of code changed in:
Correct chroma size for raw video frames - width & height need to be rounded up if they're odd before dividing by 2.
41 lines of code changed in:
- Always use HandBrake's DTS decoder rather than ffmpeg's even for inputs we read via ffmpeg so that we get the user-specified mixdown. Otherwise we eventually abort in the sample rate converter or audio encoder.
- Teach HB's DTS coder to handle implicit timestamps so that it doesn't screw up on mkv's & some m2ts inputs.
- mkv's produced from Bluray HD content seem to have large timestamp errors - filter them out in the decoder so that sync doesn't drop big chunks of our audio.
23 lines of code changed in:
WinGui:
- Fix for the "frmReadDVD.cs - startProc()System.OverflowException:Arithmetic operation resulted in an overflow" error in Title.cs
0 lines of code changed in:
MacGui: Fix multibyte character issue for Chapter Names
- Patch by youk, thanks!
- Addressed here http://forum.handbrake.fr/viewtopic.php?f=12&t=7580
1 lines of code changed in:
clean up picture allocation in hb_get_preview and fix minor picture corruption
that happens when the width is not divisible by 8.
12 lines of code changed in:
WinGui:
- Fix Normal preset not getting loaded if user didn't have default settings set.
0 lines of code changed in:
LinGui: fix start chapter range. allowed entry of chapter numbers beyond
the number of chapters on the disc
Fix a problem with picture scaling. non-anamorphic was allowing dimensions to
be entered that were larger than the title dims.
5 lines of code changed in:
WinGui:
- Set's DRC to 1 by default.
- Chapter Markers tab only enabled if it's a DVD source or ISO image.
- -X and -Y options now parsed by the query parser.
- Added a small hack to allow built-in presets to use -X and -Y and have the query generator correctly generate the query.
0 lines of code changed in:
Bumps libmp4v2 to r45, which should fix issues writing MP4 files > 2GB in Linux.
1 lines of code changed in:
Bumps x264 to r1016, bringing with it assorted quality improvements and speed boosts (and congratulations to them for hitting 1000!)
1 lines of code changed in:
MacGui: Remove check on web optimized and ac3 passthru.
0 lines of code changed in:
LinGui: Remove restriction on ac3 passthru when mp4 http optimize is enabled.
These are no longer incompatible options.
3 lines of code changed in:
LinGui: fix problem with preset import translation when they the standard
presets are loaded for the first time
3 lines of code changed in:
LinGui: fix warnings about obsolete usage of spinbutton page_size property
42 lines of code changed in:
LinGui: silence a new warning message on ubuntu 8.10
1 lines of code changed in:
Bumps libmp4v2 to r43, which fixes MP4Optimize.
1 lines of code changed in:
Minor tweaks the job config display for the COLR atom: only show when not using a default value, display with the name "color matrix" instead of "color space" to avoid confusion with conversions to YUV420 planar color space, and appear with the other container settings instead of video settings.
3 lines of code changed in:
LinGui: purge old activity logs that are older than 1 week
this only applies to logs stored in the users config dir
logs that are stored in the movies destination directory are never purged
44 lines of code changed in: