summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libhb: plug a few memory leaksjstebbins2011-07-191-0/+5
* fix some warnings in the clijstebbins2011-07-011-1/+1
* libhb: fix a warning in decssasub.c by adding new hb_valog functionjstebbins2011-06-151-32/+38
* Add DTS-HD passthru \o/jstebbins2011-06-141-1/+1
* libhb: generalize channel remapping between decoders and encodersjstebbins2011-06-121-0/+1
* libhb: add support for libav aac encoder (libhb only)jstebbins2011-06-071-0/+16
* LinGui: Add support for naming audio tracks.jstebbins2011-06-031-0/+4
* Remove the depreciated hb_calc_bitrate methodsr552011-05-211-115/+0
* Fix some problems with rgb2yuv and yuv2rgbjstebbins2011-05-171-8/+8
* Make order of audio tracks found in PS streams more predictablejstebbins2011-04-251-0/+34
* HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.sr552011-04-181-18/+47
* Fix int overflow that can happen when computing PARjstebbins2011-04-161-0/+56
* Add audio gain adjustment to libhb and CLIjstebbins2011-04-051-0/+1
* make keyint match between 1st and 2nd passes of vfr and pfr encodes.jstebbins2011-03-081-2/+1
* initialize title->angle_count to 1jstebbins2011-03-011-0/+1
* fix ffmpeg multiple audio decode issuejstebbins2011-01-171-0/+4
* tweak audio bitrate limitsjstebbins2010-11-111-3/+13
* Fix hb_get_best_mixdown to allow downmixing 7.1 to 5.1jstebbins2010-11-051-1/+3
* clean up crufty legacy codejstebbins2010-10-231-10/+2
* Use libhb functions for mixdown and bitrate defaults in the clijstebbins2010-10-231-53/+40
* tweak ca_aac bitrate limits some morejstebbins2010-10-091-2/+44
* add more audio bitrate limitsjstebbins2010-10-091-10/+47
* allow ca_aac lower limit of 192kbps for 6chjstebbins2010-10-081-0/+2
* fix a bug in bitrate selection. forgot to change a '++' to '--'jstebbins2010-10-081-1/+1
* future proof faac bitrate limits jstebbins2010-10-081-5/+2
* fix some audio bitrate limits issues with ca aacjstebbins2010-10-081-6/+6
* cli: make smarter mixdown decision when doing ac3 encode fallbackjstebbins2010-10-081-0/+102
* add audio defaults and limits calculation to libhbjstebbins2010-10-081-0/+124
* Add ac3 encodingjstebbins2010-10-041-4/+8
* SSA subtitle burn injstebbins2010-09-281-0/+78
* Support for reading VOB subtitle tracks from file inputs initital implementat...dynaflash2010-05-201-0/+68
* Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!dynaflash2010-02-111-20/+26
* batch file scanning and scan canceljstebbins2009-11-251-2/+44
* Rate limit hb_error() messages to at most 1 message per second of the same me...eddyg2009-11-241-1/+74
* fix lockup in reader when importing srt'sjstebbins2009-11-131-0/+1
* Format cleanup.konablend2009-06-251-2/+2
* CLI: SubRip Subtitle importeddyg2009-06-231-1/+31
* Adds an interjob structure to preserve some encode data across jobs within an...jbrjake2009-06-041-0/+14
* softsubs:jstebbins2009-06-031-0/+39
* Forgot a comma in common.c .ritsuka2009-05-231-1/+1
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-231-1/+3
* Enable DTS passthru for matroska containerjstebbins2009-04-181-0/+1
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-0/+9
* ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th...eddyg2008-10-291-0/+2
* CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePet...eddyg2008-10-101-0/+1
* Adds an hb_deep_log() function for multiple levels of debugging verbosity. Le...jbrjake2008-10-091-0/+38
* Don't crash when the user specifies audio tracks that don't exist from the Ha...eddyg2008-08-181-2/+7
* - change aspect from a scaled int to a double so we can handle the widervan2008-08-081-21/+25