]> granicus.if.org Git - handbrake/shortlog
handbrake
2016-03-21 sr55WinGui: Some Cosmetic changes and links added to the...
2016-03-21 John Stebbinspresets: fix import of old version-less preset files
2016-03-21 sr55WinGui: Some fixes and tidyup of the new logging code.
2016-03-21 sr55WinGui: Add a Logging Service into the AppServices...
2016-03-18 sr55WinGui: Fixed an issue where the " Use Advanced Tab...
2016-03-18 sr55Add note about libfftw3-dev. Fixes #108
2016-03-17 John StebbinsLinGui: center image in preview window
2016-03-17 John StebbinsLinGui: replace preview "fullscreen" with preview windo...
2016-03-15 John StebbinsLinGui: fix centering of preview in larger window
2016-03-15 John StebbinsLinGui: make preview frame selector slider wider
2016-03-15 John StebbinsLinGui: simplify live preview and preview hud code
2016-03-14 Damiano GalassiMacGui: added some enum to HBJob model to make things...
2016-03-14 Damiano GalassiMacGui: move some kvo helpers to the UIAdditions category.
2016-03-14 John StebbinsLinGui: enable live preview (gstreamer) by default...
2016-03-14 John StebbinsLinGui: tell gstreamer where to find plugins on win32
2016-03-14 John StebbinsLinGui: some win32 fixes
2016-03-13 John Stebbinsbuild: fix regex probe
2016-03-13 John Stebbinscli: remove unused variables version and build
2016-03-13 John StebbinsLinGui: make gdk pixbuf loaders work under mingw
2016-03-12 sr55Missed updating an hb_init call for the removal of...
2016-03-12 sr55Remove the CLI / LibHB Update Checker. It's been broken...
2016-03-12 John StebbinsLinGui: fix "Cancel" of subtitle changes
2016-03-12 John Stebbinscli: add support for import of GUI queue file
2016-03-12 John StebbinsLinGui: Tidy up queue format
2016-03-12 sr55WinGui: Add SHA1 Verification of the update downloads...
2016-03-12 John StebbinsMerge pull request #124 from jstebbins/decomb-split
2016-03-12 Damiano GalassiMacGui: add interlace detection filter.
2016-03-11 sr55WinGui: Fixes for the new filters setup.
2016-03-11 sr55WinGui: Missing Decomb options
2016-03-11 sr55WinGui: Initial commit supporting separated interlace...
2016-03-11 John StebbinsLinGui: link comb-detect and deinterlace filters
2016-03-11 John Stebbinscomb-detect: adjust default sensitivity and add "Less...
2016-03-11 John Stebbinscli: add comb detection options
2016-03-11 John Stebbinsqsv: fix build
2016-03-11 John Stebbinsdecomb: split comb detection out into it's own filter
2016-03-11 John Stebbinssync: fix hang at end of p-to-p encoding with subtitles
2016-03-11 John Stebbinsreader: fix p-to-p seconds for non-seekable streams
2016-03-11 John Stebbinssync: fix yet another subtitle issue.
2016-03-11 Damiano GalassiMacGui: move the objc libhb wrapper to a separate frame...
2016-03-10 John StebbinsLinGui: prevent crashes due to an invalid queue file
2016-03-10 John StebbinsLinGui: don't assume log text is iso-8859-1
2016-03-10 Damiano GalassiMacGui: remove an unused var.
2016-03-10 Damiano GalassiMacGui: remove the NSString check for the PictureRotate...
2016-03-10 John Stebbinslingui: fix use of freed memory
2016-03-09 John StebbinsMerge pull request #118 from jstebbins/filter-dict
2016-03-09 sr55WinGui: Fix Framerate mode for Same as source
2016-03-09 sr55WinGui: Update deinterlace method to Yadif and update...
2016-03-09 sr55WinGui: Initial support for dict based filter options.
2016-03-09 John Stebbinsmacui support for filter dict settings
2016-03-09 John Stebbinsfilters: make job filter settings an hb_dict_t
2016-03-09 Damiano GalassiMacGui: use the kvc accessor methods, so that the prese...
2016-03-09 John Stebbinshb_dict: convert json null to empty string upon string...
2016-03-06 John Stebbinssync: fix handling of end-of-subtitle markers
2016-03-06 John Stebbinslibhb: fix buffer over-reads by libav get_bits()
2016-03-06 John Stebbinslibhb: fix memory leaks
2016-03-05 John Stebbinscli: fix constant framerate
2016-03-02 sr55WinGui: Don't check diskspace on UNC paths.
2016-03-02 sr55WinGui: Updating the code to handle Deinterlace / Decom...
2016-03-01 Damiano GalassiMacGui: rewrite the NSDictionary to NSArray converter...
2016-03-01 Damiano Galassiscan: check if the video decoder was properly initializ...
2016-02-28 John Stebbinsdecavcodec: recompute frame duration for every frame
2016-02-26 Damiano GalassiMacGui: add a NSDictionary extension to convert from...
2016-02-26 Damiano GalassiMacGui: make HBCore titles ivar always non null.
2016-02-26 Damiano GalassiMacGui: the 'default' as the standard deinterlace filte...
2016-02-25 John Stebbinslingui: fix data type of GType variable
2016-02-23 Damiano GalassiMacGui: check if there is at least one character in...
2016-02-21 sr55WinGui: Fix Audio Tab Track by Language selection behav...
2016-02-21 ScottUpdate NEWS
2016-02-20 sr55Updated the NEWS file.
2016-02-20 sr55WinGui: Added a text block on the Queue Add selection...
2016-02-20 sr55WinGui: Missing file from last commit.
2016-02-20 sr55WinGui: Adding a "Queue" Menu
2016-02-16 John Stebbinsdeinterlace: fix mapping of legacy "slow" preset
2016-02-16 John Stebbinsdecomb: fix decomb check
2016-02-16 Damiano GalassiMacGui: write the right minor and micro version in...
2016-02-15 John Stebbinssync: improve video dejitter
2016-02-15 John StebbinsMerge pull request #67 from jstebbins/deinterlace
2016-02-15 John Stebbinsmacui: change "Deinterlace" to "Yadif"
2016-02-15 John Stebbinsdeinterlace: add conditional deinterlacing of interlace...
2016-02-15 John Stebbinsdeinterlace: use avfilter yadif deinterlacer
2016-02-15 Damiano GalassiMacGui: show what preset will be used in the 'Add title...
2016-02-13 sr55WinGui: Fix a few binding errors on the audio Default...
2016-02-13 sr55WinGui: x264/5 multilib support. You can now encode...
2016-02-12 John Stebbinslibhb: fix he-aac fallback setup
2016-02-12 John Stebbinssync: fix crash when sync init fails
2016-02-12 Damiano GalassiMacGui: fix build. There is no need to thin sparkle...
2016-02-12 Damiano GalassiMacGui: add a tooltip to the video encoders popup.
2016-02-12 Damiano GalassiMerge pull request #90 from anongitter/master
2016-02-11 anongitterMove png icons into an asset catalog
2016-02-11 Bradley Seposcontrib: Rename libav patch for better DV in AVI compat...
2016-02-11 Bradley Seposcontrib: Add libav patch for better DV in AVI compatibi...
2016-02-11 John Stebbinsx265: bump to version 1.9
2016-02-11 Damiano GalassiMacGui: update sparkle to version 1.13.1.
2016-02-10 sr55WinGui: Detect if FDK encoder is available or not.
2016-02-10 sr55WinGui: WebOptimised and iPod 5G support checkboxes...
2016-02-10 John Stebbinsbuild: do not enable fdk-aac by default
2016-02-10 John Stebbinssync: fix subtitle timestamps that go backwards
2016-02-10 Damiano GalassiMacGui: fix the 'add preset' panel minimum size.
2016-02-09 sr55WinGui: Fixed a bug with Audio Fallback encoder not...
2016-02-09 John Stebbinsrendersub: fix crash when processing EOF in subtitle...
next