summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
* lame: Use libav wrapper to encode mp3lameJohn Stebbins2016-01-111-2/+2
* Update copyright datesJohn Stebbins2016-01-031-1/+1
* [merge] libhb: disable OpenCL scaling when QSV scaling is used.Rodeo2015-07-041-0/+6
* [merge] libhb: re-work OpenCL cleanup a bit.Rodeo2015-07-041-8/+13
* Update year to 2015.bradleys2015-02-011-1/+1
* x265: enable 2-pass ABR encodingjstebbins2014-08-261-5/+8
* libhb: fix potential crash in filtersjstebbins2014-08-201-1/+1
* cli: allow user cli options to override defaults for fallback audio encoderjstebbins2014-07-161-2/+9
* Add VP8 supportjstebbins2014-04-151-0/+4
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-301-1/+2
* CLI: clean up encoder preset/tune/profile/level option namesRodeo2014-03-281-19/+5
* Remove libfaacsr552014-03-021-1/+0
* libhb: remove a52decjstebbins2014-02-201-2/+0
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* QSV: API 1.8 support and related improvementsRodeo2014-02-181-1/+1
* libhb: make encoder options less x264-centric.Rodeo2014-02-131-22/+55
* libhb: write encoding library's name in the Activity Log.Rodeo2014-02-131-3/+4
* Initial x265 integration. Patch by Zhang Zhiqiang. Thanks!Rodeo2014-02-101-0/+5
* decavcodec: DRC support.Rodeo2014-01-251-1/+4
* remove contrib mpeg2decjstebbins2014-01-131-8/+4
* libhb: don't forget to delete chapter markers after saving them in filter_loop.Rodeo2014-01-071-0/+2
* Fix a Segfault (attempt 2) where the job struct is used after it's closed.sr552013-12-121-3/+4
* Fix a Segfault where the job struct is used after it's closed.sr552013-12-111-4/+4
* libhb: fix a bunch of compiler warningsjstebbins2013-11-261-2/+2
* OpenCL: use the new library loading architecture for all OpenCL code.Rodeo2013-11-081-10/+18
* RB626: return code support addedmaxd2013-11-051-2/+6
* libhb: Plug some leaks and clean up the buffer pool code a little.jstebbins2013-10-231-0/+6
* QSV: improve CopyFrame bug workaround a bit.Rodeo2013-10-121-8/+14
* HW: fix for compile and runtime behavior and support of the features/RB601maxd2013-10-111-8/+0
* QSV: use encode-only path when we have CPU filters enabled and CopyFrame is u...Rodeo2013-10-111-2/+45
* QSV: libhb-based preset system.Rodeo2013-09-241-0/+7
* 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