]> granicus.if.org Git - handbrake/shortlog
handbrake
2016-03-26 sr55WinGui: Fix a couple of silent errors with the new...
2016-03-26 sr55WinGui: If there are multiple queue recovery files...
2016-03-26 sr55WinGui: Add a new JSON file type to the queue export...
2016-03-26 Damiano GalassiMacGui: fix the "encoding (null)" string that was shown...
2016-03-26 Damiano GalassiMacGui: fix the 'scan only title' option.
2016-03-25 John Stebbinsstream: fix negative array index
2016-03-25 Bradley SeposMacGui: Remove unnecessary libltdl.a dependency.
2016-03-23 John Stebbinshb: cosmetics, removing trailing whitespace
2016-03-23 John Stebbinsmuxavformat: fix sync issue when bframes are enabled
2016-03-23 John Stebbinsstream: fix potential use of uninitialized variable
2016-03-23 John Stebbinsreader: fix memory leak
2016-03-23 John Stebbinspresets: fix memory leak
2016-03-23 John Stebbinslibhb: reorder buffer type enum so uninitialized type...
2016-03-23 John Stebbinsfifo: when HB_BUFFER_DEBUG is set, memset buffers to 0
2016-03-23 John Stebbinsdecavcodec: cosmetics
2016-03-23 John Stebbinsscan: quit looking for audio if a preview scan reaches EOF
2016-03-22 sr55WinGui: Remove a restriction on the WMI GPU information...
2016-03-22 sr55WinGui: Add an app.manifest to explicitly declare suppo...
2016-03-21 sr55WinGUI: Remove option to enable DXVA decoding. There...
2016-03-21 ScottMerge pull request #114 from shakim/support_old_iso639
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-03 Shlomo HakimSupport language code changes between ISO639 and ISO639-1
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...
next