]> granicus.if.org Git - handbrake/shortlog
handbrake
2015-05-21 ritsukaMacGui: set the deployment target to 10.7.
2015-05-21 jstebbinsx265: bump to version 1.7
2015-05-20 ritsukaMacGui: add a test target to the Xcode project, plus...
2015-05-20 jstebbinsLinGui: use libhb to init audio and subtitle lists
2015-05-19 Rodeolibhb: assume remix support when input layout is not...
2015-05-19 jstebbinsLinGui: refactor subtitle pane
2015-05-19 RodeoMacGui: better samplerate validation.
2015-05-18 jstebbinsLinGui: more audio refactoring
2015-05-18 jstebbinsdict: make hb_value_get_json param const
2015-05-17 sr55WinGui: General tidy up and remove the custom styling...
2015-05-17 ritsukaMacGui: add more tooltips. All the tooltips in https...
2015-05-17 Rodeopreset_template: allow all supported passthru codecs...
2015-05-17 RodeoMacGui: I would commit seppuku, but I am no samurai.
2015-05-17 Rodeolibhb: make libFDK the default (HE-)AAC encoder.
2015-05-17 ritsukaMacGui: make a copy of a preset before showing the...
2015-05-17 RodeoMacGui: don't forget the fastdecode checkbox when print...
2015-05-16 RodeoMacGui: remove workaround for the case where the output...
2015-05-16 Rodeolibhb: return the global bitrate limits for a given...
2015-05-16 sr55WinGui: Update the libhb preset stubs.
2015-05-16 RodeoMacGui: forgot one :(
2015-05-16 RodeoMacGUI: don't double-sanitize encoder names.
2015-05-16 RodeoMacGui: reset allowed passthru codecs when applying...
2015-05-16 RodeoMacGui: don't hardcode encoder names.
2015-05-16 ritsukaAllow negative number in hb_validate_filter_settings...
2015-05-16 ritsukaMacGui: allow exporting a preset folder. Add import...
2015-05-15 jstebbinscli: fix return value check for hb_presets_add_path()
2015-05-15 jstebbinsLinGui: audio pane refactoring
2015-05-15 jstebbinsrotate: Use more intuitive rotation parameters
2015-05-15 ritsukaMacGui: add a missing "not" in the deinterlace conversi...
2015-05-14 ritsukaMacGui: fix deinterlace in preview window.
2015-05-14 ritsukaMacGui: fix detelecine.
2015-05-14 ritsukaMacGui: remove the built in presets update alert.
2015-05-14 jstebbinspresets: add new UserPresets.json path for osx cli...
2015-05-14 ritsukaMacGui: encode the right type for keepDisplayAspect.
2015-05-14 ritsukaMacGui: remove the old presets.plist file
2015-05-14 ritsukaMacGui: use libhb built-in presets and validation funct...
2015-05-14 jstebbinsLinGui: rename json preferences file ...
2015-05-14 jstebbinslingui: use libhb preset management from linux gui
2015-05-14 jstebbinscli: fix --height
2015-05-13 jstebbinscli: fix initialization of encode ranges
2015-05-13 jstebbinscli: restore -O, -I, -P, -U, and -g options
2015-05-13 jstebbinsLinGui: fix 32bit builds
2015-05-13 ritsukaMacGui: remove che previews cache in HBPreviewGenerator...
2015-05-12 ritsukaMacGui: limit the preview images cache to ~ the size...
2015-05-12 jstebbinsscan: increase scan size thresh to accomodate raw 4K avi
2015-05-11 jstebbinscli: fix missing subtitle "Default" flag when --all...
2015-05-09 sr55WinGui: Remove some test code.
2015-05-09 sr55WinGui: Pad out some initial infrastructure to read...
2015-05-09 jstebbinscli: fix audio codec selection when one codec specified...
2015-05-09 jstebbinscli: fix off-by-one error in subtitle track selection
2015-05-07 sr55WinGui: Restore Preview functionality. The calc logic...
2015-05-07 ritsukaMacGui: use small size for the cropping radio button.
2015-05-07 ritsukaMacGui: wrap more hb_title properties in HBTitle.
2015-05-07 ritsukaMacGui: cosmetics.
2015-05-06 jstebbinscli: fix off-by-one audio track selection
2015-05-06 jstebbinsscripts: set svn:executable property on new scripts
2015-05-06 jstebbinslibhb,cli: add preset management to libhb, use it in cli
2015-05-04 jstebbinslibhb: enable vbr encoding with fdk-aac and libav-aac
2015-05-03 RodeoMacGui: fix endpoints for point-2-point encoding.
2015-05-03 RodeoMacGui: fix a couple nasty rounding errors.
2015-05-03 jstebbinsLinGui: refresh queue button pending count when queue...
2015-05-03 sr55WinGui: Fix Line Endings and (StyleCop)Warnings
2015-05-03 sr55WinGui: Some Model Re-factoring by RandomEngy
2015-05-03 sr55WinGui:
2015-05-01 jstebbinsLinGui: fix scanning file specified on command line
2015-05-01 jstebbinsstream: fix TS parsing after a seek
2015-05-01 jstebbinsLinGui: add snapshot build for ubuntu 15.04
2015-05-01 jstebbinsfdk-aac: bump to version 0.1.4
2015-05-01 ritsukaMacGui: fix autocrop.
2015-05-01 jstebbinslibhb: Use a buffer flat to indicate EOF
2015-05-01 ritsukaMacGui: fix built in presets update on earlier os x...
2015-05-01 jstebbinslibhb: fix mingw link, undefined symbol CoTaskMemFree
2015-04-30 Rodeohb_get_user_config_directory: improvements.
2015-04-30 jstebbinslibbluray: use official 0.8.0 release
2015-04-30 ritsukaMacGui: fix the multiple instances alert.
2015-04-30 jstebbinsLinGui: Fix issue with editing audio or subtitles
2015-04-30 jstebbinslibbluray: bump to version with UDF support
2015-04-30 ritsukaMacGui: fix scan progress bar.
2015-04-30 ritsukaMacGui: add a new formatter to convert a hb_state_t...
2015-04-30 ritsukaMacGui: cosmetics
2015-04-28 jstebbinsLinGui: fix dest file generateion for block devices
2015-04-27 sr55WinGui: left in a empty static style. now removed.
2015-04-27 sr55WinGui: Further Minor UI tweaks. F1 Keyboard shortcut...
2015-04-27 jstebbinsjson: fix packig audio track in title
2015-04-26 jstebbinsjson: fix "End" parsing of p-to-p frame range
2015-04-26 jstebbinsLinGui: Allow setting p-to-p end frame beyond guessed...
2015-04-26 jstebbinsLinGui: Allow setting p-to-p end time beyond guessed...
2015-04-25 sr55WinGui: Further UI / UX Tweaks. Main body of settings...
2015-04-24 jstebbinsp-to-p: fix seek to start pts source initial PTS != 0
2015-04-24 bradleyslibhb: Build local pkgconfig when building local autotools.
2015-04-23 jstebbinsports: use standardized sched_yield instead of pthread_...
2015-04-22 jstebbinsdemuxmpeg: Don't drop frames with bad timestamps
2015-04-22 jstebbinsstream: Improve transport stream PCR handling
2015-04-22 jstebbinssync: fix frame p-to-p extra audio after end frame
2015-04-22 jstebbinsLinGui: Add pending count to "Queue" toolbar button
2015-04-22 sr55WinGui: Some minor UI Improvements. Including Waiting...
2015-04-22 jstebbinsLinGui: adjust tooltip line alignments
2015-04-22 jstebbinsLinGui: fix setting forces subtitles in job
2015-04-22 jstebbinsLinGui: Remove "reload queue" dialog. The queue is...
2015-04-22 ritsukaMacGui: Remove the "Reload queue" alert. The queue...
next