summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* CLI: Sets dvdnav as default, to match the GUIs. Disable with --no-dvdnav.jbrjake2009-10-311-4/+5
* Oops, CLI help was never updated for decomb's EEDI2 parameters or new mode st...jbrjake2009-10-311-1/+2
* Adds a parity parameter to detelecine and rewires it in decomb, so that TFF c...jbrjake2009-10-311-2/+2
* remove crf flag and all uses of itjstebbins2009-10-191-17/+1
* build system: solaris 10 supportjstebbins2009-10-131-0/+2
* CLI: Use -v1 by default instead of -v0, to match the GUIs. People who want a ...jbrjake2009-10-021-1/+1
* Allow dvd sources that have no audiojstebbins2009-09-141-1/+2
* Cli:sr552009-08-301-25/+3
* build system: some changes that simplify things for packaging toolsjstebbins2009-08-241-1/+1
* - Bumps x264 to r1195-5d75a9b. x264 has new default settings: subme 6->7, bfr...jbrjake2009-08-011-18/+18
* CLI: fix audio lang code logging errorjstebbins2009-07-251-2/+2
* CLI: add iso639-2 language code to audio track information displayjstebbins2009-07-171-3/+10
* CLI: add --srt-default optionjstebbins2009-07-171-2/+21
* CLI: fix osx compilation problemjstebbins2009-07-101-1/+12
* CLI: fix a problem with using the forced subtitle short option flag (-F)jstebbins2009-07-091-23/+21
* - fixed gcc warnings for various unused vars, implicit function decls, signed...konablend2009-06-241-1/+1
* CLI: SubRip Subtitle importeddyg2009-06-232-3/+76
* CLI: fix cut/past error in forced subtitle option parsingjstebbins2009-06-211-1/+1
* CLI: Add type (int) to is_whole_media_service() to remove compile warning.eddyg2009-06-211-2/+2
* Moved --native-langauge processing from libhb to the CLI. Added --native-dub ...eddyg2009-06-211-22/+145
* CLI:sr552009-06-151-5/+31
* CLI: remove usage of strtok_r in subtitle option handling. it's not availablejstebbins2009-06-121-88/+100
* CLI: add support for multiple subtitles and soft-subsjstebbins2009-06-111-47/+220
* - mingw fixes to use fopen() with 'b' flag.konablend2009-06-061-0/+4
* Adds a keep_display_aspect toggle to the job->anamorphic struct in order to f...jbrjake2009-06-061-20/+3
* cli: remove unused variable that generated a compile warningjstebbins2009-06-051-1/+0
* CLI: List ca_aac as an the audio encoder in the help, when running in OS X.jbrjake2009-06-051-2/+13
* CLI: Implements custom anamorphic. No more -p or -P. Choices are --strict-ana...jbrjake2009-06-051-69/+222
* MacGui and CLI: New built-in presets. The list has been much pared down, and ...jbrjake2009-06-041-361/+168
* softsubtitles:jstebbins2009-06-021-1/+5
* Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ...jbrjake2009-05-262-7/+3
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-232-1/+7
* mkv soft subtitle supportjstebbins2009-05-191-5/+3
* - set HandBrakeCLI stdio/stderr to unbuffered on native win32 platform;konablend2009-05-131-0/+8
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-041-1/+3
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-041-1/+9
* - Move frame rate code from sync to the end of render so it can account for ...van2009-05-021-9/+29
* add libdvdnav supportjstebbins2009-04-272-1/+23
* HandBrakeCLI: change --help to send output to stdout instead of stderrkonablend2009-04-181-7/+8
* update cli help to include dts audio in list of optionsjstebbins2009-04-181-2/+2
* This patch adds mingw32 cross-compilation support to HandBrake trunk tokonablend2009-04-142-2/+15
* Adds a job->frame_to_stop variable similar to the existing pts_to_stop parame...jbrjake2009-03-311-14/+34
* BuildSystem: general, configure and Xcode updates.konablend2009-03-082-4/+4
* BuildSystem:konablend2009-03-032-4/+8
* BuildSystem:konablend2009-03-032-0/+15
* BuildSystem:konablend2009-03-021-2/+2
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-015-88/+86
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-261-6/+6
* Adds --start-at-preview and --stop-at-duration and --stop-at-pts options. The...jbrjake2008-12-301-1/+36
* Adds two new parameters to hb_scan, to control the number of preview frames g...jbrjake2008-11-301-1/+14