summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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