summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
...
* Align data in hb_buffer_t buffersJohn Stebbins2019-01-201-31/+18
* lapsharp: mirror image data into stride regionJohn Stebbins2019-01-203-13/+59
* lapsharp: blank frame buffer stride regionJohn Stebbins2019-01-203-0/+30
* libhb: Remove some NLMeans TODO comments.Bradley Sepos2019-01-191-2/+0
* libhb: Reduce the number of threads NLMeans uses with many logical cores.Bradley Sepos2019-01-191-2/+14
* encavcodec: improve comment about ffmpeg timestamp handlingJohn Stebbins2019-01-181-6/+14
* encavcodec: Make VCE h.265 encoder emit an IDR for every GOPJohn Stebbins2019-01-181-0/+6
* work: fix videotoolbox encoder loggingJohn Stebbins2019-01-181-0/+5
* encavcodec: Fix dts timestamps in VT h.265 encodingJohn Stebbins2019-01-181-2/+12
* encavcodec: set frame.key_frame for AMD VCE encoderJohn Stebbins2019-01-161-0/+1
* muxavformat: use better approximation for duration of last video frameJohn Stebbins2019-01-161-0/+10
* encavcodec: remove unused 'job' variableJohn Stebbins2019-01-141-1/+0
* encavcodec: respect inline_parameter_sets settingJohn Stebbins2019-01-141-1/+4
* ssautil: fix strndup on mingwJohn Stebbins2019-01-143-3/+38
* ssautil: remove debug printfJohn Stebbins2019-01-141-1/+0
* ssa: improve SSA to TX3G conversionJohn Stebbins2019-01-148-443/+987
* ports: fix memory corruption in hb_getlineJohn Stebbins2019-01-141-3/+7
* ports: move hb_getline to ports.c where it belongsJohn Stebbins2019-01-144-69/+67
* Add hb_getline since mingw doesn't have getline functionJohn Stebbins2019-01-143-2/+70
* decssasub: fix crash when filename is invalidJohn Stebbins2019-01-141-20/+21
* decssasub: fix subtitle start/stop time offsetJohn Stebbins2019-01-141-2/+2
* Add SSA subtitle importJohn Stebbins2019-01-149-47/+358
* decavcodec: fix more potential uses of uninitialized variablesTim Walker2019-01-081-6/+6
* fix missing frames when transcoding m2ts filesJohn Stebbins2019-01-072-1/+68
* decavcodec: fix potential use of uninitialized variablesJohn Stebbins2019-01-051-2/+2
* Update copyright dates to 2019.Bradley Sepos2019-01-0195-95/+95
* avfilter: fix yadif optionsJohn Stebbins2018-12-281-9/+33
* encavcodecaudio: fix AAC 5.1 encodingJohn Stebbins2018-12-271-0/+5
* libhb: Remove duplicate lines added to param.c in 822ce4df33f7550078688f86a68...Bradley Sepos2018-12-251-4/+0
* Fix rotation of video flagged with 0 rotationJohn Stebbins2018-12-251-0/+1
* preset: Add Chromecast 1080p60 Surround preset and update some descriptions.Bradley Sepos2018-12-121-4/+120
* Extend the range of allowed bitrate inputs to allow Opus to go down as low as...sr552018-12-111-0/+3
* VideoToolbox: Remove unsupported main10 mode #1719sr552018-12-101-1/+1
* VCE: Fix an issue with where the h264 stream was not correctly written to the...sr552018-12-071-9/+2
* Default Nvenc to use slower, higher quality settings. Fix some issues around ...sr552018-12-011-12/+56
* nvenc: fix chapter mark positionsJohn Stebbins2018-11-291-0/+3
* build: Remove GCC.I and GCC.L for FreeBSD.Yuichiro NAITO2018-11-271-0/+1
* Nvenc: Don't override rc-lookahead or spartial-aq settings.sr552018-11-241-6/+0
* WinGui: Get rid of some erroneous logging for NVEnc.sr552018-11-231-2/+1
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-157-3/+196
* Give VCE and NVENC encoders more descriptive long namesJohn Stebbins2018-11-141-4/+4
* Fix display of null nvenc encoder names in job logJohn Stebbins2018-11-141-1/+1
* muxavformat: fix error messagesJohn Stebbins2018-11-141-4/+4
* encavcodec: fix passing extradata to muxerJohn Stebbins2018-11-142-44/+69
* decavcodec: fix use after freeJohn Stebbins2018-11-071-1/+1
* decsrtsub: support timecodes that use '.' for fractionsJohn Stebbins2018-11-071-1/+7
* decsrtsub: fix crash when file can't be openedJohn Stebbins2018-11-071-3/+7
* decavcodec: packetize data before searching for extradataJohn Stebbins2018-11-061-197/+158
* stream: enable probing for all unrecognized stream typesJohn Stebbins2018-11-061-1/+1
* libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec op...sr552018-10-011-1/+0