summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Improved logging of keyint min/maxjstebbins2010-11-071-4/+21
* Bump cpu count limit from 8 to 64jstebbins2010-11-072-2/+2
* Fix use of uninitialized variable in mpeg PS detection.jstebbins2010-11-071-1/+1
* Allow longer SRT filename paths.jstebbins2010-11-071-1/+1
* oops, delete debug printf...jstebbins2010-11-061-1/+0
* fix audio sync when resampling 48khz to 44.1khzjstebbins2010-11-062-9/+10
* fix windows crash and probably other random nastiness.jstebbins2010-11-061-2/+2
* fix framerate detection again (really, i mean it this time)jstebbins2010-11-051-10/+6
* log the title duration before throwing it out when it's too shortjstebbins2010-11-052-16/+16
* Fix hb_get_best_mixdown to allow downmixing 7.1 to 5.1jstebbins2010-11-051-1/+3
* fix start/stop time of last lame bufferjstebbins2010-11-041-18/+23
* fix framerate detection of ffmpeg sourcesjstebbins2010-11-031-0/+4
* fix a segfault and a deadlock if reader exits befor first buffer sentjstebbins2010-10-292-2/+5
* update baseline presets with weightp=0jstebbins2010-10-231-38/+0
* clean up crufty legacy codejstebbins2010-10-237-67/+5
* Use libhb functions for mixdown and bitrate defaults in the clijstebbins2010-10-233-61/+89
* reorder #includes to fix redefinition problem in mingw64jstebbins2010-10-231-11/+10
* Add build option --enable-ff-mpeg2 to use ffmpeg for mpeg2 decodingjstebbins2010-10-233-0/+18
* ffmpeg video decoder enhancementsjstebbins2010-10-232-2/+116
* fix zero duration lpcm frame handlingjstebbins2010-10-191-1/+6
* 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