2016-03-29 - ffx264 2.7.3
	* Support setting MPlayer opts in the config file
	
2015-12-19 - ffx264 2.7.2
	* Added support for audio normalization using the Dynamic Audio
	  Normalizer filter
	  
2015-12-18 - ffx264 2.7.1
	* Add back using dB for the volume filter
	
2015-11-21 - ffx264 2.7.0
	* Don't use dB for the volume filter
	
2015-11-03 - ffx264 2.6.9
	* Made audio resampling optional
	
2015-11-03 - ffx264 2.6.8
	* Use a single var to set the audio filters, in preparation
	 for possible future extensions
	 
2015-11-02 - ffx264 2.6.7
	* Use -filter:a:id aresample instead of -ar:a:id
	
2015-10-31 - ffx264 2.6.6
	* Added support for audio resampling
	
2015-10-04 - ffx264 2.6.5
	* Removed a test condition in the mp3 code that is not really needed
	* Cosmetics in the audio code
	* Added a counter
	
2015-09-19 - ffx264 2.6.4
	* Added support for encoding to MP3, Vorbis, FLAC and Opus audio
	* Do some sanity checks for AC3/DTS channels
	* Updated the README file
	
2015-09-18 - ffx264 2.6.3
	* Removed the workaround for DTS audio since we always use
	  "5.1(side)" for 6 channels output
	* Support setting the MAX_AUD_TRKS and MAX_SUBS variables in
	  the config file to "auto". When set to "auto", it will
	  ask for as many as detected audio tracks/subtitles
	  
2015-09-17 - ffx264 2.6.2
	* Small update the the channel layout mappings
	
2015-09-15 - ffx264 2.6.1
	* Added support for deinterlacing
	* Updated the README file
	
2015-09-14 - ffx264 2.6.0
	* Fixed an issue where -vf was added despite not using any filters
	
2015-09-13 - ffx264 2.5
	* Added support for scaling
	* Updated the README file
	
2015-09-12 - ffx264 2.4
	* Added audio channel layout mappings
	
2015-09-11 - ffx264 2.3
	* Update to the default libx264 encoding params
	
2015-09-10 - ffx264 2.2
	* Tweaks to the audio code
	* Somehow I removed the chapters option. Add it back
	
2015-09-09 - ffx264 2.1
	* Removed the $ in the index of array variables
	* Use an if conditional instead of case to check for DTS audio
	  and to check which audio codec has been selected
	* Support setting the paths to mplayer/ffmpeg/ffprobe in the
	  config file
	* Support setting the language metadata for subs copy
	* Fixed a small issue in the subtitles code
	
2015-09-08 - ffx264 2.0
	* Enabled subs copy for other containers than mkv
	* Some tweaks in the audio code
	* Updated the README file
	
2015-09-07 - ffx264 1.9
	* Bugfix: the specified channels to decode wasn't honored due to missing
	  'a' in the -ac option
	* Added support for encoding to DTS audio
	* Reduced some duplication in the audio code
	* More cosmetics
	* Updated the README file
	  
2015-09-06 - ffx264 1.8
	* Added support for setting the genre and year metadata
	* Added support for virtually an unlimited amount of subtitles copy
	* Colorized the banner
	* Cosmetics
	* Updated the README file
	
2015-09-06 - ffx264 1.7
	* Bugfix: dB was missing after the value of the audio volume filter
	* Be a bit more consistent with the audio variables
	* Added support for encoding to AAC audio
	* Use eval instead of seq for the for audio loops as seq is Linux-specific
	* Added an ASCII art banner
	* Export encoding params to a shell script and source it for encoding
	* Place the libx264 params in the config file for easy modifications
	* Made auto-cropping optional. It can be disabled in the config file
	* Made the SUBS var in the config file consistent with the ones that
	  accept "y" or "n" as value
	* Added support for specifying the audio language metadata
	* Automatically add the title of the content based on provided output name
	* Automatically add the audio codec name metadata
	* Updated the README file
	
2015-09-05 - ffx264 1.6
	* Implemented support for virtually an unlimited audio track encodings
	* Ask for AC-3 bitrate instead of setting it in the config file
	* Updated the README file
	
2015-09-05 - ffx264 1.5
	* Added support for copying a single subtitle. Note that this is only
	  supported when output container is set to MKV
	* Changed var OUTPUT in the config file to OUTDIR. Also changed internal
	  var OUT to OUTPUT
	* Updated the README file
	
2015-09-04 - ffx264 1.4
	* Added a -v option to print the version
	* Check for paths when user provides the output name
	* Added a README file
	
2015-09-04 - ffx264 1.3
	* Simplify metadata/chapters options in the config file
	* Put config file location into a single var
	
2015-09-03 - ffx264 1.2
	* Evaluate if user enters ac3 as audio codec
	* Introduced a config file in $HOME/.ffx264
	
2015-09-02 - ffx264 1.1
	* Initial public release
