summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* libhb: fix crash when EOF is found before first video framejstebbins2013-04-301-0/+1
* Refactor add_ffmpeg_audio.Rodeo2013-04-283-90/+116
* sync: fix a hang when the avcodec encoder for silence insertion fails to open.Rodeo2013-04-281-2/+3
* Fix log pollution when Auto Passthru is not possible and uses the fallback au...Rodeo2013-04-281-1/+1
* hb_get_best_mixdown: fix out-of-array reads.Rodeo2013-04-281-2/+2
* muxmp4: update MP4AddAudioTrack usage as per mp4v2 documentation.Rodeo2013-04-271-2/+4
* work: pass the crop settings to the subtitle renderer when adding it to the f...Rodeo2013-04-241-5/+9
* Disable Libav's AVX and FMA4 optimizations under Windows x86_64.Rodeo2013-04-241-1/+9
* muxmp4: compute audio frame durations when the frame size isn't known.Rodeo2013-04-241-33/+40
* decssasub, dectx3gsub: fix writing past hb_buffer_t data[size - 1].Rodeo2013-04-102-12/+13
* We support encoder options for everything but Theora, so simplify the check a...Rodeo2013-04-041-4/+3
* Update outdated comment.Rodeo2013-04-011-4/+2