summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* We support encoder options for everything but Theora, so simplify the check a...Rodeo2013-04-041-4/+3
* Update outdated comment.Rodeo2013-04-011-4/+2
* Remove unnecessary legacy HB_VCODEC define and minor cleanup.Rodeo2013-04-011-7/+6
* muxmp4: map '\r\n' and '\r' to '\n'.Rodeo2013-03-191-0/+5
* decutf8sub: cosmetics.Rodeo2013-03-191-2/+2
* decutf8sub: cleanup.Rodeo2013-03-191-17/+15
* decutf8sub: fix a bug when passing subtitles through to MP4.Rodeo2013-03-191-1/+1
* hb_system_sleep: refactoring.Rodeo2013-03-184-39/+78
* hb_system_sleep: minor cleanup after last commit.Rodeo2013-03-184-14/+9
* hb_system_sleep: allow/prevent sleep from the UI rather than libhb.Rodeo2013-03-184-12/+6
* Use the official libavcodec minimum output buffer size via a define (currentl...Rodeo2013-03-171-2/+3
* libhb: fix fdk-aac mono encodingjstebbins2013-03-161-2/+4
* libhb: fix incorrect scan progressjstebbins2013-03-141-2/+2
* Remove code forgotten in revision 5295.Rodeo2013-03-111-10/+0
* Some further header updates.sr552013-03-091-1/+1
* Updated all the copyright headers to 2013.sr552013-03-0964-64/+64
* 2013 preset changes:Rodeo2013-03-041-7/+0
* fdkaac: new bitrate limits.Rodeo2013-03-041-3/+40
* fdk_haac: samplerates < 16 kHz are not supported.Rodeo2013-03-041-0/+6
* decavcodec: remove unnecessary code.Rodeo2013-03-031-10/+0
* encavcodecaInit: minimize code duplication.Rodeo2013-03-032-98/+94
* Fix AAC encoding with Libav.Rodeo2013-03-031-1/+1
* Add optional fdk-aac encoderjstebbins2013-03-037-10/+85
* Improve scan progress granularityjstebbins2013-03-012-13/+74
* Set AVCodecContext.request_channel_layout when decoding.Rodeo2013-02-051-35/+79
* Audio dithering.Rodeo2013-02-054-0/+109
* Prevent OSX ML sleep during encoding, thanks to Jerome Lacubesr552013-02-045-10/+122
* x264 preset system: miscellaneous improvements.Rodeo2013-01-306-94/+150
* libhb: remove exta log text that was used for debuggingjstebbins2013-01-291-2/+2
* libhb: Fix CC processing for packets that have no PTSjstebbins2013-01-291-7/+19
* libhb: Fix main feature detection for some DVDs (Brave)jstebbins2013-01-281-1/+1
* Fix hb_apply_h264_level() after x264 bump.Rodeo2013-01-221-1/+1
* libhb: Fix issue with silence insertion when using FLAC encoderjstebbins2013-01-211-5/+20
* libhb: fix audio sync regression with DVDsjstebbins2013-01-061-6/+25
* libhb: handle incorrect stuffing in transport streamsjstebbins2013-01-061-1/+7
* hb_rate_s, hb_mixdown_s, hb_encoder_s: use const char * instead of char *Rodeo2013-01-042-11/+12
* CLI: avoid an #fidef.Rodeo2013-01-041-0/+1
* libhb: add hb_get_default_audio_encoder().Rodeo2013-01-042-7/+14
* common.h: cosmetics.Rodeo2013-01-041-20/+23
* FLAC: add 24-bit encoding.Rodeo2013-01-025-17/+35
* libhb: fix a problem with BD audio track detectionjstebbins2013-01-011-0/+3
* Bump libav to v9_beta3.Rodeo2012-12-3124-278/+302
* LinGui: add x264 preset/tune/profile/level supportjstebbins2012-12-275-0/+58
* libhb: prevent segfault when opening mp4 file fails.jstebbins2012-12-261-113/+116
* hb_x264_param_unparse: cosmetics.Rodeo2012-12-201-1/+1
* hb_x264_param_unparse: unset a few options that have no effect in the advance...Rodeo2012-12-201-1/+21
* hb_apply_h264_level: cosmetics, change the meaning of the last parameter (be_...Rodeo2012-12-202-10/+10
* fix mac ui scaling problem after performing live preview encodejstebbins2012-12-171-1/+36
* fix some crashes in the macuijstebbins2012-12-122-0/+3
* libhb: refactor job initialization and cleanupjstebbins2012-12-092-97/+77