summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add framerate values for 30, 50, 60000/1001 and 60 fps.Rodeo2012-03-191-1/+2
* Add HB_INVALID_AUDIO_QUALITY define. -1 is valid for Vorbis VBR and thus does...Rodeo2012-02-211-4/+4
* Print more Auto Passthru information to the Activity Log: passthru mask (allo...Rodeo2012-02-171-2/+74
* Set default audio compression in hb_autopassthru_apply_settings to get rid of...Rodeo2012-02-171-0/+1
* ca_aac: set minimum VBR quality to 1 instead of 0.Rodeo2012-01-251-1/+1
* Vorbis: adjust default VBR quality after revision 4385.Rodeo2012-01-251-1/+1
* Use -2 to 10 range for Vorbis audio quality (same as what oggenc uses), inste...Rodeo2011-12-231-3/+3
* Fix spurious audio compression & quality log warningjstebbins2011-11-141-0/+2
* Allow vorbis quality to go down to -0.2jstebbins2011-10-311-1/+1
* Wrap encoder lists in functions to expose them to Pinvoke.randomengy2011-10-221-0/+15
* bump Libav from v0.7.1 to v0.7-1241-g5f3fb59jstebbins2011-10-151-0/+1
* Add flac + quality + compression level supportjstebbins2011-10-121-5/+178
* log printable ascii with hexdumpsjstebbins2011-09-291-3/+14
* fix a crash in HandBrakeCLIjstebbins2011-09-271-0/+6
* add utility function for doing hexdumps to logjstebbins2011-09-271-0/+33
* MacGui: since Auto Passthru isn't enabled yet, we still need to fall back to ...Rodeo2011-09-191-1/+1
* libhb: Auto Passthru and audio/video encoder lists.Rodeo2011-09-191-11/+139
* Blu-ray: display playlist number in log, CLI scan output, and title drop-down.Rodeo2011-08-161-0/+1
* libhb: fix or simplify several hacks involved with Libav supportjstebbins2011-07-271-4/+2