summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* add wrapper functions that make it easier to call libhb from C# and otherjstebbins2010-05-233-10/+240
* add ability to probe for existance of headers and libraries to configure.pyjstebbins2010-05-231-2/+29
* add strtok_r to ports.c for mingwjstebbins2010-05-222-0/+29
* Support for reading VOB subtitle tracks from file inputs initital implementat...dynaflash2010-05-209-49/+238
* allow mono mixdown with lame encoderjstebbins2010-05-134-44/+32
* Universal Text Subtitle Support Initial Implementationdynaflash2010-05-048-10/+463
* bump ffmpeg to rev 22950jstebbins2010-04-252-5/+26
* get rid of extry CR at end of hb_log messagejstebbins2010-04-251-1/+1
* fix qdm2 audio decodingjstebbins2010-04-251-1/+10
* make count of video frames encoded logging accurate.jstebbins2010-04-241-0/+3
* fix decoding of qtrle codec and possibly othersjstebbins2010-04-241-0/+10
* make sure HB_STATE_WORKING always gets set for a jobjstebbins2010-04-241-0/+19
* add test to ensure that ffmpeg's reported audio layout agrees with channel countjstebbins2010-04-242-26/+80
* fix fps logging when there is no audio track.jstebbins2010-04-222-12/+19
* fix a problem with point-to-point (and live preview) when there are subtitlesjstebbins2010-04-211-2/+38
* speed up main feature search in most circumstancesjstebbins2010-04-201-209/+284
* add dvd main feature title detectionjstebbins2010-04-206-4/+454
* fix an error in the tmp array size of hb_layout_remapjstebbins2010-04-191-1/+1
* fix some dvdnav hangsjstebbins2010-04-171-0/+18
* revert last checkinsr552010-04-173-209/+9