summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter: fix handling of bad settingsJohn Stebbins2017-04-141-0/+1
* preset: fix audio settings when samplerate == autoDamiano Galassi2017-04-141-0/+4
* scan: fix very slow scanning for some filesJohn Stebbins2017-04-123-4/+6
* preset: fix sanitizing audio settings when samplerate != AutoJohn Stebbins2017-04-121-2/+7
* scan: enable HBTF_NO_IDR when not enough previews foundJohn Stebbins2017-04-111-0/+4
* Fix raw video timestampsJohn Stebbins2017-04-093-0/+7
* qsv: hevc10 fix for correct declaration of data/zero bitsmaxd2017-04-071-1/+1
* batch: fix crash when a stream scan failsJohn Stebbins2017-03-281-1/+1
* libhb: initialize sleep prevention reasonForActivity CFStringRef inside a fun...Damiano Galassi2017-03-151-6/+4
* qsv: fixing variable re-use (#627)maximd332017-03-141-5/+6
* opencl: cleaning more leaks (#628)maximd332017-03-141-62/+95
* Remove Fontconfig on Windows (#610)Oleg Oshmyan2017-03-121-2/+6
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-107-81/+107
* text subs: use generic font family names (#614)John Stebbins2017-03-106-6/+15
* Fix various spelling mistakes (#613)Sebastian Ramacher2017-03-101-1/+1
* opencl: fixing more resource leaksmaxd2017-03-101-15/+24
* opencl: Fix resource leak.maxd2017-03-081-0/+2
* 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: adding hevc10 support starting from KBL platformmaxd2017-03-052-14/+54
* qsv: adding hevc decode supportmaxd2017-03-041-0/+8
* sync: fix small video dejitter errorJohn Stebbins2017-03-031-0/+5
* work: set orig_vrate correctlyJohn Stebbins2017-02-281-1/+3
* batch: Support --min-duration when doing batch scansJohn Stebbins2017-02-273-4/+11
* vfr: fix invalid read/writeJohn Stebbins2017-02-261-3/+2
* 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