summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Add temporally overlapping subtitle support.davidfstr2011-02-255-34/+366
* plug some memory leaks.jstebbins2011-02-125-12/+36
* Improve loop detection in dvdnavjstebbins2011-02-112-0/+12
* Remove unnecessary translation of string "LIBFAAD" to "AAC".jstebbins2011-02-111-4/+0
* Remove a couple more remnants of faad from make filesjstebbins2011-02-111-1/+1
* remove libfaad from buildjstebbins2011-02-111-1/+1
* fix sync issue introduced in 3786jstebbins2011-02-111-0/+5
* Improve timestamp handling in decavcodecjstebbins2011-02-081-53/+44
* Fix issue with decoding DTS-HD streamsjstebbins2011-02-081-17/+17
* Fix a hang in syncjstebbins2011-02-071-0/+4
* bump ffmpeg from svn 25689 to git 185a155jstebbins2011-02-042-5/+9
* Use the correct ffmpeg codec id for eac3 in BDjstebbins2011-01-291-1/+1
* libhb: Disable managed mode for Vorbis ABR.saintdev2011-01-261-10/+1
* fix ffmpeg multiple audio decode issuejstebbins2011-01-175-67/+289
* fix problem with large ssa subtitle batches stalling the pipeline.jstebbins2011-01-151-1/+11
* fix double free in handling of last CC messagejstebbins2011-01-131-4/+13
* 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