summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* preset_template: allow all supported passthru codecs by default.Rodeo2015-05-173-9/+21
* libhb: make libFDK the default (HE-)AAC encoder.Rodeo2015-05-171-1/+1
* libhb: return the global bitrate limits for a given mixdown when the samplera...Rodeo2015-05-161-0/+14
* Allow negative number in hb_validate_filter_settings. Fix deinterlace setting...ritsuka2015-05-161-2/+2
* rotate: Use more intuitive rotation parametersjstebbins2015-05-151-16/+75
* presets: add new UserPresets.json path for osx cli presetsjstebbins2015-05-141-0/+1
* lingui: use libhb preset management from linux guijstebbins2015-05-1411-934/+1580
* cli: fix --heightjstebbins2015-05-141-0/+10
* cli: fix initialization of encode rangesjstebbins2015-05-131-0/+2
* scan: increase scan size thresh to accomodate raw 4K avijstebbins2015-05-121-1/+1
* cli: fix missing subtitle "Default" flag when --all-subtitles is usedjstebbins2015-05-111-1/+12
* libhb,cli: add preset management to libhb, use it in clijstebbins2015-05-0616-12/+4945
* libhb: enable vbr encoding with fdk-aac and libav-aacjstebbins2015-05-042-0/+29
* stream: fix TS parsing after a seekjstebbins2015-05-011-0/+1
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-0136-87/+94
* libhb: fix mingw link, undefined symbol CoTaskMemFreejstebbins2015-05-011-1/+1
* hb_get_user_config_directory: improvements.Rodeo2015-04-303-17/+52
* json: fix packig audio track in titlejstebbins2015-04-271-1/+1
* json: fix "End" parsing of p-to-p frame rangejstebbins2015-04-261-1/+1
* 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