summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* FLAC: add 24-bit encoding.Rodeo2013-01-021-1/+8
* LinGui: add x264 preset/tune/profile/level supportjstebbins2012-12-271-0/+40
* fix mac ui scaling problem after performing live preview encodejstebbins2012-12-171-1/+36
* fix some crashes in the macuijstebbins2012-12-121-0/+2
* libhb: refactor job initialization and cleanupjstebbins2012-12-091-95/+77
* Improve management of titles and jobsjstebbins2012-11-121-38/+704
* Audio improvements.Rodeo2012-09-031-317/+498
* Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib...Rodeo2012-08-021-22/+15
* libhb: Allow control of audio mix normalizationjstebbins2012-08-011-0/+3
* Use HB_INVALID_AMIXDOWN and HB_AMIXDOWN_NONE where applicable.Rodeo2012-07-291-3/+3
* Introduce a negative HB_INVALID_AMIXDOWN.Rodeo2012-07-271-1/+1
* Fix hb_mixdown_get_discrete_channel_count for HB_AMIXDOWN_NONE (passthrough).Rodeo2012-06-271-5/+8
* common.h, common.c: minor modifications.Rodeo2012-06-201-3/+3
* hb_get_best_mixdown: fix bug introduced in revision 4755.Rodeo2012-06-201-1/+8
* libhb: update hb_get_best_mixdown(). I was partially borken after revision 4754.Rodeo2012-06-191-57/+34
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-16/+14
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...Rodeo2012-06-061-7/+21
* decdca: attempt to fix Dolby Surround and Pro Logic II mixdown. We were doing...Rodeo2012-05-271-29/+33
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-0/+59
* LinGui: allow the user to select and use a bitrate for audio autopassthrujstebbins2012-04-261-1/+4
* libhb/hd_dict.c, add newline at end of file.Rodeo2012-03-291-1/+0
* Rework filter pipelinejstebbins2012-03-271-19/+79