summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Add PGS codec ID to libmkv and use it.Rodeo2012-06-181-1/+1
* Fix Foreign Audio Search bug introduced in revision 4677.Rodeo2012-06-171-1/+11
* remove unnecessary includejstebbins2012-06-171-1/+0
* Updated file copyright / GPL headerssr552012-06-1564-167/+425
* Portability patchesjstebbins2012-06-071-1/+1
* Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...Rodeo2012-06-0613-94/+107
* decdca: attempt to fix Dolby Surround and Pro Logic II mixdown. We were doing...Rodeo2012-05-277-99/+139
* Bump x264 to r2200-999b753.Rodeo2012-05-261-2/+2
* fix more compiler warningsjstebbins2012-05-263-8/+3
* Fix crash in MKV muxer with SRT subtitle sources (introduced in revision 4605).Rodeo2012-05-201-0/+5
* Forgot to svn add some taskset filesjstebbins2012-05-183-0/+370
* libhb: tasksets API provided by scsiguyjstebbins2012-05-175-448/+188
* libhb: forgot to clear the flag indicating forced sub seenjstebbins2012-05-171-0/+1
* libhb: improve termination of forced subtitlesjstebbins2012-05-171-5/+107
* Foreign Audio Search: improve duplicate subtitle detection.Rodeo2012-05-141-6/+8
* Fix a couple Foreign Audio Search issues causes by the changes introduced in ...Rodeo2012-05-141-9/+3
* libhb: include subtitles in all passes. When doing 2-pass, we want to send th...Rodeo2012-05-142-51/+25
* Fix a crash when doing Foreign Audio Search with subtitle tracks that contain...Rodeo2012-05-141-31/+18
* Sorry, missed one.Rodeo2012-05-121-2/+3
* Further cleanup.Rodeo2012-05-121-10/+10
* Cleanup: merge two consecutive if( job->indepth_scan ) blocks.Rodeo2012-05-121-18/+8
* libhb: PGS subtitle improvements.Rodeo2012-05-102-21/+98
* libhb: don't relocate SSA subtitle when burningjstebbins2012-05-101-55/+63
* decavcodec: merge double if to a single statement.Rodeo2012-05-091-6/+3
* libhb: fix another filter initialization problemjstebbins2012-05-071-1/+3
* libhb: yet another fix for ssa burn-in positioning problemjstebbins2012-05-051-8/+4
* libhb: Fix problem with positions of burned-in subsjstebbins2012-05-0511-75/+16
* audio->config.lang.description: code cleanup.Rodeo2012-05-034-180/+199
* libhb: if no source chapter name information is available, set default chapte...Rodeo2012-05-035-37/+67
* Scan: fix some 24000/1001 sources being detected as "almost" 24000/1001, usin...Rodeo2012-05-021-1/+12
* libhb: fix initialization problem in chroma resamplingjstebbins2012-05-021-0/+1
* libhb: fix problem with filter initializationjstebbins2012-05-021-0/+1
* don't do combing check twice per frame when bobbingjstebbins2012-05-011-1/+13
* libhb: bob deinterlacingjstebbins2012-05-012-148/+229
* Minor simplification.Rodeo2012-05-011-2/+2
* Simplify Foreign Audio Search code:Rodeo2012-05-014-102/+98
* merge assorted fixes provided by Rogerio Britojstebbins2012-05-013-2/+7
* libhb: fix problem with incorrect addition of audio silencejstebbins2012-05-016-3/+21
* libhb: allow arbitrary number of preview images, fixes potential crashjstebbins2012-05-011-9/+28
* Fix a potential null pointer referencejstebbins2012-04-281-1/+1
* PGS (bluray) subtitle support \o/jstebbins2012-04-2629-156/+1001
* LinGui: allow the user to select and use a bitrate for audio autopassthrujstebbins2012-04-261-1/+4
* libhb: fix crash when subtitle render filter fails to initializejstebbins2012-04-152-5/+6
* libhb: fix problem with fps calculation in 2 pass encodesjstebbins2012-04-141-1/+1
* libhb: fix estimated number of frames expectedjstebbins2012-04-111-2/+0
* libhb: handle TS streams that have broken DTS timestampsjstebbins2012-04-111-0/+7
* libhb: fix a problem with start times of frames in CFR modejstebbins2012-04-101-2/+10
* libhb: fix problem with rendering burned in subtitlesjstebbins2012-04-101-28/+5
* Revision 4546 lost a call to hb_set_anamorphic_size, which in turn called hb_...Rodeo2012-04-102-8/+13
* libhb: fix incorrect audio gapsjstebbins2012-04-011-1/+3