2015-09-28 - file2dvd 5.9
	* Fixed an issue where bicubic scaler was always selected despite using
	  choosing something else
	  
2014-12-07 - file2dvd 5.8
	* When using mencoder as encoder, only ask for soft-telecine when input
	  is detected as NTSC Film thus skipping the question if we detect NTSC
	  Video. For PAL content, the behavior is unchanged
	* Set the default scaler to bicubic
	* Set the proper DAR when forcing the aspect ratio
	  
2014-12-06 - file2dvd 5.7
	* Fixed A/V sync issues when converting from NTSC -> PAL and PAL -> NTSC
	* Improved a bit the audio filters code
	* Set maxrate to 9.8 Mbps
	
2014-12-06 - file2dvd 5.6
	* Improved conversion from PAL -> NTSC Video and NTSC -> PAL when using
	  ffmpeg as encoder
	  
2014-11-17 - file2dvd 5.5.1
	* Remove the call of clean_func if dvdauthor fails for some reason
	  as it will also delete the encoded file, thus forcing the user
	  to start the encode all over again
	  
2014-11-16 - file2dvd 5.5
	* Make bufsize work with qp-based encoding
	* Bugfix: bufsize was missing for multipass encoding
	* Do not leave a stale output directory behind in case something goes wrong
	
2014-11-15 - file2dvd 5.4
	* Added support for QP-based encoding (constant quantizer)
	* Added support for custom presets
	* Updated the man page
	
2014-11-15 - file2dvd 5.3
	* Detect TrueHD audio
	* Fixed potential issue with min/maxrate
	* Ask for which software scaler to use
	* Tunings to the presets
	
2014-11-14 - file2dvd 5.2
	* Clip the video bitrate to the auto-calculated value
	* Set the buffer size to 1835k
	
2014-05-10 - file2dvd 5.1
	* Workaround for audio copy with MEncoder by using -mc 0 -msglevel demuxer=-1
	
2013-12-20 - file2dvd 5.0
	* Detect Opus audio
	* Set ffmpeg -threads option to 0 (auto-detect)
	
2013-10-27 - file2dvd 4.9
	* Added support for the Weston 3 Field Deinterlacing Filter for ffmpeg. Requires latest
	  ffmpeg from git
	  
2013-07-28 - file2dvd 4.8
	* Update DTS bitrates
	
2013-06-15 - file2dvd 4.7
	* Ask for audio channels when user accepts the default audio codec
	
2013-06-14 - file2dvd 4.6
	* Added support for setting the amount of audio channels
	
2013-06-14 - file2dvd 4.5
	* Added support for deblocking when using ffmpeg as encoder. Requires latest ffmpeg from git
	* Cosmetics
	
2013-06-12 - file2dvd 4.4
	* Fix for when using audio copy with ffmpeg as encoder
	
2013-06-08 - file2dvd 4.3
	* Detect and display audio sample rate
	
2013-06-07 - file2dvd 4.2
	* Add missing and valid bitrates for DTS audio
	
2013-06-06 - file2dvd 4.1
	* Fix audio codecs order
	
2013-06-06 - file2dvd 4.0
	* Added support for encoding to DTS audio when using ffmpeg as encoder
	
2013-06-04 - file2dvd 3.9
	* Don't ask for PAL -> NTSC conversion in case user has selected to Hard-Telecine to PAL
	* Use the setpts filter together with the fps filter when doing NTSC <-> PAL conversions
	
2013-06-03 - file2dvd 3.8
	* Use tinterlace=4 when interlacing with MEncoder
	* Added support for the tinterlace filter when using ffmpeg as encoder
	* Added support for converting PAL content to NTSC and NTSC to PAL when using ffmpeg as encoder
	
2013-06-02 - file2dvd 3.7
	* Set field order to TFF when telecining with ffmpeg
	* Added support for the kerndeint deinterlacer
	* Added support for interlacing of 50/59.940 FPS content
	
