summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* fix a problem reading flv files that have null packetsjstebbins2011-01-021-0/+6
* fix a re-synchronization problem in bluray readingjstebbins2010-12-301-9/+21
* cli: allow setting modulus with ana-nonejstebbins2010-12-171-2/+2
* prevent crash with strict ana and non-mod-2 dimensions.jstebbins2010-12-172-6/+9
* Adjust x264 qpmin for QT compatibility.jstebbins2010-12-161-0/+6
* [libhb] Change bad block handling using libdvdread to scan forward foreddyg2010-11-302-8/+23
* fix sync of ssa subtitles when using point-to-point encodingjstebbins2010-11-223-33/+44
* fix a problem with search progress indicator and p-to-pjstebbins2010-11-141-2/+3
* fix a problem with the first timestamp returned from av_parser_parse2jstebbins2010-11-141-1/+1
* Fix initial chapter number when doing p-to-p in blurayjstebbins2010-11-131-0/+2
* fix problem with delayed audio when using point-to-pointjstebbins2010-11-131-0/+1
* tweak audio bitrate limitsjstebbins2010-11-111-3/+13
* fix a couple A/V/Sub sync issuesjstebbins2010-11-101-126/+121
* bump ffmpeg from r25374 to r25689jstebbins2010-11-102-8/+13
* Fix encx264 to accomodate upcoming x264 api change.jstebbins2010-11-071-18/+15
* 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