summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: fix hb_read_preview() when invalid index is passedjstebbins2012-07-111-0/+1
* libhb: fix problem reading previewjstebbins2012-07-101-2/+11
* libhb: fix comb detection crash and decomb crashjstebbins2012-07-064-34/+20
* libhb: fix live preview crash when generating preview while encodingjstebbins2012-07-031-11/+12
* libhb: fix unused variable warningjstebbins2012-07-021-1/+0
* Fix comparison (check if unsigned type is < 0). Not sure why I keep doing this.Rodeo2012-07-021-5/+9
* libhb: fix crop detectionjstebbins2012-06-301-17/+18
* encca_aac.c: oesc.mDataByteSize is signed.Rodeo2012-06-291-9/+9
* muxmkv: improve reliability of HE-AAC check when doing AAC Passthru.Rodeo2012-06-291-1/+1
* Fix hb_mixdown_get_discrete_channel_count for HB_AMIXDOWN_NONE (passthrough).Rodeo2012-06-272-8/+11
* encca_aac: tabs to spaces and miscellaneous cosmetics.Rodeo2012-06-261-44/+52
* encca_aac: chnage a variable type (should have been done in revision 3754).Rodeo2012-06-251-2/+2
* encca_aac: fix an issue where a valid output buffer would be dropped, causing...Rodeo2012-06-251-153/+175
* libhb: fix deinterlace fast problem with sources that have <mod8 alignmentjstebbins2012-06-258-86/+155
* fix stride in denoise filterjstebbins2012-06-231-4/+4
* last "fix" was flawed. try again :(jstebbins2012-06-221-3/+3
* Fix second crash in denoisejstebbins2012-06-221-2/+2
* libhb: fix crash in denoise filterjstebbins2012-06-221-3/+3
* libhb: fix potential overflow in par calculationsjstebbins2012-06-221-12/+10
* Remove encca_haac_available(). It's no longer needed since we dropped support...Rodeo2012-06-203-96/+26
* common.h, common.c: minor modifications.Rodeo2012-06-202-5/+5
* hb_get_best_mixdown: fix bug introduced in revision 4755.Rodeo2012-06-201-1/+8
* libhb: update hb_get_best_mixdown(). I was partially borken after revision 4754.Rodeo2012-06-191-57/+34
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-1817-322/+238
* Remove debug code.Rodeo2012-06-181-2/+0
* Fix HE-AAC in MKV.Rodeo2012-06-181-1/+16
* 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