2013-06-01 - file2dvd 3.6
	* Added one more custom quant matrix, QLB (Quenc Lower Bitrate)
	* Added support for the mcdeint deinterlacer when using ffmpeg as encoder. Requires latest ffmpeg from git
	
2013-05-31 - file2dvd 3.5
	* Fix the HVS Best matrix. There was a comma missing before the last value in both intra and inter vars
	
2013-05-30 - file2dvd 3.4
	* Added three additional quant matrices (KVCD Notch, Bach1, HVS Best)
	* Added support for using MPEG-style quantizers. Requires latest ffmpeg from git and mencoder
	  from svn
	  
2013-05-27 - file2dvd 3.3
	* Added -pix_fmt yuv420p to the ffmpeg options
	* Added support for deblocking when using MEncoder as encoder
	
2013-05-26 - file2dvd 3.2
	* Print calculated video bitrate after user provides target size
	* Minor optimizations
	* Added support for hard-telecining 23.976fps to PAL when using ffmpeg as encoder
	* Added support for enabling/disabling audio and video filters in the config file. This
	  bumps up the version of the config file to 4
	
2013-05-25 - file2dvd 3.1
	* Added a custom MPEG-2 matrix, optimized for low to moderate bitrates (~2000-4000 kbps)
	* Bugfix: in case video length must be manually provided when we fail to auto-detect it,
	  video bitrate couldn't be calculated
	
2013-05-24 - file2dvd 3.0
	* Added support for the owdenoise and dctdnoiz denoise filters for ffmpeg. Requires latest
	  ffmpeg from git
	* Added support for the ow denoise filter for MEncoder
	* Reduced the video filters code. Now all video filters are placed in one global variable
	  called vidfilters
	* Also accept codec names (ac3, mp2,...) in addition to the codec number
	* Added support for the mcdeint deinterlacer when using MEncoder as encoder
	
2013-05-23 - file2dvd 2.9
	* Minor code optimizations to the MEncoder code
	* Added support for converting NTSC content to PAL and PAL to NTSC when using MEncoder as encoder
	* Added support for the hqdn3d denoise filter
	* Added the softskip and harddup filters for MEncoder
	* Allow 50 fps and 59.940 fps as input and automatically convert it to supported FPS by DVDs
	
2013-05-22 - file2dvd 2.8
	* Set GOP size to 15 for 23.976 fps NTSC
	* Added support for the audio volume filter which can be used to increase or decrease the audio volume
	* Added support for using MEncoder for encoding. This updates the config file version to 3 and adds
	  the following variables: DEFAULT_ENCODER and MENCODER
	* Updated the man page
	
2013-05-21 - file2dvd 2.7
	* Added support for hard-telecining the encode and convert its frame rate from 23.976 to 29.970fps.
	  Note that this requires the latest ffmpeg from git as the telecine filter is a very recent addition
	* Minor code optimizations
	* Bugfix: 384 kbps option was missing for AC3 audio
	
2013-05-20 - file2dvd 2.6
	* Bugfix: in case nosound was selected as audio option, video bitrate couldn't be calculated
	* Moved the audio detection code out of the audio copy option
	* Detect and display audio channels
	* Detect and display video aspect ratio
	* Added support for encoding to LPCM audio
	* Presets quality optimizations
	
2013-05-19 - file2dvd 2.5
	* Added support for MP2 audio encoding for PAL encodes
	* Detect audio codec if user chooses to copy it. Based on detection, decide if we exit in case
	  the audio codec isn't supported by the DVD standard
	* Added option (nosound) to skip audio encoding
	* Minor code optimizations
	
