summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Case sensitivity fix for checking queue duplicatessr552016-07-151-1/+13
|
* WinGui: Change the Add to queue split button so that it's styling behaves a ↵sr552016-07-152-55/+51
| | | | bit better. Fixes #99
* LinGui: Fix icon_res.h build dependencyJohn Stebbins2016-07-141-0/+1
|
* libhb: make preview reader and writer both more robustSean McGovern2016-07-111-4/+42
|
* libhb: add an implementation of strerror_r()Sean McGovern2016-07-112-0/+47
|
* configure: check for strerror_r()Sean McGovern2016-07-102-0/+25
|
* contrib: libass: specify path to local YASM.Tim Walker2016-07-081-0/+7
|
* contrib: libass: cosmetics.Tim Walker2016-07-081-3/+3
|
* Revert "libhb: don't ignore the return result from fread()"Bradley Sepos2016-07-073-24/+9
| | | | | | Broke image previews on Linux and Windows (mingw). This reverts commit b7645e7842703d52c44feaa85cfb3c490e09c8dc.
* libhb: Replace PTW32_STATIC_LIB with PTW32_VERSION.Bradley Sepos2016-07-071-1/+1
| | | | For consistency with 36c415e. In practice the include this encapsulates is already included elsewhere, so no underlying change takes place; <pthread.h> is already included.
* contrib: Fix typo in harfbuzz mingw configuration.Bradley Sepos2016-07-071-1/+1
| | | | Hat-tip @Rodeo314 for the catch.
* scripts: Update to mingw-w64-build 2.0.0.Bradley Sepos2016-07-071-31/+14
|
* Merge pull request #253 from Rodeo314/pthreaddBradley Sepos2016-07-071-1/+4
|\ | | | | contrib: fix PTHREADW32 dependency condition for libav.
| * contrib: fix PTHREADW32 dependency condition for libav.Tim Walker2016-07-071-1/+4
| |
* | Merge pull request #252 from Rodeo314/pthread2Bradley Sepos2016-07-071-5/+8
|\ \ | |/ |/| | | contrib: add a couple changes missed in previous commits. pthreadw32: module.defs fixes.
| * pthreadw32: module.defs fixes.Tim Walker2016-07-071-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove libpthread.a symlink during UNINSTALL; its our responsibility since we create it at the INSTALL stage. Don't add build targets to both BUILD.extra and BUILD.ntargets; since both fields are added to BUILD.args, this was resulting in duplicate targets being passed to make. Move (real)clean target from BUILD to CLEAN, as this is where it belongs; note that CLEAN is automatically called by the build system as part as the BUILD stage. Previously, parallel builds could call the (real)clean target after GC-static, resulting in a build failure during the INSTALL stage.
| * contrib: add a couple changes missed in previous commits.Tim Walker2016-07-071-3/+3
| |
* | contrib: Fix bzip2 for old releases.Bradley Sepos2016-07-071-1/+3
|/ | | | We recently updated bzip2-1.0.6.tar.gz to the official tarball, which extracts to a different directory (bzip2-1.0.6 instead of bzip2). Unfortunately, this breaks older commits/releases that depend on the old behavior. So restore the old tarball, and use a different name for the official tarball.
* 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
| | | | VP9 has problems with newer pthreads-win32. No easy way to disable threading for VP9 only.
* libhb: Move ogg in link order.Bradley Sepos2016-07-011-2/+2
| | | | For consistency with test/module.defs.
* cli: move ogg in link orderSean McGovern2016-07-011-2/+2
| | | | It can depend on the vorbis libraries.
* 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
| | | | Also, mark it as static as it is not used outside of this file.
* 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
| | | | | Dialog needs to be shown before attempting to set selection. Selection is not reliably set otherwise (sometimes yes, sometimes no).
* 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
| | | | It is no longer necessary in current gtk versions \o/
* 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 ↵sr552016-06-272-2/+4
| | | | saving presets.
* Merge pull request #232 from bradleysepos/mingwScott2016-06-278-1474/+527
|\ | | | | Update to mingw-w64 5.0-rc2 and pthreads-win32 2.9.1.
| * 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 ↵Bradley Sepos2016-06-211-2/+2
| | | | | | | | | | | | defined. As may be the case with newer mingw with pthreads precompiled.
| * 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
| |