summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump libav to v9_beta3.Rodeo2012-12-311-1/+1
* LinGui: add x264 preset/tune/profile/level supportjstebbins2012-12-271-0/+4
* hb_x264_param_unparse: miscellaneous cosmetics.Rodeo2012-11-121-6/+3
* hb_x264_param_unparse: returns a complete x264 encopts string from a preset/t...Rodeo2012-11-121-0/+8
* Improve management of titles and jobsjstebbins2012-11-121-18/+83
* Fix initialization of hb_job_t.pfr_vrate(_base).Rodeo2012-10-271-0/+2
* Audio improvements.Rodeo2012-09-031-1/+11
* libhb: Allow control of audio mix normalizationjstebbins2012-08-011-0/+1
* Introduce a negative HB_INVALID_AMIXDOWN.Rodeo2012-07-271-0/+2
* Use libav for dts audio decoding instead of libdca jstebbins2012-07-151-1/+1
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-111-2/+2
* Fix hb_mixdown_get_discrete_channel_count for HB_AMIXDOWN_NONE (passthrough).Rodeo2012-06-271-3/+3
* common.h, common.c: minor modifications.Rodeo2012-06-201-2/+2
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-40/+16
* Updated file copyright / GPL headerssr552012-06-151-4/+7
* Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...Rodeo2012-06-061-45/+23
* decdca: attempt to fix Dolby Surround and Pro Logic II mixdown. We were doing...Rodeo2012-05-271-47/+36
* libhb: Fix problem with positions of burned-in subsjstebbins2012-05-051-1/+0
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-1/+13
* encx264: add functionality to retrieve the "preferred" option name for option...Rodeo2012-03-291-0/+3
* libhb: use source colorimetry information when available.Rodeo2012-03-281-0/+22
* encx264: use x264_param_apply_fastfirstpass.Rodeo2012-03-281-0/+1
* Rework filter pipelinejstebbins2012-03-271-25/+68
* Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.2...Rodeo2012-03-241-1/+3
* Add HB_INVALID_AUDIO_QUALITY define. -1 is valid for Vorbis VBR and thus does...Rodeo2012-02-211-0/+3
* Print more Auto Passthru information to the Activity Log: passthru mask (allo...Rodeo2012-02-171-0/+2
* Align stack of all threads created by libhbjstebbins2011-11-181-0/+11