summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove libgcc... dll from zip package creation as it is no longer neededsr552010-04-173-9/+209
* x264 bump from r1523 to r1538dynaflash2010-04-141-5/+4
* fix some mingw warnings and a mingw build issuejstebbins2010-04-106-12/+14
* fix audio clipping when downmixing and output codec is lamejstebbins2010-04-073-19/+27
* generalize audio channel map reorderingjstebbins2010-04-053-119/+404
* small error in the last change. Missed a comman in the libhb build script cha...sr552010-04-051-1/+1
* libgcc is no longer needed. Thanks to golgol7777 for pointing out the necessa...sr552010-04-051-0/+1
* fix silence insertion problem in audio sync and pipeline stall problemjstebbins2010-04-034-33/+74
* fix stupid error in my last commitjstebbins2010-04-031-10/+10
* fix audio detection problem during scan of ffmpeg audio sourcesjstebbins2010-04-025-37/+99
* handle YUV422P video in the mpeg2 decoderjstebbins2010-04-021-10/+31
* flush frames x264 has cached properlyjstebbins2010-04-021-2/+4
* when in cfr mode, tell x264 we are doing cfr and allow x264 to set the timeba...jstebbins2010-04-021-2/+11
* downmix support for ffmpeg audio sourcesjstebbins2010-04-028-91/+1540
* fix a problem processing PS stream that look a lot like DVD PS but are not.jstebbins2010-04-011-0/+17
* libhb: change the x264 header NAL array order from sei - sps - pps to sps - p...dynaflash2010-03-311-4/+4
* handle bluray LPCM streamsjstebbins2010-03-272-25/+87
* fix sporadic incorrect bitrate calculation of muxed tracksjstebbins2010-03-271-1/+2
* make it possible to dynamically create and close multiple libhb instancesjstebbins2010-03-265-42/+85
* reduce mux interleave threshold more to prevent out of memory situationsjstebbins2010-03-191-1/+1
* improve lame audio quality by using ABR mode and disabling joint stereo modejstebbins2010-03-142-2/+38
* extend search range for TS re-syncjstebbins2010-03-131-14/+24