]> granicus.if.org Git - handbrake/shortlog
handbrake
2013-01-11 sr55WinGui: Couple of minor UI tweaks and new tooltips.
2013-01-06 RodeoMacGui: free(NULL) is perfectly safe.
2013-01-06 RodeoMacGui: fAudioFallbackPopUp should be an NSPopUpButton.
2013-01-06 RodeoMacGui: fX264MediumPresetIndex is an index, not a pointer.
2013-01-06 RodeoCLI: fix AppleTV preset in ShowPresets().
2013-01-06 jstebbinsLinGui,CLI: change h.264 profile to high in AppleTV...
2013-01-06 jstebbinslibiconv patch: disables building of preloadable shared lib
2013-01-06 sr55WinGui: Restore RF0 warning and Correctly show RF or...
2013-01-06 sr55WinGui: Fix AllowSleep option. Port the Numeric Stepper...
2013-01-06 RodeoCLI: fix previous commit. free(NULL) is perfectly safe.
2013-01-06 RodeoCLI: check against NULL before freeing.
2013-01-06 jstebbinsLinGui: fix issue with FLAC24 fallback
2013-01-06 jstebbinslibhb: fix audio sync regression with DVDs
2013-01-06 jstebbinslibhb: handle incorrect stuffing in transport streams
2013-01-06 jstebbinsFix dts-hd regression
2013-01-05 jstebbinsLinGui: silence some compiler warnings
2013-01-04 RodeoCLI: fix warning.
2013-01-04 Rodeohb_rate_s, hb_mixdown_s, hb_encoder_s: use const char...
2013-01-04 RodeoCLI: help: print per-encoder default mixdown dynamically.
2013-01-04 RodeoCLI: avoid an #fidef.
2013-01-04 RodeoCLI: use hb_get_default_audio_encoder().
2013-01-04 Rodeolibhb: add hb_get_default_audio_encoder().
2013-01-04 RodeoCLI: fix logging of the default mixdown in --help.
2013-01-04 Rodeocommon.h: cosmetics.
2013-01-03 jstebbinsLinGui: fix selection of mixdown when using fallback...
2013-01-03 jstebbinsLinGui: build preset import/export tables from hb_encod...
2013-01-03 jstebbinsbuild system: update config.guess
2013-01-03 jstebbinslibav: solaris build fixes
2013-01-03 RodeoMacGui: fix queue editing after adding the x264 preset...
2013-01-03 RodeoMacGui: cosmetics.
2013-01-03 RodeoMacGui: add getters and setter for x264 preset system.
2013-01-02 RodeoFLAC: add 24-bit encoding.
2013-01-02 jstebbinslibav patch: fix dts audio bitstream desync when frame...
2013-01-02 RodeoMacGui: fix memory leak, more refactoring, bugfixes.
2013-01-02 RodeoMacGui: more refactoring, bugfixes.
2013-01-02 RodeoMacGui: fix fx264UseAdvancedOptionsCheck (hopefully).
2013-01-02 RodeoMacGui: code refactoring (x264 preset system).
2013-01-02 RodeoMacGui: fix preset import/export with the x264 system.
2013-01-01 jstebbinslibhb: fix a problem with BD audio track detection
2013-01-01 dynaflashMacGui: Initial x264 presets implementation.
2012-12-31 jstebbinsLinGui: filter out high444 from h264 profiles
2012-12-31 RodeoBump libav to v9_beta3.
2012-12-31 sr55WinGui: Removed High444, use auto instead.
2012-12-31 sr55WinGui: Increase the size of the cropping numeric boxes...
2012-12-31 sr55WinGui: Missed a place for removing High10 and 422
2012-12-31 sr55WinGui: Bump copyright date.
2012-12-31 sr55WinGui: Remove High10 and High422 options.
2012-12-30 jstebbinsLinGui: filter out x264 profiles high10 and high422
2012-12-30 jstebbinsLinGui: Update copyright dates
2012-12-29 sr55WinGui: Add the plist keys and fix numerous bugs in...
2012-12-28 jstebbinsLinGui: preset import/export robustness
2012-12-28 sr55WinGui: Initial work to implement x264 Preset/Tune...
2012-12-27 jstebbinslingui: convert tabs to spaces
2012-12-27 jstebbinsupdate presets for lingui and CLI
2012-12-27 jstebbinsLinGui: add x264 preset/tune/profile/level support
2012-12-27 sr55WinGui: Default the textboxes for Seconds and Frames...
2012-12-27 sr55WinGui: Improved handling of preview filename generatio...
2012-12-26 jstebbinslibhb: prevent segfault when opening mp4 file fails.
2012-12-24 sr55WinGui: Make the advanced encoder options respond befor...
2012-12-24 sr55WinGui: Allow negative srt offset.
2012-12-24 sr55WinGui: Fix SRT Offset.
2012-12-20 Rodeohb_x264_param_unparse: cosmetics.
2012-12-20 Rodeohb_x264_param_unparse: unset a few options that have...
2012-12-20 Rodeohb_apply_h264_level: cosmetics, change the meaning...
2012-12-17 jstebbinsfix mac ui scaling problem after performing live previe...
2012-12-12 jstebbinsfix some crashes in the macui
2012-12-09 jstebbinslibhb: refactor job initialization and cleanup
2012-12-09 jstebbinslibhb: fix hb_dict_next() when dict is empty
2012-12-09 Rodeoencx264: raise qpmin to 4. 3 has been found to fail...
2012-12-08 jstebbinsLinGui: fix loose crop calculation
2012-12-08 jstebbinslibhb: Fix a timing problem when rendering vobsubs
2012-12-08 sr55WinGui: Fix a number of potential culture issues with...
2012-12-08 sr55WinGui: When we have a variable framerate preset, reset...
2012-12-04 jstebbinslingui: fix subtitle configuration problem
2012-12-02 randomengyInterop: Fixing title number/title index mixup. Adding...
2012-11-30 jstebbinslibhb: fix eedi2 crash in decomb
2012-11-27 Rodeohb_x264_param_unparse(): fix typo.
2012-11-27 dynaflashMacGui: Remove vestigial activity log debug messages.
2012-11-27 sr55WinGui: UI Tweaks and further fixes to Custom Anamorphic.
2012-11-27 sr55WinGui: General code tidy-up and fix a couple of possib...
2012-11-26 jstebbinslibhb: fix memory consumption problem
2012-11-25 sr55WinGui: Tweak the advanced panel design so it is less...
2012-11-24 sr55WinGui: Couple of Audio and Advanced Panel bug fixes.
2012-11-22 sr55WinGui: Quick fix to restore building of the app.
2012-11-22 randomengyInterop: Updated to work with hb_chapter_set_title...
2012-11-22 jstebbinslingui: go back to original pause, start, stop icons.
2012-11-21 jstebbinslibhb: fix generation of silence buffer for filling...
2012-11-21 Rodeomuxmkv: don't write the last chapter marker if it is...
2012-11-21 Rodeohb_audio_remap: protect against invalid channel layouts.
2012-11-21 RodeoImprove support for planar audio.
2012-11-21 randomengyInterop: Updated to support removal of title->job....
2012-11-20 jstebbinslibhb: fix BD encoding
2012-11-18 sr55WinGui: Default the custom anamorphic values correctly...
2012-11-18 sr55WinGui: Handle FileNotFound Exceptions with a nicer...
2012-11-17 randomengyInterop: Fix build break from bad merge.
2012-11-17 sr55Two temporary place holders for stop encode icon.
2012-11-17 sr55WinGui: Tweaks to the graphics files by nikpawlak and...
2012-11-15 dynaflashfontconfig: keep cc_archoption empty on Solaris
2012-11-15 dynaflashFreetype: use GNU make on Solaris
2012-11-15 dynaflashIntroduce Solaris Support
next