summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* x264 preset system: miscellaneous improvements.Rodeo2013-01-306-94/+150
* libhb: remove exta log text that was used for debuggingjstebbins2013-01-291-2/+2
* libhb: Fix CC processing for packets that have no PTSjstebbins2013-01-291-7/+19
* libhb: Fix main feature detection for some DVDs (Brave)jstebbins2013-01-281-1/+1
* Fix hb_apply_h264_level() after x264 bump.Rodeo2013-01-221-1/+1
* libhb: Fix issue with silence insertion when using FLAC encoderjstebbins2013-01-211-5/+20
* libhb: fix audio sync regression with DVDsjstebbins2013-01-061-6/+25
* libhb: handle incorrect stuffing in transport streamsjstebbins2013-01-061-1/+7
* hb_rate_s, hb_mixdown_s, hb_encoder_s: use const char * instead of char *Rodeo2013-01-042-11/+12
* CLI: avoid an #fidef.Rodeo2013-01-041-0/+1
* libhb: add hb_get_default_audio_encoder().Rodeo2013-01-042-7/+14
* common.h: cosmetics.Rodeo2013-01-041-20/+23
* FLAC: add 24-bit encoding.Rodeo2013-01-025-17/+35
* libhb: fix a problem with BD audio track detectionjstebbins2013-01-011-0/+3
* Bump libav to v9_beta3.Rodeo2012-12-3124-278/+302
* LinGui: add x264 preset/tune/profile/level supportjstebbins2012-12-275-0/+58
* libhb: prevent segfault when opening mp4 file fails.jstebbins2012-12-261-113/+116
* hb_x264_param_unparse: cosmetics.Rodeo2012-12-201-1/+1
* hb_x264_param_unparse: unset a few options that have no effect in the advance...Rodeo2012-12-201-1/+21
* hb_apply_h264_level: cosmetics, change the meaning of the last parameter (be_...Rodeo2012-12-202-10/+10
* fix mac ui scaling problem after performing live preview encodejstebbins2012-12-171-1/+36
* fix some crashes in the macuijstebbins2012-12-122-0/+3
* libhb: refactor job initialization and cleanupjstebbins2012-12-092-97/+77
* libhb: fix hb_dict_next() when dict is emptyjstebbins2012-12-091-2/+2
* encx264: raise qpmin to 4. 3 has been found to fail on real sources.Rodeo2012-12-091-3/+5
* libhb: Fix a timing problem when rendering vobsubsjstebbins2012-12-082-11/+41
* libhb: fix eedi2 crash in decombjstebbins2012-11-301-1/+0
* hb_x264_param_unparse(): fix typo.Rodeo2012-11-271-1/+1
* libhb: fix memory consumption problemjstebbins2012-11-261-2/+2
* libhb: fix generation of silence buffer for filling audio gapsjstebbins2012-11-211-1/+1
* muxmkv: don't write the last chapter marker if it is shorter than 3/2 second.Rodeo2012-11-211-43/+45
* hb_audio_remap: protect against invalid channel layouts.Rodeo2012-11-214-7/+18
* Improve support for planar audio.Rodeo2012-11-219-172/+311
* libhb: fix BD encodingjstebbins2012-11-202-11/+16
* hb_apply_h264_level: miscellaneous cosmetics.Rodeo2012-11-122-33/+66
* hb_x264_param_unparse: miscellaneous cosmetics.Rodeo2012-11-122-307/+329
* hb_x264_param_unparse: returns a complete x264 encopts string from a preset/t...Rodeo2012-11-123-3/+630
* Improve management of titles and jobsjstebbins2012-11-1221-583/+1253
* Add a utility function to check whether an H.264 level can be used given the ...Rodeo2012-11-052-0/+30
* encx264: revert part of revision 4944.Rodeo2012-11-052-25/+21
* encavcodecaudio: cosmetics.Rodeo2012-10-271-3/+3
* declpcm: remove an unnecessary instruction.Rodeo2012-10-271-8/+6
* Fix initialization of hb_job_t.pfr_vrate(_base).Rodeo2012-10-273-0/+8
* deca52: avoid repeated alloc/free by re-using a fixed-size buffer.Rodeo2012-10-261-7/+3
* deca52: remove an unnecessary instruction.Rodeo2012-10-261-8/+6
* deca52: cleanup.Rodeo2012-10-261-25/+33
* hb_audio_remap improvements:Rodeo2012-10-206-114/+197
* Bump libbluray to version 0.2.3.Rodeo2012-10-201-2/+2
* hb_ff_set_sample_fmt() improvements.Rodeo2012-10-175-24/+48
* libhb: Fix crash found on some dvd'sjstebbins2012-10-132-36/+74