summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* nlmeans: fix build on non-x86 architecturesjstebbins2015-02-263-8/+10
* muxavformat: only set subtitle "forced" flag when *user* sets default trackjstebbins2015-02-251-3/+6
* mkv: mark "default" subtitle tracks with both default and forced flagsjstebbins2015-02-241-1/+2
* stream: fix potential overflow in pts calculationjstebbins2015-02-171-5/+5
* libhb: Fix memory alignment issue in nlmeans.bradleys2015-02-161-1/+1
* libhb: don't pass "auto" profile to libx265.Rodeo2015-02-161-1/+3
* bd: fix printf format conversion warningjstebbins2015-02-161-1/+1
* libhb: Fix compiler warnings and more const correctness in nlmeans.bradleys2015-02-161-32/+33
* libhb: Fix compiler warnings in denoise (hqdn3d).bradleys2015-02-161-4/+8
* New audio output options.Rodeo2015-02-1510-38/+213
* scan: work around libav mpeg2 dummy first framejstebbins2015-02-151-1/+11
* H.265: don't allow requesting Main 10 profile.Rodeo2015-02-153-3/+29
* libhb: Additional minor optimizations to nlmeans.bradleys2015-02-113-56/+59
* libhb: Minor nlmeans optimizations.bradleys2015-02-062-71/+84
* mux: remove obsolete comment about generation of AAC extradata from TS filesjstebbins2015-02-041-5/+0
* mux: fix chapter timestamps, factor in video encoder delayjstebbins2015-02-042-2/+23
* libhb: Fix AAC passthru from TS filesjstebbins2015-02-042-1/+50
* muxavformat: fix mp4 edit lists to eliminate initial black framesjstebbins2015-02-031-35/+0
* libhb: add support for detection of new Intel processor releases.Rodeo2015-02-033-1/+22
* scan: improve preview generation for short videos that have no IDRsjstebbins2015-02-021-1/+14
* muxavformat: fix defaultduration in mkv filesjstebbins2015-02-011-0/+2
* Update year to 2015.bradleys2015-02-0186-86/+86
* QSV: refactor plugin loadingRodeo2015-02-011-18/+32
* QSV: reduce logging in encqsvInitRodeo2015-02-011-23/+27
* QSV: update hb_qsv_force_workarounds()Rodeo2015-02-011-4/+6
* QSV: improve ICQ and LA handlingRodeo2015-02-011-2/+2
* QSV: improve B-Pyramid handling.Rodeo2015-02-011-110/+139
* QSV: refactor logging of encoder capabilitiesRodeo2015-02-012-24/+69
* Add support for open type font attachments.ritsuka2015-01-314-11/+25
* muxavformat: fix avformat stream time_base warningjstebbins2015-01-301-0/+1
* libhb: automatically add rendersub filter when requiredjstebbins2015-01-303-30/+51
* libhb: NLMeans x86 SSE acceleration/optimizations.bradleys2015-01-294-36/+268
* Build: fix compilation with some MinGW-w64 distributions.Rodeo2015-01-281-0/+8
* json: revert last commitjstebbins2015-01-221-4/+2
* json: add "Track" to audio and subtitle in titlesjstebbins2015-01-221-2/+4
* build: fix mingw Jenkins buildsjstebbins2015-01-191-1/+1
* Work around fedora mingw pthread library requirementjstebbins2015-01-182-2/+11
* json: fix srt filename parsingjstebbins2015-01-171-1/+1
* dvd: demote an hb_error to hb_log to prevent GUI error dialog spamjstebbins2015-01-151-1/+1
* stream: Fix scanning files with large PNGsjstebbins2015-01-141-1/+15
* Fix libdvdnav dvd name and add additional fallback if no name is foundritsuka2015-01-131-1/+8
* Revert a change Xcode committed on its own.ritsuka2015-01-131-8/+1
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-1/+8
* Simplify frontend useage of hb_add()jstebbins2015-01-124-26/+43
* json: simplify hb_add_json APIjstebbins2015-01-111-10/+25
* json: fix parsing of SRT subtitlesjstebbins2015-01-111-1/+1
* rendersub: fix small blending errorjstebbins2015-01-101-3/+3
* Fix some leaks in OpenCL code. https://reviews.handbrake.fr/r/779/ritsuka2015-01-101-39/+18
* libhb: reduce framerate fps/num for all encoders.Rodeo2015-01-091-0/+7
* libhb: only sanitize PAR for the MPEG-4 encoder.Rodeo2015-01-091-17/+7