summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MacGui: changed the layout of the UI in the video panel to be similar to the ...ritsuka2014-08-115-124/+125
* MacGui: fixed the validation of the File menu. The validateMenuItem: method w...ritsuka2014-08-111-11/+13
* LinGui: protect against possible divide by 0jstebbins2014-08-111-0/+2
* LinGui: Fix title numbers in auto destination filenamejstebbins2014-08-111-2/+2
* MacGui: implemented the HBViewValidation protocol in each of the main window ...ritsuka2014-08-1013-65/+52
* MacGui: fixed gain validation in the audio panel. Remove the drc validation b...ritsuka2014-08-105-61/+30
* WinGui: Add new preset keys for the Audio and Subtitle default behaviours. Up...sr552014-08-106-25/+98
* MacGui: fixed some audio presets key: AudioSamplerate -> string, AudioTrackDR...ritsuka2014-08-102-6/+20
* MacGui: removed the “Show Presets Drawer” preference. The state of the dr...ritsuka2014-08-102-14/+12
* MacGui: don’t allow to drop a preset before the built in ones.ritsuka2014-08-091-2/+10
* MacGui: add a divider in the menu after the last built in preset and make the...ritsuka2014-08-092-1/+22
* MacGui: added the list of the presets at the bottom of the preset menu and a ...ritsuka2014-08-0913-252/+360
* MacGui: replaced the few remaining enumerators in Controller.m with fast enum...ritsuka2014-08-081-27/+8
* MacGui: removed the last remaining of the code to load a custom application i...ritsuka2014-08-083-18/+1
* MacGui: use a shorter NSString method to remove the prefix from the bsdName, ...ritsuka2014-08-081-2/+2
* MacGui: removed a old check on the scan count from the era when the MacGui us...ritsuka2014-08-082-72/+25
* MacGui: improved the presets managementritsuka2014-08-0714-2709/+2890
* libav: fix decoding of mpeg4 in transport streamsjstebbins2014-08-061-0/+41
* libav: fix mp4 chapter character encodingjstebbins2014-08-061-0/+37
* libhb: fix mp4 audio track titlesjstebbins2014-08-062-0/+140
* libhb: fix mp4 post tagging problemsjstebbins2014-08-062-0/+66
* MacGui: Modernized the objc syntax of HBAudio/HBAudioController and avoided t...ritsuka2014-08-054-243/+172
* MacGui: simplified the way the audio tracks are stored in the queue.ritsuka2014-08-045-247/+193
* LinGui: Don't allow adding embedded subtitls when there are nonejstebbins2014-08-041-5/+26
* LinGui: fix width of deblock sliderjstebbins2014-08-041-0/+1
* MacGui: Adds a new sheet for audio defaults (presets), uses the same preset k...ritsuka2014-08-0414-531/+1723
* MacGui: fixed a number of missing release.ritsuka2014-08-042-6/+12
* MacGui: updated Preferences.xib to the new format.ritsuka2014-08-031-3894/+948
* MacGui: enabled type select in the languages table view.ritsuka2014-08-035-24/+44
* 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