summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MacGui: Initial x264 presets implementation.dynaflash2013-01-015-252/+1940
* LinGui: filter out high444 from h264 profilesjstebbins2012-12-312-1/+10
* Bump libav to v9_beta3.Rodeo2012-12-3134-459/+363
* WinGui: Removed High444, use auto instead.sr552012-12-312-5/+5
* WinGui: Increase the size of the cropping numeric boxes and change their bind...sr552012-12-311-4/+4
* WinGui: Missed a place for removing High10 and 422sr552012-12-311-4/+4
* WinGui: Bump copyright date.sr552012-12-315-5/+5
* WinGui: Remove High10 and High422 options.sr552012-12-311-4/+4
* LinGui: filter out x264 profiles high10 and high422jstebbins2012-12-301-0/+8
* LinGui: Update copyright datesjstebbins2012-12-3021-22/+22
* WinGui: Add the plist keys and fix numerous bugs in the x264 preset/tune/prof...sr552012-12-297-8/+85
* LinGui: preset import/export robustnessjstebbins2012-12-281-0/+10
* WinGui: Initial work to implement x264 Preset/Tune/Profile/Level options in-gui.sr552012-12-2825-221/+732
* lingui: convert tabs to spacesjstebbins2012-12-2748-24781/+24781
* update presets for lingui and CLIjstebbins2012-12-273-441/+437
* LinGui: add x264 preset/tune/profile/level supportjstebbins2012-12-2715-419/+1399
* WinGui: Default the textboxes for Seconds and Frames to sensible values.sr552012-12-271-1/+23
* WinGui: Improved handling of preview filename generation and fixed the second...sr552012-12-273-18/+22
* libhb: prevent segfault when opening mp4 file fails.jstebbins2012-12-261-113/+116
* WinGui: Make the advanced encoder options respond before the control has lost...sr552012-12-241-1/+1
* WinGui: Allow negative srt offset.sr552012-12-241-0/+1
* WinGui: Fix SRT Offset.sr552012-12-241-1/+1
* hb_x264_param_unparse: cosmetics.Rodeo2012-12-201-1/+1
* hb_x264_param_unparse: unset a few options that have no effect in the advance...Rodeo2012-12-201-1/+21
* hb_apply_h264_level: cosmetics, change the meaning of the last parameter (be_...Rodeo2012-12-202-10/+10
* fix mac ui scaling problem after performing live preview encodejstebbins2012-12-171-1/+36
* fix some crashes in the macuijstebbins2012-12-123-1/+4
* libhb: refactor job initialization and cleanupjstebbins2012-12-092-97/+77
* libhb: fix hb_dict_next() when dict is emptyjstebbins2012-12-091-2/+2
* encx264: raise qpmin to 4. 3 has been found to fail on real sources.Rodeo2012-12-091-3/+5
* LinGui: fix loose crop calculationjstebbins2012-12-081-2/+2
* libhb: Fix a timing problem when rendering vobsubsjstebbins2012-12-082-11/+41
* WinGui: Fix a number of potential culture issues with doubles. (Advanced Pane...sr552012-12-083-5/+5
* WinGui: When we have a variable framerate preset, reset to "same as source" r...sr552012-12-082-6/+8
* lingui: fix subtitle configuration problemjstebbins2012-12-041-1/+2
* Interop: Fixing title number/title index mixup. Adding Playlist to the Title ...randomengy2012-12-024-13/+51
* libhb: fix eedi2 crash in decombjstebbins2012-11-301-1/+0
* hb_x264_param_unparse(): fix typo.Rodeo2012-11-271-1/+1
* MacGui: Remove vestigial activity log debug messages.dynaflash2012-11-272-4/+0
* WinGui: UI Tweaks and further fixes to Custom Anamorphic.sr552012-11-273-7/+25
* WinGui: General code tidy-up and fix a couple of possible points that could t...sr552012-11-273-39/+35
* libhb: fix memory consumption problemjstebbins2012-11-261-2/+2
* WinGui: Tweak the advanced panel design so it is less likely to go off screen.sr552012-11-252-5/+6
* WinGui: Couple of Audio and Advanced Panel bug fixes.sr552012-11-243-19/+28
* WinGui: Quick fix to restore building of the app.sr552012-11-221-2/+2
* Interop: Updated to work with hb_chapter_set_title for chapter markers.randomengy2012-11-225-35/+108
* lingui: go back to original pause, start, stop icons. jstebbins2012-11-223-0/+0
* libhb: fix generation of silence buffer for filling audio gapsjstebbins2012-11-211-1/+1
* muxmkv: don't write the last chapter marker if it is shorter than 3/2 second.Rodeo2012-11-211-43/+45
* hb_audio_remap: protect against invalid channel layouts.Rodeo2012-11-214-7/+18