summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix various spelling mistakes (#613)Sebastian Ramacher2017-03-1017-20/+20
* opencl: fixing more resource leaksmaxd2017-03-101-15/+24
* contrib: Update to libvpx 1.6.1.Bradley Sepos2017-03-101-4/+3
* x265: bump to version 2.3 (#437)John Stebbins2017-03-101-6/+4
* LinGui: fix video preset slider updatesJohn Stebbins2017-03-092-30/+30
* opencl: Fix resource leak.maxd2017-03-081-0/+2
* libav: a more robust fix for aac encoder crashJohn Stebbins2017-03-081-17/+94
* MacGui: fix "add titles to queue" toolbar item sizeDamiano Galassi2017-03-081-24/+24
* WinGui: Remove disk space warning from browser and allow the low level to be ...sr552017-03-057-22/+81
* WinGui: Add support in the UI for QSV 10bit H.265 encoder.sr552017-03-055-12/+42
* qsv: only main10 profile supported for HEVC 10b encodemaxd2017-03-052-6/+9
* qsv: added HEVC 10-bit as encoder, should help for GUI integrationmaxd2017-03-055-6/+27
* qsv: libav's patch fixmaxd2017-03-051-9/+9
* qsv: adding hevc10 support starting from KBL platformmaxd2017-03-053-14/+203
* WinGui: Rework of the preset systemsr552017-03-0413-197/+637
* qsv: adding hevc decode supportmaxd2017-03-041-0/+8
* configure: Modernize Python in configure.py.cclauss2017-03-041-50/+35
* scripts: Modernize Python.qarkai2017-03-042-128/+56
* contrib: Remove x265 Windows XP support.Bradley Sepos2017-03-041-1/+1
* Unbreak non-mingw cross.Wouter van Kesteren2017-03-041-1/+1
* sync: fix small video dejitter errorJohn Stebbins2017-03-031-0/+5
* MacGui: forgot an else block in the previous commitDamiano Galassi2017-03-021-1/+4
* MacGui: do not remove a job from the queue if the rescan to the main window f...Damiano Galassi2017-03-024-43/+63
* libav: simplify patch for corrupt raw videoJohn Stebbins2017-03-011-27/+8
* work: set orig_vrate correctlyJohn Stebbins2017-02-281-1/+3
* batch: Support --min-duration when doing batch scansJohn Stebbins2017-02-273-4/+11
* libav: gracefully handle a broken AVI indexJohn Stebbins2017-02-271-0/+42
* libav: fix rawvideo in mkv corruptionJohn Stebbins2017-02-261-0/+44
* vfr: fix invalid read/writeJohn Stebbins2017-02-261-3/+2
* Revise NEWS.markdown for 1.0.3.Bradley Sepos2017-02-251-13/+28
* Update NEWSsr552017-02-251-2/+7
* encca_aac: fix a small leakDamiano Galassi2017-02-241-0/+1
* encca_aac: use the libhb list helper functions to append buffersDamiano Galassi2017-02-241-34/+20
* encca_aac: no need to pad manually the remaining dataDamiano Galassi2017-02-241-12/+0
* encca_aac: flush all the remaining packets from encodersDamiano Galassi2017-02-241-17/+30
* audio_resample: fix mapping of mono to single channel (#593)John Stebbins2017-02-241-0/+27
* MacGui: fix a typo.Damiano Galassi2017-02-241-1/+1
* MacGui: set a sort descriptor by default in the titles selection table.Damiano Galassi2017-02-241-0/+6
* libav: fix latm aac decoder hangJohn Stebbins2017-02-231-0/+71
* libav: fix reading wmv larger than 2GJohn Stebbins2017-02-231-0/+27
* libav: fix crash when encoding aac at high bitrateJohn Stebbins2017-02-231-0/+28
* encx265: fix compiler warningJohn Stebbins2017-02-221-1/+0
* encx265: fix 2 pass encoding when framerate is wrongJohn Stebbins2017-02-221-3/+2
* MacGui: preserve the output file name if auto naming is not enabled and the s...Damiano Galassi2017-02-222-2/+13
* libav: fix mkv seek crashJohn Stebbins2017-02-211-0/+57
* dvd: add widescreen/letterbox/pan&scan/4:3 to vobsub descriptionJohn Stebbins2017-02-213-10/+55
* dvd: add widescreen vobsubs when letterbox is permittedJohn Stebbins2017-02-212-154/+228
* vfr: add cfr frame drop debugging logsJohn Stebbins2017-02-211-0/+32
* vfr: simplify and improve CFR frame dropping algoJohn Stebbins2017-02-211-158/+198
* decavcodec: drop initial_padding audio samplesJohn Stebbins2017-02-213-18/+61