summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: yet another fix for ssa burn-in positioning problemjstebbins2012-05-051-8/+4
* libhb: Fix problem with positions of burned-in subsjstebbins2012-05-0511-75/+16
* audio->config.lang.description: code cleanup.Rodeo2012-05-034-180/+199
* libhb: if no source chapter name information is available, set default chapte...Rodeo2012-05-035-37/+67
* Scan: fix some 24000/1001 sources being detected as "almost" 24000/1001, usin...Rodeo2012-05-021-1/+12
* libhb: fix initialization problem in chroma resamplingjstebbins2012-05-021-0/+1
* libhb: fix problem with filter initializationjstebbins2012-05-021-0/+1
* don't do combing check twice per frame when bobbingjstebbins2012-05-011-1/+13
* libhb: bob deinterlacingjstebbins2012-05-012-148/+229
* Minor simplification.Rodeo2012-05-011-2/+2
* Simplify Foreign Audio Search code:Rodeo2012-05-014-102/+98
* merge assorted fixes provided by Rogerio Britojstebbins2012-05-013-2/+7
* libhb: fix problem with incorrect addition of audio silencejstebbins2012-05-016-3/+21
* libhb: allow arbitrary number of preview images, fixes potential crashjstebbins2012-05-011-9/+28
* Fix a potential null pointer referencejstebbins2012-04-281-1/+1
* PGS (bluray) subtitle support \o/jstebbins2012-04-2629-156/+1001
* LinGui: allow the user to select and use a bitrate for audio autopassthrujstebbins2012-04-261-1/+4
* libhb: fix crash when subtitle render filter fails to initializejstebbins2012-04-152-5/+6
* libhb: fix problem with fps calculation in 2 pass encodesjstebbins2012-04-141-1/+1
* libhb: fix estimated number of frames expectedjstebbins2012-04-111-2/+0
* libhb: handle TS streams that have broken DTS timestampsjstebbins2012-04-111-0/+7
* libhb: fix a problem with start times of frames in CFR modejstebbins2012-04-101-2/+10
* libhb: fix problem with rendering burned in subtitlesjstebbins2012-04-101-28/+5
* Revision 4546 lost a call to hb_set_anamorphic_size, which in turn called hb_...Rodeo2012-04-102-8/+13
* libhb: fix incorrect audio gapsjstebbins2012-04-011-1/+3
* Cosmetic after last commit.Rodeo2012-03-311-1/+1
* encx264: cleanup.Rodeo2012-03-311-33/+33
* Activity Log: fix some typos and make indentation a bit more consistent.Rodeo2012-03-312-3/+3
* libhb: fix cfr encodingjstebbins2012-03-315-121/+148
* Add hb_dict_unset and hb_dict_to_encopts.Rodeo2012-03-312-1/+49
* libhb: Fix problem with TS streams that have no PAT or PMTjstebbins2012-03-301-14/+22
* cqm=/some/path has the same effect as cqmfile=/some/path AND param.psz_cqm_fi...Rodeo2012-03-291-0/+1
* hb_apply_h264_level: avoid division by zero due to some x264_param_t fields b...Rodeo2012-03-291-4/+16
* libhb/hd_dict.c, add newline at end of file.Rodeo2012-03-292-2/+1
* hb_dict: cosmetics.Rodeo2012-03-291-3/+3
* encx264: add functionality to retrieve the "preferred" option name for option...Rodeo2012-03-296-4/+46
* hb_dict: minor improvements.Rodeo2012-03-291-7/+3
* libhb: use source colorimetry information when available.Rodeo2012-03-286-26/+211
* encx264: use x264_param_apply_fastfirstpass.Rodeo2012-03-283-0/+15
* libhb: add basic dictionary implementation.Rodeo2012-03-284-91/+247
* MacGui: fix commit 4546 so it works on os x which is the filter pipeline rewo...dynaflash2012-03-281-8/+5
* Rework filter pipelinejstebbins2012-03-2751-2830/+3429
* Fix hb_apply_h264_level. x264_sps_init doesn't yet take VBV into account when...Rodeo2012-03-251-5/+18
* Misc. improvements to the previous commit.Rodeo2012-03-242-26/+69
* Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.2...Rodeo2012-03-244-8/+174
* Fix loop counter decrement in CFR frame duplication code. CFR would never dup...Rodeo2012-03-211-1/+1
* Add framerate values for 30, 50, 60000/1001 and 60 fps.Rodeo2012-03-191-1/+2
* libhb: fix problem with early termination when stream has no PCRsjstebbins2012-03-181-0/+9
* libhb: Fix detection of streams in tivo capturesjstebbins2012-03-181-1/+4
* Fix p-to-p start time detectionjstebbins2012-03-041-2/+0