summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Interop: Added support for NL-Means denoise.randomengy2014-08-0311-34/+76
* MacGui: set the import/export chapters buttons size to small in an effort to ...ritsuka2014-08-021-12/+12
* MacGui: add drag & drop to rearrange languages in the subtitles default panel.ritsuka2014-08-024-6/+174
* WinGui: Force 2dp on Preview %sr552014-08-021-1/+1
* WinGui: Fix a styling issue on the preview window. Disable libhb encode for...sr552014-08-029-24/+73
* MacGui: upgrade more xib files to the latest version.ritsuka2014-08-024-7711/+1398
* MacGui: corrected the label alignment in the add preset window.ritsuka2014-08-011-32/+30
* MacGui: added some tooltips to the subtitles defaults window and made the def...ritsuka2014-08-013-30/+50
* MacGui: removed another duplicated method to get the Application Support path.ritsuka2014-07-311-18/+2
* MacGui: remove the DiskArbitration framework from the Xcode project and the M...ritsuka2014-07-311-4/+0
* MacGui: fixed a memory leak.ritsuka2014-07-311-0/+6
* MacGui: use the native language if available in the subtitles table and langu...ritsuka2014-07-312-3/+9
* fix comment in isIframe()jstebbins2014-07-301-1/+1
* libhb: add i-frame detection for mpeg4 ts/ps streamsjstebbins2014-07-301-0/+15
* libhb: fix potential seg fault in hb_hexdumpjstebbins2014-07-301-1/+0
* LinGui: protect against failure to get preview imagejstebbins2014-07-301-1/+8
* MacGui: check if the image returned by hb_get_preview2 is null to avoid a cra...ritsuka2014-07-301-29/+34
* MacGui: use the new preview generation method hb_get_preview2.ritsuka2014-07-291-42/+33
* libhb: add new function for retrieving previewsjstebbins2014-07-297-55/+200
* MacGui: Implemented a configuration panel similar to the win/lin gui one for ...ritsuka2014-07-2913-949/+1584
* cli: always keep display aspect unless using custom anamorphic modejstebbins2014-07-281-0/+1
* LinGui/CLI/libhb: add nlmeans denoise filter to linguijstebbins2014-07-2110-356/+535
* MacGui: Used a different api in HBDVDDetector to avoid DiskArbitration crashes.ritsuka2014-07-191-19/+7
* MacGUI: removed an unneeded __bridge in HBDVDDetector. Might fix a crash in t...ritsuka2014-07-171-1/+1
* cli: allow user cli options to override defaults for fallback audio encoderjstebbins2014-07-163-18/+66
* libhb: Improve handling of streams with broken video timestampsjstebbins2014-07-161-4/+11
* cli: Simplify output geometry calculationjstebbins2014-07-162-217/+80
* MacGui: Replaced some deprecated functions in HBDVDDetector and ignored the Q...ritsuka2014-07-163-70/+81
* MacGui: moved two methods used by the whole app to HBUtilities.m:ritsuka2014-07-167-114/+111
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-1523-19907/+5488
* LinGui: work around bug in GtkScaleButtonjstebbins2014-07-151-42/+54
* libhb: work around libav decoder error durint p-to-p encodingjstebbins2014-07-143-23/+65
* MacGUI: Expanded the auto name feature to make it as powerful as the WinGUI c...ritsuka2014-07-116-950/+1494
* WinGui: Adding support for Nlmeans to the front-end. Plist keys still tbd.sr552014-07-0517-63/+496
* libhb: fix typo in flag definitionjstebbins2014-07-011-1/+1
* libav: fix decoding of multi-object PGSjstebbins2014-06-301-0/+671
* libhb: Improve nlmeans edgeboost prefilter.bradleys2014-06-281-11/+53
* libhb: Add median prefilter to nlmeans.bradleys2014-06-271-5/+118
* manicure: Allow manicure to be included in other scripts.bradleys2014-06-251-13/+18
* bd: fix long delays caused by updated libblurayjstebbins2014-06-251-4/+4
* LinGui: cleanupjstebbins2014-06-244-272/+199
* WinGui: unbreak interop job structurejstebbins2014-06-242-4/+0
* CLI: Remove unnecessary include in last commit.bradleys2014-06-221-1/+0
* CLI: Improve nlmeans-tune logging and error handling.bradleys2014-06-221-11/+22
* libhb: New denoiser, nlmeans.bradleys2014-06-195-0/+953
* macui/cli/libhb: cleanupjstebbins2014-06-189-394/+129
* WinGui: One more missing change.sr552014-06-141-1/+1
* WinGui: Missing file from last checkin.sr552014-06-141-3/+3
* WinGui: Minor interop update.sr552014-06-141-141/+149
* decpgssub: partial fix for "multi-object" PGS subsjstebbins2014-06-131-24/+50