summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
Commit message (Expand)AuthorAgeFilesLines
* build: remove mp4v2 and libmkv dependenciesjstebbins2014-08-181-8/+0
* libhb: fix potential seg fault in hb_hexdumpjstebbins2014-07-301-1/+0
* libhb: add new function for retrieving previewsjstebbins2014-07-291-0/+16
* cli: allow user cli options to override defaults for fallback audio encoderjstebbins2014-07-161-8/+57
* libhb: New denoiser, nlmeans.bradleys2014-06-191-0/+4
* macui/cli/libhb: cleanupjstebbins2014-06-181-76/+9
* Add VP8 supportjstebbins2014-04-151-0/+13
* Convert all text subtitles to ASS subsjstebbins2014-04-131-38/+75
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-301-2/+3
* x265: enable MP4 and Matroska muxing.Rodeo2014-03-131-6/+1
* Remove libfaacsr552014-03-021-29/+2
* libhb: dynamic detection of availability of libav audio encodersjstebbins2014-03-011-7/+9
* Remove HB_API_OLD_PRESET_SETTERS cruft.Rodeo2014-02-181-27/+0
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* QSV: API 1.8 support and related improvementsRodeo2014-02-181-13/+42
* libhb: make encoder options less x264-centric.Rodeo2014-02-131-28/+55
* Fix typo in previous commit.Rodeo2014-02-131-1/+1
* libhb: write encoding library's name in the Activity Log.Rodeo2014-02-131-42/+96
* x265: misc. container-related fixes.Rodeo2014-02-121-4/+4
* Initial x265 integration. Patch by Zhang Zhiqiang. Thanks!Rodeo2014-02-101-0/+32
* libhb: support AV_FRAME_DATA_MATRIXENCODING side data.Rodeo2014-01-261-1/+2
* decavcodec: DRC support.Rodeo2014-01-251-0/+22
* remove contrib mpeg2decjstebbins2014-01-131-1/+2
* libhb: make avformat-based muxers the default.Rodeo2013-11-081-2/+2
* New getters for video presets, tunes, profiles and levels.Rodeo2013-11-081-0/+57
* QSV: libhb-based preset system.Rodeo2013-09-241-0/+1
* libhb: make libhb internal character code utf8jstebbins2013-09-221-0/+19
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-211-0/+13
* QSV: minor refactoring.Rodeo2013-09-151-3/+4
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-2/+31
* Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.Rodeo2013-07-131-0/+49
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-45/+54
* Cosmetics after last commit.Rodeo2013-06-151-8/+8
* libhb: improve video and audio encoder names.Rodeo2013-06-151-29/+25
* improve aac encoder build options and change some aac encoder defaultsjstebbins2013-06-151-5/+4
* 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-031-418/+759
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-301-621/+1229
* 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
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* fdkaac: new bitrate limits.Rodeo2013-03-041-3/+40
* fdk_haac: samplerates < 16 kHz are not supported.Rodeo2013-03-041-0/+6
* Add optional fdk-aac encoderjstebbins2013-03-031-0/+9
* Audio dithering.Rodeo2013-02-051-0/+57
* x264 preset system: miscellaneous improvements.Rodeo2013-01-301-5/+5
* hb_rate_s, hb_mixdown_s, hb_encoder_s: use const char * instead of char *Rodeo2013-01-041-1/+2
* CLI: avoid an #fidef.Rodeo2013-01-041-0/+1
* libhb: add hb_get_default_audio_encoder().Rodeo2013-01-041-7/+12