2013-05-18 - file2dvd 2.4
	* Don't clean up in case dvdauthor exits with a status > 0
	* Replaced some case statements by if conditionals in the aspect ratio code
	* Added support for writing the ISO image to a DVD disc. This updates the config
	  file version to 2 and adds the following variables: DEFAULT_DVD_DEVICE, DVD_RW_FORMAT
	  and GROWISOFS
	* Renamed NICE_VALUE var in the config file to DEFAULT_NICE_VALUE
	* Make file2dvd adaptable based on available programs. If a required program is missing,
	  and that program is not critically needed, disable the provided functionality. For
	  example, if dvdauthor is missing, warn and disable creation of a DVD structure and
	  subsequent ISO creation. If mkisofs or genisoimage is missing, warn and disable creation
	  of an ISO image and DVD burning capability
	* Updated the man page
	
2013-05-17 - file2dvd 2.3
	* Don't use -target pal|ntsc-dvd and instead go the "manual" way of config. This approach
	  seems to eliminate buffer underflow messages on older ffmpeg versions (eg, 1.0.x) and
	  potentionally fixes freezes on some DVD players
	* Minor quality optimizations to the presets
	* Reworked the interlace/deinterlace code
	* Use the clean_func() function when exiting upon error. That way we can remove the output
	  directory which is no longer needed in such case
	  
2013-05-16 - file2dvd 2.2
	* Added support for interlaced encoding and deinterlacing
	* Use -trellis 2 for the -vhq, -ehq and -uhq presets
	* Set GOP to 15 for PAL and 18 for NTSC
	
2013-05-15 - file2dvd 2.1
	* Added support for a config file. It will be located in $HOME/.file2dvd. In the
	  config file one can set the default output dir, default scaler, default nice value
	  and the paths to the programs
	* Allow user to specify the passmode (ie, 1-pass or 2-pass encoding). This introduces
	  the -1p and -2p switches
	* Check status of ffmpeg. Abort and clean up if it's not successful and notify the user
	* Check status of dvdauthor. If successful, proceed with ISO creation. If not successful,
	  warn and exit
	* Remove dvdauthor XML file upon success
	* Updated the man page
	
2013-05-14 - file2dvd 2.0
	* Added one more preset (-nq - Normal Quality)
	* Added -v option to display version
	* Added -h option for help info. Currently this just calls the man page
	* All presets now use a dash (eg, -vhq) for consistency reasons
	* Use -vf scale instead of -s for resolution scaling
	* Add Volume ID when creating ISO file
	* Updated the man page
	
2013-05-13 - file2dvd 1.9
	* Added workaround for input files with spaces in their name
	
2013-05-11 - file2dvd 1.8
	* & character is often present in movie titles. Escape it in the dvdauthor XML file
	
2013-03-15 - file2dvd 1.7
	* Added resolution to the dvdauthor XML file
	* Added chapter marks at every 5 minutes to the dvdauthor XML file
	* Few typo fixes
	
2013-03-14 - file2dvd 1.6
	* Use XML file for dvdauthor
	* Be compatible with dvdauthor version 0.7.x
	
2013-02-13 - file2dvd 1.5
	* In case symbolic link of mkisofs doesn't exist, check for genisoimage
	
2013-02-03 - file2dvd 1.4
	* Improved the hq preset
	* Added one more preset, ehq (Extreme High-Quality) and made the uhq preset use
	  Rate Distortion for pixel comparison
	* Enabled B-Frames for all presets
	* Updated the man page
	
2013-02-02 - file2dvd 1.3
	* Introduced 3 presets: hq (high-quality), vhq (very high-quality) and uhq (ultra high-quality)
	* Added man page
	* Added install script
	
2013-01-28 - file2dvd 1.2
	* Minor code improvements
	* Remove output dir upon user interrupt
	
2013-01-22 - file2dvd 1.1
	* Use -c:a copy instead of -acodec copy
	* If video length is empty or returns 0, prompt user for video length in seconds
	* Minor code improvements
	* Fixed a bug in the $OUTDIR variable
	* Optimized encoding options a bit for better quality
	
2013-01-21 - file2dvd 1.0
	* Initial public release