summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* bump ffmpeg from 25082 to 25374jstebbins2010-10-125-12/+49
* fix heap corruption after avpicture_deinterlacejstebbins2010-10-121-2/+3
* tweak ca_aac bitrate limits some morejstebbins2010-10-091-2/+44
* add more audio bitrate limitsjstebbins2010-10-091-10/+47
* prevent crash when vorbis fails to initialize for any reason.jstebbins2010-10-091-0/+6
* print more accurate log message when mixdown is not setjstebbins2010-10-091-8/+17
* fix detectsion of bitrate_code for ac3 passthru in mp4jstebbins2010-10-091-1/+1
* fix detection of sr_code and bitrate_code for ac3 streams in mp4jstebbins2010-10-091-14/+10
* allow ca_aac lower limit of 192kbps for 6chjstebbins2010-10-081-0/+2
* fix a bug in bitrate selection. forgot to change a '++' to '--'jstebbins2010-10-081-1/+1
* future proof faac bitrate limits jstebbins2010-10-081-5/+2
* fix some audio bitrate limits issues with ca aacjstebbins2010-10-081-6/+6
* cli: make smarter mixdown decision when doing ac3 encode fallbackjstebbins2010-10-083-80/+139
* add audio defaults and limits calculation to libhbjstebbins2010-10-082-0/+128
* Add code to recognize eac3 streams in TSjstebbins2010-10-051-4/+26
* Add ac3 encodingjstebbins2010-10-0412-141/+494
* fix another hang in the muxer.jstebbins2010-10-031-1/+2
* fix ffmpeg locking issuejstebbins2010-10-023-1/+11
* fix a crash when ass_render_frame doesn't return a frame list.jstebbins2010-09-291-1/+1
* SSA subtitle burn injstebbins2010-09-2812-90/+594
* remove the 8 audio limit. isn't needed anymore.jstebbins2010-09-151-1/+1
* fix cli issue with batch scan and encodejstebbins2010-09-152-10/+23
* fix a crash when a TS has no aspect ratio set in the video streamjstebbins2010-09-142-3/+10
* Bump ffmpeg from 22950 to 25082jstebbins2010-09-142-2/+7
* fix a rare hang in the muxer.jstebbins2010-09-131-1/+7
* Add Bluray supportjstebbins2010-09-0815-605/+1578
* Fix muxing problem with certain sources/settingsjstebbins2010-08-311-14/+15
* Multi-line SSA packets handled by the SSA->UTF8 decoder.jstebbins2010-08-101-32/+64
* fix crash due to processing invalid buf_out from workjstebbins2010-07-041-0/+3
* fix some preset issuesjstebbins2010-07-032-15/+8
* Improve program stream detectionjstebbins2010-06-281-17/+49
* make hb_set_anamorphic_size keep storage aspect when maxHeight is appliedjstebbins2010-06-262-28/+45
* Preserve subtitle track that matches foreign audio search when thejstebbins2010-06-261-7/+8
* guard against excessive memory consumption in the muxer betterjstebbins2010-06-201-0/+22
* fix problem with spurious timestamp changejstebbins2010-06-201-4/+7
* CLI: missed another conditional that forces burned subs in mp4jstebbins2010-06-081-0/+1
* fix potential buffer overrunjstebbins2010-06-021-3/+3
* handle the utf8 byte order mark when present at the beginning of srt subsjstebbins2010-06-011-2/+11
* oops. forgot to commit the new file jstebbins2010-06-011-0/+269
* Add SSA subtitle supportjstebbins2010-06-017-22/+39
* Add more subtitle info to the activity logjstebbins2010-06-011-8/+20
* link hb.dll with -static flag so that extra dll's are not requiredjstebbins2010-06-011-1/+1
* add check for reasonable vobsub width/height values when parsing out of mp4jstebbins2010-05-301-2/+10
* preserve vobsub palette, width, and height from mkv and mp4 vobsub tracksjstebbins2010-05-305-22/+87
* Improve left/right dplii surround separationjstebbins2010-05-301-13/+13
* fix compiler warnings in several libhb filesjstebbins2010-05-304-23/+23
* fix a problem with point-to-point hanging when searching for start pointjstebbins2010-05-262-40/+50
* add support for Nero vobsubs in mp4jstebbins2010-05-241-0/+73
* fix memory leak in pinvoke patchjstebbins2010-05-241-6/+6
* fix stderr redirection on mingw. dup2 function doesn't work as it should so ...jstebbins2010-05-231-0/+5