2008-05-02 - divxenc 1.0.8
	* Fixed the location of the il=i filter which is used to
	  interleave the content after postprocessing
	* Color enhancements to the -bpp and -bpb options
	* Small menu enhancements to the FPS settings

2008-04-27 - divxenc 1.0.7
	* Clarify that the aspect ratio is the one for input sources
	* Set the field dominance of the frame doubling yadif deinterlacer
	  to auto detection
	* Implemented source_fps_func() function to reduce code duplication.
	  This function automatically detects the FPS of the content and is
	  shared between the deinterlace and interlace functions
	* Added support for applying denoising/deblocking/brightness/contrast on
	  interlaced content. This is done by deinterleaving the content with the il=d
	  filter, applying the denoising/deblocking/brightness/contrast on the deinterleaved
	  content and interleaving it back with the il=i filter. That way we don't break
	  the interlacing
	
2008-04-25 - divxenc 1.0.6
	* Set the field dominance of the yadif deinterlacer to
	  auto-detection. If the decoder doesn't export the field
	  order, it defaults to TFF (top field first)
	* Small menu enhancements to the video_interlace_func() function
	* Fixed a problem where the detected resolution based on the crop values
	  favored the values of the cropdetect filter instead of the user
	  provided values. Reported by blaz from the Doom9 forum
	* Renamed resolution variable 'res' to 'vres'
	* Added support for doing 25 -> 50 fps and 29.970 -> 59.940 fps conversion
	  using simple frame duplication

2008-04-21 - divxenc 1.0.5
	* Updated the filmdint FPS conversion filter. Added dint_thres=256 to
	  not do any deinterlacing while doing the conversion
	* Added one Sony PS3 compatible preset (ps3)
	* Small update to the FPS conversion menu
	* Updated the audio_channels_func() function
	* Updated the --help section
	* Made the display_quality_preset_func() function global instead of
	  per preset based
	* Updated the audio codecs menu
	* Removed delay when exiting from user interrupt
	* Updated the man page

2008-04-15 - divxenc 1.0.4
	* Added support for NTSC Double @ 60 fps
	* Fixed the cropping code. NTSC content was problematic

2008-04-10 - divxenc 1.0.3
	* Replace underscores from DVD title names with spaces
	* EHQ and UHQ preset optimizations

2008-04-08 - divxenc 1.0.2
	* Fixed color output in the target file size calculation
	* Updated the cropping code to support the latest SVN version of MEncoder

2008-04-07 - divxenc 1.0.1
	* Integrated the exit command into the rmconf() function
	* Bug fix for the target file size calcualtion. Variable vbitrate
	  should use the vbitrate options instead of bitrate

2006-03-26 - divxenc 1.0.0
	* Use awk to get the current device when exporting DVD chapters information
	* Bumped version to 1.0.0 as the script is pretty complete and the low versioning
	  doesn't really suite it
	* When encoding specific chapters, append the chapters info at the end of
	  the output file
	* Set the luminance and chrominance coefficient thresholding to -4 and 9 respectively
	* Added normalize adaptive quantization (naq) for the NQ preset since it uses
	  luminance and darkness masking. With naq we can restore the average per-MB quantizer
	* Added support for 3-pass encodings
	* Removed support for MP3 high- and lowpass frequency settings. I'm sure many people
	  don't use these options and accept the defaults
	* Updated the README.divxenc file. Added links for neroAacEnc and Vorbis
	* Updated the man page

2008-03-23 - divxenc 0.0.2
	* Changed qns=3 to qns=2 for the ihq preset
	* Set precmp, cmp and subcmp to RD for the ihq preset
	* Set the fullpel comparison function of the vhq preset to SATD
	* Set the macroblock decision to 2 for the hq preset
	* Small modifications to threads auto-detection
	* -ffourcc DX50 is now hard codec into the mencoder_opts() function.
	  Same goes for the turbo option for the first pass
	* Be silent when doing FPS conversion

2008-03-20 - divxenc 0.0.1
	* Initial public release