summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-211-1/+21
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-14/+172
* Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.Rodeo2013-07-131-2/+3
* hb_display_job_info: "Large file size" does not apply to the avformat MP4 mux...Rodeo2013-07-011-1/+1
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-0/+1
* 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-301-120/+85
* Make initialization of vfr filter work as I intended.jstebbins2013-05-281-27/+5
* libhb: fix hb_vfr_info() and refactor hb_vfr_init() a bit.Rodeo2013-05-221-5/+5
* work: pass the crop settings to the subtitle renderer when adding it to the f...Rodeo2013-04-241-5/+9
* We support encoder options for everything but Theora, so simplify the check a...Rodeo2013-04-041-4/+3
* hb_system_sleep: minor cleanup after last commit.Rodeo2013-03-181-7/+6
* hb_system_sleep: allow/prevent sleep from the UI rather than libhb.Rodeo2013-03-181-8/+1
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* encavcodecaInit: minimize code duplication.Rodeo2013-03-031-39/+22
* Add optional fdk-aac encoderjstebbins2013-03-031-0/+2
* Audio dithering.Rodeo2013-02-051-0/+24
* Prevent OSX ML sleep during encoding, thanks to Jerome Lacubesr552013-02-041-7/+15
* x264 preset system: miscellaneous improvements.Rodeo2013-01-301-2/+2
* FLAC: add 24-bit encoding.Rodeo2013-01-021-0/+1
* Bump libav to v9_beta3.Rodeo2012-12-311-7/+7
* Improve management of titles and jobsjstebbins2012-11-121-56/+57
* Fix initialization of hb_job_t.pfr_vrate(_base).Rodeo2012-10-271-0/+4
* libhb: fix a collection of small memory leaksjstebbins2012-09-131-2/+2
* Audio improvements.Rodeo2012-09-031-37/+39
* Encode log: indicate if audio->config.out.normalize_mix_level is enabled.Rodeo2012-08-021-0/+4
* work: simplify & optimize.Rodeo2012-07-291-47/+38
* work: indentation and miscellaneous cosmetics.Rodeo2012-07-291-181/+182
* work: don't sanitize output bitrate etc. for passthrough audio.Rodeo2012-07-291-11/+15
* Use HB_INVALID_AMIXDOWN and HB_AMIXDOWN_NONE where applicable.Rodeo2012-07-291-4/+5
* Only log the input bitrate if it's valid; some decoders (e.g. TrueHD) set it ...Rodeo2012-07-231-1/+7
* Use libav for dts audio decoding instead of libdca jstebbins2012-07-151-6/+1
* Remove encca_haac_available(). It's no longer needed since we dropped support...Rodeo2012-06-201-35/+26
* Fix Foreign Audio Search bug introduced in revision 4677.Rodeo2012-06-171-1/+11
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* fix more compiler warningsjstebbins2012-05-261-2/+0
* 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-141-24/+13
* 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: fix another filter initialization problemjstebbins2012-05-071-1/+3
* libhb: Fix problem with positions of burned-in subsjstebbins2012-05-051-55/+1
* libhb: fix problem with filter initializationjstebbins2012-05-021-0/+1
* Minor simplification.Rodeo2012-05-011-2/+2
* Simplify Foreign Audio Search code:Rodeo2012-05-011-55/+75
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-110/+196
* libhb: fix crash when subtitle render filter fails to initializejstebbins2012-04-151-3/+4