summaryrefslogtreecommitdiffstats
path: root/test/test.c
Commit message (Expand)AuthorAgeFilesLines
* CLI: fix broken code for preserving libhb's default muxer.Rodeo2013-05-081-22/+23
* Fix typo in previous commit.Rodeo2013-04-301-1/+1
* CLI: minor help text updates in preparation for the next release.Rodeo2013-04-301-24/+21
* CLI: improve help for video filters.Rodeo2013-04-121-4/+6
* CLI: when an audio or subtitle track is skipped, print the string value.Rodeo2013-03-191-2/+6
* hb_system_sleep: refactoring.Rodeo2013-03-181-5/+5
* CLI: implement hb_system_sleep support.Rodeo2013-03-181-7/+15
* Some further header updates.sr552013-03-091-3/+6
* Remove VLC Loading code from the CLI.sr552013-03-091-75/+0
* CLI: fix Auto Passthru for built-in presets.Rodeo2013-03-071-22/+22
* CLI: add default Auto Passthru settings to built-in presets.Rodeo2013-03-041-11/+165
* CLI: update built-in presets.Rodeo2013-03-041-28/+36
* CLI: Switch back to stderr.sr552013-03-021-3/+3
* CLI, MacGui: cosmetics.Rodeo2013-03-011-2/+2
* Improve scan progress granularityjstebbins2013-03-011-4/+11
* Audio dithering.Rodeo2013-02-051-0/+106
* x264 preset system: miscellaneous improvements.Rodeo2013-01-301-43/+43
* manicure: bugfixes.Rodeo2013-01-261-11/+11
* CLI: fix AppleTV preset in ShowPresets().Rodeo2013-01-061-1/+1
* LinGui,CLI: change h.264 profile to high in AppleTV presetjstebbins2013-01-061-1/+1
* CLI: fix previous commit. free(NULL) is perfectly safe.Rodeo2013-01-061-19/+19
* CLI: check against NULL before freeing.Rodeo2013-01-061-31/+32
* CLI: fix warning.Rodeo2013-01-041-10/+8
* hb_rate_s, hb_mixdown_s, hb_encoder_s: use const char * instead of char *Rodeo2013-01-041-1/+1
* CLI: help: print per-encoder default mixdown dynamically.Rodeo2013-01-041-8/+14
* CLI: avoid an #fidef.Rodeo2013-01-041-5/+1
* CLI: use hb_get_default_audio_encoder().Rodeo2013-01-041-26/+28
* CLI: fix logging of the default mixdown in --help.Rodeo2013-01-041-12/+17
* update presets for lingui and CLIjstebbins2012-12-271-150/+160
* Improve management of titles and jobsjstebbins2012-11-121-42/+36
* CLI, manicure: cosmetics.Rodeo2012-10-271-47/+0
* CLI: fix the AppleTV 3 preset once more.Rodeo2012-10-271-0/+1
* CLI: fix AppleTV 3 preset again.Rodeo2012-10-271-1/+2
* CLI: cosmetics.Rodeo2012-10-271-20/+20
* CLI: fix AppleTV 3 preset.Rodeo2012-10-271-1/+3
* Audio improvements.Rodeo2012-09-031-1/+1
* CLI help: generate the list of available audio mixdowns, rather than naving i...Rodeo2012-09-011-3/+14
* libhb: Allow control of audio mix normalizationjstebbins2012-08-011-0/+48
* Update CLI Presetssr552012-06-291-22/+70
* fix more compiler warningsjstebbins2012-05-261-2/+0
* CLI: fix mismatch between ShowHelp() and ParseOptions(). Fix help in order to...Rodeo2012-05-121-1/+1
* libhb: Fix problem with positions of burned-in subsjstebbins2012-05-051-1/+5
* libhb: if no source chapter name information is available, set default chapte...Rodeo2012-05-031-15/+0
* CLI: CLI: skip invalid audio input tracks, like we already do for subtitles.Rodeo2012-05-031-51/+57
* libhb: bob deinterlacingjstebbins2012-05-011-4/+19
* cli: allow use of hh:mm:ss format when specifying p-to-p start/stop timejstebbins2012-05-011-12/+29
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-4/+3
* libhb: use source colorimetry information when available.Rodeo2012-03-281-8/+13
* encx264: use x264_param_apply_fastfirstpass.Rodeo2012-03-281-37/+7
* Rework filter pipelinejstebbins2012-03-271-32/+66