summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
...
* bd: use the correct printf specifier for unsigned variables.Rodeo2015-06-031-7/+7
* bd: fix printf warningsjstebbins2015-06-031-3/+3
* libhb: fix green bottom line in preview with deinterlacejstebbins2015-06-031-0/+1
* Initialize the copy_mask variable before using itritsuka2015-06-031-1/+1
* Fix flac fallback for passthruritsuka2015-06-031-0/+1
* decomb: fix color distortion in last row of imagejstebbins2015-06-011-3/+28
* fix three warnings.ritsuka2015-06-011-3/+3
* Fix a couple of memory leaksjstebbins2015-06-011-0/+2
* preset: fix application of VideoScaler to jobjstebbins2015-05-291-1/+1
* libhb: fix issues with video optionsjstebbins2015-05-282-0/+21
* LinGui: use libhb to initialize job...jstebbins2015-05-272-319/+378
* scan: skip scan if title has already been scannedjstebbins2015-05-264-4/+36
* libhb: fix vorbis encodingjstebbins2015-05-251-1/+1
* preset: fix application of mp4 mux optionsjstebbins2015-05-241-1/+1
* LinGui: use libhb to init audio and subtitle listsjstebbins2015-05-201-1/+12
* libhb: assume remix support when input layout is not set.Rodeo2015-05-191-0/+8
* dict: make hb_value_get_json param constjstebbins2015-05-182-2/+2
* 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