summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* contrib: Re-enable multithreading for libvpx.Bradley Sepos2016-07-071-2/+8
* contrib: Threading fixes in pthreads-w32 and libav.Bradley Sepos2016-07-072-10/+7
* contrib: Explicitly disable vp10, cosmetics.Bradley Sepos2016-07-051-1/+2
* contrib: Disable vpx threading on mingw.Bradley Sepos2016-07-051-6/+6
* libhb: Move ogg in link order.Bradley Sepos2016-07-011-2/+2
* cli: move ogg in link orderSean McGovern2016-07-011-2/+2
* cli: include strings.h on Solaris where necessarySean McGovern2016-07-011-0/+4
* cli: only link to iconv on Solaris 10Sean McGovern2016-07-011-1/+4
* libhb: don't ignore the return result from pipe()Sean McGovern2016-07-011-1/+2
* libhb: don't ignore the return result from fread()Sean McGovern2016-07-013-9/+24
* libhb: add a declaration for hb_presets_add_internalSean McGovern2016-07-011-1/+2
* MacGui: update the default preset name and remove an uneeded pref key.Damiano Galassi2016-07-012-3/+1
* LinGui: fix source dialog default selectionJohn Stebbins2016-06-301-0/+1
* LinGui: fix preview hud colors with gtk 3.20John Stebbins2016-06-291-1/+1
* LinGui: fix deprecation warning against gtk 3.20John Stebbins2016-06-291-0/+10
* LinGui: revert old gtk bug workaroundJohn Stebbins2016-06-291-13/+1
* decssasub: fix ssa start times when p-to-p is usedJohn Stebbins2016-06-271-6/+7
* reader: fix p-to-p start pos in avformat demuxed streamsJohn Stebbins2016-06-271-27/+27
* preset: Add CLI Default preset. (#214)Bradley Sepos2016-06-276-5/+244
* scripts: Remove old prebuilt mingw script.Bradley Sepos2016-06-271-48/+0
* WinGui: Some behavioural fixes to the Audio Defaults when loading and saving...sr552016-06-272-2/+4
* Merge pull request #232 from bradleysepos/mingwScott2016-06-278-1474/+527
|\
| * scripts: Add mingw-w64-build 1.0.0.Bradley Sepos2016-06-231-0/+440
| * contrib: Update to pthreads-win32 2.9.1.Bradley Sepos2016-06-213-1464/+14
| * libhb: Improve pthreads-win32 compatibility when PTW32_STATIC_BUILD isn't def...Bradley Sepos2016-06-211-2/+2
| * contrib: Add patch for building harfbuzz with mingw i686.Bradley Sepos2016-06-211-0/+11
| * contrib: Add patch for building fontconfig with mingw i686.Bradley Sepos2016-06-211-0/+56
| * contrib: Explicitly use gnu89 with libiconv.Bradley Sepos2016-06-211-1/+1
| * contrib: Update to libiconv 1.14.Bradley Sepos2016-06-211-7/+3
* | preset: Remove invalid VideoTune none from template in preset_builtin.h.Bradley Sepos2016-06-261-1/+1
* | preset: Remove invalid VideoTune 'none' from template.Bradley Sepos2016-06-251-1/+1
* | preset: Remove 'Vita' from Playstation preset names.Bradley Sepos2016-06-253-6/+6
* | scripts: Improve presets building script.Bradley Sepos2016-06-251-13/+16
* | preset: Move preset-related resources to separate directory.Bradley Sepos2016-06-256-4/+5
* | cli: Add --no-two-pass and --no-turbo.Bradley Sepos2016-06-251-4/+16
* | WinGui: Update the encode status displays to display day count up to 9 days. ...sr552016-06-252-4/+4
|/
* LinGui: fix initial preview scaling sizeJohn Stebbins2016-06-201-2/+2
* LinGui: Fix preview window sizing when there is no title yetJohn Stebbins2016-06-171-0/+12
* MacGui: fix drag&drop on the main window tab view.Damiano Galassi2016-06-172-1/+12
* MacGui: set some label color in the HUD to secondaryLabelColor.Damiano Galassi2016-06-173-13/+16
* MacGui: fix build with 10.12sdk, disable QTKit because is no longer available.Damiano Galassi2016-06-173-0/+13
* WinGui: Attempt to fix the installer so that users can cleanly install both t...sr552016-06-164-4/+4
* WinGui: Make the "Presets" menu grouped by category.sr552016-06-166-14/+141
* subtitle scan: tighten up scan pass dropping logicJohn Stebbins2016-06-111-1/+3
* build: fix references to documents (e.g. NEWS -> NEWS.markdown)John Stebbins2016-06-113-10/+12
* subtitle scan: drop scan pass if there are no suitable subtitlesJohn Stebbins2016-06-101-2/+21
* libhb: Add "Very Fast" presets.Bradley Sepos2016-06-103-2/+782
* fix(de.po): Minor typo causing a nasty warning (#222)setec2016-06-101-1/+1
* sync: speed up p-to-p finalization when there are subtitlesJohn Stebbins2016-06-101-0/+46
* cli: fix initialization of SubtitleTrackSelectionBehaviorJohn Stebbins2016-06-101-1/+1