summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* add align a/v start to logJohn Stebbins2017-11-221-0/+4
* scan: don't abort on empty buffersJohn Stebbins2017-11-221-4/+4
* presets: fix selection of audio tracksJohn Stebbins2017-11-102-1/+4
* Add adaptive streaming support (#972)John Stebbins2017-11-098-9/+115
* Auto-rotate video that has rotation tagJohn Stebbins2017-11-097-525/+740
* libhb: read video rotation from libav.Damiano Galassi2017-11-093-0/+33
* CLI: add option to log version, title, and progress in jsonJohn Stebbins2017-11-0611-56/+336
* presets: enforce 2 level hierarchy when importing presetsJohn Stebbins2017-11-063-2/+200
* LinGui: Add "Category" dropdown to preset save dialogJohn Stebbins2017-11-062-15/+32
* LinGui: Reorgainize Summary paneJohn Stebbins2017-11-062-4/+4
* libhb: add HLG to our list of known transfer characteristics.Damiano Galassi2017-11-062-0/+3
* tx3g: make font size scale with video heightJohn Stebbins2017-11-033-16/+41
* QSV: Main10 should be default profilemaxd2017-10-133-3/+12
* QSV: Adding D11 support for encodemaxd2017-09-173-23/+60
* decomb: add an additional null check to avoid a crash if the filter receive t...Damiano Galassi2017-08-071-3/+6
* libhb: Add threads parameter to NLMeans.Bradley Sepos2017-07-241-16/+22
* alignment cosmeticsJohn Stebbins2017-07-122-22/+56
* silence new compiler warnings on Fedora 26John Stebbins2017-07-123-4/+4
* sync: fix size of silence bufferJohn Stebbins2017-07-121-4/+5
* sync: fix potential stall when in_queue overflowsJohn Stebbins2017-07-121-42/+6
* fix another use of deprecated libav defineJohn Stebbins2017-07-061-1/+1
* fix use of deprecated libav definesJohn Stebbins2017-07-065-23/+23
* scan: fix vobsub & pgs width/height for some stream typesJohn Stebbins2017-06-261-12/+12
* presets: Minor encoder tweaks for main Production presets.Bradley Sepos2017-06-221-3/+3
* decavcodec: fix wmapro audio timestampsJohn Stebbins2017-06-191-0/+7
* reader: fix live preview generation for some streamsJohn Stebbins2017-06-191-3/+23
* presets: Add Production presets for use with professional video editing softw...Bradley Sepos2017-06-181-1/+412
* presets: Add Vimeo YouTube presets.Bradley Sepos2017-06-181-0/+505
* sync: fix p-to-p hangJohn Stebbins2017-06-161-7/+12
* muxavformat: override h.265 'hev1' with 'hvc1' (#782)John Stebbins2017-06-141-1/+2
* sync: work-around players with broken edit list supportJohn Stebbins2017-06-135-62/+353
* presets: bump VersionMajor after opencl removalJohn Stebbins2017-06-121-1/+1
* opencl: removit it (#777)John Stebbins2017-06-1216-3823/+57
* Allow audio fallback to be "None" (#623)John Stebbins2017-06-123-29/+34
* scan: improve support for very short source video streamsJohn Stebbins2017-06-091-55/+43
* preset: fix importing some preset versions (#774)John Stebbins2017-06-071-6/+18
* filter: add frame parallelizing filter wrapperJohn Stebbins2017-06-066-56/+403
* libhb: Fix C const issue in lapsharp.c.Bradley Sepos2017-06-041-12/+8
* sharpen: Use better tune names.Bradley Sepos2017-06-031-8/+8
* libhb: Cosmetics in lapsharp.c.Bradley Sepos2017-06-031-13/+21
* libhb: Revise sharpen presets and tunes.Bradley Sepos2017-06-011-10/+106
* libhb: Add Lapsharp kernel isolap and use with Grain tune.Bradley Sepos2017-06-012-9/+27
* nlmeans: fix prefilter passthruJohn Stebbins2017-05-311-1/+1
* libhb: Add LapSharp sharpening filter.Bradley Sepos2017-05-306-1/+472
* libhb: Add Unsharp sharpening filter.Bradley Sepos2017-05-307-1/+736
* stream: Improve stream type detection through probingJohn Stebbins2017-05-251-39/+21
* preset: Fix surround audio bitrate for general presets.Bradley Sepos2017-05-211-9/+9
* encavcodecaudio: work around lame bugJohn Stebbins2017-05-111-11/+23
* stream: fix chapter marker durationsJohn Stebbins2017-04-281-5/+20
* decsrt: fix p-to-p start time after seekingJohn Stebbins2017-04-155-76/+130