summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning.Damiano Galassi2019-02-151-1/+1
* decavcodec: fix setting up AVCodecContext extradataJohn Stebbins2019-02-141-8/+9
* libhb: enable SWS_CS_BT2020 matrix.Damiano Galassi2019-02-141-3/+2
* Add WebM support (#1822)Justin Bull2019-02-136-24/+49
* nvenc: silence a compiler warning.sr552019-02-111-1/+1
* nvenc_common: fix compiler warningJohn Stebbins2019-02-111-0/+2
* encavcodec: fix potential use of uninitialized variableJohn Stebbins2019-02-111-1/+1
* dvdnav: fix potentially unterminated stringJohn Stebbins2019-02-111-1/+2
* scan: fix potential buffer overflow in sprintfJohn Stebbins2019-02-111-7/+6
* Fix return value of hb_blobal_init_no_hardwareJohn Stebbins2019-02-111-1/+1
* decavcodec: fix error when ffmpeg parser changes the codec_idJohn Stebbins2019-02-111-4/+17
* dvd: Add support for MPEG-1 on DVDJohn Stebbins2019-02-112-0/+36
* stream: Improve probing of unknown streamsJohn Stebbins2019-02-111-48/+146
* libhb: Add a hb_global_init_no_hardware that disables all the hardware encode...sr552019-02-117-39/+91
* libhb: Append input bitrate to end of audio source description. Closes #1718.Andrew Brezovsky2019-02-081-0/+6
* libhb: do not set HB_STATE_WORKDONE before all the work threads are closed.Damiano Galassi2019-02-051-3/+2
* libhb: Temporarily log out the error code for unlink to figure out why previe...sr552019-01-281-1/+4
* Fix an annoying warning in Xcode.Damiano Galassi2019-01-231-2/+2
* encavcodec: enable "row-mt=1" for vp9John Stebbins2019-01-221-1/+14
* scan: only apply min duration filter to BD and DVDJohn Stebbins2019-01-213-11/+4
* bd: Add support for UHD discsPetri Hintukainen2019-01-201-0/+7
* Fix potential NULL pointer dereferenceJohn Stebbins2019-01-201-2/+5
* 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