summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: Add filter preset/tune lookup and setting validation for more filter t...jstebbins2015-04-044-36/+453
* libhb: Improvements and key changes to json/hb_dict_t job definitionsjstebbins2015-04-041-129/+330
* hb_dict: add 'const' to a few prototypes and add a couple new helper funcsjstebbins2015-04-032-4/+27
* Bump libx265 to version 1.6Rodeo2015-04-031-0/+3
* libhb: use hb_dict_t, hb_value_array_t, and hb_value_t in hb_json.cjstebbins2015-04-022-329/+370
* libhb: log "default" filter settings when settings string is 0 lengthjstebbins2015-04-021-1/+1
* libhb: add language lookup based on any of iso639_1/2/2b, eng_name, or nativejstebbins2015-04-022-1/+23
* libhb: add functions to lookup details of mixdown, video, audio, containerjstebbins2015-04-022-2/+72
* libhb: add conversions hb_value_t <-> jsonjstebbins2015-04-022-12/+44
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-2917-82/+129
* Remove unused hb_get_scancount functionritsuka2015-03-292-12/+0
* rendersub: remove unnecessary filter settingsjstebbins2015-03-181-20/+10
* rendersub: fix text rendering frame sizejstebbins2015-03-171-44/+33
* decomb: oops, fix overread when height is mod 4jstebbins2015-03-161-1/+1
* muxavformat: add "creation_time" metadatajstebbins2015-03-151-0/+5
* decomb: fix green line when source hight is modulus 2jstebbins2015-03-141-4/+4
* libhb: fix building with QSV enabled.Rodeo2015-03-131-2/+2
* json: fix crash when foreign audio search is *not* enabledjstebbins2015-03-112-1/+8
* libhb: use jansson for hb_dictjstebbins2015-03-098-377/+814
* json: automatically scan title when processing json jobsjstebbins2015-03-0718-127/+249
* 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