summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: unbreak probe_dts_profilejstebbins2013-09-071-1/+1
* QSV: add an option to control B-pyramid.Rodeo2013-09-053-33/+156
* libhb: svn rm mcdeint.*jstebbins2013-09-032-0/+0
* libhb: remove mcdeint deinterlacerjstebbins2013-09-034-347/+12
* QSV: minor cleanup.Rodeo2013-09-013-69/+26
* QSV: choose and re-use a "preferred" implementation instead of using MFX_IMPL...Rodeo2013-09-014-25/+65
* libhb: fix potential pgs timestamp problemjstebbins2013-08-261-1/+20
* enc_qsv: fix crash.Rodeo2013-08-261-0/+6
* Print QSV info in all logs in a libhb-friendly manner, via hb_scan (was print...Rodeo2013-08-262-6/+8
* Fix display size when anamorphic is disabled.Rodeo2013-08-251-4/+14
* QSV: don't use AVBR rate control.Rodeo2013-08-252-43/+21
* Big merge, QSV to trunk: part 2 (new files).Rodeo2013-08-2211-0/+4385
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-2217-74/+688
* libhb: fix compiler warning...jstebbins2013-08-191-1/+8
* encx264: auto-enable metrics when the relevant tune is requested.Rodeo2013-08-171-0/+22
* encx264: don't force-enable metrics (PSNR, SSIM).Rodeo2013-08-171-5/+0
* libhb: log avio_open2 error return codejstebbins2013-08-161-1/+1
* libhb: store and print additional CPU informationRodeo2013-07-133-11/+156
* Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.Rodeo2013-07-133-2/+55
* MacGui: populate the SRT subtitle language list dynamically from libhb.Rodeo2013-07-132-0/+25
* Solaris: add proper POSIX definesRodeo2013-07-131-1/+1
* libhb: handle zero length EOF subtitle properlyjstebbins2013-07-061-3/+6
* libhb: fix a couple of problems with subtitle mergingjstebbins2013-07-061-11/+29
* libhb: improve handling of overlapping text subtitlesjstebbins2013-07-011-53/+177
* hb_display_job_info: "Large file size" does not apply to the avformat MP4 mux...Rodeo2013-07-011-1/+1
* libhb: fix crash in muxmp4.cjstebbins2013-06-301-7/+12
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-3025-463/+1798
* libhb: fix pts p-to-p start time in files parsed by libavjstebbins2013-06-261-1/+1
* libhb: fix hang that can occur under certain error conditionsjstebbins2013-06-161-4/+4
* Fix the build under MinGWsr552013-06-161-1/+1
* libhb: fix calculation of chapter durations in dvdread and dvdnav.Rodeo2013-06-162-23/+4
* Cosmetics after last commit.Rodeo2013-06-151-8/+8
* libhb: improve video and audio encoder names.Rodeo2013-06-151-29/+25
* libhb: fix incorrect sizeof()jstebbins2013-06-151-1/+1
* improve aac encoder build options and change some aac encoder defaultsjstebbins2013-06-154-6/+18
* libhb: move one-time registrations to hb_global_init().Rodeo2013-06-061-62/+33
* hb_mixdown_*: use meaningful values instead of -1.Rodeo2013-06-041-3/+3
* hb_video_encoders: cosmetics.Rodeo2013-06-031-8/+4
* libhb/common: improve fallback mechanism.Rodeo2013-06-036-446/+818
* cropscale: fix initial value of output width/heightjstebbins2013-05-311-2/+2
* libhb: fix problem with logging of crop/scale settingsjstebbins2013-05-311-2/+2
* hb_display_job_info: improve formatting of start and stop times.Rodeo2013-05-301-3/+4
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-305-826/+1454
* Make initialization of vfr filter work as I intended.jstebbins2013-05-283-43/+45
* libhb: fix hb_vfr_info() and refactor hb_vfr_init() a bit.Rodeo2013-05-223-48/+29
* sync: fall back to drop_video_to_sync when hb_avcodec_open() fails, instesd o...Rodeo2013-05-171-39/+41
* decsrtsub: clear remnants of the previous line before progessing a new one.Rodeo2013-05-141-0/+3
* Improve upon previous commit.Rodeo2013-05-081-4/+5
* decsrtsub: rework character substitution logic.Rodeo2013-05-081-20/+30
* muxmkv: fix audio track private data for 24-bit FLAC.Rodeo2013-05-051-0/+1