summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove assert()s.saintdev2008-06-171-7/+0
* If we're using pass-through, copy the input bitrate/sample rate to the output.saintdev2008-06-171-4/+16
* - support blu-ray, avchd & dvb x264van2008-05-311-0/+3
* Handle the case where hb_list_audio_config_item is passed an invalid index.saintdev2008-04-181-2/+4
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* New internal audio handling.saintdev2008-04-011-29/+119
* Don't crash while scanning when we can't get previews for some title.van2008-02-291-0/+9
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-15/+15
* Fix hb_log to truncate the message at the correct point, fixes 1244.eddyg2008-02-181-1/+1
* macgui: change the human readable name for the dpl2 + ac3 hybrid from "DPLII ...dynaflash2008-02-171-1/+1
* Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for...eddyg2008-02-161-2/+14
* Double hb_log() max line length to avoid truncation of x264 options in display.eddyg2008-01-311-1/+1
* Maintains separate filter settings for each job. This prevents the MacGui fro...jbrjake2008-01-221-0/+20
* MacGui:sr552007-09-041-0/+1
* Enable jam to work by changing the error handling to use a callback rather th...eddyg2007-08-271-5/+13