summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* CygWin:sr552008-09-301-0/+7
* CLI: Removes --vfr command line option. --detelecine now drops frames by defa...jbrjake2008-09-261-17/+17
* Sets the default QP of deblock to 5 instead of 0. This way the filter actuall...jbrjake2008-09-241-1/+1
* CLI: Synchronizes presets with the MacGui, following x264's switch to subme 6...jbrjake2008-09-191-24/+24
* CLI: exit rather than continue when invalid input audio tracks are selected.eddyg2008-09-091-6/+5
* CLI: Sanity check audio options in HandBrakeCLI to prevent NULL dereferences ...eddyg2008-09-031-27/+66
* Don't crash when the user specifies audio tracks that don't exist from the Ha...eddyg2008-08-181-1/+6
* - change aspect from a scaled int to a double so we can handle the widervan2008-08-081-1/+1
* Much improved decomb filter. Totally different algorithm, with a temporal ele...jbrjake2008-07-111-1/+1
* CLI: Add a newline at the end of the hb_error message.saintdev2008-06-171-1/+1
* CLI: Simplify the handling of audio codecs, bitrate and samplerate.saintdev2008-06-171-57/+32
* Set svn:eol-style=native on most text files.saintdev2008-06-171-29/+29
* Updates the Mac->CLI preset conversion script to handle the new keys for sepa...jbrjake2008-06-151-47/+60
* fix building with make on linux. missing bz2 and faadjstebbins2008-06-141-2/+2
* Improve image quality for ffmpeg constant qualityjstebbins2008-06-081-1/+1
* Adds a job->cfr boolean to indicate "encode this with a constant frame rate" ...jbrjake2008-06-051-0/+2
* CLI: Use the source's audio samplerate unless told otherwise.jbrjake2008-06-041-12/+3
* CLI: Use default audio settings of 160kbps @ 48kHz, just like the MacGui and ...jbrjake2008-05-301-2/+2
* CLI: Only sanity check the user-specified audio samplerate *after* it's been ...jbrjake2008-05-301-6/+6
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...jbrjake2008-05-291-1/+18
* CLI: Sample rates given by the user in kHz need to be converted to Hz for libhb.jbrjake2008-05-151-0/+11
* Allow the user to directly set a pixel aspect height and width, instead of us...jbrjake2008-05-131-2/+11
* Opens up another way to give x264 a constant QP or RF, by passing a direct va...jbrjake2008-04-261-1/+1
* CLI: Fixes optical scan reading in OS X by mirroring the MacGui work from r82...jbrjake2008-04-241-0/+186
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-153-4/+4
* CLI: Generate default chapter marker titles when a marker file is not specifi...jbrjake2008-04-081-0/+15
* CLI: m4v is a valid output format.jbrjake2008-04-081-1/+2
* Cli: If the user specifies more audio codecs than audio tracks, make a copy o...jbrjake2008-04-041-21/+20
* CLI: Update fix AppleTV preset audio.saintdev2008-04-031-8/+15
* CLI: "Fun with string theory." Updates needed for new audio layout.saintdev2008-04-011-195/+437
* Fix theora linking when using make.saintdev2008-03-231-1/+1
* Fix Makefiles for dynamically linked dvdcss.saintdev2008-03-231-6/+3
* CLI:jbrjake2008-03-231-3/+14
* Removes deprecated x264 modes (b13 and b30) from the CLI's help output.jbrjake2008-03-221-1/+1
* Theora.saintdev2008-03-201-1/+5
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-212-86/+86
* Don't try to show muxing progress since it always stays at 0 anyway.jbrjake2008-02-191-2/+9
* Use 64-bit MP4 containers for the AppleTV preset, in case the 2500kb/s video ...jbrjake2008-02-181-1/+2
* Preset updates, including AC3 and AAC for ATV, less insane settings for some ...jbrjake2008-02-181-14/+16
* Mcdeint is broken, so avoid using it as a deinterlacer. No more "Slowest," "S...jbrjake2008-02-161-10/+4
* Wires up the CLI for doing AAC and AC3 at the same time, with a new audio enc...jbrjake2008-02-161-3/+34
* Updates manicure to parse the new way of setting iPod-compatible encodes in M...jbrjake2008-01-211-9/+9
* Use weightb=0 for turbo 1st pass x264 options. This prevents frame count disc...jbrjake2008-01-141-1/+1
* hb_log should not be used outside of HB Lib, it's private to HB, using eddyg2007-12-201-1/+1
* CLI: Makes CRF (constant rate factor) the default constant quality mode, inst...jbrjake2007-12-131-4/+4
* Cli:sr552007-12-101-2/+2
* Adds a preset for the 360, accounts for filters in the presets, updates manic...jbrjake2007-12-081-14/+31
* Updated jamfile to fix a small compile issue with zlibsr552007-12-081-32/+32
* Adds extra, user-selectable dynamic range compression to the liba52 interface...jbrjake2007-12-081-3/+14
* Gives the CLI a separate option for adding the iPod UUID atom to mp4 files, i...jbrjake2007-11-281-2/+12