summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
Commit message (Expand)AuthorAgeFilesLines
* libhb: add new function for retrieving previewsjstebbins2014-07-291-0/+21
* LinGui/CLI/libhb: add nlmeans denoise filter to linguijstebbins2014-07-211-0/+3
* libhb: fix typo in flag definitionjstebbins2014-07-011-1/+1
* libhb: New denoiser, nlmeans.bradleys2014-06-191-0/+1
* macui/cli/libhb: cleanupjstebbins2014-06-181-3/+0
* macui: fix PcitureController geometry calculationsjstebbins2014-06-101-9/+49
* demux: fix problem with widely spaced SCRsjstebbins2014-05-131-1/+1
* Add VP8 supportjstebbins2014-04-151-0/+1
* Convert all text subtitles to ASS subsjstebbins2014-04-131-0/+1
* x265: enable MP4 and Matroska muxing.Rodeo2014-03-131-1/+0
* Remove libfaacsr552014-03-021-2/+0
* libhb: remove a52decjstebbins2014-02-201-3/+1
* Remove HB_API_OLD_PRESET_SETTERS cruft.Rodeo2014-02-181-49/+5
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* libhb: make encoder options less x264-centric.Rodeo2014-02-131-14/+56
* libhb: write encoding library's name in the Activity Log.Rodeo2014-02-131-0/+7
* x265: misc. container-related fixes.Rodeo2014-02-121-2/+2
* Initial x265 integration. Patch by Zhang Zhiqiang. Thanks!Rodeo2014-02-101-0/+8
* libhb: support AV_FRAME_DATA_MATRIXENCODING side data.Rodeo2014-01-261-0/+2
* decavcodec: DRC support.Rodeo2014-01-251-0/+2
* remove contrib mpeg2decjstebbins2014-01-131-1/+0
* libhb: make avformat-based muxers the default.Rodeo2013-11-081-2/+2
* OpenCL: use the new library loading architecture for all OpenCL code.Rodeo2013-11-081-54/+7
* New getters for video presets, tunes, profiles and levels.Rodeo2013-11-081-0/+8
* RB626: return code support addedmaxd2013-11-051-5/+11
* OpenCL: ship our own headers, to reduce our dependency on external OpenCL SDKs.Rodeo2013-10-201-5/+2
* QSV: libhb-based preset system.Rodeo2013-09-241-1/+5
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-211-2/+68
* Interop: Removed unused structs and constants and added warnings in libhb cod...randomengy2013-09-191-2/+16
* QSV: minor refactoring.Rodeo2013-09-151-22/+24
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-2/+45
* Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.Rodeo2013-07-131-0/+3
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-2/+6
* libhb/common: improve fallback mechanism.Rodeo2013-06-031-3/+4
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-301-78/+132
* Make initialization of vfr filter work as I intended.jstebbins2013-05-281-2/+0
* libhb: fix hb_vfr_info() and refactor hb_vfr_init() a bit.Rodeo2013-05-221-4/+2
* Update outdated comment.Rodeo2013-04-011-4/+2
* Remove unnecessary legacy HB_VCODEC define and minor cleanup.Rodeo2013-04-011-7/+6
* hb_system_sleep: minor cleanup after last commit.Rodeo2013-03-181-3/+0
* hb_system_sleep: allow/prevent sleep from the UI rather than libhb.Rodeo2013-03-181-0/+3
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* Add optional fdk-aac encoderjstebbins2013-03-031-2/+4
* Improve scan progress granularityjstebbins2013-03-011-0/+3
* Audio dithering.Rodeo2013-02-051-0/+18
* x264 preset system: miscellaneous improvements.Rodeo2013-01-301-7/+7
* hb_rate_s, hb_mixdown_s, hb_encoder_s: use const char * instead of char *Rodeo2013-01-041-10/+10
* libhb: add hb_get_default_audio_encoder().Rodeo2013-01-041-0/+2
* common.h: cosmetics.Rodeo2013-01-041-20/+23
* FLAC: add 24-bit encoding.Rodeo2013-01-021-2/+3