summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
* Propagate an error when hb_json_to_job fails.Rodeo2015-04-051-0/+1
* libhb: log "default" filter settings when settings string is 0 lengthjstebbins2015-04-021-1/+1
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-291-23/+26
* json: fix crash when foreign audio search is *not* enabledjstebbins2015-03-111-0/+7
* json: automatically scan title when processing json jobsjstebbins2015-03-071-20/+57
* Update year to 2015.bradleys2015-02-011-1/+1
* libhb: automatically add rendersub filter when requiredjstebbins2015-01-301-24/+24
* libhb: reduce framerate fps/num for all encoders.Rodeo2015-01-091-0/+7
* libhb: only sanitize PAR for the MPEG-4 encoder.Rodeo2015-01-091-17/+7
* libhb: fix job configuration when qsv removes all filtersjstebbins2015-01-051-0/+9
* libhb: eliminate unnecessary references to mp4v2jstebbins2014-12-231-2/+1
* eliminate job->largeFileSizejstebbins2014-12-231-3/+0
* json: fix building with qsv enabled.jstebbins2014-12-161-4/+4
* json: add json APIsjstebbins2014-12-161-68/+57
* 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