summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* p-to-p: fix seek to start pts source initial PTS != 0jstebbins2015-04-242-20/+6
* ports: use standardized sched_yield instead of pthread_yieldjstebbins2015-04-231-1/+1
* demuxmpeg: Don't drop frames with bad timestampsjstebbins2015-04-223-37/+22
* stream: Improve transport stream PCR handlingjstebbins2015-04-224-286/+338
* sync: fix frame p-to-p extra audio after end framejstebbins2015-04-227-330/+291
* param: Allow ',' as decimal separator in filter valuesjstebbins2015-04-211-1/+1
* ports: add functions for looking up user config directoryjstebbins2015-04-195-2/+88
* filters: Fix generation of filter stringjstebbins2015-04-181-1/+2
* json: fix another cut/paste error. incorrect dither parsing.jstebbins2015-04-131-1/+1
* deccc608sub: tweak font size once againjstebbins2015-04-112-3/+3
* text subtitles: make font height independent of croppingjstebbins2015-04-104-4/+8
* decccsub608: make font size independent on the amount of croppingjstebbins2015-04-102-6/+6
* Move strtok_r fallback to dedicated "compat" files.Rodeo2015-04-106-38/+75
* reader: fix subtitle start time not advancingjstebbins2015-04-071-2/+37
* deccc608sub: don't ignore text attributes in PACjstebbins2015-04-071-4/+5
* json: fix copy_mask (again) :(jstebbins2015-04-071-1/+1
* json: fix audio autopassthru copy_mask and fallbackjstebbins2015-04-071-4/+4
* deccc608sub: fix range for tab offsetsjstebbins2015-04-071-1/+1
* json: fix potential crash when source file or title number doesn't existjstebbins2015-04-071-0/+5
* deccc608sub: improve CC positioningjstebbins2015-04-058-28/+59
* hb_dict: fix prototypes for functions that take no paramsjstebbins2015-04-051-2/+2
* deccc608sub: fix column alignment issuesjstebbins2015-04-057-52/+92
* Propagate an error when hb_json_to_job fails.Rodeo2015-04-051-0/+1
* encx264: fix hb_dict_init call.Rodeo2015-04-051-1/+1
* 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