Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release > by-pkgid > f54c4c8cd80eb12110aae5cb81f132de > files > 30

gimp2-gap-2.6.0-2mdv2010.1.i586.rpm

2009-05-22 Wolfgang Hofer <hof@gimp.org>

- autgen.sh script chcks for required automake now accepts automake-1.11
  (applied patch from David Evans #583500)

- added some missing files to POTFILES.in (fixes #583497)
     gap/gap_audio_extract.c
     gap/gap_morph_tween_dialog.c
     gap/gap_wr_resynth.c
     vid_enc_rawframes/gap_enc_rawframes_main.c

- configure now is using a LINGUAS file 
  (applied patch from Claude Paroz #583498)

  * autogen.sh
  * po/POTFILES.in
  * po/LINGUAS       # new file
  * configure.in
 
  
2009-05-19 Wolfgang Hofer <hof@gimp.org>

- configure.in updated Version to 2.6.0.

  * configure.in
  * README
  * NEWS

2009-05-17 Wolfgang Hofer <hof@gimp.org>

- iconify storyboard dialog window when calling video encoder from storyboard menu
  and deiconify when the encoder call returns.
  
  On my gnome windowmanager the encoder dialog always opened behind the storyboard dialog window
  but the storyboard dialog is not refreshed due to the synchron call of the encoder plug-in.
  the iconify /deiconify is a practicable workaround to avoid this annoying situation.

- Master Video encoder moved from "Video/Encode" to "Video" Menu
  menu name "Master Videoencoder..." now has ending ... to inidcate that ist opens a dialog.
  note that the other old video encoders are not built by default
  therefore the submenu is not required for normal gimp-gap users.

  * gap/gap_story_dialog.c
  * vid_common/gap_cme_main.c

2009-05-16 Wolfgang Hofer <hof@gimp.org>
- configure now checks for detection of FAAD2 or FAAD library
  that is also sufficient to build with ffmpeg 0.5

  * configure.in

2009-05-12 Wolfgang Hofer <hof@gimp.org>

- applied patch from David Evans #582241 to make sure to include
  ffmpeg header files of the the local embedded copy of ffmpeg
  even if another copy of ffmpeg is installed in system include paths.

- fixed confusing configure warnings (reported in #582216)
  unrecognized options: --disable-audio-support, --enable-gdkpixbuf-pview

- use autool typical AC_CHECK_PROG to check gmake program 

  * configure.in
  * libgapvidapi/Makefile.am
  
2009-05-10 Wolfgang Hofer <hof@gimp.org>

configure and build issues to fix Mac specific bugs reported by David Evans.

- applied patch from David Evans  for properly detection of  FAAD2. (provided at Bug #581807) 
- use gmake via variable $EXGMAKE for build external libs if available. if gmake not available
  $EXGMAKE points to make program. (shall fix #581805)

- pass configue options 
    --prefix=
    --with-ff-extra-cflags
    --with-ff-extra-ldflags
  to ffmpeg configure. (shall fix #581809)

  
  * configure.in
  * extern_libs/Makefile.am

2009-04-28 Wolfgang Hofer <hof@gimp.org>

- fixed Grab Path Points default settings bug #580416

 * gap/gap_mov_dialog.c

2009-04-24 Wolfgang Hofer <hof@gimp.org>

- ffmpeg based video encoder colormodel conversion to YUV420P is only done
  for codecs that require this as input colormodel.
  For codecs that do not want YUV420P
  use ffmpeg's img_convert procedure to convert from rgb.
  (old implementation always used YUV420P as input for the conversion
  which may results in loss of quality)

- ffmpeg based video encoder now terminates with error message
  in case the auido input is not supported by the selected audio codec.
  (the old implementation crashed in such cases)
  this typically occurs for non standard samplerates
  therfore the error message includes the hint to try
  48 kHz, 44.1 kHz or 32 KHz

- master video encoder combo box for selection of commonly used samplerate
  is now updated automatically when a commonly used samplerate is entered
  in the corresponding spinbutton widget.
  
  * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c

  * vid_common/gap_cme_callbacks.c
  * vid_common/gap_cme_gui.c

2009-04-14 Wolfgang Hofer <hof@gimp.org>

- fixed audio extract problem that delivered unusable results 
  for videos with 8bit audiotracks,
  (as found in AVI files written by OLYMPUS digital cameras)
  the ffmpeg based videoapi now automatically converts to signed 16 bit format, 
  that is required in subsequent audio processing in GIMP-GAP.

  * libgapvidapi/gap_vid_api_ffmpeg.c

2009-04-13 Wolfgang Hofer <hof@gimp.org>

- fixed audio handling in the AVI1 encoder
  playback of resulting avi files was tested with mplayer (linux and Windosws XP)
  and with MS mediaplayer (Windows XP)
  
  - mp3rate must not be 0 
   (with value 0 playback attempts of the resulting avi file
    causes freeze of mplayer)

  - changed internal handling of audio chunk size.
    AUDIO_CHUNK_ADVANCE_FRAMES defines the duration of one audio chunk (unit frames)
    with the hardcoded deaults, an audio chunk is written every 16 video frames

  - fixes in avilib.c:
   a) idx1 chunks offesets are now written relative to the start of the movi chunk data
      (old implementation used global offsets in the file that was not correct)
      
   b) fixs in write/update of the AVI audio stream header related to pcm audiodata
      (samplesize, blockAlign and averageBytesPerSec.
       incorrect values resulted in video playback that is NOT synchron to the audio.
   c) use "00dc" for compressed video chunks (old avilib always used "00db" that
      should be used for uncompressed video according to AVI specification)

   d) allow samplesize < 4 (that is required for mono samples 8 and 16 bit)
   
  * vid_enc_avi/avilib.c [.h]
  * vid_enc_avi/gap_enc_main_avi.c
  * README

2009-04-06 Wolfgang Hofer <hof@gimp.org>

- applied fixes for avilib.c (as found at http://svn.xiph.org/trunk/theora-tools/vp32theora/avilib.c)
  must use O_BINARY flag on win32 platform,  this fixes the bug that did write
  corrupt AVI files on Win32 Platform (relevant for bug #326201)

- replace fopen by  g_fopen

  * vid_enc_avi/avilib.c 
  * libgapvidutil/gap_gve_misc_util.c

2009-04-04 Wolfgang Hofer <hof@gimp.org>

- replaced tab characters by blanks

  * gap/gap_arr_dialog.c
  * gap/gap_arr_dialog.h
  * gap/gap_audio_extract.c
  * gap/gap_audio_wav.c
  * gap/gap_audio_wav.h
  * gap/gap_base_ops.c
  * gap/gap_bluebox.c
  * gap/gap_bluebox_main.c
  * gap/gap_dbbrowser_utils.c
  * gap/gap_dbbrowser_utils.h
  * gap/gap_decode_mplayer.c
  * gap/gap_decode_mplayer_main.c
  * gap/gap_decode_xanim.c
  * gap/gap_filter_codegen.c
  * gap/gap_filter_foreach.c
  * gap/gap_filter_iterators.c
  * gap/gap_filter_main.c
  * gap/gap_filter_pdb.c
  * gap/gap_fmac_main.c
  * gap/gap_frontends_main.c
  * gap/gap_image.c
  * gap/gap-intl.h
  * gap/gap_layer_copy.c
  * gap/gap_layer_copy.h
  * gap/gap_lib.c
  * gap/gap_lock.c
  * gap/gap_main.c
  * gap/gap_match.c
  * gap/gap_morph_dialog.c
  * gap/gap_morph_exec.c
  * gap/gap_morph_exec.h
  * gap/gap_morph_main.c
  * gap/gap_morph_main.h
  * gap/gap_morph_tween_dialog.c
  * gap/gap_mov_dialog.c
  * gap/gap_mov_dialog.h
  * gap/gap_mov_exec.c
  * gap/gap_mov_render.c
  * gap/gap_mpege.c
  * gap/gap_name2layer_main.c
  * gap/gap_navi_activtable.c
  * gap/gap_navigator_dialog.c
  * gap/gap_onion_base.c
  * gap/gap_onion_dialog.c
  * gap/gap_onion_main.c
  * gap/gap_pdb_calls.c
  * gap/gap_pdb_calls.h
  * gap/gap_player_dialog.h
  * gap/gap_player_main.c
  * gap/gap_pview_da.c
  * gap/gap_range_ops.c
  * gap/gap_range_ops.h
  * gap/gap_stock.c
  * gap/gap_story_dialog.h
  * gap/gap_story_main.c
  * gap/gap_story_render_audio.c
  * gap/gap_story_render_audio.h
  * gap/gap_story_render_processor.h
  * gap/gap_story_sox.c
  * gap/gap_story_vthumb.c
  * gap/gap_thumbnail.c
  * gap/gap_thumbnail.h
  * gap/gap_vex_dialog.c
  * gap/gap_vex_dialog.h
  * gap/gap_vex_exec.c
  * gap/gap_vex_main.c
  * gap/gap_video_index_creator.c
  * gap/gap_vin.c
  * gap/gap_wr_color_huesat.c
  * gap/gap_wr_color_levels.c
  * gap/gap_wr_opacity.c
  * gap/gap_wr_trans.c
  * gap/gimplastvaldesc.c
  * libgapbase/gap_base.c
  * libgapbase/gap_base.h
  * libgapbase/gap_file_util.c
  * libgapbase/gap_file_util.h
  * libgapbase/gap_val_file.c
  * libgapbase/gap_val_file.h
  * libgapvidapi/gap_vid_api.c
  * libgapvidapi/gap_vid_api_gimp.c
  * libgapvidapi/gap_vid_api.h
  * libgapvidapi/gap_vid_api-intl.h
  * libgapvidapi/gap_vid_api_mpeg3.c
  * libgapvidapi/gap_vid_api_mpeg3toc.c
  * libgapvidapi/gap_vid_api_util.c
  * libgapvidapi/gap_vid_api_vidindex.c
  * libgapvidutil/gap_gve_jpeg.c
  * libgapvidutil/gap_gve_jpeg.h
  * libgapvidutil/gap_gve_misc_util.c
  * libgapvidutil/gap_gve_png.c
  * libgapvidutil/gap_gve_png.h
  * libgapvidutil/gap_gve_raw.c
  * libgapvidutil/gap_gve_sox.c
  * libgapvidutil/gap_gve_xvid.c
  * vid_common/gap_cme_callbacks.c
  * vid_common/gap_cme_gui.c
  * vid_common/gap_cme_gui.h
  * vid_common/gap_cme_main.c
  * vid_enc_avi/gap_enc_avi_gui.c
  * vid_enc_avi/gap_enc_avi_main.c
  * vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c
  * vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.h
  * vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
  * vid_enc_rawframes/gap_enc_rawframes_main.c
  * vid_enc_single/gap_enc_singleframes_main.c
 
2009-04-04 Wolfgang Hofer <hof@gimp.org>

- changes to the configure script for build in MinGW Environment
  for Win32 systems.

- fixed bug in the configure --disable-libmpeg3 
  changes for build on MinGW environment on Win32 systems

- replaced usage of sleep (that was not available on MinGW) by usleep

- fixed handling of gint64 datatype in gap basic key/value file in MinGW environment.

     gint64 bigval = 1778;
     printf ("%lld", bigval);
       
         output on LINUX: 1778
         output on Win32: 1778(null)

     the fix uses g_strdup_printf which handles %lld correct in both environments.       
     (relevant for persiting ffmpeg based video analyse and parameter files)
   
  * configure.in
  * vid_common/gap_cme_main.c
  * libgapbase/gap_val_file.c

2009-03-22 Wolfgang Hofer <hof@gimp.org>

- updated news.

  * NEWS
  * docs/howto/txt/HOWTO-do-lossless-MPEG-cut.txt
  
2009-03-15 Wolfgang Hofer <hof@gimp.org>

- update to ffmpeg release ffmpeg-0.5
  now a stable ffmpeg release 0.5 is available
  i decided to update gimp-gap after repeating read and write tests 
  that showed same behaviour as the ffmpeg snapshot from Jan 2009.

  ffmpeg-0.5 has deprecated some procedures/attributes that were used
  in GIMP-GAP.
  therefore i replace following deprecated FFMPEG API usages:

  - av_alloc_format_context   procedure is deprecated, using avformat_alloc_context() instead. 

  - use procedure av_metadata_set for setting author, comment, copyright and title
    instead of filling the deprecated attributes in the   AVFormatContext structure

       
- changed the bitrate_tol value in the MPEG1 VCD preset from 0 to 1150 kbit
   (because ffpeg-0.5 crashes with message
   "bitrate tolerance too small for bitrate"
   when value 0 is used for encoding)

- fixed bug when saving ffmpeg encoder presets to file
   the value showed in the dialog did not always match the saved value in the file.
   (only in case when parameters were entered via keyboard)
   
   ==> must connect the callbacks for spinbutton widgets on signal "value_changed"
       (the signal "changed" works only in case the value was changed via mouse clicks
       on the spinbutton)

- configure.in added checks for both older ffmpeg versions
  (to force update of those derived directory after svn update)

- fixed bug in master video encoder. audiotime and audio labels are now
  updated in the dialog widgets when audiofile in WAV format is entered
  in the Audio Options.
  (procedure p_update_aud_info)
   
  * configure.in
  * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c:
  * extern_libs/README_extern_libs
  * extern_libs/ffmpeg.tar.gz

  * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
  * vid_enc_ffmpeg/gap_enc_ffmpeg_par.c
  * vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
  * vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c

  * vid_common/gap_cme_gui.c

2009-03-12 Wolfgang Hofer <hof@gimp.org>

- attempt to fix #558730 (Mac OS X specific issue ?)
  dont know why the wrapper to set layer opacity fails in the query procedure on Mac OS X
  the reported Gimp assertion message
  
	(gap_wr_opacity:1754): LibGimp-CRITICAL **: gimp_install_procedure: assertion
	`(n_return_vals == 0 && return_vals == NULL) || (n_return_vals > 0 &&
	return_vals != NULL)' failed
  
  and 
	GIMP-Error: Plug-in "gap_wr_opacity"
	(/opt/local/lib/gimp/2.0/plug-ins/gap_wr_opacity)
	attempted to register the menu item "<Image>/Video/Layer/" for the procedure
	"plug-in-wr-set-opacity".
	It has however not installed that procedure.  This is not allowed.
  
  both do NOT occure in my Linux development environment. 
  Therefore the following changes are are just a guess without guarantee for succes..
  
  - register with a return value 
    (now returns id of the handled drawable as most plug-ins do)
  
  - register with new-stlyed name (old name had underscore characters)
     #define PLUG_IN_NAME        "plug-in-wr-set-opacity"
 
  - register in the new submenu "<Image>/Video/Layer/Attributes"
    (all other wrappers that seems to work also
    do register in submenus)

- the default options for the external audio resample tool sox
  have changed because new sox version(s) do no longer 
  support -w to specify the wav fileformat
  and the resample option is marked as deprecated.
  
  note that the options for the external sound converter utilitiy
  can be set in the master video encoder dialog
  and via gimprc parameter (video_encode_com_util_sox_options )
  so it is still possible to use older sox version(s).

  value for older sox versions was
    "$IN"  -w -r $RATE "$OUT" resample 
 
  new default value for sox v14.1.0v
    
    "$IN" -t wav $RATE "$OUT" " rate -h $RATE
   
   
- optimized videoapi procedure GVA_fetch_frame_to_buffer
  seek to very near framenumber target now is done as loop
  of sequential read that is faster than seek in this special case.
  (for better playback performance of video clips with stepsize != 1)

  * libgapvidapi/gap_vid_api.c
  * gap/gap_story_render_audio.c
  * gap/gap_story_sox.c [.h]
  * libwavplayclient/audioconvert_to_wav.sh

  * gap/gap_wr_opacity.c
  * gap/gap_wr_resynth.c
  
  
2009-03-10 Wolfgang Hofer <hof@gimp.org>

- added checks for nasm assembler in the configure.in script
  and disable build with libmpeg3 in case nasm is not installed
  (relevant for #144650)

 * configure.in

2009-03-09 Wolfgang Hofer <hof@gimp.org>

- check in of the missing changes.
  (The commit for Rev 818 2009.03.08 was not performed on toplevel directory,
   therefore most of the changes were not transfered to SVN.

  * gap/Makefile.am
  * gap/gap_arr_dialog.c
  * gap/gap_audio_wav.c
  * gap/gap_decode_mplayer.c
  * gap/gap_decode_xanim.c
  * gap/gap_file_util.c [.h]           # are now empty
  * gap/gap_fmac_context.c
  * gap/gap_frame_fetcher.c
  * gap/gap_lib.c [.h]
  * gap/gap_libgimpgap.h
  * gap/gap_lock.c
  * gap/gap_morph_exec.c
  * gap/gap_mov_dialog.c
  * gap/gap_mov_exec.c
  * gap/gap_mpege.c
  * gap/gap_navigator_dialog.c
  * gap/gap_onion_base.c
  * gap/gap_player_cache.c
  * gap/gap_player_dialog.c
  * gap/gap_split.c
  * gap/gap_story_dialog.c
  * gap/gap_story_file.c
  * gap/gap_story_properties.c
  * gap/gap_story_render_audio.c
  * gap/gap_story_vthumb.c
  * gap/gap_video_index_creator.c
  * gap/gap_wr_color_curve.c
  * gap/gimplastvaldesc.c 
 
  * libgapvidapi/gap_vid_api.c [.h]
  * libgapvidapi/gap_vid_api_ffmpeg.c
  * libgapvidapi/gap_vid_api_mpeg3.c
  * libgapvidapi/gap_vid_api_util.c
  * libgapvidapi/vid_api_vidindex.c
  
  * libgapvidutil/gap_gve_misc_util.c [.h]
  * libgapvidutil/gap_gve_png.c

  * vid_common/gap_cme_gui.c
  * vid_common/gap_cme_main.c

  * vid_enc_avi/gap_enc_avi_main.c
  * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c

  * docs/reference/txt/gap_gimprc_params.txt

2009-03-08 Wolfgang Hofer <hof@gimp.org>

- support limit for the number of open videohandles while storybboard processing.
  to avoid running out of memory and resources in case the storyboard has references to
  many different videofiles.
  the limit can be configured via the newly added gimprc parameter:
   
    (video-storyboard-max-open-videofiles 12)
  
- fixed a bug in the total_frames detection via libavformat based native seek
  that delivered one frame too much on most videos.
  (procedure: p_detect_total_frames_via_native_seek)
  
- videoindex based seek sometimes used slow sequential search (in rare cases)
  even if a complete video index was available.
  tests showed that the wanted frame could not be identified due to wrong checksum.
  This can occure if there are delta references to a frame in the video stream
  that is before the seek position.
  Note that the checksum is built based on the already decoded frame that may be
  incomplete in this case.
  
  ==> the applied fix tolerates a checksum missmatch if
  both length and timecode can be used to identify the target frame.
  if the target frame can not be identified that way, the next attempt
  starts from a smaller seek position and increases the number of sync read operations
  this shall lead to clean decoding and correct checksum calculation of the wanted frame
  

- fixed libavformat video index based seek in case the video index is NOT complete.
  (may occure if video index creation was cancelled by the user)
  now 1st try native seek in case where seek to the target frame number would require the missing
  part of the videoindex.
  fallback to very slow sequential read is only done if native seek is not possible either.

- video index creation tool now deletes incomplete video indexes when created
  in SMART_MODE for check purpose only.

- fixed missing initialisation of total_frames. (procedure GVA_new_videoindex)

-  master video encoder now checks if encoder process is still alive
   and reports termination of the encoder process in the progress bar message.
   "ENCODER process terminated"
   (this feature is only available on UNIX platforms)

- cleanup for old communication files used in the master video encoder
  in case encoding crashed or was killed in a previous session.
  (gap_gve_misc_util.c. p_gap_delete_old_communication_files)

- refactoring removed some code duplicates,
  and moved central procedures for common use in all gap modules
  from gap_lib.c to new module gap_base.c
      NEW name                                                      OLD name
      ==========================================================================================
      gap_base_shorten_filename                                      gap_lib_shorten_filename
      gap_base_strdup_add_underscore                                 gap_lib_strdup_add_underscore
      gap_base_strdup_del_underscore                                 gap_lib_strdup_del_underscore
      gap_base_dup_filename_and_replace_extension_by_underscore      gap_lib_dup_filename_and_replace_extension_by_underscore
      gap_base_fprintf_gdouble                                       gap_lib_fprintf_gdouble
      gap_base_sscan_flt_numbers                                     gap_lib_sscan_flt_numbers
      gap_base_check_tooltips                                        gap_lib_check_tooltips
      gap_base_get_gimprc_int_value                                  gap_lib_get_gimprc_int_value
      gap_base_get_gimprc_gboolean_value                             gap_lib_get_gimprc_gboolean_value
      gap_base_getpid                                                gap_lib_getpid
      gap_base_is_pid_alive                                          gap_lib_is_pid_alive
      gap_file_get_mtime

  * libgapbase/Makefile.am
  * libgapbase/gap_libgapbase.h        # NEW file
  * libgapbase/gap_base.c [.h]         # NEW files
  * libgapbase/gap_file_util.c [.h]    # NEW files (moved from gap directory)

  * gap/Makefile.am
  * gap/gap_arr_dialog.c
  * gap/gap_audio_wav.c
  * gap/gap_decode_mplayer.c
  * gap/gap_decode_xanim.c
  * gap/gap_file_util.c [.h]           # are now empty
  * gap/gap_fmac_context.c
  * gap/gap_frame_fetcher.c
  * gap/gap_lib.c [.h]
  * gap/gap_libgimpgap.h
  * gap/gap_lock.c
  * gap/gap_morph_exec.c
  * gap/gap_mov_dialog.c
  * gap/gap_mov_exec.c
  * gap/gap_mpege.c
  * gap/gap_navigator_dialog.c
  * gap/gap_onion_base.c
  * gap/gap_player_cache.c
  * gap/gap_player_dialog.c
  * gap/gap_split.c
  * gap/gap_story_dialog.c
  * gap/gap_story_file.c
  * gap/gap_story_properties.c
  * gap/gap_story_render_audio.c
  * gap/gap_story_render_processor.c
  * gap/gap_story_vthumb.c
  * gap/gap_video_index_creator.c
  * gap/gap_wr_color_curve.c
  * gap/gimplastvaldesc.c 
 
  * libgapvidapi/gap_vid_api.c [.h]
  * libgapvidapi/gap_vid_api_ffmpeg.c
  * libgapvidapi/gap_vid_api_mpeg3.c
  * libgapvidapi/gap_vid_api_util.c
  * libgapvidapi/vid_api_vidindex.c
  
  * libgapvidutil/gap_gve_misc_util.c [.h]
  * libgapvidutil/gap_gve_png.c

  * vid_common/gap_cme_gui.c
  * vid_common/gap_cme_main.c

  * vid_enc_avi/gap_enc_avi_main.c
  * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c

  * docs/reference/txt/gap_gimprc_params.txt


2009-02-25 Wolfgang Hofer <hof@gimp.org>

- fix bug in Storyboard dialog: when clip is added via player 
  there was no undo possible for that step.

- fixed menu text #538419

- wrapper for 3rd party plug-in resynthesizer 
  now uses gap_pdb_procedure_name_available for the check.
  (this avoids the gimp-2.6 typical warning pop up that complains
  about calling gimp_procedural_db_proc_info on non-intalled plug-ins)

  * gap/gap_story_dialog.c
  * gap/gap_wr_resynth.c

2009-02-23 Wolfgang Hofer <hof@gimp.org>

- Singleframes and rawframes encoder have no parameter dialog.
  the old implementation of a dummy PopUp dialog is no longer used.
  Those encoders now and deliver an empty string "\0"
  as result when the master video encoder queries for GAP_VENC_PAR_GUI_PROC
  
  this has the effect that the Parameter button in the maste video encoder
  is disabled (greyed out) instead of presenting the dummy pop up.


  * vid_enc_rawframes/gap_enc_rawframes_main.c
  * vid_enc_single/gap_enc_singleframes_main.c

2009-02-21 Wolfgang Hofer <hof@gimp.org>

- removed workaround (and bug) that restricted storyboard invokation to numbered frame image.
  now the storyboard can be opened from any image via video->storyboard menu.

- fixes to handle build options --disable-videoapi-support  --disable-libavformat 
  (relevant for #571444)
  - fixed Makefiles where the order of libraries matters
  - disable build of videoextract and video index creation programs in case videoapi disabled
	$(GAP_VIDEO_EXTRACT)
	$(GAP_VIDEO_INDEX)
  - added #ifdef GAP_ENABLE_VIDEOAPI_SUPPORT to sources
    (in modules that are still useable with limited features when videoapi is disabled)

  - build video encoder even when videoapi disabled.
    if libavformat is disabled just build without ffmpeg based encoder.
    video encoders now are usable without the videoapi
    (with the restriction that storyboard based input
    is limited and cliptype Movie is not supported)
  
  successful tested build variants on Open Suse 11.1 Linux Operatingsystem when configured with
     --disable-libavformat 
     --disable-libmpeg3 
     --disable-videoapi-support
     --disable-videoapi-support  --disable-libavformat

- fixed bug when seek near to end of last frame in ffmpeg video indexed based seek.
  seek to positions near to the last frame and subsequent frame reads
  sometimes failed.
  the fix now checks or success on each frame read in the sync loop
  and now makes new attempts with the previous index(es) when frame read operations
  fail.
  With this new method fetching of the last few frames now seems to work properly.

- video index creator 
  p_check_videofile procedure now checks the filename for known video extensions (.avi, .mpeg ...)
  before attempt to open as video.
  this fixes annoying gimp_file_load pop up that complains
  this popup message is triggered by the check_sig call of the gap_vid_api_gimp.c
  that allows access to anim frames via the videoapi.
  But it does not make sense to detect images as video here, where
  video index creation makes no sense and therefore is not supported.
  
  * configure.in
  * Makefile.am
  * gap/Makefile.am
  * gap/gap_arr_dialog.c [.h]
  * gap/gap_audio_extract.c [.h]
  * gap/gap_frame_fetcher.c [.h]
  * gap/gap_player_dialog.c
  * gap/gap_story_dialog.c
  * gap/gap_story_render_audio.c [.h]
  * gap/gap_story_render_lossless.c
  * gap/gap_story_render_processor.c [.h]
  * gap/gap_story_render_types.h
  * gap/gap_video_index_creator.c

  * libgapvidapi/gap_vid_api_ffmpeg.c
 
  * libgapvidutil/gap_gve_story.h 

  * vid_common/gap_cme_gui.c

  * vid_enc_rawframes/gap_enc_rawframes_main.c
  * vid_enc_single/gap_enc_singleframes_main.c

2009-02-14 Wolfgang Hofer <hof@gimp.org>

- fixed Bug #571428 'frames to image' now transfer DPI settings to new image.
  GIMP-GAP now generally transfers DPI resolution settings whenever new images
  are created based on an already existing image.

- fixed aspect detection in videoapi for ffmpeg based decoder
  Note:
  libmpeg3 based encoder still did not detect aspect values
  in my tests, this bug of old libmpeg3-1.5.4 version 
  is not yet fixed with libmpeg3-1.8

- fixed Bug #499553  plug-in-wr-color-levels does not work in NON-INTERACTIVE runmode
  (the parameters were fetched from wrong parameter indexes
  similar bug fixed for plug_in_wr_set_opacity)

- fixed #516819  Morph now works for for greyscale images.

- videoapi changed order of registered decoders
   ffmpeg based decoder shall be picked if compile with
   ffmpeg is enabled and no prefered decoder is selected.
   (the old order picked libmpeg3)

- added new gap/gap_decode_mplayer_main.c to POTFILES.in
  
  * po/POTFILES.in
  * gap/gap_range_ops.c
  * gap/gap_frame_fetcher.c
  * gap/gap_image.c
  * gap/gap_mov_exec.c
  * gap/gap_split.c
  
  * gap/gap_wr_color_levels.c
  * gap/gap_wr_opacity.c

  * gap/gap_morph_exec.c

  * libgapvidapi/gap_vid_api.c
  * libgapvidapi/gap_vid_api_ffmpeg.c


2009-02-11 Wolfgang Hofer <hof@gimp.org>
- configure now checks for old versions of ffmpeg and libmpeg3
  in case old version is detected those directories are renamed by adding
  the suffix -OLD and prints out an information message.
  The check is useful for build from svn, because svn update
  does not care for the "Derived" direcories ffmpeg and libmpeg3
  (note that only the tarballs are under svn control)
  fixes the "can not compile" part of #571444

  TODO: fix build variants when configured with
  --disable-videoapi-support
  --disable-libavformat 
  --disable-libmpeg3 

- configure no longer builds old unix frontends for xanim, and old mpeg encoders
  by default (this stuff is very old, build is still supported

- frontend for mplayer based frame extract was moved to its own
  main program (this frontend was successfully tested with MPlayer SVN-r28347)

- added support for new ffmpeg encoder options. 
  various parameters and codec flags tat are new in ffmpeg 2009.01.31
  
  Note that some of the new capabilities are not provided in the GUI.
  this stuff needs ffmpeg expert knowledge (more than i have) and
  can be used via a preset file that can be saved and loaded
  from the GUI and allows full control for all encoder capabilities.
  
- added GUI support for new FFMPEG codec flags /flags2  

- implemented support for 2-pass encoding in the FFMPEG based videoencoder
  and in the GapGveMasterEncoderStatus (for update of the progress
  in the master video encoder GUI)

- Some of the GIMP-GAP dialogs have iconify and maximize
  decoration, this is done by adding type hint for NORMAL window
  for the window manager. 
  gtk_window_set_type_hint (shell_window, GDK_WINDOW_TYPE_HINT_NORMAL);
  
  - Master Video Encoder
  - Parameter Dialog for FFMPEG and AVI
  - MovePath
  - VideoExtract
  - Morph
  
  * configure.in
  * gap/Makefile.am
  * gap/gap_frontends_main.c
  * gap/gap_decode_mplayer_main.c   ## new file
  * gap/gap_mov_dialog.c
  * gap/gap_vex_dialog.c
  * gap/gap_morph_dialog.c

  * libgapvidutil/gap_gve_misc_util.c [.h]

  * vid_common/gap_cme_gui.c
  * vid_enc_avi/gap_enc_avi_gui.c
 
  * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c [.h]
  * vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
  * vid_enc_ffmpeg/gap_enc_ffmpeg_par.c
  * vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c


2009-02-08 Wolfgang Hofer <hof@gimp.org>

- Updated external libs

  * configure.in

  * extern_libs/Makefile.am
  * extern_libs/README_extern_libs
  * extern_libs/configure_options_ffmpeg.txt
  * extern_libs/ffmpeg.tar.gz
  * extern_libs/libmpeg3.tar.gz

  * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c [.h]
  * vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c 

  * libgapvidapi/gap_vid_api.h 
  * libgapvidapi/gap_vid_api_ffmpeg.c
  * libgapvidapi/gap_vid_api_vidindex.c
  * libgapvidapi/gap_vid_api_mpeg3.c
  * libgapvidapi/gap_vid_api_mpeg3toc.c


- PORTING GIMP-GAP to use recent libmpeg3-1.8

   - configure.in:  disabled check if the compiler is able to handle the libmpeg3
     Note that this check once was introduced because old libmpeg3-1.5.4 did not compile
     with recent gcc compiler version.
     the libmpeg3-1.8 did compile fine on my openSuse 11.1 system that has gcc --version

       gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]


   - mpeg3_open and mpeg3_open_copy have an additional parameter  int *error_return
     (returns 0 if OK, errorcode on failure)
 
   - toc file format has changed
     now GIMP-GAP uses new procedures
      mpeg3_start_toc 
      mpeg3_do_toc
      mpeg3_stop_toc
      
     to create video indexes compatible for libmpeg3-1.8 format
     

  - procedure mpeg3_set_mmx was removed since libmpeg3-1.8
      /// mpeg3_set_mmx(handle->main_handle, FALSE);





- PORTING GIMP-GAP to use recent ffmpeg-export-snapshot.2009.01.31.tar.bz2


  ======= Compile issuses ===================  

  - pointer to first_avcodec no longer public.
    iterate through codecs now can be done with av_codec_next
      for(codec = av_codec_next(NULL); codec != NULL; codec = av_codec_next(codec)) { ...}

     acc->error_resilience = 2;  ==> acc->error_recognition = FF_ER_COMPLIANT

     added explicite configurarion for normal compliance behaviour
     acc->strict_std_compliance = FF_COMPLIANCE_NORMAL;

  - linker complains about missing avcodec_decode_audio 
    ==> therfore use the new procedure avcodec_decode_audio2
        instead.
        (requires data_size initialized and must be >= AVCODEC_MAX_AUDIO_FRAME_SIZE:192000
        if not the call will fail and print a message like this:
        [mp2 @ 0x99a5800]buffer smaller than AVCODEC_MAX_AUDIO_FRAME_SIZE
        )
        
        
  - constant for DEFAULT_FRAME_RATE_BASE no longer available

    some codec flags no longer supported:

     CODEC_FLAG_TRELLIS_QUANT  remove this
     CODEC_FLAG_H263P_AIC      has same   value as CODEC_FLAG_AC_PRED

  - AVCodecContext has no member named rtp_mode

  - removed support for OLD ffmpeg releases. 
    ( #define HAVE_OLD_FFMPEG_0408 and HAVE_FULL_FFMPEG)
  


  ======= CONFIGURE / BUILD  issuses ===================  

  -  ## TODO  ffmpeg no longer supports the configure option --enable-liba52bin
    ==> commented out --enable-liba52bin (remove from configure.in may follow when
        update to ffmpeg is proofed stable.
        
  - ## TODO  ffmpeg requires at least BUILD >= 65 for the option --enable-libx264
     ==> disables the option --enable-libx264 until the check
         for condition x264.h "X264_BUILD >= 65" works.

  - added  -I$FFMPEG_DIR because ffmpeg libraries
    changed include style to add the subdirectory
      OLD: #include "avformat.h"
      NEW: #include "libavformat/avformat.h"

  - ffmpeg libs are not built automatically
    make target  "lib" no longer available.
    ==> now simple make 
       (default target all) builds all ffmpeg libs and programs

  - ffmpeg libs require linking with libbz2 (at least the codec matroskadec want bz2)
    libbz2 was autotomatically detected by the ffmpeg configure script,
    but GIMP-GAP configure must also check for libbz2 and add -lbz2
    to the ffmpeg linker options.


  ======= Functional issuses ENCODE ===================  

  - ffmpeg based vide encoder crash  in av_write_frame 
    (crash occurs both for audio frame and video frame encoding)
    encoder pts is 0, dts is AV_NOPTS_VALUE
    
    ==> recent ffmpeg requires additional initialisations to run properly.
    
    gap_enc_ffmpeg_main.c  :: p_init_video_codec


    if(epp->qscale)
    {
      video_enc->flags |= CODEC_FLAG_QSCALE;
      ffh->vst[ii].vid_stream->quality = FF_QP2LAMBDA * epp->qscale;   /* video_enc->quality = epp->qscale; */
      video_enc->global_quality =  FF_QP2LAMBDA * epp->qscale;      // ### 2009.01.31 must init global_quality to avoid crash
    }

    video_enc->sample_aspect_ratio = av_d2q(l_dbl, 255);
    ffh->vst[ii].vid_stream->sample_aspect_ratio = video_enc->sample_aspect_ratio;  /* 2009.01.31 must init stream sample_aspect_ratio to avoid crash */

  - support nev values for already existing parameters.
    - support new motion estimation algorithm methods
       7 (hex), 8 (umh), 9 (iter), 10 (tesa) [7, 8, 10 are x264 specific, 9 is snow specific]

    - support new idct algorithm methods
                                  _("12 vp3"),             GAP_GVE_FFMPEG_IDCT_ALGO_12_VP3,
                                  _("13 ipp"),             GAP_GVE_FFMPEG_IDCT_ALGO_13_IPP,
                                  _("14 xvidmmx"),         GAP_GVE_FFMPEG_IDCT_ALGO_14_XVIDMMX,
                                  _("15 cavs"),            GAP_GVE_FFMPEG_IDCT_ALGO_15_CAVS,
                                  _("16 simplearmv5te"),   GAP_GVE_FFMPEG_IDCT_ALGO_16_SIMPLEARMV5TE,
                                  _("17 simplearmv6"),     GAP_GVE_FFMPEG_IDCT_ALGO_17_SIMPLEARMV6,
                                  _("18 simplevis"),       GAP_GVE_FFMPEG_IDCT_ALGO_18_SIMPLEVIS,
                                  _("19 wmv2"),            GAP_GVE_FFMPEG_IDCT_ALGO_19_WMV2,
                                  _("20 faan"),            GAP_GVE_FFMPEG_IDCT_ALGO_20_FAAN,
                                  _("21 ea"),              GAP_GVE_FFMPEG_IDCT_ALGO_21_EA,
                                  _("22 simpleneon"),      GAP_GVE_FFMPEG_IDCT_ALGO_22_SIMPLENEON,
                                  _("23 simplealpha"),      GAP_GVE_FFMPEG_IDCT_ALGO_23_SIMPLEALPHA,

 
  ======= Functional issuses DECODE ===================  
 
  - video index based seek does not work with recent ffmpeg versions.

    ==> AVFormatContext
    pb is now a pointer to ByteIOContext

    OLD:  url_ftell(&handle->vid_input_context->pb);
    NEW:  url_ftell(handle->vid_input_context->pb);

    video index code was updated.
    the new format for video indexes records dts timecodes and allows positioning
    based on DTS timecodes
    using libavformat av_seek_frame, but only if valid DTS timecodes are detected.
    Otherwise the video index uses byte positions (based on url_ftell / url-fseek,
    similar to the old GIMP-GAP video index implementation) as fallback solution.

    old video index files are no longer supported.
    (In my test i already implemented code for the migration, but this does not work
    because decoding delivers slightly different colors for the decoded frames
    and this results in differnt checksums as in older ffmpeg release that was used
    at creation time of the video index. So i found out that migration is NOT POSSIBLE)
    
    - fixed bug:
    frame length is just stored with 16 lower bits in the videoindex
    compare must also use just 16 lower bits
    (changed type and name of 
     old: gint32   handle->got_frame_length
     new: guint16  handle->got_frame_length16
    to point out that only 16 bits are used)
    
    - byte position based seek takes us to one frame after the wanted frame
      recording of video index byte offset now compensates this effect
      by recording offests of the 14. frames before the wanted frames


  -  native seek fails on some videos
     old ffmpeg version constantly delivered dts timecodes for all frames in all my test videos.

     unfortunately recent ffmpeg dts timecode detection now fails for some videos.
     (tested with .VOB files from DVD)
     this change breaks the GIMP-GAP native seek feature whenever this problem occures...

     == > the new libgapvidapi/gap_vid_api_ffmpeg.c code now checks
     while proberead for valid dts timecodes, and disables native seek
     if no valid dts timecodes can be detected.

     (and creating a video index for those videos is recommanded)


  - dts timecodes are sometimes not exact and may differ 
    ==> now allow tolerance of +-2
        (see gap_vid_api_ffmpeg.c::p_areTimecodesEqualWithTolerance)
      

 


 
2009-01-25 Wolfgang Hofer <hof@gimp.org>
 
- fixed Storyboard single clip playback of cliptype GAP_STBREC_VID_IMAGE.
   The playback did missinterpret the single image as animframe in case the image has a number part
   and showed non-relevant frames according to the from / to parameters in the internal clip datastructure
   that should be ignored for single image.

- fixed minor memory leak in  gap/gap_story_file.c::gap_story_filename_is_videofile_by_ext

- fixed Storyboard thumbnail rendering, where clip of type movie caused GIMP-2.6 error message
  that complains about unknown filetype.
    "Fehler beim Ausführen der Prozedur »gimp-file-load«:
    Unbekannter Dateityp"
  This was triggered when thumbnails for clips of type movie (*.mpg, *.avi ....)
  are to be rendered from full "image" as fallback strategy in case no thumbnail is available,
  but such fallback does only make sense for frames and single images that can be loaded as
  image by the gimp core.
  For movies and sections we must use the relevant default icon in this case. 
  (the typically situation when videothumbnail is disabled)


- bugfix: master videoencoder dialog does NOT update encoder status progress while encoding.
  Using gimp_set_data gimp_get_data as communication channel between master encoder dialog plugin 
  and the video encoder plug in (running in another process) does no longer work
  with GIMP-2.6, because the master encoder call to gimp_get_data now blocks
  until the encoder exits.
  Now using a binary file to communicate the encoder status and cancel requests,
  this allows to keep the master encoder GUI progress page active while 
  the encoder process is running
 
  * gap/gap_story_dialog.c
  * gap/gap_story_file.c
  * gap/gap_story_properties.c

  * vid_common/gap_cme_main.c [.h]
  * vid_common/gap_cmegui.c
  * vid_common/gap_cme_callbacks.c
  * libgapvidutil/gap_gve_misc_util.c [.h]

2009.01.22 Wolfgang Hofer <hof@gimp.org>

- added support run with last values for Split Image to frames feature.
  this fixes the  GIMP Message  Execution error for procedure 'gimp-file-save'
  as reported in #568143

  * gap/gap_split.c


2009-01-21 Wolfgang Hofer <hof@gimp.org>

- removed restriction in split image feature as suggested in bugreport #568143
  added overwrite dialog 
  (the old implementation did silently overwrite the frames without asking for permission)

    * gap/gap_lib.c [.h]
    * gap/gap_split.c

2009-01-20 Wolfgang Hofer <hof@gimp.org>


- fixed Gtk warnings about non zero page size in all GIMP-GAP dialogs
  Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

    * gap/gap_morph_dialog.c
    * gap/gap_onion_dialog.c
    * gap/gap_player_dialog.c
    * gap/gap_resi_dialog.c
    * gap/gap_story_att_trans_dlg.c
    * gap/gap_story_dialog.c
    * gap/gap_vex_dialog.c
    * gap/gap_wr_color_huesat.c
    * gap/gap_wr_color_levels.c
    
    * vid_common/gap_cme_gui.c
    * vid_enc_avi/gap_enc_avi_gui.c
    * vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c

- fixed bugs in the curves tool wrapper
  that called curves tool on non-relevant histogram channels
  (now check for alpha channel, and type rgb or gray)
  fixed processing order of channels.
  
  with the old order the results were different to the GIMP color curves tool
  for rgb images in case when both value and color r/g/b modifications
  are applyed)

    * gap/gap_wr_color_curve.c

2009-01-19 Wolfgang Hofer <hof@gimp.org>

- wrapper for the curves tool now support both the old and new fileformat
  for new color curves (saved with GIMP-1.2 upto GIMP-2.4 and GIMP-2.6)

- fixed some (but not yet all) GtkWarnings about deprecated usage
   (gap_player_dialog:4654): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

   * gap/TESTPROT_iter_ALT
   * gap/gap_player_dialog.c
   * gap/gap_wr_color_curve.c

2009-01-18 Wolfgang Hofer <hof@gimp.org>

Started port to GIMP-2.6.4

- FilterAllLayers basically works, but prints annoying error message:

    Fehler beim Aufruf der Prozedur "gimp-procedural-db-proc-info":
    Prozedur "plug-in-alienmap2-Iterator" wurde nicht gefunden
  
  Gap used gimp-procedural-db-proc-info to check if an procedure is available.
  The implemented workaround mow queries the full list of all procedures,
  and first checks the list before mking an attempt to query gimp-procedural-db-proc-info
  
  TODO [optional]: is there is a better way for a plugin to test if another PDB procedure is available
  without causing Error messages if the searched name not exists ?

- Filter all Layer compatibility test

  fixed ERROR: p_plug_in_flame_iter_ALT  stored Data missmatch in size 8104 != 7048  
         in iterator_ALT procedure (xform array size canged FLAME_NVARS   from 7 to 29)
  fixed ERROR: p_plug_in_ripple_iter_ALT  stored Data missmatch in size 32 != 28 
         in iterator_ALT procedure (added parameter gint          phase_shift;)

  plug-in-wr-color-levels fails to load files that are saved with the curves tool of GIMP-2.6.4
  the fileformat has canged, ... not yet fixed just warn that new format not yet supported.

  TODO parser shall support both old "# GIMP Curves File"
      and new format...              "# GIMP curves tool settings"
  
  
  
   * gap/TESTPROT_iter_ALT
   * gap/gap_filter_pdb.c
   * gap/gap_pdb_calls.c [.h]
   * gap/gap_wr_color_curve.c
   * gap/iter_ALT/mod/plug_in_flame_iter_ALT.inc
   * gap/iter_ALT/gen/plug_in_ripple_iter_ALT.inc

2009-01-14 Wolfgang Hofer <hof@gimp.org>

- changed frame fetcher to use image parasites to mark cached images (and temporary duplicates)
  the old implementation based on static global lists did not work for filtermacros
  because the filtermacro that registers as cache user typically
  runs in another process than the iterator (that is invoked from the called filter)
  With the old implementation all images that were fetched via persistent drawable_id
  in filtermacros were never deleted and filled up memory until gimp-swap fills up the disk
  then caused no more space left on device errors.

- bugfix Master Video Encoder.
  Again the "Encoder" page labels were not updated as expected.
  The labels did show just the highest digit (FramesDone  8   when 817 frame done ..)
  the new fix already creates the label with placeholder for 6 digits. "######".
  procedure p_set_label_to_numeric_value uses leading blanks

- added storyboard feature "area replacement" via format string that provides
   videoclip and framenumber specific logo inserts for all handled clips of type movie.
   Framespecific area replacement can be used for individual fixes 
   (provided as manual edited frame image) on some partly damaged frames
 
- drawable iterator: additional checks for valid drawables

- morph or fade can be used to create tweens (for missing frames in a framesequence)
 


   * docs/reference/txt/plug-in-gap-storyboard-master-prop.txt  
   * gap/gap_file_util.c  
   * gap/gap_filter_iterators.c  
   * gap/gap_frame_fetcher.c  
   * gap/gap_image.c  
   * gap/gap_image.h  
   * gap/gap_layer_copy.c  
   * gap/gap_layer_copy.h  
   * gap/gap_morph_dialog.c  
   * gap/gap_morph_dialog.h  
   * gap/gap_morph_exec.c  
   * gap/gap_morph_exec.h  
   * gap/gap_morph_main.c  
   * gap/gap_morph_main.h  
   * gap/gap_story_dialog.c  
   * gap/gap_story_file.c  
   * gap/gap_story_file.h  
   * gap/gap_story_main.h  
   * gap/gap_story_properties.c  
   * gap/gap_story_render_lossless.c  
   * gap/gap_story_render_processor.c  
   * gap/gap_story_render_types.h  
   * gap/gap_story_syntax.c  
   * gap/gap_story_syntax.h  
   * gap/Makefile.am  
   
   NEW FILES:
   * gap/gap_morph_tween_dialog.c  
   * gap/gap_morph_tween_dialog.h  
   * gap/gap_wr_resynth.c  
  
2008-12-16 Wolfgang Hofer <hof@gimp.org>

- fixed split image to frames for indexed images, and
  implemented feature to copy image properties such as channels,
  pathes, guides etc..to all resulting frame images.
  (#564330 and #564333

- fixed a bug in gap_lib.c where saving of thumbnails failed in case the frame image
  was created in one of the gap plug-ins and subsequent save operation had not
  yet set the filename.

   * gap/gap_main.c
   * gap/gap_split.c [.h]
   * gap/gap_lib_common_defs.h
   * gap/gap_lib.c
  
2008-11-27  Sven Neumann  <sven@gimp.org>

	* configure.in: define GIMP_DISABLE_DEPRECATED when compiling
	against GIMP 2.4 or GIMP 2.6.

2008-11-08 Wolfgang Hofer <hof@gimp.org>

- fix for the bugfix (The "Encoder" page labels were not updated as expected.)
  (accidently the previous check in added a non working version)
  
   * vid_common/gap_cme_gui.c

2008-11-08 Wolfgang Hofer <hof@gimp.org>

- bugfix Master Video Encoder.
  The "Encoder" page labels were not updated as expected.
  The labels did show just the highest digit (FramesDone  8   when 817 frema done ..)
  maybe this is a gtk problem, but the fix 
  in procedure p_set_label_to_numeric_value 
  now repeats the gtk_misc_set_alignment call
  to force refresh the alignment when the value changes.
  
   * vid_common/gap_cme_gui.c

2008-11-02 Wolfgang Hofer <hof@gimp.org>

- bugfix Master Video Encoder. The "Encoder" page of the notebook widget
  is sporadic not visible when the encoding thread is running.
  Workaround: show the encoder tab already at creation of the dialog
  and keep it visible all the time.
  
   * vid_common/gap_cme_gui.c
   * vid_common/gap_cme_callbacks.c

2008-11-02 Wolfgang Hofer <hof@gimp.org>

- fix #558529

- Master Video Encoder dialog now stays open while video encoding is active
  to display encoding progress, including statistics how many frames
  were encoded so far and how many frames could be copied 1:1 
  (for encoder types that support the "dont recode flag"
  for lossles cut)
  

   * vid_common/gap_cme_main.c [.h]
   * vid_common/gap_cme_gui.c [.h]
   * vid_common/gap_cme_callbacks.c
   * libgapvidutil/gap_gve_misc_util.c [.h]
   * libgapvidutil/gap_gvetypes.h
 
   * vid_enc_avi/gap_enc_avi_main.c
   * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
   * vid_enc_rawframes/gap_enc_rawframes_main.c
   * vid_enc_single/gap_enc_singleframes_main.c

   * gap/gap_story_file.c

2008-10-31  Sven Neumann  <sven@gimp.org>

	* gap/gap_dbbrowser_utils.c: removed redeclaration of
	gimp_proc_view_new(). This function is in libgimp since GIMP 2.4.
	Declaring it here breaks the build with GIMP 2.6.

2008-10-31  Sven Neumann  <sven@gimp.org>

	* autogen.sh: also support automake 1.10.

2008-10-26 Wolfgang Hofer <hof@gimp.org>

- storyboard properties: replaced mask_name entry by a conbo box
  (restricts mask reference selections to the list of available mask definitions)

- fixed a bug that rendered unitialized data in the mask preview of the 
  storyboard properties dialog when adding a mask to a clip
  that had no mask when the dialog was created.
  
  Happens when the 1st rendering of the preview has a desaturation_request
  and the widget is not realized yet (has no window pointer).
  In this case nothing is rendered, but subsequent repaint uses
  uninitialized data.

- fixed a bug that caused crash on attempt to propagate changes
  to already closed (dead) propery dialogs
  (GapStbPropWidget)
  
   * gap/gap_story_main.h
   * gap/gap_story_dialog.c
   * gap/gap_story_properties.c [.h]
   * gap/gap_story_att_trans_dlg.c

2008-10-22 Wolfgang Hofer <hof@gimp.org>

- implemented deinterlace support for all storyboard clip types.
  (previous version did only support cliptype GAP_FRN_MOVIE)

   * libgapvidapi/gap_vid_api.c [.h]
   * gap/gap_story_render_processor.c

2008-10-20 Wolfgang Hofer <hof@gimp.org>

- refactoring of procedure p_story_render_fetch_composite_image_private

   * gap/gap_story_render_processor.c

2008-10-19 Wolfgang Hofer <hof@gimp.org>
- fixed bug when closing clip properties dialog
  (the check for non-unique mask definition name must be restricted to
  mask-definition clips and MUST NOT run for other clips)
  
- STORYBOARD clip properties now supports deinterlace modes
    Odd First
    Even First
  The new modes apply the deintelace filter (that builds a full frame
  from the rows of one half-frame similar to the already existing Odd and Even modes)
  but does switch to the oppsite half-frame in case non integer stepsize is used,
  and the non-integer part of the resulting framenumber position is >= 0.5.
  
  Example:
  Video clips (from DVD source) are typically interlaced frames.
  One interlaced frame contains 2 half frames A and B
  where A and B are shot in double speed than the specified framerate of the clip.
  
  framerate 25 fps
  
  frame 000001
    +----------------+
    |  half frame A  |  t = 0
    +----------------+
    |  half frame B  |  t = 1/50 sec
    +----------------+


  frame 000002
    +----------------+
    |  half frame A  |  t = 2/50 sec  (1/25 sec)
    +----------------+
    |  half frame B  |  t = 3/50 sec
    +----------------+


  a videoclip with stepsize 0.5 with deinterlace mode Odd fetches:
  
  frame 000001 (A)
  frame 000001 (A)
  frame 000002 (A)
  frame 000002 (A)

  a videoclip with stepsize 0.5 played with deinterlace mode Odd First will fetch:

  frame 000001 (A)
  frame 000001 (B)
  frame 000002 (A)
  frame 000002 (B)
  
  This gives smooth movement in half speed slow motion playback.
    

   * NEWS
   * gap/gap_story_file.c
   * gap/gap_story_render_processor.c
   * gap/gap_story_properties.c
   * gap/gap_story_main.h
   * gap/gap_story_render_lossless.c

2008-10-15 Wolfgang Hofer <hof@gimp.org>

- changed the wrapper for rotate any angle functionality to support
  animated fliter apply with varying value.

   * gap/gap_wr_trans.c

2008-10-12 Wolfgang Hofer <hof@gimp.org>

- added wrapper for rotate any angle functionality.
  This provides variable rotation functionality in filtermacros
  and therefore can also be used in storyboards.
- fixed detection if there is a selection for all transform wrappers in
  gap_wr_trans.c 
  (the bug caused error messages "gimp_selection_load was called with invalid drawable_id")

   * gap/gap_wr_trans.c

2008-10-11 Wolfgang Hofer <hof@gimp.org>

- fixed BUG #555279 (canged the message to avoid the "100%" string
  that leads to misinterpretation by xgettext.

   * gap/gap_video_index_creator.c
   
2008-10-05 Wolfgang Hofer <hof@gimp.org>

- fixed BUG #523115 that sometimes caused a crash when splitting an image to frames.
     (The procedure gap_lib.c:gap_lib_strdup_add_underscore
      allocated a string for the result that was 1 character too short,
      but the crash occured later in the g_free call

   * gap/gap_lib.c

- bugfix: in the Storyboard Mask definition dialog
  Entering a mask name leads to crash while typing mask name
  in case the partly typed name matches an already existing mask name.
  
  Now the mask_name is not automatically updated while typing.
  The update is done later, when closing the dialog,
  or on explicite request via the new button for explicite setting the mask name.
  Furthermore the update checks for unique name and rejects a non-unique
  name with an erro message.

   * gap/gap_story_main.h
   * gap/gap_story_properties.c

- bugfix: Master Videoencoder dialog: create composite audio extract of multiple audio clips 
  from the same video did extract from start playtime of 1st clip 
  until end playtime of last clip refering the video file (OK)
  but this was done foreach clip that makes processing slow and finally filled up my disk in a large
  storyboard project.
  (Bug was introduced with the storyboard section feature, 
   and therefore not relevant for the stable branch)

    * gap/gap_story_render_audio.c

- player otone playback in storyboard file:
  fixed offset calculation for the start sample
  must use local samplerate of the refered video clip
  (p_get_audio_relevant_FrameNr and p_audio_start_play)

    * gap/gap_player_dialog.c

2008-07-31 Wolfgang Hofer <hof@gimp.org>

- new feature: Persistent drawable id references.
      Filtermacro supports persistent drawable_id mapping.
      allows applying recorded filtermacro apply in another gimp session
      when the recorded last values buffer data  has references
      to drawable ids.

      Example:
      the filetermacro has recorded settings to apply the
      plug_in_bump_map
      
      that has a reference to a drawable_id that shall be used as map
      
      The new feature creates a persistent mapping for this drawable_id in a file
      named <filtermacro>.fmref with information about the imagefile and layer
      
      RESTRICTIONS:
       The current implementation can NOT handle parallell processing of multiple filtermacros
       because there is only ONE context that will be overwritten in case of concurrent calls.

  
    * NWES
    * gap/Makefile.am
    * gap/gap_fmac_base.c
    * gap/gap_fmac_main.c
    * gap/gap_filter_pdb.c [.h]
    * gap/gap_filter_iterators.c
    * gap/gap_player_main.c [.h]
    * gap/gap_player_dialog.c
   
    * gap/gap_frame_fetcher.c [.h]            # NEW files
    * gap/gap_fmac_context.c [h]              # NEW files
    * gap/gap_drawable_vref_parasite.c [.h]   # NEW files
    * gap/gap_story_render_processor.c
    * gap/gap_story_dialog.c
    * gap/gap_story_file.c
    * gap/gap_story_vthumb.c
    * gap/gap_story_render_types.h
    * libgapvidutil/gap_gve_story.h

2008-07-13 Wolfgang Hofer <hof@gimp.org>

- new feature: viedo extract supports generating transparency via bluebox

- new feature Modify Frames create grayscale layer from
   alpha channel, or layermask or mix of both
 
    * gap/gap_layer_copy.c  [.h]
    * gap/gap_mod_layer.c [.h]
    * gap/gap_mod_layer_dialog.c [.h]
    * gap/vex_main.c [.h]
    * gap/vex_exec.c
    * gap/gap_vek_dialog.c
    * gap/Makefile.am

2008-07-05 Wolfgang Hofer <hof@gimp.org>

 - new feature: Player supports extracting audio track when playing clips
   that refere to a videofile that has one or more audiotrack(s)

 - video extract plugin: made auido extract work again. 
  (bug caused by recent refactoring 2008-06-29)

  * NEWS
  * gap/gap_audio_extract.c [h]
  * gap/gap_player_main.c [.h]
  * gap/gap_player_dialog.c
  * gap/gap_vex_exec.c
  * libgapvidapi/gap_vid_api.h

2008-06-29 Wolfgang Hofer <hof@gimp.org>
   Merged in current locale development.

   (2008-06-24 Wolfgang Hofer <hof@gimp.org>

    - moved audio extract feature from gap_vex_exec.c to a new module 
   gap_audio_extract.c [.h]
   (this is the 1st refactoring step, required for a planed feature of the
   player that shall provide original auditrack when playback refers to a videofile.

  
 
   (2008-06-22 Wolfgang Hofer <hof@gimp.org>)
   - experimental AVI encoder support for png codec.

   allows packing png frames into an AVI video fileformat.
   (the dont_recode_flag can be used to significantly speed up operation
    if the refered source frames are already PNGs in correct size)
   
   The PNG codec is based on the gimp-file-save-png plug-in.
   and offers video encoding without loss of quality.
   (such as RAW codec does, but PNG has lossless compression
   and can be used to reduce storage resources where lossless
   frames are required)

   oops, PNG codec is not supported in mplayer when playback AVI
   therefore the PNG encoded videofiles do not make sense today..
   (the ffmpeg "png" codec name is only for access single frames
   but cant be used when PNG frames are stored in the AVI container
    (mplayer:
     VIDEO:  [PNG ]  640x480  24bpp  1.000 fps  3620.9 kbps (442.0 kbyte/s)
     Clip info:
      Software: gimp-gap-2.5.0
     ==========================================================================
     Cannot find codec matching selected -vo and video format 0x20474E50.
     Read DOCS/HTML/en/codecs.html!
     ==========================================================================

   TODO: disable the PNG encoder until some player supports it.

   

  
   (2008-06-15 Wolfgang Hofer <hof@gimp.org>

   Storyboard render processor: changed frame fetch procedure to
   support fetching already compreessed frames from disc
   and use this new feature in the AVI video encoder.
   (now it is possible to do lossless encoding via storyboard
   if no transitions are required. This allows fetching alread compressed
   JPEG files both from image files and from MPEG I-frames)

   My Olympus SP560UZ Digitalcamera can record AVI videos,
   where each frame is a MJPG encoded jpeg image. GIMP-GAP now supports
   lossless cut for such AVI videos.

   Gap video api provides new procedure to query the codec name
   (GVA_get_codec_name). This is used for lossless cut features
   when the encoder enables the relevant check_flag
     GAP_VID_CHCHK_FLAG_VCODEC_NAME 
   Those checks shall help to avoid corrupt output videos
   when the user tries to mix differnt video file resources
   into one resulting output video in lossless mode
   (e.g. with dont recode flag enabled)

   TODO: check how the changes affected the lossless mpeg encoding
         features (Those features were once developed based on
         the libmpeg3 as decoder and libavformat as encoder engine
         and were still in experimental state before this changes.


  (2008-06-07) Wolfgang Hofer <hof@gimp.org> )

  attempt to implemnet raw video chunk fetching support
  for ffmpeg based video decoder.
  (new procedure p_wrapper_ffmpeg_get_video_chunk)
  this implementation builds the base for lossless video cut operations.
  until now libmpeg3 was the only decoder with video chunk fetching support
  (but libmpeg3 is old and unmaintained since years)
  
  

  New experimental "rawframes" encoder.
  The rawframes works similar to the single frames encoder
  and "extracts" singleframes from a storyboard source,
  The rawframes encoder writes the videoframes 1:1 as single files to disc
  instead of encoding to one videofile. It is mainly intended for
  extracting I Frames 1:1 from MPEG or AVI as JPEG files
  where the decoding and reencoding process is skipped where possible
  This results in fast and lossless extract of keyframes.


  * Makefile.am
  * configure.in
  * vid_enc_rawframes                             # NEW dir
  * vid_enc_rawframes/gap_enc_rawframes_main.c    # NEW file
  * vid_enc_rawframes/Makefile.am                 # NEW file
  * po/POTFILES.in
  
  * vid_enc_avi/gap_enc_avi_gui.c
  * vid_enc_avi/gap_enc_avi_main.c [.h]
  * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c

  * libgapvidutil/Makefile.am
  * libgapvidutil/gap_gve_png.c[.h]               # NEW FILE
  * libgapvidapi/gap_vid_api.h
  * libgapvidapi/gap_vid_api_util.c
  
  * libgapvidapi/gap_vid_api.c [.h]
  * libgapvidapi/gap_vid_api_util.c
  * libgapvidapi/gap_vid_api_ffmpeg.c
  * gap/Makefile.am
  * gap/gap_story_render_processor.c [.h]
  * gap/gap_story_render_lossless.c               # NEW FILE
  * gap/gap_audio_extract.c [.h]                  # NEW FILES
  * gap/gap_vex_exec.c



2008-06-29 Wolfgang Hofer <hof@gimp.org>
  - fixed endless loop in the Player on attempt to enter a vaild audiofile name.
  
  * gap/gap_player_dialog.c

2008-05-19 Wolfgang Hofer <hof@gimp.org>
- bugfix: extract JPEG frames from videofile shall not pop up save dialog
        on each handled frame.
- bugfix:  #348456 enable undo for image extracted from a video.
          (The video api now checks if undo is enabled
          and makes only one call to disables undo when required)

 * gap/gap_vex_exec.c:
 * libgapvidapi/gap_vid_api.c

- use png imagetype for storyboard render debug frame save feature

 * gap/gap_story_render_processor.c

2008-05-18 Wolfgang Hofer <hof@gimp.org>
 - storyboard now supports 8 digit framenumbers 
  (increased GAP_STB_MAX_FRAMENR from 999999 99999999)

 * gap/gap_story_file.c [.h]
 * gap/gap_story_properties.c

2008-05-18 Wolfgang Hofer <hof@gimp.org>
- bugfix: #531735 enable undo after creating the animated preview image.
- bugfix: save jpeg frames for the singleframes encoder must use gap specific
          procedure gap_lib_save_named_image (direct call of gimp_file_save causes dialog
          prompts on each handled frame because runmode with last values is uesed)

 * gap/gap_mov_exec.c
 * gap/gap_lib.c
 * vid_enc_single/gap_enc_singleframes_main.c

2008-05-18 Wolfgang Hofer <hof@gimp.org>
  - bugfix: save frames as jpeg was broken due to new behaviour of the file_jpeg_save plug in.
     run with last values opens dialog for each handled frame which is not acceptable
     for saving lots of frames.
     The fix now uses the Non interactive save mode and the jpeg save values
     that is stored as image parasite by the  file_jpeg_save plugin when saving
     the 1st handled frame.

  - bugfix: frames renumber start frame number maximum changed from 999999 to 99999999
    (this is required if someone will use the maximum supported length of 8 digits for the framenumber part)
  
  * gap/gap_base_ops.c
  * gap/gap_lib.c

2008-03-10 Wolfgang Hofer <hof@gimp.org>
  - bugfix in storyboard processor: if processed image has only one layer with a layermask
    the layermask was ignored at render processing.
    
  * gap/gap_story_render_processor.c

2008-04-06  Wolfgang Hofer <hof@gimp.org>

    Lots of updates (merged in local development since 2006-07-16)
    This also includes merge of the changes and bugfixes that were alredy applied
    in the stable gimp-gap-2.4 branch.
    
    Merge protocol:
        NEW FILES ADDED TO SVN:
          gap/gap_fmac_base.c 
          gap/gap_fmac_base.h  
          gap/gap_fmac_name.c  
          gap/gap_fmac_name.h  
          gap/gap_fmac_varying_main.c  
          gap/gap_story_section_properties.c  
          gap/gap_story_section_properties.h  
          gap/gap_story_undo.c  
          gap/gap_story_undo.h  
          gap/gap_story_undo_types.h  
          gap/gap_story_vthumb.c  
          gap/gap_story_vthumb.h  
          gap/gap_video_index_creator.c  

          images/gap-story-icon-blacksection.png  
          images/gap-story-icon-section-main.png  
          images/gap-story-icon-section-mask.png  
          images/gap-story-icon-section.png  

          libgapbase  
          libgapbase/gap_val_file.c  
          libgapbase/gap_val_file.h  
          libgapbase/Makefile.am  



        CHANGED FILES (checked and merged):
        m-  merge was necessary and performed.
        l-  use 1.1 copy from local latest
        s-  use 1.1 copy from  from svn trunc latest


        m-  ChangeLog  
        m-  configure.in 
        l-  Makefile.am  
        l-  NEWS  
        l-  README  

        l-  docs/reference/txt/gap_gimprc_params.txt  
        l-  docs/reference/txt/INTRODUCTION.txt  
        l-  docs/reference/txt/plug-in-gap-storyboard-edit.txt  
        l-  docs/reference/txt/STORYBOARD_FILE_DOC.txt  

        l-  extern_libs/configure_options_ffmpeg.txt  
        l-  extern_libs/ffmpeg.tar.gz  
        l-  extern_libs/Makefile.am  
        l-  extern_libs/README_extern_libs  

        l-  gap/gap_arr_dialog.c  
        l-  gap/gap_arr_dialog.h  
        m-  gap/gap_bluebox.c  
        s-  gap/gap-dup-continue.scm  
        l-  gap/gap_file_util.c  
        l-  gap/gap_file_util.h  
        l-  gap/gap_filter_codegen.c  
        l-  gap/gap_filter_foreach.c  
        l-  gap/gap_filter.h  
        l-  gap/gap_filter_iterators.c  
        l-  gap/gap_filter_pdb.c  
        l-  gap/gap_filter_pdb.h  
        l-  gap/gap_fmac_main.c  
        m-  gap/gap_layer_copy.c  
        l-  gap/gap_lib.c  
        l-  gap/gap_lib.h  
        l-  gap/gap_mod_layer.c  
        l-  gap/gap_mod_layer_dialog.c  
        l-  gap/gap_mod_layer.h  
        l-  gap/gap_morph_dialog.c  
        l-  gap/gap_morph_exec.c  
        m-  gap/gap_mov_dialog.c  
        m-  gap/gap_mov_render.c  
        l-  gap/gap_navigator_dialog.c  
        l-  gap/gap_pdb_calls.c  
        m-  gap/gap_player_dialog.c  
        l-  gap/gap_player_main.c  
        l-  gap/gap_player_main.h  
        s-  gap/gap_pview_da.c  
        l-  gap/gap_range_ops.c  
        l-  gap/gap_split.c  
        l-  gap/gap_story_att_trans_dlg.c  
        m-  gap/gap_story_dialog.c  
        l-  gap/gap_story_dialog.h  
        l-  gap/gap_story_file.c  
        l-  gap/gap_story_file.h  
        l-  gap/gap_story_main.c  
        l-  gap/gap_story_main.h  
        m-  gap/gap_story_properties.c  
        l-  gap/gap_story_render_audio.c  
        l-  gap/gap_story_render_processor.c  
        l-  gap/gap_story_render_processor.h  
        l-  gap/gap_story_render_types.h  
        l-  gap/gap_story_syntax.c  
        l-  gap/gap_story_syntax.h  
        l-  gap/gap_vex_dialog.c  
        l-  gap/gap_vin.c  
        l-  gap/gap_vin.h  
        l-  gap/gap_wr_color_curve.c  
        l-  gap/gap_wr_color_huesat.c  
        l-  gap/gap_wr_color_levels.c  
        l-  gap/gimplastvaldesc.h  
        l-  gap/Makefile.am  
        s-  gap/sel-to-anim-img.scm  
        l-  gap/TESTPROT_iter_ALT  


        l-  gap/iter_ALT/gen/plug_in_alpha2color_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_blinds_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_borderaverage_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_checkerboard_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_CML_explorer_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_colorify_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_color_map_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_cubism_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_destripe_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_diffraction_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_displace_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_edge_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_engrave_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_flarefx_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_fractal_trace_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_gauss_iir2_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_gauss_iir_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_gauss_rle2_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_gauss_rle_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_gfig_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_glasstile_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_grid_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_jigsaw_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_mblur_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_mosaic_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_newsprint_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_noisify_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_pixelize_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_randomize_hurl_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_randomize_pick_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_randomize_slur_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_ripple_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_rotate_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_scatter_hsv_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_sharpen_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_shift_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_spread_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_video_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_vpropagate_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_waves_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_whirl_pinch_iter_ALT.inc  
        l-  gap/iter_ALT/gen/plug_in_wind_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_alienmap2_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_alienmap_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_apply_canvas_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_applylens_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_blur_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_bump_map_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_cartoon_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_colors_channel_mixer_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_colortoalpha_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_convmatrix_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_deinterlace_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_depth_merge_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_despeckle_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_dog_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_emboss_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_exchange_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_flame_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_gauss_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_gimpressionist_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_illusion_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_lic_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_lighting_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_make_seamless_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_max_rgb_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_maze_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_neon_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_nlfilt_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_normalize_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_nova_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_oilify_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_pagecurl_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_papertile_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_photocopy_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_plasma_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_polar_coords_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_retinex_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_sample_colorize_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_sel_gauss_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_sinus_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_small_tiles_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_sobel_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_softglow_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_solid_noise_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_sparkle_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_Twist_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_unsharp_mask_iter_ALT.inc  
        l-  gap/iter_ALT/mod/plug_in_vinvert_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_anamorphose_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_blur2_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_CentralReflection_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_colorify_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_encript_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_figures_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_gflare_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_holes_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_julia_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_magic_eye_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_mandelbrot_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_randomize_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_refract_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_struc_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_tileit_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_universal_filter_iter_ALT.inc  
        l-  gap/iter_ALT/old/plug_in_warp_iter_ALT.inc  

        l-  images/Makefile.am  

        m-  libgapvidapi/gap_vid_api.c  
        l-  libgapvidapi/gap_vid_api_ffmpeg.c  
        l-  libgapvidapi/gap_vid_api_gimp.c  
        l-  libgapvidapi/gap_vid_api.h  
        l-  libgapvidapi/gap_vid_api_mpeg3.c  
        l-  libgapvidapi/gap_vid_api_quicktime.c  
        l-  libgapvidapi/gap_vid_api_vidindex.c  
        l-  libgapvidapi/Makefile.am  

        l-  libgapvidutil/gap_gvetypes.h  
        l-  libgapvidutil/Makefile.am  

        s-  po/ar.po  
        s-  po/bg.po  
        s-  po/ca.po  
        s-  po/ChangeLog  
        s-  po/en_GB.po  
        s-  po/es.po  
        s-  po/fi.po  
        s-  po/fr.po  
        s-  po/it.po  
        s-  po/ne.po  
        l- po/POTFILES.in  
        s-  po/pt_BR.po  
        s-  po/ru.po  
        s-  po/sl.po  
        s-  po/sv.po  

        l-  vid_common/gap_cme_callbacks.c  
        l-  vid_common/gap_cme_gui.c  
        l-  vid_common/gap_cme_main.c  
        l-  vid_common/gap_cme_main.h  
        l-  vid_common/Makefile.am  

        m-  vid_enc_avi/gap_enc_avi_main.c  
        l-  vid_enc_avi/gap_enc_avi_main.h  
        l-  vid_enc_avi/Makefile.am  

        m-  vid_enc_ffmpeg/gap_enc_ffmpeg_main.c  
        l-  vid_enc_ffmpeg/gap_enc_ffmpeg_main.h  
        l-  vid_enc_ffmpeg/gap_enc_ffmpeg_par.c  
        l-  vid_enc_ffmpeg/Makefile.am  

        l-  vid_enc_single/gap_enc_singleframes_main.c  
        l-  vid_enc_single/Makefile.am  
    
    Here comes the detailed List of the changes:
    
    (2008-03-22)
    - Storyboard Dialog feature (CTRL-DoubleClick) additional invokes external image viewer
      (work only for clip types image frame...)

      gimprc: 
      (video_external_image_viewer "eog")

    (2008-01-05)
    - modify frames support to expand layer to image size 
      (applied patch #488653)

    - fixed bug #505001 (replaced calls to deprecated gimp_path_* procedures)
    * gap/gap_mov_dialog.c

    * gap/gap_mod_layer_dialog.c
    * gap/gap_mod_layer.c
    * gap/gap_mod_layer.h

    (2008-01-01)
    - ffmpeg encoding crash at close (when calling url_fclose for the encoded video file)
      ==> workaround uses a private version of url_fclose (my_url_fclose)

    - ffmpeg encoding bug with recent version produces corrupted result.
      (tested with codecs: MPEG1 and MPG2)

       prints out the error message:
          [mpeg @ 0x83d8bf4]buffer underflow i=0 bufi=14756 size=38114


    ffmpeg encoder use  1 as deniominator (where possible) when setup the AVRational struct.

    * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
    * extern_libs/README_extern_libs
    * extern_libs/ffmpeg.tar.gz  # updated to svn snaphot from 2007.12.20

    (2007-12-01)
    - bugfix video api ffmpeg (prefere_native_seek yes) was se in the .analyze file
      but vindex was used in seek operations.

     * libgapvidapi/gap_vid_api_ffmpeg.c

    (2007-12-01)
    - bugfix in modify frames when  using a filter appply function:
       works, but causes GIMP error messages:
            a calling error occurred while trying to run: "gimp-image-delete"

       now calling gimp_image_delete before gimp_display_delete (gap_mod_layer.c)
       and modify frames works without displaying this error message.

    - continue update of _Iterator_ALT procedures for gimp-2.4
      changes the following iterators:

    - bugixes related to animated filtercalls.
    The gimp-2.4.x release has renamed all plug ins to match Canonical identifier names.

      * Canonical identifiers are e.g. expected by the PDB for procedure
      * and parameter names. Every character of the input string that is
      * not either '-', 'a-z', 'A-Z' or '0-9' will be replaced by a '-'.

    canonicalized identifiers are now used in gimp_set_data, gimp_get_data procedures
    and in PDB procedure names.
    conversion is done via

       gimp_canonicalize_identifier.

    (this replaces all underscore characters to minus character)

    the GIMP-GAP Iterator stuff was broken because GIMP-GAP name conventions
    did not match canonical names and many last value buffer structures
    changed since gimp-2.2.x.
    Now changed all names related to Iterator stuff
    to make things work again with GIMP-2.4.0.

    Note that there is no longer backward compatibility with older releases,
    that do not operate with canonical names. (most plug ins also
    changed the structure of their last values buffer.
    (many plug ins had a boolean preview flag in this buffer that was
     removed with gimp-2.4.0)


    configure.in                 # updated required gimp version to 2.4.0

    gap/gap_filter_pdb.c
    gap/gap_filter.h
    gap/gap_filter_foreach.c
    gap/gap_filter_iterators.c
    gap/gap_fmac_base.c
    gap/gap_fmac_main.c
    gap/gap_mod_layer.c
    gap/gap_wr_color_curve.c
    gap/gap_wr_color_hue_saturation.c
    gap/gap_wr_color_levels.c
    gap/gimplastvaldesc.h

    gap/TESTPROT_iter_ALT
    gap/iter_ALT/gen/*.inc
    gap/iter_ALT/mod/*.inc
    gap/iter_ALT/old/*.inc


    (2007-11-28)
    startet update of _Iterator_ALT procedures for gimp-2.4
    all of them must follow the new naming style (underscore changed to minus character).

    * gap/gap_filter.h
    * gap/gap_filter_pdb.c
    * gap/gap_filter_iterators.c

    * gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc



    (2007-11-24)
     added progress dialog to video index creation plug-in,
     now supports QUICK, SMART and FULLSCANN modes.

     bugifx: video index creation plug-in plug-in was greyed out if no image opened 
      ==> registrate with NULL as PLUG_IN_IMAGE_TYPES, because this plugin works without any image.

    * gap/gap_video_index_creator.c

    (2007-11-20) Wolfgang Hofer <hof@gimp.org>
    video index creation now performs timecode stepsize checks, and updates the video analyze file
    if necessary. (e.g. if critical steps are detected)

    * gap_vid_api_ffmpeg.c


    (2007-11-18)
    fix attempt for crash in storyboard when video thumbnail prefetch is busy.
    caused by concurrent video fetch operations that occured 
    because the prefetch code calls g_main_context_iteration to keep GUI alive.
    ==> current solution automatically cancelles the video thumbnail prefetch
        if another GUI activity requires access to a video thumbnail.

    !!!! sometimes still CRASHING (at open clip properties window)
    ==> dont open properties window if gva_lock set


     * gap/gap_story_dialog.c
     * gap/gap_story_dialog.h
     * gap/gap_story_vthumb.c


    (2007-11-11)
    merged changes from svn into local development.
    ( gimp_show_help_button )

    * gap/gap_arr_dialog.c
    * gap/gap_dbbrowser_utils.c
    * gap/gap_fmac_main.c
    * gap/gap_mov_dialog.c
    * gap/gap_onion_dialog.c
    * gap/gap_resi_dialog.c


    (2007-11-03)
    update libavcodec/libavformat to recent ffmpeg libraries
      - configure option canged from: --enable-xvid  to: --enable-libxvid

    - 2.4 bugfix: GAP_LIB goto frame crashes on non-xcf frames
        caused by gap_lib.c::p_lib_save_named_image2
        attempt to g_free drawable fails with gimp-2.4:

            GimpDrawable *l_drawable;

            l_drawable = gimp_drawable_get(layer_id);
            g_free(l_drawable);                            // crash with invalid pointer exception.

          ==> for correct operation shall use
              gimp_drawable_detach(l_drawable);

              but in this case it is not necessary to call gimp_drawable_get at all.
              changed the code to operate on the gint32 drawable_id.

    - 2.4 bugfix: Master Videoencoder does not recognize the registered encoder plug-ins.
       ==> gimp-2.4 gimp_procedural_db_query does not accept the same wildcard as gimp-2.2
           (underscore characters are no longer found via wildcard)

       changed GAP_WILDCARD_VIDEO_ENCODERS  and use minus character for the all the encoder plug ins.
       from   "^plug_in_gap_enc_.*" 
       to     "^plug-in-gap-enc-.*"


    - gimprc key for tooltips changed in gimp-2.4
      use one common procedure gap_lib_check_tooltips that uses the 2.4 variant.

      value_string = gimp_gimprc_query("show-tool-tips");  // 2.2
      value_string = gimp_gimprc_query("show-tooltips");   // 2.4

    * extern_libs/ffmpeg.tar.gz        (update to snapshot 2007.10.31)
    * extern_libs/README_extern_libs
    * configure.in
    * gap/gap_arr_dialog.c
    * gap/gap_lib.c
    * gap/gap_filter_pdb.c 
    * gap/gap_pdb_calls.c
    * gap/gap_navigator_dialog.c
    * gap/gap_morph_dialog.c
    * gap/gap_story_att_trans_dlg.c


    * libgapvidutil/gap_gvetypes.h
    * docs/reference/txt/INTRODUCTION.txt

    (2007-10-28)
    Started testing based on gimp-2.4.0
     - tooltips are NOT active, even if enabled in GIMP preferences!
      value_string = gimp_gimprc_query("show-tool-tips");  // 2.2
      value_string = gimp_gimprc_query("show-tooltips");   // 2.4

      is there a solution working both in gimp2.2. and gimp2.4 ?

     - bugfix in Gap Playback dialog: 
        Calls with invalid image_id were done at click on preview widget to create a gimp-image.
          gimp-image-set-resolution
          gimp-image-set-unit

        ==> gap_vid_api.c::GVA_image_set_aspect. must set aspect on image_id 
           (and not on gvahand->image_id as was implemented before)

     - annoying warning "No audiosupport .." if wavplay is not installed on each Player start
       the warning is now deferred until 1st attempt to play an audiofile. 

    * libgapvidapi/gap_vid_api.c
    * gap/gap_player_dialog.c



    (2007-10-21)
    - Storyboard Playback button for cliplist and storyboard
      changed normal click and SHIFT-click behaviour.

      old:
         normal:     play all clips of current track,
         SHIFT:      play selected clips of current track
         CTRL:       play composite video, all clips of all tracks
         CTRL_SHIFT: play composite video, only selected clips.
                     (if the user did not make useful selections
                      the result did not produce useful results)

      new:
         normal:     play selected clips of current track
                     (if nothing is selected play all clips)

                     This is the most frequent use case of playback
                     and shall not require a modifier key.

         SHIFT:      play all clips of current track
         CTRL:       play composite video, only selected clips of current track
                     (automatic select and playback frames in all other
                     tracks
         CTRL_SHIFT: play composite video, all clips of all tracks.


      - Storyboard undo/redo support
      - Storyboard debug features triggerd via file
         (the file has constant name: GAP_DEBUG_STORYBOARD
         and is searched in the gimp_directory.

    * gap/Makefile.am
    * gap/gap_story_dialog.c
    * gap/gap_story_undo.c [.h]             # new files
    * gap/gap_story_undo_types.h            # new files

    (2007-10-13)
    - created icon symbol for storyboard section.
    - Storyboard added section properties (popup) dialog
      that handles creation, update and delete of sub-sections.

    * images/Makefile.am
    * images/gap-story-icon-blacksection.png  # new file
    * images/gap-story-icon-section.png       # new file
    * images/gap-story-icon-section-main.png  # new file
    * images/gap-story-icon-section-mask.png  # new file
    * gap/Makefile.am
    * gap/gap_story_vthumb.c [.h]             # new files

    (2007-10-06)
    Storyboard dialog: thumbnail rendering support for clip types
    section and anim-image, based on the storyboard render processor.


    * gap/Makefile.am
    * gap/gap_story_section_properties.c [.h]   # new files

    (2007-09-29)
      - fixed showstopper bugs in the storyboard render processor engine
        (internal bugs in the new section based features)
      - first successful storyboard rendering test using sub sections.
      - selection mapping for playback of composite video.
        the new concept keeps all clips in all tracks of the relevant section
        in the duplicate that is passed to the player, and provides
        a mapping of the selected frame ranges.
        The player uses this mapping to pick only framenumbers that
        are mapped to selected clips.
        (The old approach did include only selected clips in the duplicate
        but this is not sufficient if there is more than one track present.
        Different selections in multiple tracks often leads 
        to unwanted displacements between the tracks
        depending and produces other results
        as the rendering of the finally output video will do, and the user
        would expect).


     * gap/gap_story_render_processor.c [.h]
     * gap/gap_story_file.c [.h]
     * gap/gap_story_dialog.c
     * gap/gap_player_dialog.c

     (2007-09-25)
     storyboard support to save/load edit_settings
     includes current value of active_section, video track and page
     (e.g. scroll position)

     (2007-09-19)
     Continued coding for Storyboard section support. (not yet finished)

     * gap/gap_story_att_trans_dlg.c
     * gap/gap_story_dialog.c
     * gap/gap_story_dialog.h
     * gap/gap_story_file.c
     * gap/gap_story_file.h
     * gap/gap_story_main.c
     * gap/gap_story_main.h
     * gap/gap_story_properties.c
     * gap/gap_story_properties.h
     * gap/gap_story_render_audio.c
     * gap/gap_story_render_audio.h
     * gap/gap_story_render_processor.c
     * gap/gap_story_render_processor.h
     * gap/gap_story_render_types.h
     * gap/gap_story_syntax.c
     * gap/gap_story_syntax.h

     (2007-09-08)
     - bugfix STORYBOARD parser.
       did reject legal duration value 0 on attribut records
       VID_ZOOM and VID_MOVE
     - bugfix: gap_cme_callbacks.cprocedure on_cme__spinbutton_framerate_changed
       no longer cast framerate to integer !
       This error poped up because
       recent versions of libavcodec dont accept framerates, that do
       not exactly match the supported standard values.
       therefore an additional fix was required in the ffmpeg encoder
       to guarantee exactly the expected rates of the codecs
       for some common used framerates.
       (59.94 ==>  60000 / 1001
        29.97 ==>  30000 / 1001
        23.98 ==>  24000 / 1001)

       (caused videos with 29.97 fps fail to encode for some codecs,
       other codecs just used the unwanted truncated value of 29.0)

     - new value "ask-always"  for gimprc parmeter (video-index-creation )
       ask-always provides the old behaviour of the setting "ask".
       the default value "ask" no longer asks the user to create a videoindex in case
       where native seek works, and the videoindex is not required.
       (asking in those situation is rather annoying, especially when working
       with the storyboard dialog)

     - STORYBOARD dialog layout: prepare for new feature that introuces
       sections. 
       - added combo box to select section MAIN, Mask (still without functionality)
       - hide the rowpage spinbutton (Row x of n) to get space for the
         new section name combo box. Note that rowpage spinbutton is redundant information,
         since there is already a vscale widget for scrolling and visualize
         the current position.

     * gap/gap_story_file.c
     * gap/gap_story_main.h
     * gap/gap_story_dialog.c
     * gap/gap_arr_dialog.c
     * docs/reference/txt/gap_gimprc_params.txt

     * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
     * vid_common/gap_cme_callbacks.c

    (2007-09-05)
    - New storyboard feature allows arrange video tracks
      at inverse order e.g video track 1 can appear in backround
      or as foreground (on top of layerstack in the composite frame,
      this is default for compatibility with older storyboard files.)

     * docs/reference/txt/STORYBOARD_FILE_DOC.txt
     * gap/gap_story_syntax.c [.h]
     * gap/gap_story_file.c [.h]
     * gap/gap_story_render_processor.c
     * gap/gap_story_dialog.c

     (2007-05-17)
     detection of external libs for ffmpeg (liba52 and x264)
     if those libs are installed configure ffmpeg accordingly.
     (added configure options to explicite disable both libs)

     * configure.in

    (2007-05-12)
    - continued refactoring libbase
    - removed key/value procedures from gap_vin.c[.h] and
      use common key/value procedures of the new gap_val_file.h
      module.
    - gimprc prameter (video-gva-libavformat-video-analyse-persistent "yes")


     * */Makefile.am        # (changed all Makefiles)
     * gap/gap_vin.c [.h]
     * libgapvidapi/gap_vid_api_ffmpeg.c
     * libgapvidapi/gap_vid_api_vidindex.c


    (2007-05-08)
    - started key/value file refactoring (created libbase)

     * libgapbase                       # new dir
     * libgapbase/Makefile.am           # new file
     * libgapbase/gap_val_file.c        # new file
     * libgapbase/gap_val_file.h        # new file

     * Makefile.am
     * configure.in


     (2007-04-28)
     ffmpeg native seek
     - support for videos that include negative timecode steps.
         * example:
         * video timcode sequence with negative stepsizes may look like this:
         *   seek_framenumber:000556; seek_timecode:45555; stepsize:1;
         *   seek_framenumber:000557; seek_timecode:49306; stepsize:3751; 
         *   seek_framenumber:000558; seek_timecode:45557; stepsize:-3749;
         *   seek_framenumber:000559; seek_timecode:45558; stepsize:1;

     * libgapvidapi/gap_vid_api_ffmpeg.c


    (2007-04-21)
     bugfix storyboard processor crashed
     if the last frame of a video shall be fetched for rendering.
     when the ffmpeg API wrappers are used.

     ==> gap_vid_api_ffmpeg.c::p_seek_private
         old: constraint l_frame_pos to gvahand->total_frames -1
         new: constraint l_frame_pos to gvahand->total_frames.

         must allow full number of frames, because this is the upper
         limit for the seek position.
         The seek position indicates what frame number will be read
         with the next sequential read. The wrong constraint was responsible
         for positioning one frame less than required.
         then the processor performed the read operation with
         intention to read the last frame (but got last-1)
         the following processing could not find the required
         framenumber of the last frame and lead to the crash.


     * libgapvidapi/gap_vid_api_ffmpeg.c
     * libgapvidapi/gap_vid_api.c


     (2007-04-21)
     AVI encoder: removed old unused GUI dialog code variant.

     * vid_enc_avi/gap_enc_avi_main.c


     (2007-04-14)
     bugfixes on ffmpeg native seek
     - gap player: must reset cancel request before trigger self test.
     - ffmpeg native seek: added procedure p_clear_inbuf_and_vid_packet
       must clear the old input buffer content after seek
       otherwise following read operation sometimes crashes at call of avcodec_decode_video
       because the input buffer may still point to an old (now invalid) packet.

     * NEWS
     * gap/gap_player_dialog.c
     * libgapvidapi/gap_vid_api_ffmpeg.c


     (2007-04-13)
     (Applied patch to fix Bug #427487)
     * gap/gap_mod_layer_dialog.c


     (2007-04-10)
     added Video API procedure GVA_check_seek_support
     based on this procedure the caller gets information if
     fast random access is possible with or without creating
     a video index (or not possible at all).

     This information is now presented in the video index creation
     dialog. This dialog only comes up in case where gimprc setting is
       (video-index-creation "ask")
     that is also the default if nothing is configured at all.

     Changes for configuration:
       (video-index-creation "yes")

       the video index creation is NOT done if native seek works
       or if seek does not work at all and video index would be useless.

     * gap/gap_arr_dialog.c [.h]
     * gap/gap_story_dialog.c
     * gap/gap_player_dialog.c:

     * libgapvidapi/gap_vid_api.c [.h]
     * libgapvidapi/gap_vid_api_ffmpeg.c
     * libgapvidapi/gap_vid_api_gimp.c
     * libgapvidapi/gap_vid_api_mpeg3.c
     * libgapvidapi/gap_vid_api_quicktime.x


     (2007-04-04)
     fixed wrong checks for CR character  (was \a, correct is \r)
     * gap/gap_file_util.c
     * gap/gap_story_file.c


     (2007-04-03)
     new plug-in for explicite video index creation.
     <Toolbox>/Xtns/Video Index Creation...

     ffmpeg timecode logging for internal analysis of videofiles.

     logging is triggered at video index creation
     if gimprc parameter (video-libavformat-timecodelog "1")
     it creates a logfile with same name as the videoindex + ".timelog"

     The gimprc parameter video-libavformat-timecodelog
     defaults to "0" where no .timelog file is written.
     *.timelog files are useful for developers 
     to analyze and verify native timcode based
     seek operations. *.timelog files contain timecodes and stepsize differences
     for each frame of the analyzed video and CRITICAL warnings where
     variable or non-plausible timecodes were detected.


     * libgapvidapi/gap_vid_api_ffmpeg.c
     * gap/Makefile.am
     * gap/gap_video_index_creator.c          # new file

    (2007-03-17)
     new gimprc parameter video-libavformat-seek-gopsize 
     to control usage of native seek via libavformat.

     * libgapvidapi/gap_vid_api_ffmpeg.c
     * docs/reference/txt/gap_gimprc_params.txt

     ==> bugs:
     - for videos with fixed duration for all frames.
       positioning sometimes not exact.
       (differs by 1 sometimes after backwards positioning
        and after EOF situation)

        file: NUMs....mpg  
        player position: frame 221  shows frame Nr 220!

        probably Player BUG, because Log messages says that
        positioning to 220 is required !
        (positioning was done with slider, maybe a rounding error
        caused display of wrong number in the spinbutton ?)


        AVFORMAT: av_seek_frame retcode: 0 seek_pos_microsecs:810000 frame_pos:220
        [mpeg1video @ 0x84a589c]end mismatch left=4824 6EEA2F
        [mpeg1video @ 0x84a589c]concealing 1350 DC, 1350 AC, 1350 MV errors
        AVFORMAT: (0) debug read frame timecode: 810000 (target_timecode:821250, stepsize:3750 (3750))
        AVFORMAT: (1) debug read frame timecode: 813750 (target_timecode:821250, stepsize:3750 (3750))
        AVFORMAT: (2) debug read frame timecode: 817500 (target_timecode:821250, stepsize:3750 (3750))
        AVFORMAT: (3) debug read frame timecode: 821250 (target_timecode:821250, stepsize:3750 (3750))


     - sometimes crash 


     - how to detect videos with individual frame durations ?
       (without scanning the full videofile)
       allow operate with average frame duration ?

       videofile: /home/tmp_hof/TEST.MPG  (has individual frame durations!)


     TODO:
     write regression tests to verify positioning.
     (shall be configuable with llist of videofiles,
     and perform seek ops  with and without native seek!


     gap_vid_api_ffmpeg.c:764: warning: `img_convert' is deprecated 
      (declared at /home/hof/gimp_cvs/unstable/gap-ffmpeg/g   In file included from gap_vid_api.c:726:
     gap_vid_api_ffmpeg.c: In function `p_read_audio_packets':
     gap_vid_api_ffmpeg.c:2446: warning: `avcodec_decode_audio' is deprecated 
      (declared at /home/hof/gimp_cvs/unstable/gap-ffmpeg/gimp-gap-ffmpeg/extern_libs/ffmpeg/libavcodec/avcodec.h:2714)


     (2007-03-15)
     - attempt fixed bug for non-interactive call of plug_in_wr_curves
       (expects 4 paramsm but did check for at least 5)


     test with scrip-fu console:
     (plug-in-wr-curves 1 1 1 "/windows/vol1/testdata_gap_storyboard/test.curve") 

     Error: PDB call of gimp_curves_explicit failed status:0
     Error: PDB call of gimp_curves_explicit failed status:0
     Error: PDB call of gimp_curves_explicit failed status:0
     Error: PDB call of gimp_curves_explicit failed status:0


     * gap/gap_wr_color_curve.c

    (2007-03-14)
     use libavformat native seek for positioning videostream.
     use probe read to detect timecode offset of 1.st frame
     and stepsize for one frame.

     ==> still buggy, 
        - MPEG files sometimes deliver trash 
          (maybe keyframe detection does not work properly
          and seek takes us to P or B frame position ?

          .VOB file semmd to deliver clean frames.
        - tuning to deliver exact position required.
        - vex plugin (seems to use incorrect aspect ratio on 16:9 .VOB files
           1,42222)
        - seek after EOF results in endless loop.

     * libgapvidapi/gap_vid_api_ffmpeg.c


     (2007-03-14)
     fix for bug#417524 (frames to image for indexed frames)
     * gap/gap_range_ops.c

     (2007-03-11)
     libavformat, libavcodec NEW: libavutil

     * configure.in
     * extern_libs/Makefile.am
     * libgapvidapi/gap_vid_api_ffmpeg.c
     * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c

     compile with recent ffmpeg OK, read test (using video extract) passed OK.

     (2007-03-06) Started upgrade to recent ffmpeg
      --------------------------------------------

     replaced ffmpeg tarball with ffmpeg-export-snapshot-2007.03.06.tar   
     made configure updates to allow compile with new ffmpeg

     - configure.in: handle #comments in configure_options_ffmpeg.txt files

     WARNING: this ffmpeg tarball came without liba52 !
     therefore no ac3 available (result: NO AUDIO support for DVD videos)

     * configure.in
     * extern_libs/ffmpeg.tar.gz   (now SVN snapshot-2007.03.06)
     * extern_libs/configure_options_ffmpeg.txt

     currently COMPILE ERRORs
     (update in gap sources still missing)

      gap_vid_api_ffmpeg.c: In function `p_wrapper_ffmpeg_seek_frame':
      gap_vid_api_ffmpeg.c:916: warning: implicit declaration of function `round'
      gap_vid_api_ffmpeg.c: In function `p_ff_open_input':
      gap_vid_api_ffmpeg.c:1710: warning: comparison between signed and unsigned
      gap_vid_api_ffmpeg.c:1712: warning: assignment from incompatible pointer type
      gap_vid_api_ffmpeg.c:1781: error: incompatible types in assignment
      gap_vid_api_ffmpeg.c:1794: error: structure has no member named `frame_rate'
      gap_vid_api_ffmpeg.c:1797: error: structure has no member named `frame_rate'
      gap_vid_api_ffmpeg.c:1797: error: structure has no member named `frame_rate_base'
      gap_vid_api_ffmpeg.c:1798: error: structure has no member named `frame_rate_base'
      gap_vid_api_ffmpeg.c:1802: error: structure has no member named `frame_rate_base'
      In file included from gap_vid_api.c:726:
      gap_vid_api_ffmpeg.c: In function `p_read_audio_packets':
      gap_vid_api_ffmpeg.c:2270: warning: `avcodec_decode_audio' is deprecated (declared at /home/hof/gimp_cvs/unstable/gap-ffmpeg/gimp-gap-ffmpeg-update-branch/extern_libs/ffmpeg/libavcodec/avcodec.h:2714)



     (2006-12-19)
     Storyboard FEATURE: support applying filtermacro on 
           processed video clips with varying values.

     Clip Properties dialog:

      - spinbutton to enter macro steps to define duration in frames
        (how long it takes to fade from master macro values
         to alternate macro values)
        Values > 1 enable filter apply with varying values.

      - label that indicates presence of the alternate macro file
        and wheter it is active (ON) or turned off by stepsize 1 (OFF)


        Alternate macro files are automatically detected via name convention
        via the keyword .VARYING (as suffix or before the extension)


          New
	  * gap_fmac_name.c [.h]        # newly created files
	  * gap_fmac_base.c [.h]        # newly created files
	  * gap_fmac_varying_main.c     # newly created file

          Changed:
          * docs/reference/txt/STORYBOARD_FILE_DOC.txt
	  * po/POTFILES.in

          * gap/Makefile.am
          * gap/gap_story_file.c
          * gap/gap_story_file.h
          * gap/gap_story_properties.c.txt
          * gap/gap_story_render_processor.c
          * gap/gap_story_render_types.h
          * gap/gap_story_syntax.c
          * gap/gap_filter_pdb.c [.h]
          * gap/gap_fmac_main.c

       (2006-12-09)
       Storyboard: added ClipTarget togglebutton
       For selecting the clip target (ON: storyboard, OFF cliplist)
       when creating a new clip via player feature "add selected range" as clip. 
       For assotiation the clip target toggle button uses the same icon
       as the corresponding button in the (integrated) playback window.

       * gap/gap_story_dialog.c
       * gap/gap_story_main.c [.h]

       (2006-12-03)
       Storyboard: speed up video thumbnail creation (minimize open/frame seek times)
       Testfile with 503 storyboard records of ty VID_PLAY_MOVIE
       after  optimize: 1 min 40sec
       before optimize: 1 min 27sec

       new storyboard dialog properties flag to "Force Aspect"
        gimprc parameter: (video-storyboard-force-aspect-playback "yes")
        ON:  force display of all clips to proportions defined in Storyboard properties.
        OFF: display clips at their native proportions

       * gap/gap_story_dialog.c
       * gap/gap_story_file.c [.h]
       * gap/gap_story_main.c [.h]

       * gap/gap_player_dialog.c
       * gap/gap_vex_main.c
       * docs/reference/txt/gap_gimprc_params.txt



       (2006-11-20)
       Storyboard: extend selection (SHIFT click) now respects the vtrack number.

       * gap/gap_story_dialog.c
       * gap/gap_story_file.c [.h]

       (2006-08-31)
	  - bugfix original tone track generation created pause
            instead of the original tone for clips with duration of one frame.
       * gap/gap_story_file.c

       (2006-08-24)
       - bugfix: videoindex was slow for videos with variable GOP size.
         (stepsize for ffmpeg is calculated via guess of the GOP,
         but index entries may dffer in step size depending if the
         video is encoded with constant or variable GOP size.
         the calculation of the first index to use works for constant
         stepsize, but requires adjusting the picked index
         (the already existing adjustment only checked if
         the frame position is too big, A further adjustment
         was added that checks if the picked index uses a frame number that
         is much too small and would cause too much full frame read).

       * libgapvidapi/gap_vid_api_vidindex.c
       * libgapvidapi/gap_vid_api_ffmpeg.c

       (2006-08-10)
       - storyboard editor show number of frames.

           *gap/gap_story_dialog.c [.h]

       (2006-07-16)
       - storyboard saving aspect used wrong record key word VID_MASTER_SIZE
       - parse storyboard attributes allow duration 0..n
         (the check for duration >= 1 is not ok, because the editor
         allows creating 0 duration)


2008-02-14  Sven Neumann  <sven@gimp.org>

	Merged from gap-2-4:

	* gap/gap_pview_da.c (gap_pview_set_size): added a sanity check
	for the preview size.

	* gap/gap_mov_dialog.c (mov_path_prevw_create)
	(mov_pview_size_allocate_callback)
	* gap/gap_player_dialog.c (p_update_pviewsize): make sure that the
	preview size doesn't become zero. Fixes bug #516443.

2008-01-29  Kevin Cozens  <kcozens@cvs.gnome.org>

	* gap/gap-dup-continue.scm: De-tabified.

	* gap/sel-to-anim-img.scm: Fixed bad syntax in let block. Moved some
	set! calls in to let block. De-tabified.

2008-01-29  Sven Neumann  <sven@gimp.org>

	Merged from gap-2-4:

	* configure.in: use the same definition for LOCALEDIR as what the
	Makefile in the po directory uses as the install location for the
	message catalogs.

2007-10-14  Yannig Marchegay  <yannig@marchegay.org>

	* configure.in: Added 'oc' to ALL_LINGUAS.

2007-10-09  Sven Neumann  <sven@gimp.org>

	Merged from gap-2-2:

	* gap/gap_wr_color_curve.c: fixed check for the number of parameters
	(bug #466176).

2007-08-15  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Re-add en_CA to ALL_LINGUAS.

2007-08-04  Sven Neumann  <sven@gimp.org>

	* gap/sel-to-anim-img.scm: applied patch from Saul Goode to make
	the script work with Tiny-Fu.

2007-08-03  Sven Neumann  <sven@gimp.org>

	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c
	* gap/gap_wr_color_curve.c: added missing calls to
	gimp_plugin_domain_register().

2007-08-03  Sven Neumann  <sven@gimp.org>

	* gap/gap_arr_dialog.c
	* gap/gap_dbbrowser_utils.c
	* gap/gap_fmac_main.c
	* gap/gap_mov_dialog.c
	* gap/gap_onion_dialog.c
	* gap/gap_player_dialog.c
	* gap/gap_resi_dialog.c: show help buttons conditionally.
	Fixes bug #463074.

2007-08-03  Sven Neumann  <sven@gimp.org>

	* gap/gap_player_dialog.c
	* gap/gap_story_properties.c
	* gap/gap_story_dialog.c: applied patch from Thierry Moisan that
	fixes typos in user-visible strings (bug #352351).

2007-07-31  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* configure.in: Added 'gl' to ALL_LINGUAS.

2007-07-30  Sven Neumann  <sven@gimp.org>

	* gap/gap_mod_layer_dialog.c: duplicate the strings attached to
	menu items. Fixes bug #427487.

2007-07-29  Sven Neumann  <sven@gimp.org>

	* gap/gap_lib.c: applied patch from Wolfgang Hofer to fix bug #452080.

2007-07-29  Sven Neumann  <sven@gimp.org>

	* gap/gap_bluebox.c
	* gap/gap_filter_pdb.c
	* gap/gap_layer_copy.c
	* gap/gap_lib.c
	* gap/gap_morph_dialog.c
	* gap/gap_morph_exec.c
	* gap/gap_mov_render.c
	* gap/gap_pview_da.c
	* libgapvidapi/gap_vid_api.c
	* vid_enc_avi/gap_enc_avi_main.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c: applied patch from Saul Goode:
	Release drawables using gimp_drawable_detach(). Fixes bug #451350.

2006-09-12  Pema Geyleg  <pgeyleg@gmail.com>

	* configure.in: Added dz in ALL_LINGUAS

2006-08-03  Jakub Friedl <jfriedl@suse.cz>

	* gap/gap_story_att_trans_dlg.c: missing space in UI string

2006-07-17  Jakub Friedl <jfriedl@suse.cz>

	* gap/gap_morph_dialog.c: Fixed English spelling in UI
	translatable strings (koordinate->coordinate)

2006-07-12  Wolfgang Hofer <hof@gimp.org>
	- flip transformation support is now also available for mask definitions.
        - attempts to open an binary file for storyboard parsing
          now limits the erros printed to standard out to printable
          characters and stops logging to stdout if too much unprintables are detected. 
          (in case of accidently specified binary files the log output 
          of the parser can take much time and the full content is not from any interest)
        
	(2006-07-03)
	refactoring. (mask_elem is now part of stb_elem, mask definitions
        are represented as track number 0 at editing (not in the render processor)
         *gap/gap_story_file.c
         *gap/gap_story_file.h
         *gap/gap_story_main.h
         *gap/gap_story_properties.c
         *gap/gap_story_render_processor.c
         *gap/gap_story_render_types.h

	(2006-06-30)
	player support to playback composite video
        
        added playback button to storyboard transition attributes dialog
        to visualize the transition effect.
        This button triggers playback of composite video resticted
        to the relevant track and range concerning the transition effect.
        
         *gap/gap_story_att_trans_dlg.c 
         *gap/gap_story_dialog.c [.h]
         *gap/gap_story_file.c [.h]
       
        
	(2006-06-28)
        refactoring: player_dialog spliited p_display_frame into
        several subroutines.
        
        refactoring: storyboard rendering is required
        for the player (to provide rendering of composite video)
        therefore moved functionality to new gap/story_*  modules
        and make them part of libgapstory.a
        to prepare common use in player, storyboard dialog and encoders.
        
        libgapstory.a now contains all modules of libgimpgap.a
        (libgapstory uses those modules and each program had to include
        both libs in correct order before this change)
                

        * gap/Makefile.am
        * vid_common/Makefile.am
        * vid_enc_avi/Makefile.am
        * vid_enc_ffmpeg/Makefile.am
        * vid_enc_single/Makefile.am
        * gap/gap_libgapstory.h
        * gap/gap_lib_common_defs.h
        * gap/gap_story_render_audio.c [.h]  # NEW FILES
        * gap/gap_story_render_processor.c [.h]  # NEW FILES
        * gap/gap_story_render_types.h           # NEW FILES
        * gap/gap_story_sox.c [.h]               # NEW FILES
        * gap/gap_player_dialog.c [.h]
        * libgapvidutil/gap_gvetypes.h
        * libgapvidutil/gap_gve_sox.c [.h]
        * vid_common/gap_cme_gui.c
        

	(2006-06-24)
        - storyboard dialog shows correct framenumbers respecting overlapping.
	- player now skips overlapping parts when storboard is played.
        
        * gap/gap_story_*.c [.h]
        * gap/gap_player_main.c [.h]
        * gap/gap_player_dialog.c [.h]
        
	(2006-06-19)
	- rendering support of built in simple flip transformations in the pview
	  widget, and in all storyboard dialogs (including the player)
        - bugfix: edit storyboard master properties must set unsaved changes flag.

        * gap/Makefile.am
        * gap/gap_lib_common_defs.h       # NEW file created
        * gap/gap_lib.h
        * gap/gap_layer_copy.c [.h]
        * gap/gap_player_main.c [.h]
        * gap/gap_player_cache.c [.h]
        * gap/gap_player_dialog.c [.h]
        * gap/gap_pview_da.c.[.h]
        * gap/gap_story_att_trans_dlg.c
        * gap/gap_story_dialog.c
        * gap/gap_story_properties.c
        * gap/gap_vex_dialog.c
        
        * libgapvidutil/gap_gve_story.c
       

	(2006-06-18)
	- Syntax definition, parsing, and saving for the new storyboard features
           VID_* clips support built in transformations flip hor/ver/both,
            and are able to refere to layer mask definitions.
           MASK_* definition records to describe layer mask frames
           VID_OVERLAP  (is a new part of transition attribute,
                         allows overlap frames within the same track.)

        - Storyboard processor implementation of overlap and flip features.
        - Storyboard clip properties dialog: added radio buttons for
          built in transformations (flip hor,ver and rotate by 180 degree)
        - Storyboard clip properties dialog: added radio buttons for
          built in transformations (flip hor,ver and rotate by 180 degree)
        - Storyboard transition attributes dialog: added spinbutton
          for overlapping number of frames within the same track,
          and extended rendering of the preview by adding a prefetch
          layer to the preview images in case overlapping is active.
          
        
        * libgapvidutil/gap_gve_story.c [.h]
        * gap/gap_story_properties.c
        * gap/gap_story_main.h
        * gap/gap_story_att_trans_dlg.c
        
	(2006-06-14)
	- added text docfiles to EXTRA_DIST makefile target
             plug-in-gap-reverse.txt
             plug-in-gap-storyboard-attr-prop.txt
             
	- merged in changes from 2.2.1 release (mainline)
          to my local new-feature-branch
                    
        * docs/reference/txt/Makefile.am
          
	(2006-06-03)
	Player layout changes:
         - configure option to hide/show go button array and position scale
         - use icons for the buttons to have more space for the frame preview
           moved buttons right next the corresponding spinbuttons
           (for shorter mouse move distances)
         - shorter texts for checkbuttons
         - time position (mm:sec:msec)
           is shown next to the position scale widget in the same row
         - use col/row spacing for layout of the player control widget table
           (instead of hseperators)

	Storyboard layout changes:
        - Stock Buttons reduced in width (now showing only the icon)
          this allows showing the full set both for the cliplist and the storyboard.
        - progress bar is displayed right next to the stock buttons
          (no more need to waste space for an extra layout row)
        - use persitent Global storyboard settings via
          automatically query/save settings as gimprc options.

        - storyboard file format extension:
          new (optional) record keyword: VID_MASTER_FRAME_ASPECT
          implemented support for video frame aspect in the storyboard
          dialog.
          
          TODO: use the aspect in the encoder(s) too 
          (if video format is capable to handle aspect ratio)
          
          currently the aspect is available in the ffmpeg specific encoder
          but only via ffmpeg parameter settings and no connection
          to get the aspect from the storyboard.          
          

	* images/Makefile.am
	* images/gap-range-end.png
	* images/gap-range-start.png
	* images/gap-set-range-end.png
	* images/gap-set-range-start.png
	* images/gap-speed.png
        
        * gap/gap_stock.c
        * gap/gap_stock.h
        * gap/gap_story_dialog.c
        * gap/gap_story_syntax.h 
        * gap/gap_story_syntax.c
        * gap/gap_story_file.c 
        * gap/gap_story_file.h 
        
        * docs/reference/txt/STORYBOARD_FILE_DOC.txt
	* docs/reference/txt/gap_gimprc_params.txt  
	* NEWS 

        
	(2006-05-31)
        - basic implementation of player cache feature.
          The player does now support a frame cache for any type of frames.
          frames are cached at current preview size of the player.
          
          (caching of frames at original size read from videofiles in the video API
           is still supported too)
           
          if the same sequence is played more than one time (loop mode)
          it is now possible to do fast playback in best possible
          display quality. (without using thumbnails).

	* gap/Makefile.am
	* gap/gap_player_dialog.c 
	* gap/gap_player_main.c 
	* gap/gap_player_main.h  

2006-06-09  Sven Neumann  <sven@gimp.org>

	* Made 2.2.1 release.

2006-06-09  Sven Neumann  <sven@gimp.org>

	* configure.in: builds fine with gimp 2.3.9.

2006-06-07  Wolfgang Hofer <hof@gimp.org>
	bugfix: no more check for int result of the already
        removed gethostname call. 

        * gap/gap_story_dialog.c
        
2006-06-07  Sven Neumann  <sven@gimp.org>

	* vid_enc_avi/avilib.c (AVI_open_input_file): added missing
	parameter to g_open(). Spotted by Michael Schumacher.

2006-06-07  Sven Neumann  <sven@gimp.org>

	* gap/gap_player_dialog.c: use g_open().

	* vid_enc_avi/avilib.c: use g_open(); define flags used with open()
	in case they are undefined (bug #344071).

2006-06-06  Sven Neumann  <sven@gimp.org>

	* configure.in: applied patch from Michael Schumacher to finally
	fix linking problems with MinGW (bug #324854).

2006-06-02  Alexander Shopov  <ash@contact.bg>

	* configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)

2006-05-31  Wolfgang Hofer <hof@gimp.org>
	- bugfix: player framenr position hscale sometimes showed a non
	  actual framenumber value different from the framenr spinbutton
          (both using the same adjstment).
          
	* gap/gap_player_dialog.c
	* gap/gap_player_main.c 
	* gap/gap_player_main.h
        
2006-05-31  Sven Neumann  <sven@gimp.org>

	* gap/gap_lib.c: include "gap_image.h" for gap_image_is_alive().

2006-05-31  Sven Neumann  <sven@gimp.org>

	* configure.in
	* README: added check for glib >= 2.8.0.

2006-05-30  Wolfgang Hofer <hof@gimp.org>
	- use glib file utility wrappers for posix functions
          (fopen, chmod, mkdir, rename, remove)
          
	* gap/gap_arr_dialog.c
	* gap/gap_audio_wav.c
	* gap/gap_base_ops.c
	* gap/gap_decode_mplayer.c
	* gap/gap_decode_xanim.c
	* gap/gap_file_util.c
	* gap/gap_filter_codegen.c
	* gap/gap_fmac_main.c
	* gap/gap_lib.c
	* gap/gap_morph_exec.c
	* gap/gap_mov_exec.c
	* gap/gap_mpege.c
	* gap/gap_story_file.c
	* gap/gap_thumbnail.c
	* gap/gap_vex_exec.c
	* gap/gap_vin.c
	* gap/gap_wr_color_curve.c
	* gap/gimplastvaldesc.c
        * libgapvidapi/gap_vid_api.c
        * libgapvidapi/gap_vid_api_mpeg3.c
        * libgapvidapi/gap_vid_api_mpeg3toc.c
        * libgapvidapi/gap_vid_api_vidindex.c
        * libgapvidutil/gap_gve_sox.c
        * libgapvidutil/gap_gve_story.c
        * libgapvidutil/gap_gve_xvid.c
        * vid_common/gap_cme_callbacks.c
        * vid_common/gap_cme_main.c
        * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c

2006-05-30  Sven Neumann  <sven@gimp.org>

	* libgapvidapi/gap_vid_api_mpeg3toc.c
	* libgapvidapi/gap_vid_api_util.c
	* libgapvidutil/gap_gve_xvid.c: include <glib/gstdio.h>.

	* vid_enc_avi/gap_enc_avi_gui.c: use gtk_widget_set_size_request()
	instead of the deprecated gtk_widget_set_usize().

2006-05-30  Sven Neumann  <sven@gimp.org>

	* configure.in: use DISABLE_DEPRECATED for glib >= 2.11, pango >= 1.13
	and gimp >= 2.3.8.

	* gap/gap_audio_wav.c
	* gap/gap_file_util.c
	* gap/gap_lib.c
	* gap/gap_navigator_dialog.c
	* gap/gap_story_properties.c
	* gap/gimplastvaldesc.c: include <glib/gstdio.h> instead of <stdio.h>.

2006-05-29  Wolfgang Hofer <hof@gimp.org>
	- Fix for ffmpeg libnames on MinGW
         ( avformat.lib, avcodec.lib )
          Should fix bug #324854.
        - Replaced gethostname and stat
           by OS-independent glib variants
           g_get_host_name , g_stat
           
          (should fix #342941 without the need to link
          with winsock lib)
        - fixed typos (#342973)
        - 
        
	* configure.in: $LIBPREF
        * gap/gap_story_dialog.c
        
        * gap/gap_audio_wav.c
        * gap/gap_bluebox.c
        * gap/gap_file_util.c [.h]
        * gap/gap_lib.c
        * gap/gap_navigator_dialog.c
        * gap/gap_pview_da.c [.h]
        * gap/gimplastvaldesc.c
        * libgapvidapi/gap_vid_api_mpeg3toc.c
        * libgapvidapi/gap_vid_api_util.c
        * libgapvidutil/gap_gve_xvid.c
        * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
        
        
2006-05-22  Sven Neumann  <sven@gimp.org>

	* configure.in: added missing call of AC_CANONICAL_HOST.

2006-05-19  Sven Neumann  <sven@gimp.org>

	* configure.in: added missing check for target architecture.
	Should fix bug #324854.

2006-05-18  Wolfgang Hofer <hof@gimp.org>
         fixed more than 40 typos (#342108)
 
         * typo fixes in many files..

2006-05-16  Clytie Siddall <clytie@riverland.net.au>

	* configure.in	Added vi in ALL_LINGUAS line.
	
2006-05-14  Wolfgang Hofer <hof@gimp.org>
	configure per default --disable-unix-frontends  on WIN32 systems,
        default on UNIX systems is --enable-unix-frontends.

	* configure.in

2006-05-10  Wolfgang Hofer <hof@gimp.org>
	- updated PDB regstration to gimp-2.2 PDB API,
          where the menu path is specified via searate call to
          gimp_plugin_menu_register.
          
          (commented out gimp_plugin_menu_branch_register calls
          to be compatible with the stable gimp-2.2.x versions)

	* gap/gap_bluebox_main.c
	* gap/gap_filter_main.c
	* gap/gap_fmac_main.c
	* gap/gap_frontends_main.c
	* gap/gap_main.c
	* gap/gap_morph_main.c
	* gap/gap_name2layer_main.c
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_main.c
	* gap/gap_player_main.c
	* gap/gap_story_main.c
	* gap/gap_vex_main.c
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c
	* gap/gap_wr_opacity.c
	* gap/gap_wr_trans.c
	* vid_common/gap_cme_main.c

2006-05-01  Wolfgang Hofer <hof@gimp.org>
	fixes to make gimp-gap usable with the more restrictive
        PDB checks that were introduced with the gimp-2.2.8 release.
       
        the fix assumes that gimp core deletes unused image after 
        reconnecting the display.
        The gimp-gap code no longer attempts to delete the old image if it has
        become invalid.
        
        using any valid layer id instead of -1 when calling 
        gap procedures via PDB that have unused drawable parameters.
        (to satisfy the more restrictive PDB parameter checks of gimp-2.3.8)
        This shall work in most cases and be compatible to gimp-2.2.x.
        (it will fail for frame images that have no layer at all)

        partly fixes bug #339840,
        in some situations there are still error messages
        caused by the restrictive checks.
        
        One example is using a hot-key for fast stepping from frame to next frame,
        that results in errors:
             PDB calling error for procedure 'gimp_image_get_filename':
             Argument 'image' (#1, type GimpImageID) out of bounds (validation changed '167' to '-1')


             PDB calling error for procedure 'gimp-image-set-filename':
             Argument 'image' (#1, type GimpImageID) out of bounds (validation changed '167' to '-1')


             PDB calling error for procedure 'gimp-image-get-active-layer':
             Argument 'image' (#1, type GimpImageID) out of bounds (validation changed '167' to '-1')
             
         have not found yet whats wrong, because slow stepping via hot key works OK ?
         GAP now makes additional checks for valid images in its main program, and rejects
         both calls on invalid images and locked images.
         (if the image_id is not found in the list delivered by gimp_image_list()
          gap considers this as invalid image.
         )
         Probably it has to do with multiple concurrent prallel calls,
         and the gimp_image_list is not always up to date in such situations.         
         

	- VCR Navigator dialog: support scroll event. (mouse wheel)
        - PDB API for plug_in_gap_layers_run_animfilter was extended
            (added the missing varying_flag.
            useful for my private half automated testsuite) 
        - use GAP_VERSION_WITH_DATE (generated by configure.in) as config value
          for gap plug-ins when registrating to the PDB.
          (this replaces all local PLUG_IN_VERSION definitions)
        
        * NEWS
        * README
        * configure.in
        * gap/TESTPROT_iter_ALT
        * gap/gap_filter.h
        * gap/gap_filter_foreach.c
        * gap/gap_filter_main.c
        * gap/gap_frontends_main.c
        * gap/gap_image.c  [.h]
        * gap/gap_lib.c
        * gap/gap_lock.c
        * gap/gap_main.c
        * gap/gap_morph_main.c
        * gap/gap_mov_dialog.c
        * gap/gap_name2layer_main.c
        * gap/gap_navigator_dialog.c
        * gap/gap_onion_main.c
        * gap/gap_onion_worker.c
        * gap/gap_player_dialog.c
        * gap/gap_player_main.c
        * gap/gap_story_dialog.c
        * gap/gap_vex_main.c
        * gap/gap_wr_color_curve.c
        * gap/gap_wr_color_huesat.c
        * gap/gap_wr_color_levels.c
        * gap/gap_wr_opacity.c
        * gap/gap_wr_trans.c
        * gap/sel-to-anim-img.scm
        * libgapvidapi/gap_vid_api_gimp.c
        * libgapvidutil/gap_gve_misc_util.c
        * vid_common/gap_cme_main.c
        * vid_enc_avi/gap_enc_avi_main.c
        * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
        * vid_enc_single/gap_enc_singleframes_main.c
        
	added gap/gap_story_att_trans_dlg.c to POTFILES.in
        because it contains translation relevant message texts.
        
	* po/POTFILES.in

2006-04-18  Wolfgang Hofer <hof@gimp.org>
        applied patch provided with #338556

        * gap/gap_mod_layer.c [.h]
        * gap/gap_mod_layer_dialog.c
        * docs/reference/txt/plug-in-gap-modify.txt

	2006-04-14  Wolfgang Hofer <hof@gimp.org>
        applied patch provided with #337441
        
	* gap/gap_base_ops.c [.h]
	* gap/gap_main.c
        
        * docs/reference/txt/plug-in-gap-reverse.txt              # new file
        * docs/reference/txt/plug-in-gap-shift.txt
        * docs/reference/txt/plug-in-gap-storyboard-attr-prop.txt # new file
        * docs/reference/txt/INTRODUCTION.txt
         
	2006-04-12  Wolfgang Hofer <hof@gimp.org>
	bugfix #337587: check version in the autogen.sh script
        (using separate checks for major, minor micro version)
        
        bugfix: on videoindex creation.
        - video indexes created in normal time were droped after switch to
          daylight saving time even if the videofile was not modified
          since videoindex creation.
        - dialogs for video index creation show wrong filename
        for the index. The video track number that is part of the
        vidoindex filename must use the internal
        track number that starts at 0, but dialogs show the external
        representation starting at 1.
        (keeping the suffix   .0.libavformat.gvaidx to be compatible
        with already existing video indexes)
        
	* autogen.sh
        * libgapvidapi/gap_vid_api_vidindex.c
        
	2006-04-08  Wolfgang Hofer <hof@gimp.org>
        - bugfix gap_layer_clear_to_color 
          , restore original BG color)
        - replaced private implementation p_layer_resize_to_imagesize
          by gimp_layer_resize_to_image_size that does the same.
        - use color range 0.0 to 1.0 for internal calculations in storyboard processing.
	- storyboard dialog: added graphic views of the attributes
          at start and end frame in the treansition attribute properties dialog.
          
        * gap/gap_pview_da.c [.h]
        * gap/gap_lib.c [.h]
        * gap/gap_layer_copy.c [.h]
        * gap/gap_vex_exec.c
        * libgapvidutil/gap_gve_story.c [.h]
	* gap/gap_story_att_trans_dlg.c [.h]

	2006-04-06  Wolfgang Hofer <hof@gimp.org>
	- storyboard processing: VID_FIT_SIZE record
        is internally handled as transition attribute.
        (now we have only ony type of attribute,
        the attribute dialog support for fit_size is not implemented yet.)
                
	* gap/gap_story_dialog.c [.h]
	* gap/gap_story_file.c [.h]
	* gap/gap_story_main.h
	* libgapvidutil/gap_gve_story.c
        
	2006-04-02  Wolfgang Hofer <hof@gimp.org>
	- extract video range dialog: added labels to display
          From and To Frames as time code mm:ss:ms
        - added storyboard dialog icon for transition attributes

	* gap/gap_vex_dialog.c
        * gap/gap_vex_main.h
        * images/gap-story-icon-transition-attr.png  # new icon
        * images/Makefile.am


	2006-03-31  Wolfgang Hofer <hof@gimp.org>
	- bugfix: storyboard processing changed the calculation of
	  layer offsets. (the old code had bugs, and assumed that 
	  gimp_edit_paste
	  would center the pasted layer within the destination layer
	  which is not true with gimp-2.2.10)
	  The new calculation includes centering and scrolling
	  according to the MOVE_Y/MOVE_Y attribute settings of the 
	  storyboard file and only uses this self calculated offest.
	  
	- Storyboard dialog support to edit transition attributes
	(MOVE X/Y ZOOM X/Y and OPACITY) of the storyboard file.

        Added menu to create a transition attribute (as last element)
	Right mouse button on the transition attribute's thumbnail
	also opens the new transition attributes properties dialog.
	
	* gap/gap_story_att_trans_dlg.c [.h]  # NEW files
	* gap/Makefile.am
	* gap/gap_story_file.c [h]
	* gap_story_dialog.c
	* gap/gap_story_main.h
	* gap/gap_story_properties.c
	* docs/reference/txt/STORYBOARD_FILE_DOC.txt
	* libgapvidutil/gap_gve_story.c
	* NEWS
	
	2006-03-28  Wolfgang Hofer <hof@gimp.org>
	- internal changes of the storyboard file handling and processing
	(attributes MOVE X/Y ZOOM X/Y and OPACITY are now handled
	as one common TRANSITION attribute,
	for the planed basic GUI support of those transformations)
	
	* gap/gap_story_file.c [h]
	* libgapvidutil/gap_gve_story.c
	* gap/gap_player_dialog.c
	* gap/gap_story_dialog.c
	
	2006-03-19  Wolfgang Hofer <hof@gimp.org>
	player dialog: support step/backstep frame via scroll event.
	(mouse wheel)
	storyboard dialog: support scroll event.
	
	* gap_player_dialog.c
	* gap_story_dialog.c

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Remove obsolete entry for no_NO.
	* po/no.po: And the translation.

2006-03-11  Wolfgang Hofer <hof@gimp.org>
	- bugfix for selection handling via modify frames (#333978)
	
	* gap/gap_mod_layer.c [.h]
	* gap/gap_mod_layer_dialog.c
	
2006-03-02  Wolfgang Hofer <hof@gimp.org>
	- added more functions to modify frames
	  (based on the attachments of 
	  feature requests #332689 #332959)
	  plus function to apply filter on layermask.
	- frames convert: changed default extension from ".tif" to ".jpg"
	
	* gap/gap_mod_layer.c [.h]
	* gap/gap_mod_layer_dialog.c
	* gap/gap_main.c
	* gap/gap_range_ops.c
	* docs/reference/txt/plug-in-gap-modify.txt
	* NEWS

2006-02-28  Wolfgang Hofer <hof@gimp.org>
	- could not reproduce bug #332689 that causes crash
	  on duplicate frame operations, but made attempt to fix.
	  The stacktrace applied to that bug points to a problem
	  related to g_free for the thumbnail.

	   now using g_object_unref instead of g_free to free up
	   GimpThumbnail objects.
	   
	* gap/gap_story_file.c [.h]
	   
	   
2006-02-10  Wolfgang Hofer <hof@gimp.org>
	- storyboard support to act as drag and drop destination for
	  image files and video clips
	  application internal copy and move of clips is also supported.
	- render default icon dependent to type of the clip.
	  (use png images for the default icons)

	* gap/gap_story_properties.c
	* gap/gap_story_file.c [.h]
	* gap/gap_story_dialog.c
	* gap/gap_pview_da.c [.h]
	* gap/gap_story_main.h
	* NEWS
	* docs/reference/txt/plug-in-gap-storyboard-edit.txt
	
	* images/Makefile.am
        * images/gap-story-icon-movie.png
        * images/gap-story-icon-frames.png
        * images/gap-story-icon-animimage.png
        * images/gap-story-icon-image.png
        * images/gap-story-icon-color.png
        * images/gap-story-icon-default.png
	  
2006-02-05  Wolfgang Hofer <hof@gimp.org>
	- bugfix: AVI RAW encoding did not work 
	  (used XVID encoding but declared as "RAW " in the AVI file)
	  or delivered:
	  ERROR: GAP AVI encoder CODEC RAW delivered empty buffer at frame
	  (in case when compiled without XVID support)
	  
	  added checkbutton for vertical flip 
	  (player like WinDVD wants raw AVI vflipped,
	   gmplayer on linux want same order of rows than gimp)
	  
	  * vid_enc_avi/gap_enc_avi_main.c [.h]
	  * vid_enc_avi/gap_enc_avi_gui.c [.h]
	  
2006-02-04  Wolfgang Hofer <hof@gimp.org>
        - bugfix: in procedure on_vid_preview_size_allocate
	  (dont access the gpp->ainfo_ptr befor the == NULL check)
	  
	  * gap/gap_player_dialog.c
	  
	- attempt to fix #326201 (MinGW link problem with ffmpeg.)
	  (not yet tested with MinGW, i have no win development environment)

	  * configure.in
	
	- fixed typos reported by Fabrizzio Mellerti 
	 
          * gap/gap_mov_dialog.c
          * gap/gap_navigator_dialog.c
          * gap/gap_vex_dialog.c
          * vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c

2005-12-03  Wolfgang Hofer <hof@gimp.org>

        gap file util must use the binary file type open mode
	(consequent usage of fopen(file, "rb");)
        
	* gap/gap_file_util.c [h]

2005-11-20  Wolfgang Hofer <hof@gimp.org>
	fixed bug when building with libmpeg3.
	AC_SUBST(GAP_PTHREAD_LIB) required due to deferred expansion
	introduced with patch for bug #321348.
	
	* configure.in: # added AC_SUBST(GAP_PTHREAD_LIB)
	
2005-11-15  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.2.1.

2005-11-15  Sven Neumann  <sven@gimp.org>

	* configure.in
	* gap/Makefile.am
	* libgapvidutil/Makefile.am
	* vid_common/Makefile.am
	* vid_enc_avi/Makefile.am
	* vid_enc_ffmpeg/Makefile.am
	* vid_enc_single/Makefile.am: applied patch that fixes the build
	for srcdir != builddir (bug #321348).

2005-11-15  Sven Neumann  <sven@gimp.org>

	* gap/Makefile.am
	* libwavplayclient/client.c
	* libwavplayclient/msg.c
	* libwavplayclient/wpc_msg.c
	* vid_common/Makefile.am
	* vid_enc_avi/Makefile.am
	* vid_enc_ffmpeg/Makefile.am
	* vid_enc_single/Makefile.am: aplied patch that fixes build issues
	on Cygwin (bug #321347).

2005-11-01  Wolfgang Hofer <hof@gimp.org>

	- bugfix: matching end of string did not work for stringlength
	equal to pattern length.

        changes for UTF8 support (bugzilla #319710)
	- added utf8 support for simple gap layername matching
	and frame number substitution in layernames.
	now checks for utf8 compliance using g_utf8_validate
	and take care of multibyte characters when
	iterating layername or pattern strings.
	- active layer tracing: support utf8 encoded layernames
	(gap_lib.c p_set_active_layer_by_name)

	* gap/gap_match.c
	* gap/gap_lib.c

2005-10-28  Sven Neumann  <sven@gimp.org>

	* Made 2.2.0 release.

2005-10-28  Sven Neumann  <sven@gimp.org>

	* configure.in: pass $CC to the ffmpeg configure script, check for
	native Win32.

	* gap/Makefile.am: another try at getting the link order right.
	Pass -mwindows to the linker on Win32.

2005-10-26  Wolfgang Hofer <hof@gimp.org>

	- added GimpProgressBar to the VCR Navigator dialog
	  to display progress in this dialog rather than
	  in the invokining image. (bug # 135185)
	  
	- bugfix: player stand alone mode without progress_bar
	  when have no progress_bar must init gpp->progress_bar
	  with NULL
	  
	  fixes warnings to stdout:
	  (gap_player_dialog:17992): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkProgressBar'
          (gap_player_dialog:17992): Gtk-CRITICAL **: gtk_progress_bar_set_text: assertion `GTK_IS_PROGRESS_BAR (pbar)' failed

	- bugfix: player click on go-button printed critical warning
	  (only if click results in loading a frame into the invoking image)
	
	  (gap_player_dialog:19725): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed
	
	* gap/gap_navigator_dialog.c
	* gap/gap_player_dialog.c

2005-10-25  Sven Neumann  <sven@gimp.org>

	* gap/gap_arr_dialog.c (combo_create_value): use g_object_new() to
	create an empty combobox to avoid compiler warnings with gimp-2.3.

2005-10-25  Sven Neumann  <sven@gimp.org>

	* gap/gap_lib.c
	* gap/gap_match.c: use g_ascii_toupper() instead of toupper().

2005-10-23  Wolfgang Hofer <hof@gimp.org>
	- bugfix typo in messages (#318856)
	
	* gap/gap_story_file.c 
	* vid_common/gap_cme_gui.c

2005-10-08  Wolfgang Hofer <hof@gimp.org>

	- player: do not always print the framerange to stdout
	now restricted to explicite request via clicking From/To Frame buttons
	when the player is NOT embedded into storyboard dialog.

	- bugfix for color curves wrapper dialog.
	fixed init size of entry widget for curves file.
	(after porting to gtk_widget_set_size_request
	the height of 0 resulted in 1 pixel height
	that made the entry unusable)
	
	- bugfix: dont call gtk_widget_set_size_request wit -2 as height value
	(fixes warnings Gtk-CRITICAL **: gtk_widget_set_size_request: assertion `height >= -1' failed)
	
	- disable some debug output to stdout
	- Storyboard dialog: clip properties uses previous filename
	  when th dialog is creating a new clip.
	  (fixes Gtk-CRITICAL **: gtk_file_selection_set_filename: assertion `filename != NULL' failed
	  warning)
	- repeated filter all layers test with gimp-2.2.8 and gtk+-2.6.7
	
	* gap/gap_wr_color_curve.c
	* gap/gap_vex_dialog.c
	* vid_common/gap_cme_gui.c
	* gap/gap_story_dialog.c
	* gap/gap_story_properties.c
	* gap/gap_player_dialog.c
	* gap/TESTPROT_iter_ALT
	
2005-10-07  Wolfgang Hofer <hof@gimp.org>

	use GThread instead of pthread (fixes bug #318045)
	Note: pthread is still required for the libmpeg3.
	The configure.in script now checks for pthread library
	and disables libmpeg3 if pthread is not available.
	
	The new configure option 
	   --with-preinstalled-libmpeg3incdir=/usr/local/include
	   --with-preinstalled-libmpeg3=/usr/local/lib/libmpeg3.a
	allows to build GIMP-GAP with already installed libmpeg3
	
	for those who use newer gcc (and cannot compile libmpeg3 that requires
	older gcc 3.3, but already have libmpeg3-1.5.4 installed)
	.. Carol reported such a situation ...
	
	But those options work WITHOUT reliable checks. 
	(I failed once again to to write clean library checks for that beast,
	that is the reason why it was added as sourcecode, but i did not
	know about the compile problems with newer gcc 4.x versions,
	and i dont want to drop libmpeg3 because it can parse DVD typical .ifo
	files and supports compressed frame access
	that is required for GIMP-GAP's lossless mpeg cut feature ...)
	
	Specify those options on your own risk,
	wrong libmpeg3 versions may build, but crash at runtime...

	* configure.in
	* libgapvidapi/gap_vid_api.h
	* libgapvidapi/gap_vid_api.c
	* libgapvidapi/gap_vid_api_gimp.c
	* libgapvidutil/gap_gvetypes.h
	* vid_common/Makefile.am
	* vid_common/gap_cme_callbacks.c
	* vid_common/gap_cme_main.c
	* vid_common/gap_cme_gui.c
	* vid_common/gap_cme_gui.h


2005-10-05  Sven Neumann  <sven@gimp.org>

	* vid_common/gap_cme_gui.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c: undeprecated.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* gap/Makefile.am (*_LDADD): reordered libraries.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* gap/gap_file_util.c (gap_file_make_abspath_filename): fixed
	compilation on G_OS_WIN32; include <string.h>.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* gap/gap_dbbrowser_utils.c
	* gap/gap_fmac_main.c
	* gap/gap_morph_dialog.c
	* gap/gap_navigator_dialog.c
	* gap/gap_resi_dialog.c
	* gap/gap_story_dialog.c
	* gap/gap_story_properties.c
	* gap/gap_vex_dialog.c
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c: undeprecated.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* configure.in (CPPFLAGS): do not disable APIs that may be
	deprecated in the future.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* configure.in: check if the libmpeg3 code can be compiled (it
	doesn't compile with gcc 4.0 for example).

2005-10-05  Sven Neumann  <sven@gimp.org>

	* README
	* configure.in: cosmetic changes.

2005-09-27  Sven Neumann  <sven@gimp.org>

	* configure.in: applied patch by Wolfgang Hofer that adds a check
	for libxvidcore.

2005-09-23  Sven Neumann  <sven@gimp.org>

	* gap/gap_morph_dialog.c
	* gap/gap_player_dialog.c: fixed compilation errors.

2005-09-23  Sven Neumann  <sven@gimp.org>

	* autogen.sh: prefer newer version of automake over older ones.

2005-09-22  Wolfgang Hofer <hof@gimp.org>

	- added sourcecode of external_libs (libmpeg3 and ffmpeg)
	  as gzipped tarballs.
	  Those libs are now automatically configured, built
	  and linked statically with the gimp-gap plug-ins
	  (as convenience libraries).
	  
	  configure options for the external libs can be
	  specified via files:
	  
	  extern_libs/configure_options_ffmpeg.txt
	  extern_libs/configure_options_libmpeg3.txt
	  
	- removed configure support for linking
	  libavformat and libavcodec with already installed
	  libraries.
	  (the removed code did not properly check
	   and was limited to fixed installation dirs)
	
	* configure.in  
	* Makefile.am
	* README 
	
	* extern_libs               # newly added directory
	* extern_libs/Makefile.am  
	* extern_libs/configure_options_ffmpeg.txt
	* extern_libs/configure_options_libmpeg3.txt
	* extern_libs/README_extern_libs
	* extern_libs/ffmpeg.tar.gz
	* extern_libs/libmpeg3.tar.gz
	
2005-09-09  Rajesh Ranjan  <rajeshkajha@yahoo.com>

	* configure.in : Added "hi" to ALL_LINGUAS.

2005-09-07  Wolfgang Hofer <hof@gimp.org>
	- bugfix: typo's pointed out in bug #313965
	- bugfix in generation of original tone audio track.
          Must fetch the original framerate of the videoclips
          (VID_PLAY_MOVIE)
          for creating the corresponding audioclips
          and supply this framerate parameter in the generated
          AUD_PLAY_MOVIE record.
          This is necessary to ensure correct timing if the
          handled clips have different framerates or framerates
          other than the gimp-gap default of 25 fps.

	- ffmpeg encoder change progress text if frames are copied
          rather than encoded. this gives immediate feedback if
          the "dont recode" option is in affect or not.
          (e.g if lossless mpeg cut is active)
	- renamed internal procedure to p_flip_separators

	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	* gap/gap_story_file.c

	* gap/gap_decode_mplayer.c
	* gap/gap_decode_xanim.c
	* gap/gap_frontends_main.c
	* gap/gap_vex_main.c

2005-09-06  Wolfgang Hofer <hof@gimp.org>
	bugfix MasterVideo encoder OK button did not work in case
	of encoding with a single audio inputfile.
	(init of local variables was missing:
        all_playlist_references and valid_playlist_references)

	* libgapvidutil/gap_gve_sox.c

2005-09-06  Wolfgang Hofer <hof@gimp.org>

	- storyboard properties: added filtermacro entry widget
        (TODO: add button to invoke a filesel widget)

	* gap/gap_story_main.h
	* gap/gap_story_properties.c

2005-09-06  Ankit Patel  <ankit644@yahoo.com>

	* configure.in : Added "gu" to ALL_LINGUAS.

2005-08-21  Jens Seidel <jseidel@cvs.gnome.org>
	- fixed a typo (s/occured/occurred/) in a few msgid strings and other
	  files (inclusive all translations).

2005-08-18  Jens Seidel <jseidel@cvs.gnome.org>
	- fixed a typo (s/seperate/separate/) in a msgid string and other
	  files (inclusive all translations).

2005-07-24  Wolfgang Hofer <hof@gimp.org>
	- extended the FFMPEG based video encoder to support encoding
	  multiple tracks.
	  Video is still limited to one track, but multiple
	  audiotrack encoding is supported as hidden feature.
	  To use that feature, just pass a textfile
	  with references to multiple audio wavefiles instead of
	  one audio file to this encoder.
	- fixed bug related to checking for valid RIFF WAVE file format.
	  (relevant for audiofiles with additional chunk(s) before the data
	  chunk)

	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	* libgapvidutil/gap_gve_sox.c
	* libgapvidutil/gap_gve_story.c [.h]
	* gap/gap_audio_wav.c [.h]
	* gap/gap_file_util.c [.h]
	* gap/gap_libgimpgap.h
	* vid_common/gap_cme_gui.c
	* docs/reference/txt/plug-in-gap-vid-encode-master.txt
	* po/POTFILES.in
	
2005-07-23  Wolfgang Hofer <hof@gimp.org>
	check for errors while writing audio files.
	in case of error print the error message and exit
	* gap/gap_audio_wav.c
	* libgapvidutil/gap_gve_story.c
	
2005-07-21  Pawan Chitrakar  <pawan@nplinux.org>

	* configure.in: Added ne in ALL_LINGUAS

2005-05-22  Wolfgang Hofer <hof@gimp.org>
	- some of the mplayer options (-aofile  -jpeg -z) of the mplayer version 1.0pre5
	  dont work with mplayer version 1.0pre7 (dont know about pre6 release)
	  
	  i updated to the new options, but added a checkbox labeled Mplayer1.0pre5
	  in the dialog of the mplayer based frame extract plug-in
	  that still allows switching back to the old options
	  (you need this only in case you still run  mplayer version 1.0pre5)
	  
	  examples of the new option syntax:
	  
	  mplayer -vo png:z=9 -ss 00:00:14 -frames 25  videoinput.rm
	  mplayer -vo jpeg:quality=92:smooth=70 -ss 00:00:14 -frames 150  videoinput.rm
	  
  
	* gap/gap_decode_mplayer.c [.h]

2005-05-11  Iñaki Larrañaga  <dooteo@euskalgnu.org>

	* configure.in: Added "eu" (Basque) to ALL_LINGUAS.

2005-05-01  Wolfgang Hofer <hof@gimp.org>
	- added new wrappers to support layer transformations
	  (flipping and simple rotate)
	  for the useage in animated filtercalls and filtermacro.
	  
	* gap/Makefile.am
	* gap/gap_wr_trans.c    # new file
	* gap/.cvsignore
	* po/POTFILES.in
	 
2005-04-17  Wolfgang Hofer <hof@gimp.org>

	- added docs/*/txt/*.txt files as EXTRA_DIST stuff
	  (created Makefile.am in the docs subdir)
	  and some minor fixes to make distdir work
	- added missing filenames to POTFILES.in 
	  (thanks to Marcel Telka for pointing that out)
	   vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c
           vid_enc_ffmpeg/gap_enc_ffmpeg_par.c


	* README
	* NEWS
	* Makefile.am
	* gap/Makefile.am
	* configure.in
	* po/ChangeLog
	* po/POTFILES.in
	
2005-04-13  Sven Neumann  <sven@gimp.org>

	* autogen.sh: updated; require automake >= 1.7.

	* configure.in: removed cruft that was needed for automake 1.6 only.

2005-04-09  Wolfgang Hofer <hof@gimp.org>

	- disabled some hardcoded debug output.
	- MovePath: new feature for advanced reset and grabbing a gimp path.
	  When The SHIFT Key is held down while the "Grab Path" button is
	  pressed the path is grabbed in a way that results in one
	  controlpoint per handled frame.
	  The moving object may follow the bezier path in more precise
	  manner (not just straight lines between the anchor points),
	  when the move path operation affects many frames.

	* libgapvidapi/gap_vid_api_ffmpeg.c
	* libgapvidapi/gap_vid_api_util.c
	* vid_enc_single/gap_enc_singleframes_main.c
	* libgapvidutil/gap_gve_story.c
	* gap/gap_mov_dialog.c
	* gap/gap_morph_dialog.c
	* docs/reference/txt/plug-in-gap-move-path.txt
	* NEWS


2005-04-04  Wolfgang Hofer <hof@gimp.org>
	2005-04-04:
	- replaced some deprecated calls
	  (gimp_rotate, gimp_perspective, gimp_drawable_image_id
	  
	  (thanks to carol for pointing out)
	
	* gap/gap_pdb_calls.c
	* gap/gap_mov_render.c
	* gap/gap_filter_codegen.c

	2005-03-29:

        - added new configure options:
	  --with-ffmpegsrcdir=DIR      specify where to find ffmpeg src directory DIR
	  --with-libmpeg3srcdir=DIR    specify where to find libmpeg3 src directory DIR
	  
	  those options may be used for static linking ffmpeg and libmpeg3
	  from their sourcetree without the need to install those libs.
	  (you have to configure / make both libs manually before
	   configure gimp-gap)
	   
	  The new options are primary for internal use on my development
	  machine, but can be also used to create gimp-gap binaries
	  without dependencies to libavformat, libavcodec and libmpeg3.
	   
	  There still should be more sophisticated checks for the
	  case where the user wants to compile with installed versions
	  of those libs.

	* configure.in
	* README

	2005-03-24:

        - added new configure options:
	  --with-ffmpegsrcdir=DIR      specify where to find ffmpeg src directory DIR
	  --with-libmpeg3srcdir=DIR    specify where to find libmpeg3 src directory DIR
	  
	  those options may be used for static linking ffmpeg and libmpeg3
	  from their sourcetree without the need to install those libs.
	  (you have to configure / make both libs manually before
	   configure gimp-gap)
	  
	  (i droped the plan to include the tarballs of those libs)
	  but this may cause problems
	  

	- new feature: ffmpeg video encoder now supports
	  save/load paramters to/from parameterfile
	- NON-interactive PDB interface to set parameters
	  changed. 
	  (instead of passing all the parameters
	  the caller has to pass the name of an
	  ffmpeg video encoder parameterfile).
	  
        - reorganized notebook widget of the 
	  FFMPEG Video Encode Parameters dialog window.
	  
	  Added New Tab: Expert Flags
	   IntraOnly, GOP, B-Frames and Aspect moved to
	   the "Basic Options" Tab.
	  
        - GUI support for many new ffmpeg encoder parameters 
	  (depends on LIBAVCODEC_BUILD  >= 4744)

	- Tried to provide encoder presets 
	  (based on ffmpeg.c code reading) but most of the preset values
	  are still a wild guess.
	  
	  Algorithms Tab:
	    added algoritmhm combo boxes:
	    -Macroblock cmp
	    -ildct cmp
	    -Fullpel cmp
	    -Subpel cmp
	    -Pre motion estimation Cmp
	    -frame_skip_cmp
	    -predictor
	    -coder
	
	 Expert Flags Tab:
	    added checkbuttons for new flags:
	      
	    -use_ss;		  "enable Slice Structured mode (h263+)"
	    -use_aiv;		  "enable Alternative inter vlc (h263+)"
	    -use_obmc;		  "use overlapped block motion compensation (h263+)"
	    -use_loop;		  "use loop filter (h263+)"
	    -use_alt_scan;  	  "enable alternate scantable (MPEG2/MPEG4)"
	    -use_trell;		  "enable trellis quantization" 							    
	    -use_mv0;		  "try to encode each MB with MV=<0,0> and choose the better one (has no effect if mbd=0)"  
	    -do_normalize_aqp;	  "normalize adaptive quantization"							    
	    -use_scan_offset;	  "enable SVCD Scan Offset placeholder" 						    
	    -closed_gop;          "closed gop"
	    -strict_gop           "strictly enforce GOP size"									    
	    -use_qpel;		  "enable 1/4-pel"									    
	    -use_qprd;		  "use rate distortion optimization for qp selection"					    
	    -use_cbprd;		  "use rate distortion optimization for cbp"						    
	    -do_interlace_dct;	  "use interlaced dct"  								    
	    -do_interlace_me;	  "interlaced motion estimation"							    
  
	  
	  

	The current FFMPEG version has lots of video encoder parameters 
	(more than 100) 
	but most of them i dont know what they are used for.
	I think most of the parameters can be set to default value
	unless you are an ffmpeg expert.
	
	Some of the new parameters are not supported in the 
	video encoder parameter GUI, but support via
	parameterfile is implemented.
	FFMPEG experts can edit the parameterfile
	and then load the edited parameterfile.
	

	* vid_enc_ffmpeg/Makefile.am
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_par.c [.h]  # new files

	2005-03-19:
	made gap_vin procedures and types public and 
	fit for common use to read/write other parameter files.
	 
	*  gap/gap_vin.c [.h]
	
	2005-03-16:
	- ffmpeg Params updated GUI for those params that
	   allow additional values in ffmpeg versions >= 0.4.9
	   
	   DCT algorithm "faan"
	   IDCT algorithms "sh4", "simplearm", "h264"
	   
	   the new param values can be set from GUI when linked with
	   sufficient ffmpeg CVS version (LIBAVCODEC_BUILD  >= 4744)

	- bugfix attempt: try to detect aspect ratio with ffmpeg >= 0.4.9
	    when reading video 
	    (by additional reading AVCodecContext.dtg_active_format
	     information, but this does not work either)

	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
	* libgapvidapi/gap_vid_api_ffmpeg.c 


        2005-03-13:
	- bugfix: lossles mpeg cut:
	  fixed check for required framesequence to copy P and B frames
	  (compare used assign operator (= / == missmatch))
	  
	
	* libgapvidutil/gap_gve_story.c

2005-04-01  Steve Murphy  <murf@e-tools.com>

        * configure.in: Added "rw" to ALL_LINGUAS.

2005-03-12  Wolfgang Hofer <hof@gimp.org>

        - bugfix: #169311
	 Player must not display onionskin layers for the current image
	 when the Option "Auto delete before save" is ON.
	
	- bugfix: #169320 
	 when automatic onionskinlayer creation is turned on
	 store active_layer before the onionskin layers are added
	 and restore active_layer before save. 
	 Without this fix one of the added onionskin layers is
	 stored as the active layer in the saved file.
	 This did break the workflow when the frame is loaded later on.

	 new feature:
	 tracking of the active_layer by name (as described in bug #169320)
	 and by layerstack position can be configured in the VCR Navigator dialog
	 (The configuration value is stored in the _vin.gap file.
	  therefore the scope is permanent per animation and independent
	  from automatic onionskin layer creation)

	  (active_layer_tracking 0) # 0: OFF 1: by name  2: by stackposition
	
	- bugfix: when Player is used as widget 
	  in another dialog, its shell_window is null.
	  dont try to handle resize for shell_window when its a NULL pointer.

	  fixes warnings like that:
	  (storyboard:24245): Gtk-CRITICAL **: file gtkwindow.c: line 3044
	    (gtk_window_set_default_size): assertion `GTK_IS_WINDOW (window)' failed

	* gap/gap_player_dialog.c
	* gap/gap_onion_base.c [.h]
	* gap/gap_lib.c
	* gap/gap_player_main.c [.h]
	* gap/gap_vin.c [.h]
	* gap/gap_navigator_dialog.c
	* docs/reference/txt/plug-in-gap-navigator.txt
	* NEWS

2005-03-05  Wolfgang Hofer <hof@gimp.org>
	- ffmpeg-CVS (snapshot from 2005.03.02) based encoder:
	  initalize values for the encoder options that are new
	  in this ffmpeg CVS snapshot

	  this fixes "buffer underflow" errors that were reported 
	  (more than once per encoded frame) to stdout 
	  by the encoder while executing av_write_frame.

	  GAP provides now explicite support for ffmpeg library versions:
	     0.4.8     (stable)
	     0.4.9pre1 (latest official)
	     CVS Snapshots equal or newer than 2005.03.02
	     (identified by LIBAVCODEC_BUILD       4744
	      GAP internal marked as #define HAVE_FULL_FFMPEG)
	  
	  (GUI support to edit the new options is still missing)
	
	- bugfix: Storyboard processing. 
	  skipping the analyze of already known video elements
	  did not work and made processing slower.
	
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
	* libgapvidutil/gap_gve_story.c
	
2005-02-27  Wolfgang Hofer <hof@gimp.org>
        - bugfix (attempt) ffmpeg-0.4.9 frame aspect handling at encoding
	    did not work. 
	    (the bugfix follows the code of ffmpeg.c without understanding
	     but seems to work)
	    
	    BUT: aspect detection at read access does not work with ffmpeg-0.4.9
	    (dont know why, seems to be a bug in ffmpeg-0.4.9)
	    
	- bugfix:  lossless MPEG cut with ffmpeg-0.4.9 based encoder:
	   workaround encodes a dummy frame 
	   for each 1:1 copied frame to keep codec internal handled
	   timestamps and picturenumbers up to date.
	   (newer versions of ffmpeg do require ascending timestamsps
	    and will not work if the codec is completely bypassed
	    for those frames.)
	   
	   lossles mpeg cut now works with both ffmpeg-0.4.8  ffmpeg-0.4.9
	   and more recent ffmpeg CVS snapshots.

	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c

2005-02-19  Wolfgang Hofer <hof@gimp.org>
	- bugfix: STORYBOARD processing fixed crash that happened
	  sometimes after creating the composite audiofile.
	  (aud_elem->tmp_audiofile pointers did refere to the same
	   adress that was g_free'd more than one time)
	   
	- bugfix: STORYBOARD processing of AUD_PLAY_MOVIE records
	  from:000001 to:000002 resulted in too short duration time 
	  of just one frame.
	  now results in duration time for 2 frames to match with
	  the video duration time that is 2 frames in that case.
	  
	  * gap/gap_story_file.c
	  * libgapvidutil/gap_gve_story.c
	  * README
	  
2005-02-05  Wolfgang Hofer <hof@gimp.org>
	- API for video read access now also compiles and works with
	  ffmpeg-0.4.9pre1 (and should also work with recent CVS snapshots
	  tested with FFMpeg-20050120 CVS snapshot)
	  
	  existing videoindexes that are based on ffmpeg-0.4.8 will
	  not work after upgrade to ffmpeg-0.4.9 or later versions.
	  
	  therefore it is recommanded to delete the old indexes,
	  and create new ones based on the new version of ffmpeg.
	  To delete videoindexes on UNIX use these commands:
	  
	  cd $HOME/.gimprc/gvaindexes
	  rm *.libavformat.gvaidx
	
	* libgapvidapi/gap_vid_api_ffmpeg.c
	
2005-01-30  Wolfgang Hofer <hof@gimp.org>

	Help Buttons for storyboard pop-up dialogs 
	"master properties" and "generate original tone audio"
	
	Videoaccess parameter exactseek now defaults to value 0.
	(allow videoindex based fast seek operations)
	value 1 forces the (very slow) sequential reads.
	
	- disabled some further debug printfs
	- tested filter all layers with gimp-2.2.3
	   plug_in_noisify_iter_ALT
	   plug_in_wr_curves
	- bugfix: gap/gap_wr_color_curve.c calling gimp_dialog_new
	  with help_function but help_id == NULL resulted in
	  errors and crash of the plug-in
	  
	  (wr_curves:4630): Gdk-CRITICAL **: file gdkscreen-x11.c: line 232 (gdk_screen_get_root_window): assertion `GDK_IS_SCREEN (screen)' failed

        - ffmpeg (0.4.8) encoder presets:
	  dont use motion_estimation algorithm "Full" any longer in the presets
	  and replaced those settings with "EPZS"
	  (it makes encoding much slower, and seems not to deliver better
	  quality, even worse it has problems on fast moving dark objects
	  that are sometimes encoded fully black, resulting
	  in visible annoying black blocks.)
	
	* gap/gap_story_main.h
	* gap/gap_story_dialog.c
	* gap/gap_story_file.c
	* gap/gap_vex_dialog.c
	* gap/gap_vex_exec.c
	* gap/gap_fmac_main.c
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_huesat.c
	* 
	* gap/TESTPROT_iter_ALT
	* libgapvidutil/gap_gve_story.c
	* libgapvidapi/gap_vid_api_ffmpeg.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	* gap/gap_filter_iterators.c
	* gap/iter_ALT/gen/plug_in_noisify_iter_ALT.inc
	* docs/reference/txt/STORYBOARD_FILE_DOC.txt
	* docs/reference/txt/plug-in-gap-storyboard-gen-otone.txt    # NEW file
	* docs/reference/txt/plug-in-gap-storyboard-master-prop.txt  # NEW file
	* docs/reference/txt/plug-in-wr-curves.txt                   # NEW file
	* docs/reference/txt/plug-in-wr-color-levels.txt             # NEW file
	* docs/reference/txt/plug-in-wr-huesat.txt                   # NEW file
	
	
2005-01-22  Wolfgang Hofer <hof@gimp.org>
	- Storyboard dialog: added key support for crtl-c,ctrl-x,ctrl-v (copy/cut/paste)
	
	* gap/gap_story_dialog.c
	* gap/gap_story_mian.h
	
2005-01-15  Wolfgang Hofer <hof@gimp.org>
	- bugfix: Storyboard dialog: after save as, and encoder call:
          the encoder was called with the OLD name!
	- gap_arr_dialog replaced global data to enable 2 pop-ups
	  created with gap_arr_dialog open at same time.
	  (fixes some bugs from my internal list
	   related to the storyboard dialog that does use
	   2 or more arr_dialog based pop-ups)
	  
	* gap/gap_story_dialog.c
        * gap/gap_arr_dialog.c
	* docs/reference/txt/STORYBOARD_FILE_DOC.txt
	
2005-01-14  Wolfgang Hofer <hof@gimp.org>
	- STORYBOARD Processing:
	  Show progress while analyzing storyboard files and while
	  extracting audioparts of videofiles to temporary audiofiles
	  for creating the composite audio track.

	- GVA workaround for libmpeg3 crash on close bug (limited to UNIX systems).
	  the workaround forks a child process with its own sgnal handler.
	  the child process tries open/close. Crashes are then caught
	  in the signal handler of the child process and tell the parent
	  process (via retcode) that this videofile cant be handled by libmpeg3.
	  
	  This workaround makes open safe but slow 
	  (mainly caused by additional open/close rather than by forking).
	  but with gimprc parameter:
	  
	  (video-workaround-for-libmpeg3-close-bug "no")
	  
	  the workaround can be skipped.
	
	* vid_common/gap_cme_gui.c
	* libgapvidutil/gap_gve_story.c
	* libgapvidapi/gap_vid_api_mpeg3.c
	* libgapvidapi/gap_vid_api.c
	* docs/reference/txt/gap_gimprc_params.txt
	* NEWS
	
2005-01-13  Wolfgang Hofer <hof@gimp.org>
	- Storyboard added feature to generate audio original tone
	  cut references in the storyboard file
	  for all the clips refering to videofiles.
	  
	* gap/gap_story_dialog.c [.h]
	* gap/gap_story_file.c [.h]
	* gap/gap_story_main.h
	* docs/reference/txt/plug-in-gap-storyboard-edit.txt
	
2005-01-12  Wolfgang Hofer <hof@gimp.org>
	- Master Videoencoder: added button 'Create Composite Audiofile'
	  this starts the long running audio mixdown for storyboard processing.
	  
	  in the old behaviour this was started implicite when a new
	  storyboard filename was entered, and there was no way to skip that
	  part. the explicite start gives more flexibility if the user
	  wants to encode only the video part, or the composite audiofile
	  is already there from a previous encoder call, and wants to encode
	  again with other compression parameters.
	  
	- Storyboard processing optimized:
	  - the new flag create_audio_tmp_files controls the long running
	    creation of temporary audiofiles. Setting this flag to FALSE
	    can speed up storyboard processing for the case when
	    the storyboard file contains audio tracks, and the caller
	    (== the Master Videoencoder) is only interested in
	    total audioplaytime and if syntax of audio records is OK.

	  - implicite extracting audiodata from videofiles for the
	    mix down of the composite audiotrack is now reduced
	    to the affected range(s) refering a videofile.
	    (old behaviour extracted always the audiodata in full length)

	* gap/gap_story_file.c [.h]
	* vid_common/gap_cme_gui.c [.h]
	* vid_common/gap_cme_callbacks.c [.h]
	* vid_common/gap_cme_main.c [.h]
	* libgapvidutil/gap_gve_story.c [.h]
	
	* docs/reference/txt/plug-in-gap-vid-encode-master.txt
	* docs/reference/txt/plug-in-gap-extract-video.txt
	
	  
2005-01-06  Wolfgang Hofer <hof@gimp.org>
	- Storyboard syntax: the AUD_PLAY_MOVIE command
	  now provides positioning in unit frames.
	  this makes it easier to add an original tone
	  audiotrack (by manual editing) because
	  the video clips (VID_PLAY_MOVIE syntax) is also mesured in frames.

	* gap/gap_story_syntax.c
	* gap/gap_story_file.c [.h]
	
2005-01-05  Wolfgang Hofer <hof@gimp.org>
	- removed/disabled more debug output printf statements
	- video_extract: show aspect_ratio information of the video
	  (this feature does not work with the libmpeg3 decoder,
	   mpeg3_aspect_ratio delivered 0.0
	   for all tested video files, 
	   libavformat did deliver correct aspect informations)
	  
	  when available the aspect ratio is also used to set the 
	  image resolution in all the handled (extracted) videoframe images, 
	  where yresolution is fixed at 72 DPI and xresolution
	  is calculated according to the aspect ratio of the video.
	  Typically 16:9 DVDs have 720x576 non-quadratic pixels. 
	  This results in xresolution 60.75 DPI  and yresolution 72.0 DPI.
	  
	  the aspect is set in the Video API procedure GVA_image_set_aspect.
	
2004-12-22  Wolfgang Hofer <hof@gimp.org>
	-fixed some bugs in message texts (reported by popolon via mail)
	-fixed bug scanning strings from _vin.gap files
	 and initialise errors for combo boxes in the Onionskin
	 configuration dialog (fix for #161620)
	- removed/disabled debug output printf statements

	* gap/gap_navigator_dialog.c
	* gap/gap_player_dialog.c
	* gap/gap_vex_dialog.c
	* vid_common/gap_cme_gui.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
	
	* gap/gap_onion_dialog.c
	* gap/gap_vin.c
	
2004-12-12  Wolfgang Hofer <hof@gimp.org>
	reorganized and updated available doc files
	and added some of the missing docs.
	(there are still some chapters left to do..)
	Splitted the large gap/README textfile into plug-in related
	subfiles (using the HELP_ID's + .txt as name)
	
	* README
	* gap/README
	
	# NEWLY added doc files:
	* docs/reference/txt/INTRODUCTION.txt
	* docs/reference/txt/STORYBOARD_FILE_DOC.txt
	* docs/reference/txt/gap-filterall-db-browser.txt
	* docs/reference/txt/gap_gimprc_params.txt
	* docs/reference/txt/plug-in-bluebox.txt
	* docs/reference/txt/plug-in-filter-macro.txt
	* docs/reference/txt/plug-in-gap-anim-crop.txt
	* docs/reference/txt/plug-in-gap-anim-resize.txt
	* docs/reference/txt/plug-in-gap-anim-scale.txt
	* docs/reference/txt/plug-in-gap-del.txt
	* docs/reference/txt/plug-in-gap-density.txt
	* docs/reference/txt/plug-in-gap-dup.txt
	* docs/reference/txt/plug-in-gap-exchg.txt
	* docs/reference/txt/plug-in-gap-extract-player.txt
	* docs/reference/txt/plug-in-gap-extract-video.txt
	* docs/reference/txt/plug-in-gap-modify.txt
	* docs/reference/txt/plug-in-gap-morph.txt
	* docs/reference/txt/plug-in-gap-move-path.txt
	* docs/reference/txt/plug-in-gap-mpeg-encode.txt
	* docs/reference/txt/plug-in-gap-mpeg2encode.txt
	* docs/reference/txt/plug-in-gap-mplayer-decode.txt
	* docs/reference/txt/plug-in-gap-navigator.txt
	* docs/reference/txt/plug-in-gap-onionskin-configuration.txt
	* docs/reference/txt/plug-in-gap-range-convert.txt
	* docs/reference/txt/plug-in-gap-range-flatten.txt
	* docs/reference/txt/plug-in-gap-range-layer-del.txt
	* docs/reference/txt/plug-in-gap-range-to-multilayer.txt
	* docs/reference/txt/plug-in-gap-renumber.txt
	* docs/reference/txt/plug-in-gap-shift.txt
	* docs/reference/txt/plug-in-gap-split.txt
	* docs/reference/txt/plug-in-gap-storyboard-clip-prop.txt
	* docs/reference/txt/plug-in-gap-storyboard-edit.txt
	* docs/reference/txt/plug-in-gap-storyboard-player.txt
	* docs/reference/txt/plug-in-gap-vid-encode-master.txt
	* docs/reference/txt/plug-in-gap-videoframes-player.txt
	* docs/reference/txt/plug-in-gap-xanim-decode.txt
	* docs/reference/txt/plug-in-name2layer.txt

	* docs/howto/txt/HOWTO-do-lossless-MPEG-cut.txt 
	* docs/howto/txt/HOWTO-write-animated-plug-ins.txt   
	
	
2004-12-06  Wolfgang Hofer <hof@gimp.org>
	Added frontend fro MPlayer based videoframe extracted plug-in.
	MPlayer offers support to read from many videoformats.
	
	This offers access to much more videoformats than the already existing 
	ffmpeg/libmeg3 based video extract plug-in, but does not
	allow precise frame positioning. There is also no visual
	positioning provided in the plug-in. 
	
	an optional gimprc parameter (mplayer_prog "/usr/local/bin/mplayer")
	can be used if mplayer is installed, but is not found in
	the directories specified in the PATH environment variable.
	
	* gap/Makefile.am
	* gap/gap_frontends_main.c
	* gap/gap_decode_xanim.c
	* gap/gap_decode_mplayer.c [.h]    # NEWLY ADDED FILES
	* po/POTFILES.in
		
2004-12-04  Wolfgang Hofer <hof@gimp.org>
        Storyboard: Shorten frame header texts (if filenamepart gets too long)
	
	* gap/gap_story_dialog.c
	* gap/gap_story_main.c [.h]
	* gap/gap_lib.c [.h]
	* gap/gap_player_dialog.c
	
2004-12-02  Wolfgang Hofer <hof@gimp.org>
	Storyboard: prefetch videothumbnail previews all at once
	and show advance in the progress bar
	(when activated via Menu)

	Storyboard: implemented the missing dialog pop-up for Global/Properties
	for selecting Layout Presets.
	
	* gap/gap_story_dialog.c
	* gap/gap_story_main.c [.h]
	
2004-11-29  Wolfgang Hofer <hof@gimp.org>
	message text fixed (#159593)
	* gap/gap_bluebox.c
	
2004-11-28  Wolfgang Hofer <hof@gimp.org>
	- gap changed limit for framenumberdigits from 6 to 8
	  now use define GAP_LIB_MAX_DIGITS 
	  and allow frames with basename part is NULL
	   e.g.  framenames looking like that:
	    
	    00000001.png
	    00000002.png
	    
	  this was done to be compatible with mplayer's frame extracting feature
	  (mplayer-1.0pre5 uses 8 digits for the extracted frames
	   where the frames are just numberpart and extension)

	* gap/gap_lib.c  [.h]
	* gap/gap_base_ops.c
	* gap/gap_main.c
	* gap/gap_vex_dialog.c
	* gap/gap_vex_main.c
	* libgapvidapi/gap_vid_api_util.c
	
	
	
2004-11-23  Wolfgang Hofer <hof@gimp.org>
	bugfix: storyboard dialog asked for videoindex creation permission
	        even if a valid videoindex is available
        * gap/gap_story_dialog.c
	* gap/gap_arr_dialog.c
		
2004-11-18  Wolfgang Hofer <hof@gimp.org>
	- tested plug-ins of the gimp-2.2pre1 release
	  for animated "filter all layers" capabilites,
	  and fixed _iter_ALT procedures.
	  
	- #158078  added "filter all layers" support for:
	     plug_in_gimpressionist
	     plug_in_autostretch_hsv         (limited to constant apply)
	     plug_in_blur                    (limited to constant apply)
	     plug_in_c_astretch              (limited to constant apply)
	     plug_in_cartoon
	     plug_in_color_adjust            (limited to constant apply)
	     plug_in_color_enhance           (limited to constant apply)
	     plug_in_colors_channel_mixer
             plug_in_dilate                  (limited to constant apply)
	     plug_in_dog
	     plug_in_erode                   (limited to constant apply)
	     plug_in_gauss
	     plug_in_gradmap                 (limited to constant apply)
	     plug_in_hot                     (limited to constant apply)
	     plug_in_laplace                 (limited to constant apply)
	     plug_in_make_seamless           (limited to constant apply)
	     plug_in_max_rgb                 (limited to constant apply)
	     plug_in_neon
	     plug_in_normalize
	     plug_in_photocopy
	     plug_in_qbist                   (limited to constant apply)
	     plug_in_softglow
	     plug_in_vinvert
	     
	- dropped "filter all layers" support for:
	  (by removing the iter_ALT procedure registration)
	 
	     plug_in_blur
	     plug_in_gauss_iir
	     plug_in_gauss_iir2
	     plug_in_gauss_rle
	     plug_in_gauss_rle2
	     plug_in_make_seamless    (removed just iter_ALT, const apply still there)
             plug_in_max_rgb          (removed just iter_ALT, const apply still there)
	     plug_in_rotate           (has no GUI dialog, apply without specify angle makes no sense)
	     plug_in_normalize        (removed just iter_ALT, const apply still there)
	     plug_in_vinvert          (removed just iter_ALT, const apply still there)
	
	* gap/TESTPROT_iter_ALT
	* gap/Makefile.am
	* gap/gap_filter_iterators.c
	* gap/gap_filter_pdb.c
	
	# Created NEW files:
	* gap/iter_ALT/mod/plug_in_cartoon_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_colors_channel_mixer_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_dog_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_gauss_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_gimpressionist_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_neon_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_photocopy_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_softglow_iter_ALT.inc
	
	
2004-11-16  Wolfgang Hofer <hof@gimp.org>
	- bugfix: gap_filt_pdb_call_plugin call plug-ins
	  with pointer to string "\0" rather than using NULL pointer
	  Some plug-ins crash when string args are passed
	  as NULL pointer, even if the call is INTERACTIVE
	  (example:  plug_in_gimpressionist)
	
	* gap/gap_filter_pdb.c
	* vid_common/gap_cme_gui.c
	
2004-11-16  Sven Neumann  <sven@gimp.org>

	* configure.in: check for GIMP >= 2.2.0.

2004-11-14  Wolfgang Hofer <hof@gimp.org>
	- bugfix VCR navigator: Timezoom changes and Goto other frame
	  actions did not
	  update the scale widgets adjustment (dyn_adj)
	- bugfix: after gap controlled image excange disable undo
	  (otherwise undo can discard the layers
	   step by step in order they were added by the image load operation)
	- gap_Use the same PDB-description render procedures
	  as the official DBBROWSER plug-in
	  copied code from gimp-2.1.7/plug-ins/dbbrowser/gimpprocbrowser.c

	  IDEA: if this code is transfered to libgimp
	  it could be used both from the offical DBBROWSER plug-in
	  and in GAP. (maybe after the gimp-2.2 release ?)
	  
	  * gap/gap_dbbrowser_utils.c
	  * gap/gap_navigator_dialog.c
	  * gap/gap_lib.c

2004-11-12  Wolfgang Hofer <hof@gimp.org>
	- hardcoded precompiler switch GAP_MORPH_DEBUG_FEATURES
	  to hide experimental and debug features in the morph plug-in
	  
	  * gap/gap_morph_dialog.c
	  	  
2004-11-11  Wolfgang Hofer <hof@gimp.org>
	- gap_arr_dialog  added new widget type: GAP_ARR_WGT_HELP_BUTTON
	- Added HelpButtons for most GAP plug-ins
	  (the ones where i think they should have a Help page.)
	  
	  some of the gap plug-ins had already a Help Button per default
	  because the implementation uses gimp_dialog_new to create
	  the dialog shell window.
          
	  All GAP help-buttons call the GIMP standard help procedure
	  gimp_standard_help_func
	 
	 - changed existing HELP_ID strings
	  from:  "plug_in_xxx.html"
	  to:    "plug-in-xxx"

        - here is the list of HELP_ID's. 
	  For each HELP-ID we need a html help page.
	  
	  As far as i know there are no help-pages for gimp-gap available
	  at all (until now). 
	  Some (partly outdated) information is already available 
	  in the gap/README textfile.

	  (dont know howto create Helppages and have no XML knowledge either.)
	   


	new HELP_ID                           menupath:
	--------------------------------------------------------
	"plug-in-bluebox"		      <Image>/Video/Bluebox
	"plug-in-gap-modify"                  <Image>/Video/Frames Modify
        "plug-in-gap-vid-encode-master"       <Image>/Video/Encode/Master Encoder
	"plug-in-gap-encpar-avi1"             ## AVI videoencoder params (invoked via master encoder)
	"plug-in-gap-encpar-ffmpeg"           ## FFMPEG videoencoder params (invoked via master encoder)
	"plug-in-gap-navigator"               <Image>/Video/VCR Navigator
        "plug-in-gap-morph"                   <Image>/Video/Morph
        "plug-in-gap-extract-video"           <Image>/Video/Split Video to Frames/Extract Videorange
	
	"plug-in-gap-move-path"               <Image>/Video/Move Path
        "plug-in-gap-xanim-decode"	      <Image>/Video/Split Video to Frames/Any XANIM readable
	"plug-in-filter-macro"                <Image>/Filters/Filtermacro
        "gap-filtermacro-db-browser"          ## gap_dbbrowser dialog invoked from filtermacro
        "gap-modframes-db-browser"            ## gap_dbbrowser dialog invoked from modify frames plug-in
        "gap-filterall-db-browser"            <Image>/Filters/Filter all Layers
	"plug-in-gap-onionskin-configuration" <Image>/Video/Onionskin/Configuration
	"plug-in-gap-storyboard-edit"         <Image>/Video/Storyboard  (has HelpMenu, no Button)
	"plug-in-gap-storyboard-clip-prop"    ## storyboard edit dialog sub window  (clip properties)
	"plug-in-gap-videoframes-player"      <Image>/Video/Playback
	"plug-in-gap-extract-player"          ## Player invoked from videoextract plug-in
	"plug-in-gap-storyboard-player"       ## Player invoked from storyboard dialog editor plug-in
	"plug-in-gap-anim-scale"              <Image>/Video/Frames Scale
	"plug-in-gap-anim-resize"             <Image>/Video/Frames Resize
	"plug-in-gap-anim-crop"               <Image>/Video/Frames Crop
        "plug-in-gap-range-flatten"           <Image>/Video/Frames Flatten
        "plug-in-gap-range-layer-del"         <Image>/Video/Frames Layer Delete
	"plug-in-gap-range-convert"           <Image>/Video/Frames Convert
        "plug-in-gap-range-to-multilayer"     <Image>/Video/Frames to Image
        "plug-in-gap-renumber"                <Image>/Video/Frames Renumber
        "plug-in-gap-shift"                   <Image>/Video/Framesequence Shift
	"plug-in-gap-dup"                     <Image>/Video/Duplicate Frames
	"plug-in-gap-density"                 <Image>/Video/Frames Density
        "plug-in-gap-split"                   <Image>/Video/Split Img to Frames
        "plug-in-gap-del"                     <Image>/Video/Delete Frames
	"plug-in-gap-exchg"                   <Image>/Video/Exchange Frame
	"plug-in-gap-mpeg-encode"             <Image>/Video/Encode/MPEG1...
	"plug-in-gap-mpeg2encode"             <Image>/Video/Encode/MPEG2...
	"plug-in-name2layer"                  <Image>/Video/Filename to Layer...

	* touched most source files
	
2004-11-10  Wolfgang Hofer <hof@gimp.org>
	- reorganized master encoder dialog
	  replaced deprecated GtkOptionMenu widgets by gimp_int_combo_box
        - bugfix: ffmpeg default presets must not use b_frames for msmpeg4
	  codecs (ffmpeg-0.4.8 does crash with this parameter set > 0)
	  changed presets, and made workaround to avoid this crash.

	* vid_common/gap_cme_callbacks.c [.h]
	* vid_common/gap_cme_gui.c [.h]
	* vid_common/gap_main.c [.h]
	* gap/gap_morph_dialog.c
	* gap/gap_morph_dialog.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
		
2004-11-06  Wolfgang Hofer <hof@gimp.org>
	- replaced deprecated GtkOptionMenu widgets by gimp_int_combo_box
	  (not finished yet
	   todo: the master videoencoder dialog)
	   
	- reorganized ffmpeg encoder dialog code,
	  (the old glade generated code was much harder to read by humans)
	- ffmpeg encoder dialog: B-frames changed from checkbutton
	  to spinbutton (allows values 0 upto 8)
	  to specify number of B-frames per GOP.
	  (ffmpeg supported this since 0.4.8 but GAP gui-dialog
	   did forget to follow up this feature)

	* vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c [.h]

	* vid_enc_avi/gap_enc_avi_main.h
	* vid_enc_avi/gap_enc_avi_gui.c
	
	* gap/gap_vex_dialog.c
	* gap/gap_vex_main.h
	* gap/gap_onion_main.h
	* gap/gap_onion_dialog.c
	
2004-11-04  Wolfgang Hofer <hof@gimp.org>
	replaced deprecated gimp procedure calls and adapted 
	corresponding callbacks
	
	DEPRECATED proc:                   REPLACEMENT:
	- gimp_layer_menu_new              gimp_layer_combo_box_new
	- gimp_image_menu_new              gimp_image_combo_box_new
	- gimp_palette_set_background      gimp_context_set_background
	- gimp_palette_set_foreground      gimp_context_set_foreground
	
	* gap/gap_morph_dialog.c [.h]
	* gap/gap_mov_dialog.c
	* gap/gap_layer_copy.c
	* gap/iter_ALT/mod/plug_in_exchange_iter_ALT.inc
	* libgapvidutil/gap_gve_story.c
	* gap/gap_navigator_dialog.c
	
	
2004-11-02  Wolfgang Hofer <hof@gimp.org>
	applied patches from pippin that enable compile with the
	ffmpeg-4.0.9pre1 prerelease.
	(made some changes to enable compile with both 
	stable FFMPEG_VERSION 0.4.8 and
	newest FFMPEG_VERSION 4.0.9pre1    
	(experimental code, failed at 1.st video extract test, need more
	tests and bugfixes)
	
	added #ifdef HAVE_OLD_FFMPEG_0408
	
	well, it compiles now but:
	.. there are much changes between ffmeg 0.4.8 and 4.0.9pre1.
	this requires deeper analyse and lots of tests and changes in the
	GAP code to get a working support for the new ffmpeg 4.0.9pre1.
	also requires support for the new encoder parameters of the
	4.0.9pre1 release.
	
	now using hardcoded #define HAVE_OLD_FFMPEG_0408
	to avoid successful (but useless) compiling with
	ffmpeg 4.0.9pre1.
	
	Maybe we should ship gimp-gap-2.2 with included
	ffmeg 0.4.8 and libmpeg3 sources, and link those libs
	statically ?

	* configure.in
	* gap/gap_vex_main.c
	* libgapvidapi/gap_vid_api.c
	* libgapvidapi/gap_vid_api_ffmpeg.c
	* libgapvidapi/gap_vid_api_gimp.c
	* libgapvidapi/gap_vid_api_mpeg3.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	
2004-11-01  Wolfgang Hofer <hof@gimp.org>
	redesign of the ModifyFrames plug-in dialog using GTK+ rather than
	gap_array_dialog.
	gives more flexibility to set widget sensibility
	and allows grouping of the functions in submenus.
	
	* gap/gap_mod_layer_dialog.c [.h]   ## New files
	* gap/gap_mod_layer.c [.h]
	* gap/Makefile.am
	* po/POTFILES.in
2004-10-31  Wolfgang Hofer <hof@gimp.org>
	For the old MPEG encoder frontends:
	Added Information label to tell the user that the
	Master Videoencoder is the more efficient methode
	for videoencoding.
	* gap/gap_mpege.c
	* gap/gap_decode_xanim.c

2004-10-27  Wolfgang Hofer <hof@gimp.org>
	updated README file(s)
	got mail from: Marcel Telka <marcel@telka.sk>
	   I have tested module gimp-gap (CVS branch HEAD) which lives
	   in GNOME CVS for missing translatable files with `intltool-update -M`
	   command.

	   Here is a content of the 'missing' file:

	   libgapvidapi/gap_vid_api_mpeg3.c
	   libgapvidapi/gap_vid_api_vidindex.c
	   
	* README
	* gap/README
	* docs/STORYBOARD_FILE_DOC.txt
	* po/POTFILES.in
	
2004-10-26  Wolfgang Hofer <hof@gimp.org>
	Master Videoencoder dialog:
	Added radio buttons to select the input mode explicite.
	This makes clear that the encoder can handle all 3 types of input,
	If invoked from an animation frame "Frames" is selected at startup.
	for other (multilayer) images "Layers" is selcted automatically
	(this was already done before, but now the user has a chance
	to see whats going on, and can encode the layers of 
	one animation frame too if he wants to do so.)
	
	Storyboard dialog: added "Encode" menu item(s) to call the 
	Master video encoder dialog from the storyboard.
	
	* vid_common/gap_cme_main.c [h]
	* vid_common/gap_cme_gui.c
	* libgapvidutil/gap_gvetypes.h
	* vid_enc_avi/gap_enc_avi_main.h
	
	* gap/gap_story_main.c [h]
	* gap/gap_story_dialog.c

2004-10-24  Wolfgang Hofer <hof@gimp.org>
	bugfix: player now uses only valid videoindex files
	and forces re-creation on invalid ones.
	
	workaround: ffmpeg videoapi backend now makes an initial frame read
	and then reopens the video.
	this is done to detect the CODEC's native pixel format (YUV420 or YUV422).
	Before reading the 1.st frame libavcodec seems to deliver always YUV420
	that does match most, but not all codecs and,
	delivered wrong results for the 1.st read frame on the non matching codecs.
	
	bugfix: use gimp_context_get_background, gimp_context_set_background
	rather than the deprecated procedures: gimp_palette_get_background, gimp_palette_set_background
	
	* gap/gap_player_dialog.c
	* libgapvidapi/gap_vid_api_ffmpeg.c
	* gap/sel-to-anim-img.scm
	
2004-10-27  Sven Neumann  <sven@gimp.org>

	* libgapvidapi/gap_vid_api-intl.h: forgot to add this file to CVS.

2004-10-16  Wolfgang Hofer <hof@gimp.org>
	bugfix: Frames Modify plug-in
	Function: Add layermask from selection
	gimp_layer_add_mask call was missing after layermask creation.
	
	The GIMP-2.1.7 core crashed somewhere IN displays_reconnect_invoker
	after that fix. 
	(but only for Function: Add layermask from selection
	 not in other Functions)
	 
	Now this crash does not happen any more
	after the additional optimizing step
	in the Frames Modify plug-in.
	(old: 
	      save current frame 
	      foreach frame 
	      {
	        load; processing; save; delete;
	      }
	      load current frame
	      reconnect displays,
	      delete current frame
	 new:
	      foreach frame 
	      {
	        if(frame == current)
		{ 
		  processing; save
		}
		else
		{ 
	          load; processing; save; delete;
		}
	      }
	 )
	
	* gap/gap_mod_layer.c
2004-10-15  Wolfgang Hofer <hof@gimp.org>
	Layout changes (spacing, alingnment, widget sensitivity) for the VideoExtract Plugin
	to get one step closer to GNOME HIG
	
	feature: when the player is started from the videoextract plug-in,
	the player now uses the initial range (fom/to) selection
	from the video extract dialog.
	
	feature: the player button widget "FrameNr" was splitted into
	2 separate buttons "Frame" and "Nr",
	where "Frame" sets the current FramNr as Begin of selected Range
	and   "Nr"    sets the current FramNr as End of selected Range.

	The old behaviour (ALT-click for end) is harder to handle
	because it needs additional keyboard interaction.
	
	PlayerDialog: added the flag: caller_range_linked
	this flag causes the player to propagate changes in the
	selected framerange immediate to the callers
	Frame-Range widgets (by calling the p_printout_range procedure)
	
	The videoextract plug-in calls the player with the new
	caller_range_linked set TRUE.
	
	The explicite manual transfer of the of the players selected range
	into the extract dialog's extract range (Player Buttons: FromFrame / ToFrame)
	might be hard to find for new users and was removed.
	(The Player Buttons: FromFrame / ToFrame are replaced by
	 Labels when caller_range_linked is TRUE)

	When The player is called via STORYBOARD dialog,
	the caller_range_linked flag is set to FALSE.
	In this case the Player Buttons: FromFrame / ToFrame
	do create a new Clip. This must not be triggered automatically
	on each change in the Player's selected range
	-- otherwise we would produce lots of unwanted clips--
	
	* gap/gap_player_dialog.c
	* gap/gap_vex_dialog.c
2004-10-12  Wolfgang Hofer <hof@gimp.org>
	- renamed gimprc parameter from 
	  old: (video-gvaindexes-dir "dir")
	  new: (video-index-dir "dir")
	- bugfix: create of libmpeg3 videoindex toc files crashed after scanning th whole video
	  if the file could not be opened.
	  (in most cases this happened when the gvaindexes directory does not exist)
          
	  - extended the gap_arr_create_vindex_permission procedure:
	    now tries automatically create the gvaindex dir when permission is granted.
	    also try precreate empty videoindex file for immediate detection
	    of file creation errors.
	  - show error messages if videoindex (or libmpeg3 specific tocfile) creation failed

	- provided wrappers for mkdir and chmod in gap_file_util module
	
	* libgapvidapi/gap_vid_api_vidindex.c
	* libgapvidapi/gap_vid_api_mpeg3toc.c
	* libgapvidapi/gap_vid_api.c [.h]
	* libgapvidapi/gap_vid_api-intl.h        # created NEW FILE
	* libgapvidapi/Makefile.am
	* gap/gap_decode_xanim.c
	* gap/gap_file_util.c [.h]
	* gap/gap_lib.c
	
2004-10-09  Wolfgang Hofer <hof@gimp.org>
	handling of preferred video decoder in storyboard dialogs
	and storyboard file processing.
	Added Entry and Optionmenu widgets to Storyboard master Properties dialog
	where the user can select a preferred video decoder
	(with global scope in the storyboard file)
	
	it is now possible to specify the preferred_decoder individual
	per videoclip in the storyboard file.
	(widgets in the Clip Properties dialog still missing)

	bugfix: arraydialog widget GAP_ARR_WGT_OPT_ENTRY 
	had a fixed entry height of 0 pixels
        - video encoding results in warnings (since gimp-2.1.6)
	
          (gimp-2.1:22905): Gimp-Core-CRITICAL **: file gimpimage.c: line 1708 (gimp_image_undo_thaw): assertion `gimage->undo_freeze_count > 0' failed
	  
	  maybe this warning is triggered by calls to gimp_image_undo_enable(image_id)
	  when undo is already enabled on that image.
	  (GAP used this to clear the undo stack when processing temporary
	  images)
	  i removed such calls in the storyboard and onionskin processing modules.
	
	- bugfix onionskin config dialog: reset did not reset the Reference Mode
	  to value "normal"
	- Storyboard dialog: hide vscale widgets if scrolling is not possible

	* gap/gap_arr_dialog.c
	* gap/gap_image.c
	* gap/gap_player_dialog.c [.h]
	* gap/gap_story_syntax.c
	* gap/gap_story_dialog.c [.h]
	* gap/gap_story_file.c [.h]
	* gap/gap_story_prperties.c [.h]
	* libgapvidutil/gap_gve_story.c
	* gap/gap_onion_dialog.c
	* gap/gap_onion_base.c
	
2004-10-07  Wolfgang Hofer <hof@gimp.org>
	bugfix: fixed permanent XVID codec crash in the AVI video encoder plugin.
	some more bugfixes to get the encoder working with XVID-1.0.2 now.
	(XVID_VERSION was not initialized at all required places,
	 length of encoded buffer is now reported via positive
	 returncode, the length field is now ignored,
	 no more need of vertical flip)
	* vid_enc_avi/gap_enc_avi_main.c
	* libgapvidutil/gap_gve_xvid.c
	
2004-10-02  Wolfgang Hofer <hof@gimp.org>
	Layout changes (#153626)
	use gimp_frame_new rather than gtk_frame_new 
	and other minor layout changes
	labels aligned LEFT, spacing.
	
	GIMP-GAP is not fully HIG compliant,
	but the layout may now fit a little better into the
	GIMP-2.1 and GNOME HIG look and feel 

	* gap/gap_arr_dialog.c
	* gap/gap_bluebox.c
	* gap/gap_morph_dialog.c
	* gap/gap_mov_dialog.c
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_dialog.c
	* gap/gap_player_dialog.c
	* gap/gap_resi_dialog.c
	* gap/gap_story_dialog.c
	* gap/gap_story_properties.c
	* gap/gap_vex_dialog.c
	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c
	* vid_common/gap_cme_gui.c
	* vid_enc_avi/gap_enc_avi_gui.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c

	
2004-09-28  Wolfgang Hofer <hof@gimp.org>
	more bugfix attempts for lossless MPEG cut.
	- timecode correction in GOP-HEADER 
	  (not sure if it works on all MPEG1 and MPEG2 videos)
	- look ahead to decide if B-frames can be copied
	  with lower risk to get trashed frames when cut immediate
	  after a B-frame
	
	* libgapvidapi/gap_vid_api.h
	* libgapvidapi/gap_vid_api_util.c
	* libgapvidutil/gap_gve_story.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	
2004-09-27  Wolfgang Hofer <hof@gimp.org>
	bugfix in videoextract plugin: window title and tooltip texts (#153627)
	bugfix in the player dialog: set total_frames dependet widget limits
	when player reaches EOF on single videofiles.
	(the total_frame number that we get at videofile open
	 was just a guess to init the widgets for the 1.st time)
	 
	* gap/gap_vex_dialog.c
	* gap/gap_player_dialog.c


2004-10-14  Amanpreet Singh Alam <amanpreetalam@yahoo.com>
	
	* configure.in: ALL_LINGUS-> Add pa (Punjabi) Language

2004-10-11  Carol Spears <carol@gimp.org>
	fixed the readme.  it was spreading lies about needing special 
        compiler options
	
2004-09-25  Wolfgang Hofer <hof@gimp.org>
	attempt to fix dont_recode flag in the ffmpeg videoencoder
	that should enable lossless cut of mpeg videoclips.
	seems to work at least partly now.
	
	The lossles MPEG cut is still an experimental feature
	and requires libmpeg3 as decoder.
	(for other decoders there is no implementation
	 of the GVA procedure that can read uncompressed chunks)
	 
	known problems left to solve are:
	  - cut directly after a B-Frame.
	  - there is no timecode correction in the GOP headers
	    when they are copied into the output video 
	    (the copied chunk can contain GOP-headers)
	  - picture_number and framerate information correction
	    is also missing yet.

        The resulting videofiles may not playback on all videoplayers.
	
	* libgapvidapi/gap_vid_api.h
	* libgapvidapi/gap_vid_api_util.c
	* libgapvidapi/gap_vid_api_mpeg3.c
	* libgapvidutil/gap_gve_story.c
	
	
2004-09-24  Wolfgang Hofer <hof@gimp.org>
        - creation of videoindex file now depends on gimprc parameter settings:
          (video-index-creation "ask")
          (video-index-creation "yes")
          (video-index-creation "no")
	  the default is "ask", where the user is asked via popup dialog
	  before gimp-gap creates the videoindex file.
	  "yes" allows automatically creation,
	  "no" forbids video index creation in general.
	  
	- PLAYER now shows a new button for explicite canceling
	  long running videoindex creation tasks.
	  (the old behavior was an immediate abort on nearly all
	   widget clicks and mouse move events in the go-buttons)

	* gap/gap_player_main.c [.h]
	* gap/gap_player_dialog.c
	* gap/gap_story_dialog.c [.h]
	* gap/gap_arr_dialog.c [.h]
	* README
	
2004-09-19  Wolfgang Hofer <hof@gimp.org>
	- bugfix: Storyboard AUD_MASTER_VOLUME default was 0 (total silent)
	changed default to 1.0 (== normal volume, without amplifiy)
	- FFPEG encoder Parameters:
	 set aspect ratio  checkbox was not sufficient, added explicite
	 optionmenu to force 4:3 or 16:9 on user demand.
	 (autodetect aspect from with/height pixelsizes
	  is not sufficient for all cases.
	  Most 16:9 DVDs are encoded with 720 x 576
	  pixel dimensions and do not have square pixels)

	* gap/gap_story_file.c
	* libgapvidutil/gap_gve_story.c

	* vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c [h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c [h]
	
	* libgapvidapi/gap_vid_api.c [.h]
	* libgapvidapi/gap_vid_api_mpeg3.c
	* libgapvidapi/gap_vid_api_ffmpeg.c
	
2004-09-12  Wolfgang Hofer <hof@gimp.org>

	Use the same (new) Parser both for storyboard encoding
	and for storyboard dialog module.
	Therefore the new parser was extended for the full level2 syntax.
	The storyboard dialog is still restricted to level1 and can not
	handle audio, multiple tracks and the effect attributes.
	The new parser supports named parameters and introduces the
	new static library libgapstory.a
	(the old one was limited to positional parameters)
	* gap/gap_lib.h
	* gap/gap_story_file.c [.h]
	* gap/gap_player_dialog.c
	* gap/gap_story_dialog.c
	* gap/gap_story_properties.c
	* libgapvidutil/gap_gve_story.c [.h]
	
	* gap/gap_libgapstory.h     ## NEWLY created file
	* gap/Makefile.am
	* vid_common/Makefile.am
	* vid_enc_avi/Makefile.am
	* vid_enc_ffmpeg/Makefile.am
	* vid_enc_single/Makefile.am
	
2004-09-11  Wolfgang Hofer <hof@gimp.org>

	FFMPEG based encoder must not be built when configured with 
	--disable-libavformat

	* vid_enc_ffmpeg/Makefile.am

2004-09-07  Sven Neumann  <sven@gimp.org>

	* configure.in
	* libgapvidapi/Makefile.am: fixed some build conditionals.

2004-08-28  Wolfgang Hofer <hof@gimp.org>
	fixed compile errors when configured with  --disable-libxvidcore option
	(undefined reference to `gap_gve_xvid_algorithm_preset'  # reported by sven)

	* vid_enc_avi/gap_enc_avi_main.c
	* vid_enc_avi/gap_enc_avi_gui.c
	
2004-08-14  Wolfgang Hofer <hof@gimp.org>
	feature: MovePath point navigation hold SHIFT key
	for automatic following keyframes in the preview
	when instant_apply is on.
	(procedure mov_follow_keyframe)
	
	* gap/gap_mov_dialog.c
2004-08-13  Wolfgang Hofer <hof@gimp.org>
	bugfix: video extract plug-in: values typed into spinbutton widgets
	via keyboard are not respected at extract. 
	(g_signal_connect to "value_changed" rather than "changed" signal)
	* gap/gap_vex_dialog.c

2004-08-11  Wolfgang Hofer <hof@gimp.org>
	Added new Functions to Modify Frames plug-in
	    "Copy layermask from layer above"
	    "Copy layermask from layer below"
	* gap/gap_mod_layer.c [.h]
	* gap/gap_main.c
	
2004-08-10  Wolfgang Hofer <hof@gimp.org>
	Bugfix: make Load/Save Pathpoint work again.
	(this bug was introduced with the changes on 2004/04/18 
	 where gtk_window_present was used in the wrong callbacks too)
	* gap/gap_mov_dialog.c
	
2004-08-08  Wolfgang Hofer <hof@gimp.org>
	added input_mode parameter to the standard encoder PDB API
	enum GapGveTypeInputRange: GAP_RNGTYPE_FRAMES, GAP_RNGTYPE_LAYER, GAP_RNGTYPE_STORYBOARD
	this was needed because until now the encoder had to guess 
	how to interpret an image (as FRAME sequence or as Multilayer image)
	
	* vid_common/gap_cme_main.c
	* vid_common/gap_cme_gui.c
	* libgapvidutil/gap_gvetypes.h
	* libgapvidutil/gap_gve_story.c [h]
	* vid_enc_single/gap_enc_singleframes_main.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	* vid_enc_avi/gap_enc_avi_main.c

2004-07-18  Wolfgang Hofer <hof@gimp.org>
	Morph: fixed bug for layer mixing.
	added p_mix_layers procedure to mix all channels r,g,b,a with current mix factor.
	The old code used standard gimp_merge_visible_layers with overall opacity
	but this way opaque pixels of the bg-layer were fully visible
	for all pixels where the top-layer has full transparent alpha channel.
	(regardless to the current mix-factor.)

	* gap/gap_morph_exec.c

2004-07-24  Wolfgang Hofer <hof@gimp.org>
	introduced variable stepsize parameter (step_density) for STORYBOARD
	processing.
	This allows changing the playback speed of each
	individual input clip while keeping the
	same constant master_framerate of the resulting output video.
	this is done at video encoding (and in the player) on the fly.
	
	until now the only way to get this effect
	was explicite dropping or  duplicating 
	source frames by using the Change Frame Density Feature
	but this way you loose ever nth. frame or waste diskspace
	with the duplicated frames.
	 
	- Added step_density spinbutton to the STB_ELEM Properties dialog
	- extended both STORYBOARD file parsers,
	  load and save procedures to handle the new parameter
	 
	* gap/gap_story_main.c [.h]
	* gap/gap_story_file.c [.h]
	* gap/gap_properties.c
	* gap/gap_story_syntax.c
	
	* libgapvidutil/gap_gve_story.c [.h]
	 
	
2004-07-18  Wolfgang Hofer <hof@gimp.org>
	Morph/Warp Plug-IN: Tuning of workpoint selection algorithms
	replaced use_fast_wp_selection flag by  use_quality_wp_selection flag
	with invers logic
	added NON-INTERACTIVE parameter handling
	* gap/gap_morph_dialog.c [.h]
	* gap/gap_morph_exec.c [.h]
	* gap/gap_morph_main.c [.h]
2004-07-11  Wolfgang Hofer <hof@gimp.org>

	MORPH: added hscale/vscale widgets for preview scrolling,
	FitZoom and Swap Buttons
	Radius and Intensity Spinbutton widgets
	checkbutton for Optional fast or quality workpoint selection.
	implemented rendering with multiple_pointsets.
	
	STORYBOARD: added rowpage vscale widget for scrolling
	
	* gap/gap_morph_dialog.c [.h]
	* gap/gap_morph_exec.c [.h]
	* gap/gap_morph_main.c [.h]
	
	* gap/gap_story_dialog.c
	* gap/gap_story_main.h
	
2004-06-28  Wolfgang Hofer <hof@gimp.org>

	frames_to_multilayer: do not force save of current image
        and use gimp_image_duplicate for the current frame.
        this is faster, and avoids the "not using xcf" dialog
        for this plug-in when working with other imagefile formats.
	(this is only only one step to solve # 125977)
	* gap/gap_range_ops.c 

2004-06-26  Wolfgang Hofer <hof@gimp.org>

	#144649 use NULL rather than GDK_TOP_LEFT_ARROW
	to get the default cursor as active_cursor
	* gap/gap_navigator_dialog.c
	* gap/gap_bluebox.c
	* gap/gap_mov_dialog.c
	
2004-06-20  Wolfgang Hofer <hof@gimp.org>

	MORPH: added render_mode radiobuttons, shape_points spinbutton
	Optional work on existing Layers (CreateLayers checkbutton)
	Optional work with multiple pointsets,
	and multiple_pointset label widgets in the Warp/Morp dialog.
	(rendering with multiple_pointsets is not implemented yet)
	
	changed pixel_warp algorithm
	
	use more precise constant G_PI instead of 3.14159
	
	* gap/gap_morph_dialog.c [.h]
	* gap/gap_morph_exec.c [.h]
	* gap/gap_morph_main.c [.h]
	
	* gap/gap_mov_exec.c
	* gap/gap_pdb_calls.c

2004-06-14  Sven Neumann  <sven@gimp.org>

	* configure.in: some minor cleanup, still doesn't compile for me.

2004-06-12  Wolfgang Hofer <hof@gimp.org>

	Added new features for GIMP-GAP-2.1 
	(some of the new features and dialogs are not completely
	implemented yet and need more testing and better GUI support)
	
	
	- Added Storyboard dialog. 
	  helps to assemble clips and images to one resulting video.
	
	- Integrated GVE (the unpublished version of Gap Viedeo Encoder Project)
	  into GIMP-GAP.

	- Added new video extract plug-in
	  (the sources were moved from the unpublished GVE sourcetree
	   to the gimp-gap surcetree and were ported to gimp-2.0 / gtk+-2.2
	   now using the player_widget for video range selection
	   )
	  
	  
	- GAP Video API (GVA) for videofile read access. (video and audio)

	- introdoced new gimprc parameter:
	    (video-max-frames-keep-cached "500")
	  to configure the video API internal framecachesize.

        - Extended the Player for Storyboard Level 1 Fileplayback
	- New Player features
	  - added a scale widget..
	  this helps to change framnr postion in BIG-STEPS
	  and gives a better overview of the current position.	  
	  - Snaphot to Multilayer image 
	   SHIFT Play use original size,
	   CTRL Play at preview size
	   ALT force Creation of new Snapshot image
	   Click on preview creates Mtrace Image of current frame.
	  - added basic videofile playback support 
    	  (just frames, no audio)
	  extended GapAnimInfo struct for videofile support
	  (GapLibAinfoType, seltrack, delace, density)

	- Morph Plug-In: for creating tween layers by morph or warp
	  transformations, based on workpoints.
	  (workpoints are entered via GUI and optional saved to file)

	- renamed p_fprintf_gdouble => gap_lib_fprintf_gdouble
	- renamed p_sscan_flt_numbers => gap_lib_sscan_flt_numbers
	- added onionskin ref_modes 
	  (Feature request by Benjamin McKenzie)

        Changed Files:
	--------------
        * NEWS
	* configure.in
	* Makefile.am
	* gap/Makefile.am
	* gap/README
	* gap/gap_arr_dialog.c [.h]   # use const char for const stringparams
	* gap/gap_base_ops.c
	* gap/gap_bluebox_main.c
	* gap/gap_lib.c [.h]
	* gap/gap_player_main.c [.h]
	* gap/gap_match.c
	* gap/gap_mov_exec.c [.h]
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_base.c [.h]
	* gap/gap_onion_dialog.c
	* gap/gap_onion_main.c [.h]
	* gap/gap_player_dialog.c [.h]
	* gap/gap_player_main.c [.h]
	* gap/gap_layer_copy.c [.h]
	* gap/gap_resi_dialog.c
	* gap/gap_vin.c [.h]
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c
	
	
	Created news Source Modules (in existing directories):
	----------------------------
	* gap_audio_util.c [.h]
	* gap/gap_audio_wav.c [.h]
	* gap/gap_file_util.c [.h]
	* gap/gap_morph_dialog.c [.h]
	* gap/gap_morph_exec.c [.h]
	* gap/gap_morph_main.c [.h]
	
	* gap/gap_story_dialog.c [.h]
	* gap/gap_story_file.c [.h]
	* gap/gap_story_main.c [.h]
	* gap/gap_story_properties.c [.h]
	* gap/gap_story_syntax.c [.h]
	* gap/gap_vex_dialog.c [.h]
	* gap/gap_vex_exec.c [.h]
	* gap/gap_vex_main.c [.h]

	* gap/gap-dup-continue.scm   
	 
	Created news Source Directories:
	-------------------------------
	* doc/*
	* libgapvidapi/*
	* libgapvidutil/*
	* vid_enc_avi/*
	* vid_enc_ffmpeg/*
	* vid_enc_single/*

	Created news Source Modules (in the new directories):
	----------------------------
	libgapvidapi/Makefile.am
	libgapvidapi/example.c
	libgapvidapi/gap_vid_api.c
	libgapvidapi/gap_vid_api.h
	libgapvidapi/gap_vid_api_ffmpeg.c
	libgapvidapi/gap_vid_api_gimp.c
	libgapvidapi/gap_vid_api_mpeg3.c
	libgapvidapi/gap_vid_api_mpeg3toc.c
	libgapvidapi/gap_vid_api_quicktime.c
	libgapvidapi/gap_vid_api_util.c
	libgapvidapi/gap_vid_api_vidindex.c

	libgapvidutil/Makefile.am
	libgapvidutil/gap_gve_jpeg.c
	libgapvidutil/gap_gve_jpeg.h
	libgapvidutil/gap_gve_misc_util.c
	libgapvidutil/gap_gve_misc_util.h
	libgapvidutil/gap_gve_raw.c
	libgapvidutil/gap_gve_raw.h
	libgapvidutil/gap_gve_sox.c
	libgapvidutil/gap_gve_sox.h
	libgapvidutil/gap_gve_story.c
	libgapvidutil/gap_gve_story.h
	libgapvidutil/gap_gve_xvid.c
	libgapvidutil/gap_gve_xvid.h
	libgapvidutil/gap_gvetypes.h
	libgapvidutil/gap_libgapvidutil.h

	vid_common/Makefile.am
	vid_common/gap_cme_callbacks.c
	vid_common/gap_cme_callbacks.h
	vid_common/gap_cme_gui.c
	vid_common/gap_cme_gui.h
	vid_common/gap_cme_main.c
	vid_common/gap_cme_main.h

	vid_enc_avi/Makefile.am
	vid_enc_avi/README.avilib
	vid_enc_avi/avilib.c
	vid_enc_avi/avilib.h
	vid_enc_avi/gap_enc_avi_gui.c
	vid_enc_avi/gap_enc_avi_gui.h
	vid_enc_avi/gap_enc_avi_main.c
	vid_enc_avi/gap_enc_avi_main.h

	vid_enc_ffmpeg/Makefile.am
	vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c
	vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.h
	vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
	vid_enc_ffmpeg/gap_enc_ffmpeg_gui.h
	vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	vid_enc_ffmpeg/gap_enc_ffmpeg_main.h

	vid_enc_single/Makefile.am
	vid_enc_single/gap_enc_singleframes_main.c

2004-05-10  Sven Neumann  <sven@gimp.org>

	* Made 2.0.2 release.

2004-05-10  Sven Neumann  <sven@gimp.org>

	* configure.in: only disable the deprecated glib/gdk-pixbuf/gtk+
	APIs when compiling against gtk+-2.2.

	* gap/gap_navigator_dialog.c
	* gap/gap_onion_dialog.c
	* gap/gap_resi_dialog.c
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c: don't use deprecated GTKcalls.

2004-05-06  Wolfgang Hofer <hof@gimp.org>

	- bugfix: static init variables 
	  global_number_in_args global_number_out_args
	  (and not just in the query procedure)
	  possibly fixes #141840 (?)
	  
	* gap/gap_name2layer_main.c
	* gap/gap_wr_opacity.c
	* gap/gap_main.c          # updated release datestring

2004-05-01  Wolfgang Hofer <hof@gimp.org>

	- bugfix: MovePath crashed at dialog startup. (#141590)
 	  (this bug came up when linked with gimp-2.0.1
	   and did not appear under gimp-2.0.0)
	* gap/gap_pview_da.c
	* gap/gap_mov_dialog.c

2004-04-30  Sven Neumann  <sven@gimp.org>

	* Made 2.0.1 release.

2004-04-19  Wolfgang Hofer <hof@gimp.org>

 	- process pixel region rectangle at once is faster
 	  than row by row.
 	  (procedure: gap_layer_new_from_buffer)
	* gap/gap_layer_copy.c  

2004-04-18  Wolfgang Hofer <hof@gimp.org>

	- window to front on attempt to open an already open window
 	  using gtk_window_present(GTK_WINDOW(filesel))
	* gap/gap_arr_dialog.c [.h]
	* gap/gap_fmac_main.c
	* gap/gap_mov_dialog.c
	* gap/gap_wr_color_curve.c

2004-04-11  Wolfgang Hofer <hof@gimp.org>

	- bugfix p_gap_filename_to_uri
	* gap/gap_thumbnail.c 

2004-04-10  Wolfgang Hofer <hof@gimp.org>

	- Onionskin CFG: replaced deprecated gtk_object_set_data by
	g_object_set_data
	- new procedure gap_layer_clear_to_color
	* gap/gap_onion_dialog.c	   
	* gap/gap_layer_copy.c	[.h]   
 
2004-04-07  Wolfgang Hofer <hof@gimp.org>

	- Move Path plug-in: added option to keep the original
 	  paintmode of the handled src layer(s)
 	  also added some missing paintmode options:
 	  Divide, Dodge, Burn, Hard Light, Soft Light,
 	  Grain Extract, Grain Merge
 	  (suggestion by Sam Jones)
	* gap/gap_main.c
	* gap/gap_mov_dialog.c [.h]
	* gap/gap_mov_render.c

2004-04-10  Sven Neumann  <sven@gimp.org>

	* Made 2.0.0 release.

2004-04-08  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Added en_CA to ALL_LINGUAS.

2004-04-06  Wolfgang Hofer <hof@gimp.org>

	- prepared for gimp-gap-2.0.0 release
	- bugfix #139051 DESTDIR is used twice (screws up packaging gimp-gap)
	- bugfixes: changed iterator Procedures to follow up
		    changes in gimp-2.0.0 that are done since my last
		    Filter All Layers Test (that was done with gimp-2.0pre3)
	* configure.in
	* gap/Makefile.am
	* gap/gap_filter_iterators.c
	* gap/iter_ALT/gen/plug_in_CML_explorer_iter_ALT.inc
	
2004-03-10  Wolfgang Hofer <hof@gimp.org>

	- bugfixes: calls to gimp_run_procedure now use gimp_destroy_params
 	  (some calls used g_free, others did not free at all)
	* gap/gap_decode_xanim.c
	* gap/gap_filter_foreach.c
	* gap/gap_filter_pdb.c
	* gap/gap_lib.c [.h]
	* gap/gap_mod_layer.c
	* gap/gap_mov_dialog.c
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_worker.c
	* gap/gap_pdb_calls.c
	* gap/gap_player_dialog.c
	* configure.in

2004-03-01  Sven Neumann  <sven@gimp.org>

	* gap/gap_fmac_main.c: applied a patch from Wolfgang Hofer (bugfix
	for NONINTERACTIVE call).

2004-02-14  Sven Neumann  <sven@gimp.org>

	* Made 2.0pre1 release.

2004-02-14  Sven Neumann  <sven@gimp.org>

	* gap/gap_player_dialog.c (p_create_player_window): declare
	variables only when they are being used.

2004-02-12  Sven Neumann  <sven@gimp.org>

	* configure.in: cosmetics.

2004-02-12  Sven Neumann  <sven@gimp.org>

	* configure.in: use m4 defines for the versioning. Bumped version
	number to 1.3.26 and set 2.0pre1 as user-visible version string.

	* autogen.sh: require autoconf >= 2.54.

	* README
	* gap/README: removed explicit 1.3.x version numbers, speak of 2.0
	instead.

	* gap/gap_thumbnail.c (gap_thumb_file_load_thumbnail): removed
	unused variables.

2004-02-08  Wolfgang Hofer <hof@gimp.org>
	- bugfixes: changed iterator Procedures to follow up
		    LastValues Buffer Structure changes of the
	            plug-ins that are part of the gimp-2.0pre3 release

	* gap/gap_filter_iterators.c
	* gap/iter_ALT/mod/plug_in_blur_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_color_map_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_colorify_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_destripe_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_grid_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_pixelize_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_randomize_hurl_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_randomize_pick_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_randomize_slur_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_sample_colorize_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_maze_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_plasma_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_sinus_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_solid_noise_iter_ALT.inc

2004-02-01  Wolfgang Hofer <hof@gimp.org>
	bugfixes (free repaint buffers of the gap_pview drawing area widget)
	* gap/gap_lib.c [.h]
	* gap/gap_pview_da.c [.h]
	* gap/gap_navigator_dialog.c

2004-01-28  Wolfgang Hofer <hof@gimp.org>
	added new procedure gap_layer_copy_from_buffer
	* gap/gap_layer_copy.c [.h]

2004-01-23  Wolfgang Hofer <hof@gimp.org>
	bugfix: gap_vin_load_textfile set correct line_nr
	* gap/gap_vin.c

2004-01-27  Sven Neumann  <sven@gimp.org>

	* configure.in: AC_SUBST some values to workaround automake-1.6
	brokeness.  Use $datadir since $DATADIRNAME doesn't seem to be
	portable.

2004-01-26  Sven Neumann  <sven@gimp.org>

	* autogen.sh: prefer automake-1.7 over 1.8 since there are issues
	with the latter.

2004-01-26  Sven Neumann  <sven@gimp.org>

	* Made 1.3.25 release.

2004-01-26  Sven Neumann  <sven@gimp.org>

	* autogen.sh: use automake-1.8 if available.

	* NEWS
	* README: some minor updates.

2004-01-22  Wolfgang Hofer <hof@gimp.org>
	- removed xvpics support
	- added pixbuf support for rendering of the GAP preview widget.
	   Two variants of gap_pview_render_from_pixbuf are implemented.

	   with 
	     ./autogen.sh --enable-gdkpixbuf-pview
	     (calls ./configure --enable-gdkpixbuf-pview)
	     
	   you may compile gap_pview_da.c to use the GDK-pixbuf
	   procedures for scaling 
	   (may be of interest if your machine has GDK
	    supported hardware acceleration
	    but i dont know if this will speed up thumbnailbased playback)
	   
	   Here are the results of my performance Test:
	       Environment:
	         Linux 2.4.20, Pentium IV 2600 MHZ Cpu, 1GB Ram
		 nVidia Gforce4 Ti 4200 
	   
	       Player Settings:
		 Size: tested with square frames 128, 256, 512 pixel
		 Loop: On
		 UseThumbnails: On
		 ExactTiming: On
		 NO Audioplayback

	       Increase Speed until the Player prints out the text:
	       "DROP (SKIP) frame" to stdout.


	       GAP-internal Scaling:                         
	       Widget Size: 512x512   82 frames/sec
	       Widget Size: 256x256  136 frames/sec
	       Widget Size: 128x128  180 frames/sec    (1:1)

	       GDK pixbuf Scaling with GDK_INTERP_NEAREST
	       (configured with --enable-gdkpixbuf
	        compiled with -DGAP_PVIEW_USE_GDK_PIXBUF_RENDERING )
	       Widget Size: 512x512   37 frames/sec
	       Widget Size: 256x256   98 frames/sec
	       Widget Size: 128x128  160 frames/sec    (1:1)
	
	* configure.in
	* gap/gap_lib.c
	* gap/gap_thumbnail.c
	* gap/gap_pdb_calls.c [.h]
	* gap/gap_pview_da.c [.h]
	* gap/gap_player_dialog.c
	* gap/gap_navigator_dialog.c
	
2004-01-21  Wolfgang Hofer <hof@gimp.org>
	fixed some typo's (that were repoted in #132030)

	* gap/gap_mod_layer.c
	* gap/gap_mpege.c
	* gap/gap_range_ops.c
	* gap/gap_wr_opacity.c
	
2004-01-19  Wolfgang Hofer <hof@gimp.org>
	bugfix: in Playback Dialog
	callback procedures for the player's spinbutton widgets
	(from_spinbutton, to_spinbutton and framenr_spinbutton ...)
	must connect to "value_changed" rather than "changed" signal
	to immediate accept the values typed in by keyboard.
	
	* gap/gap_player_dialog.c

2004-01-19  Sven Neumann  <sven@gimp.org>

	* configure.in: fixed installation path for plug-ins and scripts
	that I broke with my latest changes.

	* autogen.sh: no need to check for gtk-2.0.m4; we don't use it.

2004-01-19  Sven Neumann  <sven@gimp.org>

	* configure.in
	* gap/Makefile.am: fixed libgimpthumb issues and some other
	oddities that Wolfgang did as workarounds.

2004-01-17  Wolfgang Hofer <hof@gimp.org>

	Changes to make use of libgimpthumb library.

	the new procedure gap_thumb_file_load_thumbnail	is based on
	libgimpthumb and can directly load thumbnail data from PNG
	thumbnail files. (speeds up thumbnail playback a little) 
	
	Added Layermask Functions for the Video/Frames Modify Module
		 
	* configure.in                 # put defs for MAJOR/MINOR/MICRO VERSION into config.h
	* gap/Makefile.am

	* gap/gap_main.c               # get main version from config.h
	* gap/gap_navigator_dialog.c   # bugfix: call of plug_in_gap_range_to_multilayer needs regionselect_mode
	* gap/gap_base_ops.c
	* gap/gap_lib.c
	* gap/gap_player_dialog.c
	* gap/gap_thumbnail.c [.h]
	* gap/gap_pview_da.c           # use gap_thumb_file_load_thumbnail
	* gap/gap_navigator_dialog.c   # use gap_thumb_file_load_thumbnail 
	* gap/gap_mod_layer.c [.h]     # added layermask support
	
	
2004-01-15  Wolfgang Hofer <hof@gimp.org>
	added new modules. the gap_wr_* modules are wrappers 
	for some GIMP Tool procedures with primitive GUI variants
	but with Iterator procedures and typical PDB Interface to call them
	with varying values on multiple layer or frames, or record
	calls as filtermacro.
	The dialogs install into /Video/Layer Menupath.

	* gap/Makefile.am
	* gap/gap_wr_opacity.c
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_levels.c
	* gap/gap_wr_color_huesat.c
	* po/POTFILES.in                 # added new files

2003-12-10  Sven Neumann  <sven@gimp.org>

	* configure.in: check for GIMP >= 1.3.24.

	* gap/gap_bluebox_main.c (query)
	* gap/gap_fmac_main.c (query): removed newlines from PDB help
	strings.

	* gap/gap_mov_render.c (gap_mov_render_render): use
	gimp_layer_remove_mask() instead of gimp_image_remove_layer_mask().

2003-12-06  Wolfgang Hofer <hof@gimp.org>

	Preprared NEWS and README files for prerelease
	Bluebox: Additional mode with both HSV and RGB thresholds

	* gap/gap_main.c    # updated internal main version
	* gap/gap_bluebox.c [h]
	* gap/gap_bluebox_main.c

2003-12-08  Sven Neumann  <sven@gimp.org>

	* gap/gap_bluebox_main.c
	* gap/gap_fmac_main.c
	* gap/gap_name2layer_main.c:
	s/gimp_undo_push_group/gimp_image_undo_group/

2003-12-04  Sven Neumann  <sven@gimp.org>

	* gap/gap_lib.c
	* gap/gap_range_ops.c: s/gimp_convert/gimp_image_convert/

	* gap/gap_mov_render.c: s/gimp_layer_mask/gimp_layer_get_mask/

2003-12-04  Sven Neumann  <sven@gimp.org>

	* gap/gap_bluebox.c
	* gap/gap_filter_iterators.c
	* gap/gap_mov_dialog.c
	* gap/gap_mov_exec.c
	* gap/gap_mov_render.c: s/layer_get_image_id/drawable_get_image/

2003-12-04  Sven Neumann  <sven@gimp.org>

	* gap/gap_mod_layer.c: s/layer_set_linked/drawable_set_linked/

2003-12-03  Sven Neumann  <sven@gimp.org>

	* gap/gap_bluebox.c
	* gap/gap_filter_foreach.c
	* gap/gap_layer_copy.c
	* gap/gap_match.c
	* gap/gap_mod_layer.c
	* gap/gap_mov_exec.c
	* gap/gap_mov_render.c
	* gap/gap_onion_base.c
	* gap/gap_range_ops.c
	* gap/gap_split.c: follow latest libgimp API changes.

2003-11-28  Sven Neumann  <sven@gimp.org>

	* configure.in: added missing AC_PROG_INTLTOOL.

	* Makefile.am (EXTRA_DIST): added missing intltool files.

	* gap/Makefile.am: respect $(DESTDIR).

	* libwavplayclient/Makefile.am (EXTRA_DIST): added $(libexec_SCRIPTS).

2003-11-28  Sven Neumann  <sven@gimp.org>

	* gap/gap_navigator_dialog.c (gap_navigator): simplified the
	dialog code by using the convenient gimp_dialog_run().

2003-11-26  Wolfgang Hofer <hof@gimp.org>
	Follow the gimp-1.3.23 API change (gimp_dialog_new)
	configure.in        # gimp-gap now reqires gimp-1.3.23
	gap/gap_bluebox.c
	gap/gap_navigator_dialog.c
2003-11-15  Wolfgang Hofer <hof@gimp.org>
	bugfixes:Playback: SizeButton SHIFT resulted in Overlapping
	         Widget arrangement.
		 Filtermacro: Buttons sensitivity now depends
		              on valid filtermacro scriptfile name.
	gap/gap_fmac_main.c
	gap/gap_player_dialog.c
	gap/README
	
2003-11-09  Wolfgang Hofer <hof@gimp.org>
	
	Filtermacro implementation and some bugfixes.

	The user can pick the filtercalls (PDB-name and last_values buffer)
	of the current session and record them in Filtermacro scripts
	for later use (in the same or in other sessions)
	WARNING:
	- filtermacro scripts are restricted to plug-ins that are able to run with LAST_VALUES.
	- filtermacro scripts are machine dependent 
	  and may refuse to run (or even crash) at playback on other machines.
	  (depending on byte order, padding, and such things)
	- filtermacro scripts are a temporary solution,
	  but support will be removed in the future.
	  (Gimp may have real Macro support then)
	- filtermacro scripts are useful for animations
	  they can be used like a single filter in "Filter All Layers"
	  or in the 'Frames Modify' Feature.
	
	gap/gap_dbbrowser_utils.c [.h] # use title_txt (no hardcoded window title), fixed close callbacks
	gap/gap_lib.c [.h]             # use const char 
	gap/gap_vin.c [.h]             # use const char

	gap/gap_fmac_main.c            # New Module: Filtermacro Script handling
	gap/Makefile.am                # updated to copile the new module gap_fmac_main
	po/POTFILES.in                 # added new file
	
2003-11-05  Wolfgang Hofer <hof@gimp.org>
	removed 'Import Layers' Plug-In from gimp-gap. 
	(This plug-in will be placed somwhere else in the GIMP source tree.
	it will not appear in gimp-gap CVS, because creation and change history
	happened on my local machine only)

	gap/gap_main.c               # updated main version
	gap/gap_imp_layer_main.c     # removed that file

2003-11-04  Wolfgang Hofer <hof@gimp.org>
		    gimprc:
		    (audioconvert_program "/usr/local/bin/audioconvert_to_wav.sh")

	bugfix: first save attempt of a NON-XCF frame
	was just recognized the first time in a GIMP-session.
	
	but must be also recognized when the first frame of any other
	NON-XCF animation is to be saved to disk.
	(the first save operation of NON-XCF frame
	 has to be performed INTERACTIVE to define settings for the file-save plug-in)

	ARRAY_DIALOG:
	blind attempt to fix the "window does not close on cancel button"  
	part of bug #125977. 
	(maybe gtk+2.x is a little different on
	Windows ? -- i dont have a windows environment to test gimp-gap)
	
	1) now call arr_close_callback explicite on Cancel and other buttons
	   rather than rely on the implicite call caused by "destroy" event
	   of the main dialog
	2) take care that gtk_main_quit and gtk_widget_destroy(dlg)
	   are called only once.
	3) gimprc configuration for filename extensions
	   allows to skip the warning dialog for all configured
	   fileformat extensions. (as suggegsted in #125977 feature request part)
	   
	   (video-save-flattened-xxx    "yes")
	   
	   where xxx is the extension (jpg, jpeg, png, gif ...)
	   
	
	bugfix: custom palette names for converting to indexed now 
	have typical platte extension .gpl
	(implayer_cmap.gpl , gap_cmap.gpl)
	
	gap/gap_lib.c [.h]
	gap/gap_arr_dialog.c   # attempt to fix 125977
	gap/gap_imp_layer_main.c

2003-11-02  Wolfgang Hofer <hof@gimp.org>
	added the 'Import Layers' Plug-In to the gimp-gap package. 

	changed message texts capitalization (#125429)
	and linebreaks  (#125430)
	There are still some linebreaks where i think it makes sense.

	gap/gap_arr_dialog.c
	gap/gap_base_ops.c
	gap/gap_bluebox.c
	gap/gap_dbbrowser_utils.c
	gap/gap_decode_xanim.c
	gap/gap_filter_foreach.c
	gap/gap_lib.c
	gap/gap_lock.c
	gap/gap_main.c
	gap/gap_mod_layer.c
	gap/gap_mov_dialog.c	
	gap/gap_mov_exec.c
	gap/gap_mpege.c
	gap/gap_name2layer_main.c
	gap/gap_navigator_dialog.c
	gap/gap_onion_dialog.c
	gap/gap_onion_main.c
	gap/gap_onion_worker.c
	gap/gap_player_dialog.c
	gap/gap_player_main.c
	gap/gap_range_ops.c
	gap/gap_split.c
	gap/README                   # updated docs
	gap/Makefile.am              # updated to copile the new module gap_imp_layer_main
	gap/gap_imp_layer_main.c     # new file
	gap/gap_layer_copy.c [.h]    # new procedure gap_layer_copy_to_image
	po/POTFILES.in               # added new file
	
2003-10-29  Wolfgang Hofer <hof@gimp.org>
	removed DEPRECATED gtk_window_set_policy calls
	In case of the MovePath this required some workarounds.
	With current workarounds you can enlarge the dialog window
	continously but all shrinking window resize actions 
	shrink down to the initial window size immediate.
	(The old version with gtk_window_set_policy did allow
	 continous shrinks, but sometimes placed wigets overlapping
	 each other after shriking the window)
	
	MovePath: removed MOVE_PATH_FRAMES_ENABLE conditional compiled
	layout otion for extra decoration frames in the layout
	
	gap/gap_player_dialog.c
	gap/gap_mov_dialog.c
	gap/gap_bluebox.c      # chnged processing order to feather before shrink
	
2003-10-26  Wolfgang Hofer <hof@gimp.org>
	bugfix:  MovePath rendering of the TraceLayer produces trash
	in the areas that should be transparent. (added an initial
	clear of the tracelayer at creation).
	bugfix: tracelayer and tweenlayer opacity handling must respect current
	         opacity of the moving object
	bugfix: #124897 (translation did not work because INIT_I18N() was missing
	
	gap/gap_arr_dialog.c [.h] # adjustment has type GtkObject
	gap/gap_mov_exec.c
	gap/gap_mov_render.c
	gap/gap_player_dialog.c   # bugfix #124896 typemissmatch "Cannels"
	gap/gap_name2layer_main.c # changed labeltext "Decoders:" to "Mode:"
	gap/gap_player_main.c     # #124897
	gap/gap_name2layer_main.c # #124897
	gap/README                # update docs for the new features
	
2003-10-22  Wolfgang Hofer <hof@gimp.org>
	bugfix MovePath Selection Handling.
	(When everything is selected in the SourceImage
	the whole Alpha Channel was cleared to full transparent)
	
	gap/gap_mov_render.c      # bugfix selectiopn handling
	gap/gap_mov_render.h      # bugfix selectiopn handling
	gap/gap_mov_exec.c
	gap/gap_mov_dialog.c
	gap/gap_player_dialog.c   # bugfix #124896 typemissmatch "Cannels"
	
2003-10-20  Wolfgang Hofer <hof@gimp.org>
	Merged changes from CVS-snapshot 2003.10.15
	with my local changes since 2003-10-04

2003-10-18  Wolfgang Hofer <hof@gimp.org>
	Request to remove dead code modules:
	(i think i already removed those file, 
	 but they appear in the CVS snaphots again)
	gap/gap_exchange_image.c   # dead code
	gap/gap_exchange_image.h   # dead code
	gap/resize.h               # dead code
	
	VCR Navigator: Removed Close Button.

2003-10-16  Wolfgang Hofer <hof@gimp.org>
	Extended MovePath to [optional] respect Selections
	in the SourceImage (or SourceFrames).
	feather_radius can be controled individual
	via controlpoint settings.
	(allows more or less smooth edges for the moving objects)
	
	extended controlpoint fileformat with feather_radius

2003-10-15  Wolfgang Hofer <hof@gimp.org>
	Extended MovePath to allow Bluebox Filtercalls
	on the handled moving SourceLayer.
	
2003-10-14  Wolfgang Hofer <hof@gimp.org>
	New Bluebox Plug-In
	Converts the keycolor to Transparent Aplhachannel
	based on a By Color Selection, and optional Selection Feather / Shrink Ops.


2003-10-09  Wolfgang Hofer <hof@gimp.org>
	Support for Selection Handling in 'Frames To Image'
	and 'Frames Modify' Plug-In.
	Now you can propagate Selections from one Frame
	into all Frames of a selected Framerange (Frames Modify)
	or pick up a Multilayer Image from Frames respecting Selections
	(Frames To Image)

2003-10-07  Wolfgang Hofer <hof@gimp.org>
	Cleanup all external Procedure and type names
	as first step for the planed Library libgimpgap.so

	here are the internal revision numbers that wer used for the cleanup
	(those versions are kept on my local machine only and were not
	checked into CVS)
	gimp-gap-1.3.20d_pre107  # compileclean with all new names	
	gimp-gap-1.3.20d_pre106  # manual name changes (that would conflict on automatic string replacements)
	gimp-gap-1.3.20d_pre105  # was the sourcecode base
	
	touched nearly ALL Sourcefiles for this Cleanup Step.
	the affected fiels are:
	
	gap/gap_arr_dialog.c  gap/gap_arr_dialog.h  
	gap/gap_base_ops.c  gap/gap_dbbrowser_utils.c  gap/gap_dbbrowser_utils.h  
	gap/gap_decode_xanim.c  gap/gap_filter.h  gap/gap_filter_codegen.c  
	gap/gap_filter_foreach.c  gap/gap_filter_pdb.c  gap/gap_filter_pdb.h  
	gap/gap_frontends_main.c  gap/gap_layer_copy.c  gap/gap_layer_copy.h  
	gap/gap_lib.c  gap/gap_lib.h  gap/gap_lock.c  gap/gap_lock.h  gap/gap_main.c  
	gap/gap_match.c  gap/gap_match.h  gap/gap_mod_layer.c  gap/gap_mod_layer.h  
	gap/gap_mov_dialog.c  gap/gap_mov_dialog.h  gap/gap_mov_exec.c  
	gap/gap_mov_exec.h  gap/gap_mov_render.c  gap/gap_mov_render.h  gap/gap_mpege.c  
	gap/gap_mpege.h  gap/gap_name2layer_main.c  gap/gap_navi_activtable.c  
	gap/gap_navi_activtable.h  gap/gap_navigator_dialog.c  gap/gap_onion_base.c  
	gap/gap_onion_base.h  gap/gap_onion_dialog.c  gap/gap_onion_dialog.h  
	gap/gap_onion_main.c  gap/gap_onion_main.h  gap/gap_onion_worker.c  
	gap/gap_onion_worker.h  gap/gap_pdb_calls.c  gap/gap_pdb_calls.h  
	gap/gap_player_dialog.c  gap/gap_player_dialog.h  gap/gap_player_main.c  
	gap/gap_player_main.h  gap/gap_pview_da.c  gap/gap_pview_da.h  
	gap/gap_range_ops.c  gap/gap_range_ops.h  gap/gap_resi_dialog.c  
	gap/gap_resi_dialog.h  gap/gap_split.c  gap/gap_thumbnail.c  gap/gap_thumbnail.h  
	gap/gap_timeconv.c  gap/gap_timeconv.h  gap/gap_vin.c  gap/gap_vin.h  
 

2003-10-06  Wolfgang Hofer <hof@gimp.org>
	MovePath: added GrabPath Button (new STOCK icon)
	  --> does not work properly, because the API
	      gimp_path_get_points is broken in gimp-1.3.20
	      (it delivers only the first 1/3 of the path points)
	Show waiting_cursor while busy with rendering the AnimPreview
	Added NON-Interactive API for the new MovePath features
	
 	* gap/gap_main.c
 	* gap/gap_mov_dialog.c [.h]
	* gap(gap_stoc.c [.h]
	
2003-10-05  Wolfgang Hofer <hof@gimp.org>
	Player: tweaks in the resize behavior of the dialog window
	MovePath: On Window resize (enlarge), automatic
	resize the Preview to use the extra layout space.
	keep a cached copy of the currently displayed frame
	(tmp_alt_image_id)
	to speed up instant update requests.
	Implemented rendering for tween_layer and trace_layer features.

 	* gap/gap_mov_dialog.c [.h]
 	* gap/gap_mov_render.c [.h]
 	* gap/gap_mov_exec.c [.h]

2003-10-04  Wolfgang Hofer <hof@gimp.org>

	Array Dialog: bugfix: added missing implementation for WGT_RADIO defaults
 	* gap/gap_arr_dialog.c [.h]

2003-10-15  Danilo Å egan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-10-15  Sven Neumann  <sven@gimp.org>

	Fixed translation of menu entries (reported in bug #124600):

	* configure.in: don't add GAPLIBDIR to CPPFLAGS here...

	* gap/Makefile.am: ... but include it here in AM_CPPFLAGS.

	* gap/gap-intl.h: bail out if config.h hasn't been included earlier.

	* gap/gap_filter_main.c
	* gap/gap_frontends_main.c
	* gap/gap_main.c
	* gap/gap_name2layer_main.c
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_base.c
	* gap/gap_onion_main.c
	* gap/gap_pdb_calls.c
	* gap/gap_player_main.c: no need to call INIT_I18N() in query()
	functions. Call gimp_plugin_domain_register() before registering
	procedure with menu entries.

2003-09-30  Sven Neumann  <sven@gimp.org>

	* gap/gap_match.c (p_match_number): added a missing const qualifier,
	removed trailing whitespace.

2003-09-28  Wolfgang Hofer <hof@gimp.org>
	MovePath: dialog layout reorganisation
	bugfixes: 
	- report errors when controlpointfile load/save failed.
	- overwrite warning dialog if controlpointfile already exists. 
	new  features (some are not completely finished yet)
	- Instant Apply
	- Perspective Transformation
	- Stepspeed Factor
	- Tween Layer Processing for fast moving objects  
	  ==> Rendering not implemented yet
	- TraceLayers
	  ==> Rendering not implemented yet
	- changed Scalefactors, Opacity and Rotation values
	  from int to float (int precentage 0 to 100 was not precise enough)
	- extended the controlpoint fileformat to handle float numbers
	  and perspective factors (old fileformat is also accepted at load)

 	* gap/gap_main.c
 	* gap/gap_mov_dialog.c [.h]
 	* gap/gap_mov_exec.c [.h]
 	* gap/gap_mov_render.c [.h]
 	* gap/gap_arr_dialog.c [.h]

2003-09-23  Sven Neumann  <sven@gimp.org>

	* gap/Makefile.am: no need for using EXTRA_PROGRAMS here, the
	automake conditional should be sufficient.

	* libwavplayclient/Makefile.am: install the audioconvert script as
	executable.

2003-09-23  Wolfgang Hofer <hof@gimp.org>
	checked all Iterator Procedures and fixed most of them
	to make plug-ins of the gimp-1.3.20 release
	work with 'Filter All Layers' again.
 	added new iter_ALT Procedures for some plug-ins 
	that had none, but make sense when called via 'Filter All Layers'
	Iterators now support more datatypes (guint, guint32, GimpRGB, GimpVector3)

 	Playback: use GAPLIBDIR to locate the default audioconvert program

 	* Makefile.am
 	* configure.in
 	* gap/Makefile.am
 	* gap/gap_dbbrowser_utils.c
 	* gap/gap_dbbrowser_utils.h
 	* gap/gap_filter.h
 	* gap/gap_filter_foreach.c
 	* gap/gap_filter_iterators.c
 	* gap/gap_filter_main.c	
 	* gap/gap_filter_pdb.c
 	* gap/gap_filter_pdb.h
 	* gap/gap_main.c
 	* gap/gap_mod_layer.c
 	* gap/gap_player_dialog.c
 	* gap/gimplastvaldesc.c	
 	* gap/gimplastvaldesc.h	
 	* gap/iter_ALT/README_iter_subdirs
 	* gap/iter_ALT/gen/plug_in_edge_iter_ALT.inc
 	* gap/iter_ALT/gen/plug_in_mosaic_iter_ALT.inc
 	* gap/iter_ALT/gen/plug_in_newsprint_iter_ALT.inc
 	* gap/iter_ALT/gen/plug_in_randomize_hurl_iter_ALT.inc
 	* gap/iter_ALT/gen/plug_in_randomize_pick_iter_ALT.inc
 	* gap/iter_ALT/gen/plug_in_randomize_slur_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_alienmap2_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_apply_canvas_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_blur_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_colortoalpha_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_deinterlace_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_exchange_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_illusion_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_lic_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_lighting_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_make_seamless_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_max_rgb_iter_ALT.inc	
 	* gap/iter_ALT/mod/plug_in_maze_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_normalize_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_nova_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_papertile_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_plasma_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_sel_gauss_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_sinus_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_small_tiles_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_sobel_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_solid_noise_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_unsharp_mask_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_vinvert_iter_ALT.inc	
 	* libwavplayclient/Makefile.am	
	
2003-09-22  Sven Neumann  <sven@gimp.org>

	* configure.in: redone the checks for audio support and build of
	unix frontends. Moved the output to the end and introduced
	automake conditionals.

	* gap/Makefile.am
	* gap/gap_player_dialog.c: changed accordingly.

	* Makefile.am: build the libwavclient directory conditionally.

	* gap/gap_navigator_dialog.c (run): cannot use kill() on WIN32.

2003-09-15  Wolfgang Hofer <hof@gimp.org>
	bugfix attempt for #122220 (gap_frontends require UNIX to run)

	Non UNIX users should run autogen.sh (configure) with the new option
	--disable-unix-frontends when they run into compile troubles
	
 	* configure.in	            new parameter: --disable-unix-frontends 
 	* gap/Makefile.am
 	* gap/gap_decode_xanim.c
	
2003-09-14  Wolfgang Hofer <hof@gimp.org>
	Updated GAP Version of DBBROWSER to remove old DEPRECATED codeparts.
	  (Merged in from
	  gimp-1.3.20/plug-ins/dbbrowser/dbbrowser_utils.c)
	  Added display of the MenuPath, and Search by MenuPath Button
	  This was needed because Users of FilterAllLayers 
	  (or Video/FramesModify) may not find the requested Filter
	  by searching for the internal PDB Name.

	But this is not the final solution, because there is no API for plug-ins
	to get the Translated MenuPath for the plug-ins in the PDB.
	(at least i did not found an API that can do that)

	new features:
	- Player: Added "Copy As Wavfile" Button and corresponding PopUp Dialog
	          allows conversion from other audioformats to wav, 
		  and optional resample using lower samplerates.
		  The Conversion is done by CALL of a configurable external Program.
		    gimprc:
		    (audioconvert_program "/usr/local/bin/audioconvert_to_wav.sh")
		    env:
		    export AUDIOCONVERT_TO_WAV=/usr/local/bin/audioconvert_to_wav.sh
		  Added audioconvert_to_wav.sh script as external Program,
		  based on sox and lame. 
		  (now can handle MP3 and other audiofile formats
		   by converting to RIFF WAV)
	- Player: Added Video time and videoframes Labels in the Audio TAB.
	- Player: Use Abstract AudioPlayerClient API (apcl_ ) Procedures
	           
	bugfixes:
	- Player: scaling of the Player window did unwanted skip to the initial Frame Number.
	- fixed some compiler warnings
	- Player: FrameNr Spinbutton callback must 
	        resync audio to the new Position when playing
	- Player: Selection of a new audiofile did continue play the old one
	- Player: selection of audiofile via fileselect dialog did not work (sometimes)		
	 
	* libwavplayclient/audioconvert_to_wav.sh  [newly added]
	* libwavplayclient/wpc_client.c
	* libwavplayclient/wpc_lib.h
 	* gap_dbbrowser_utils.c [.h]
 	* gap/gap_match.c [.h]
 	* gap/gap_player_dialog.c
 	* gap/gap_player_main.c [.h]
 	* gap/gap_arr_dialog.c        extended WGT_LABEL (now can create 2 LABELS per row)

	changed Makefiles and Configure to use 	libwavplayclient.a
	as convenience-Library.
	Added Abstract AudioPlayerClient API Procedures Layer (apcl_)
	* Makefile.am
	* configure.in
	* libwavplayclient/Makefile.am
	
	deleted duplicate sourcefiles in the gap directory
	the original wpc_* files belong to libwavplayclient.a
	and should appear in the libwavplayclient only.

	* gap/wpc_*.c [.h]    REMOVED dont add those file to distributions any longer.
	
2003-09-13  Sven Neumann  <sven@gimp.org>

	* libwavplayclient/client.[ch]
	* libwavplayclient/msg.c
	* libwavplayclient/procterm.c
	* libwavplayclient/wavfile.c
	* libwavplayclient/wavfile.[ch]: removed $Log keyword from there
	files together with the cvs log that was inserted when I did my
	last commit. It broke the build :(

2003-09-08  Sven Neumann  <sven@gimp.org>

	* gap/gap_player_main.c
	* gap/gap_name2layer_main.c: fixed harmless but annoying compiler
	warnings.

	* libwavplayclient/client.c
	* libwavplayclient/wavfile.c: include <glib.h> for g_strerror(),
	removed redefinition of TRUE/FALSE.

2003-09-07  Wolfgang Hofer <hof@gimp.org>

	Playback Module: 
 	  added ctrl/alt modifiers for callback on_go_button_clicked
 	  added optional audiosupport based on wavplay (Linux only)
 	    (Dont know how to make/install libwavplayclient as library
 	     the gap/wpc_* files are just a workaround to compile without
	     libwavplayclient)
	
 	VCR-Navigator: 
 	 bugfix: show waiting cursor at long running ops
 		 to set range begin/end frame
 	 bugfix: frame timing labels did always show time at 24.0 fps
 		 now use the current framerate as it should be.	
 	* configure.in	      new parameter: --disable-audiosupport 
 	* gap/Makefile.am     variable GAP_AUDIOSUPPORT (for conditional audiosupport)
 	* gap/gap_player_dialog.c
 	* gap/gap_vin.c (force timezoom value >= 1 in case .vin has 0 value)
 	* gap/gap_navigator_dialog.c
 	* gap/gap_mpege.c	     (bugfix for #121145 translation text)
 	* gap/gap_lib.c [.h]
 	* gap/gap_timeconv.c [.h]
 	new files ()
 	* gap/wpc_client.c
 	* gap/wpc_lib.h
 	* gap/wpc_msg.c
 	* gap/wpc_procterm.c
 	* gap/wpc_wavfile.c
 	* libwavplayclient/wpc_client.c
 	* libwavplayclient/wpc_lib.h
 	* libwavplayclient/wpc_msg.c
 	* libwavplayclient/wpc_procterm.c
 	* libwavplayclient/wpc_wavfile.c
 	* libwavplayclient/COPYING
 	* libwavplayclient/Makefile.am       /* Not finished and currently not OK */
 	* libwavplayclient/README
 	* libwavplayclient/client.c
 	* libwavplayclient/client.h
 	* libwavplayclient/msg.c
 	* libwavplayclient/procterm.c
 	* libwavplayclient/wavfile.c
 	* libwavplayclient/wavfile.h
 	* libwavplayclient/wavplay.h

2003-09-01  Metin Amiroff  <metin@karegen.com>

	* configure.in: Added "az" in ALL_LINGUAS.

2003-08-25  Sven Neumann  <sven@gimp.org>

	* gap/gap_vin.c (p_get_video_info): use g_new0() instead of the
	ugly g_malloc0() construct. Initialize timezoom to 1 to avoid
	instant crash of the GAP navigator due to division by zero.

2003-08-23  Wolfgang Hofer <hof@gimp.org>

	increased entry_width for framenumbers from 45 to 80 (45 is too
	small for 6 digits)
	bugfix: do not attempt to write thumbnails for internal save op with
	temp filenames
	bugfix: onionskin automatic sometimes goes crazy when vin_ptr struct
	is not properly initialized
	* gap/gap_arr_dialog.c
	* gap/gap_vin.c (p_get_video_info must clear (g_malloc0) vin_ptr
	struct at creation)
	* gap/gap_lib.c (dont mix gap_debug messages to stdout/stderr)

2003-08-19  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Removed "ga" "gl" "ro" from ALL_LINGUAS.

2003-07-31  Wolfgang Hofer <hof@gimp.org>
	message text fixes for translators (# 118392)
	* gap/gap_arr_dialog.c
	* gap/gap_base_ops.c
	* gap/gap_mpege.c
	* gap/gap_main.c 
	* gap/gap_range_ops.c
	* gap/gap_decode_xanim.c
	* gap/gap_player_dialog.c
	* gap/gap_mov_dialog.c
	
2003-07-30  Sven Neumann  <sven@gimp.org>

	* configure.in: use AM_PATH_GIMP_2_0, changed gettext domain to
	gimp20-gap.

2003-07-29  Wolfgang Hofer <hof@gimp.org>
	Minor fixes: compiler warnings signed/unsigned comparisons,
	types of parameters in the GimpPlugInInfo.run procedure
	changed to fit gimp-1.3.17
	gimp_interactive_selection_font was renamed to:  gimp_font_select_new
	* gap/gap_main.c
	* gap/gap_arr_dialog.c [.h]
	* gap/gap_filter_iterators.c
	* gap/gap_filter_main.c
	* gap/gap_filter.h	
	* gap/gap_timeconv.c
	* gap/gap_frontends_main.c
	* gap/gap_name2layer_main.c
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_main.c
	* gap/gap_player_main.c
	
2003-07-14  Sven Neumann  <sven@gimp.org>

	* gap/gap_mpege.c
	* gap/gap_name2layer_main.c
	* gap/gap_onion_base.c
	* gap/gap_onion_dialog.c	
	* gap/gap_split.c: removed whitespace from messages (bugs #117205
	and #117206) and fixed a typo (bug #117207). Removed trailing
	whitespaces from the code.

2003-07-12 Wolfgang Hofer <hof@gimp.org>
     Onionskin Configuration Dialog:
     added Close Button, Auto Create after Load, Auto Delete before Save
     (suggestions from Richard Van Den Boom),
     Scope of Onionskin Settings changed from "Global for GIMP Session"
     to "Permanent for the current Animation"
     (Settings are now stored in the *_vin.gap files)
	  
     Some Internal Reorganisations, more general video_info file handling
     (added processing of the onionskin Settings here)  
     
     Bugfixes Navigator Dialog: video paste now working again,
				scale slider now reflects visible size
				del_button, dup_button sensitvity depends on selections
     
     * gap/gap_onion_base.c [.h]   (newly created modules, spliited of from gap_onion_worker)
     * gap/gap_onion_worker.c [.h]
     * gap/gap_onion_main.c [.h]
     * gap/gap_onion_dialog.c
     * gap/gap_lib.c [.h]
     * gap/gap_vin.c [.h]
     
     * gap/gap_navigator_dialog.c
     * gap/gap_arr_dialog.c
     * gap/gap_mov_dialog.c    // removed deprecated GtkKPreview widget (replaced by drawing_area based gap_pview_da calls)

     * gap/README:	  updated GAP-specific gimpc config
     * gap/Makefile.am
     
2003-07-07  Sven Neumann  <sven@gimp.org>

	* gap/README_developers: updated the example code. It was still
	refering to GIMP-1.0 API.

2003-07-06 Wolfgang Hofer <hof@gimp.org>
      bugfixes in onionskinlayer non-interactive PDB api, 
      bugfixes in onionskinlayer dialog  
      spinbutton values were ignored when typed into the entry 
       (connect to "value_changed" of the ajustment 
	rather than "changed" of spinbutton)
      added new parameter farn_opaque for ascending opacity.
      (useful for cross-fading)
      
      gap/gap_onion_main.c [.h]
      gap/gap_onion_worker.c

2003-07-04 Wolfgang Hofer <hof@gimp.org>
      bugfixes in the Navigator Dialog
       - Smart Thumbnail update
       - drop cached thumbnails (deafult icons) after Thumbnail update
      * gap/gap_navigator_dialog.c
      
2003-07-04 Wolfgang Hofer <hof@gimp.org>
       new Feature Change Framedensity
       Confirm Dialog for Frame Delete Operations

       should depend on new gimprc Paramter:
	  (video-confirm-frame-delete no)  // defaults to yes.
	  
	  ==> does not work. (gimprc was edited by hand)
	      ?? maybe gimprc does not support foreign keywords
		 (unknown to the gimp-core) any longer
       
       * gap/gap_main.c
       * gap/gap_bae_ops.c [.h]
       * gap/gap_arr_dialog.c [.h]

2003-07-02 Wolfgang Hofer <hof@gimp.org>
	Navigator Dialog: bugfix for highlighting of selected items.
	minor Tooltips helptext fixes
	* gap/gap_navigator_dialog.c
	* gap_onion_dialog.c

2003-06-30  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "hr" "it" "lt" "nn" "ro" "sl" "zh_CN" to ALL_LINGUAS.

2003-06-30  Sven Neumann  <sven@gimp.org>

	* gap/gap_decode_mpeg_main.c
	* gap/resize.c: removed these unused files from CVS.

2003-06-29 Wolfgang Hofer <hof@gimp.org>
	- VCR Navigator Redesign
	  - replaced all the scrolled_window stuff by a gtk_table
	    and add/remove rows on significant window height changes.
	      now the navigator can handle unlimited number of animframes
	      uses less resources and works faster.
	  - use gap_pview_da instead of deprecated gtk_preview
	  - mtime checking now based on framefilename
	    (checking the thumbnailfilename is not a good idea since we support
	     2 thumbnail standards)
	  - added Select All / Select None menu_items
	    to the PopUp Menu
	  - manage scroll and selection in navigator code.
	    
	    HIGHLIGHTING of the selected frame_widgets does not work yet.
	    (need to learn more about gtk to fix that)

	* gap/gap_navigator_dialog.c
	* gap/gap_pview_da.c [.h]
	* gap/Makefile.am
2003-06-26 Wolfgang Hofer <hof@gimp.org>
	- Player: layout bugfix preview drawing_area size did not math surrounding frame
		  (now using an aspect_frame, required some changes in resizing)
		  query gimprc for "show-tool-tips"
	* gap/gap_pview_da.c [.h]
	* gap/gap_player_main.c [.h]
	* gap_player_dialog.c
	
	- no textsplitting across multiple lables (for translation)
	* gap/gap_mpege.c
	* gap/gap_decode_xanim.c

-- gimp-gap-1.3.15a_pre52 --

2003-06-22 Wolfgang Hofer <hof@gimp.org>
       - downloaded CVS-snapshot gimp-gap-2003-06-20.tar.gz and
	 merged changes from mitch with my local copy of gimp-gap
	 (could not test the merged version, because gimp-1.3.16 was not availabe
	 for download, and i have no CVS)

	* ChangeLog		   (added merge comments)
	  configure.in		(using CVS 1:1 no changes needed)
	  gap/gap_decode_mpeg_main.c  (using CVS 1:1 no changes needed this is DEAD code)
	  gap/gap_filter_codegen.c    (using CVS 1:1 no changes needed)
	  gap/gap_filter_iterators.c  (using CVS 1:1 no changes needed)
	  gap/gap_filter_main.c       (using CVS 1:1 no changes needed)
	  gap/gap_filter_pdb.c	(using CVS 1:1 no changes needed)
	  gap/gap_frontends_main.c    (using CVS 1:1 no changes needed)
	* gap/gap_stock.c	     (initilized bug was already fixed local)
       
2003-06-21 Wolfgang Hofer <hof@gimp.org>
       - cleanup texts with leading/trailing spaces (textspacing)
	 (changes applied to all po/*.po files)
	* gap/gap_array_dialog.c
	* gap/gap_base_ops.c
	* gap/gap_decode_xanim.c
	* gap/gap_mod_layer
	* gap/gap_mpege.c
	* gap/gap_range_ops.c
	 
       - bugfixes and performance tweaks for the Playback Module
	  (use a seperate new module for rendering drawing_area with GDK routines,
	  and handle expose events in my own handler)
	* gap/gap_player_main.c [.h]
	* gap/gap_player_dialog.c [.h]
	* gap/gap_pview_da.c [.h]
	
       - VCR Navigator bugfix for OPS-Button handler makes SHIFT modifier work again.
       - gap_name2layer_main.c bugfix: MenuPath is language dependent string
       - gap_mov_dialog.c:  attempt to remove some deprecated calls (no success)
       
2003-06-15 Wolfgang Hofer <hof@gimp.org>
       - (hopefully temporary) Workaround in gap_pd_calls.c: p_gimp_image_thumbnail
	  gimp_image_thumbnail  cant handle size bigger than 128x128
	  but return success and NULL data pointer on bigger sizes
	  (The workaround tries a 2.nd call with reduced size in such cases)
	 
      - VCR Navigator:
	  now use new gap_player  Plug-In as new playback standard,
		SHIFT: use gimp animation play (on temp_image)
      - new modules for gap common use in playback and naviagator
	
	* gap/Makefile.am
	* gap/gap_pview.c [.h]
	* gap/gap_timeconv.c [.h]
      
2003-06-09 Wolfgang Hofer <hof@gimp.org>
      - Start Implementation of video playback modules
	* gap/Makefile.am
	* gap/gap_player_main.c [.h]
	* gap/gap_player_dialog.c [.h]
	
      - gap_stock.c:gap_stock_init  bugfix: must set initialized = TRUE; to avoid double init problems
	* images/Makefile.am
	* images/gap-play-reverse.png
	* images/gap-pause.png
	 
    
2003-06-20  Michael Natterer  <mitch@gimp.org>

	* configure.in: require autoconf 2.52 and GIMP 1.3.16.

	* gap/gap_decode_mpeg_main.c
	* gap/gap_filter_codegen.c
	* gap/gap_filter_iterators.c
	* gap/gap_filter_main.c
	* gap/gap_filter_pdb.c
	* gap/gap_frontends_main.c: made all GIMP_EXTENSION procedures
	normal GIMP_PLUGIN ones to follow the latest GIMP API change.

2003-06-20  Michael Natterer  <mitch@gimp.org>

	* gap/gap_stock.c (gap_stock_init): set initialized to TRUE
	before returning.

2003-06-04  Sven Neumann  <sven@gimp.org>

	* gap/gap_navigator_dialog.c
	* gap/gap_stock.[ch]: use GIMP and GTKstock icons instead of
	duplicating them.

	* images/Makefile.am
	* images/gap-delete.png
	* images/gap-duplicate.png
	* images/gap-first.png
	* images/gap-last.png
	* images/gap-next.png
	* images/gap-prev.png: removed duplicates of GIMP and GTK+ stock
	icons.

	* images/gap-*.png: replaced with versions from Jimmac's web-site
	that have full transparency.

2003-06-03 Wolfgang Hofer <hof@gimp.org>
      - switched to PNG stock-icons 
	  added gap_stock.c [.h]
	  added images directory
	  removed pixmaps directory
	  (gap_navigator_dialog.c, gap_mov_dialog.c)
      - gap_vin.c : using setlocale independent float conversion procedures  g_ascii_strtod() and g_ascii_dtostr()
      - gap_thumbnail.c:  check only for thumbnail-size "none" (suggested by sven see #113033)
			  removed p_gimp_file_has_valid_thumbnail

       ### unstable prerelease: gimp-gap-1.3.14a_pre37  (http://sven.gimp.org/gimp-gap-2003-05-30.tar.gz)

2003-05-27 Wolfgang Hofer <hof@gimp.org>
       - GAP thumbnail handling procedures are now in module gap_thumbnail
	 - support for new PNG thumbnail standard
	   (old .xvpics standard is supported too 
	   but only at read, copy, rename and delete file operations)
	 - conditional thumbnail creation depends on gimprc
	   keywords: thumbnail-size, video-thumbnails
	   value strings for video-thumbnails are "none", "standard"
	 
       - gap_lib  conditional save now depends on
	     GIMP standard gimprc keyword "trust-dirty-flag"
	     (removed support for old GAP private keyword "video-unconditional-frame-save")
       - gap_navigator_dialog 
	  - replaced scale widgets by spinbuttons
	  - check gimprc for layer-preview-size  (tiny to gigantic)
	    (old keyword was just "preview-size")
       - gap_split_image 
	  - bugfix: force default name (without numberpart) for unnamed image
		    (otherwise split would be rejected as "is already an animframe")
	  - added parameter: digits and only_visible 
	 
       - gap_mov_dialog.c some layout changes suggested by Jakub Steiner
	 - added pixmap to buttons (many thanks to Jakub for the Icons)
	 - Moved the preview Frame slider right below the preview
	 - Clear point and Clear all points was renamed to
	   Reset point/Reset all points.
	   
       - p_set_video_info: now keeps unkown keyword lines in 
	 'videoinfo (_vin.gap) files
	 (to be compatible to future expansions)
	 
       - internal sourcecode reorganisations:
	 -new module  gap_base_ops.c [.h]       split off from  gap_lib.c [.h]
	 -new module  gap_mov_render.c [.h]     split off from  gap_mov_dialog.c [.h]
	 -new module  gap_vin.c [.h]	    split off from  gap_pdb_calls.c [.h]
	 -new module  gap_thumbnail.c [.h]      from  gap_lib.c [.h] and gimp/app/core/gimpimagefile.c

2003-05-22 Wolfgang Hofer <hof@gimp.org>
       - added onionskin modules
	 gap_onion_main.c	\
	 gap_onion_main.h	\
	 gap_onion_dialog.c	\
	 gap_onion_dialog.h	\
	 gap_onion_worker.c	\
	 gap_onion_worker.h	\

	(this is the integration of the onionskin stand alone package
	 plus porting to gimp-1.3.14, gtk+-2.2)

2003-05-21 Wolfgang Hofer <hof@gimp.org>
       - added gap/gap_resi_dialog.c [h] again.
	 The code was completly rewritten inspired by gimp/app/resize.c
	 and provides dialogs for scale/resize/crop Frames
	 (now using the GimpOffsetArea widget.)
	 
2003-05-16 Wolfgang Hofer <hof@gimp.org>
       - gap_array_dialog  
	  - new WGT_FONTSEL
	  - gap_array_dialog  new WGT_DEFAULT_BUTTON 
	    moved to action area, now using button from stock GIMP_STOCK_RESET
	  - changed WGT_INT, and WGT_FLT from entry to spinbutton
	  - put OK button rightmost (new GUI standard)
       - Added new Plug-In gap_name2layer_main.c
	 create a textlayer from imagename (or its number part)
	 optional renders on active drawable.
       - Put OK Button right (Gnome GUI Standard)
	 gap_array_dialog.c, gap_mov_dialog.c, gap_mod_layer.c
	    
2003-05-09  Sven Neumann  <sven@gimp.org>

	Merged a large patch from Wolfgang Hofer.

	Did some cleanup after applying the patch:
	- Removed all calls to _gimp_help_init().
	- Replaced all calls to gtk_init() with gimp_ui_init().
	- Added back G*_DISABLE_DEPRECATED to the CPPFLAGS.
	- Replaced newly added deprecated code with non-deprecated
	  variants.

------- Wolfgang Hofer  2003.05.03 -------

Removed Files: 
  # (those files are no longer part of GAP, dont include them in distributions
  # but keep them in CVS for older GAP versions)

  gap/gap_resi_dialog.c
  gap/gap_resi_dialog.h
  gap/resize.c
  gap/resize.h
  gap/gap_exchange_image.c
  gap/gap_exchange_image.h
  gap/gap_decode_mpeg_main.c

Removed Dir:
  gap/gimp_1.0.2_src
  
 

New Files:
  gap/gap_lock.c
  gap/gap_lock.h
  gap/gap_lastvaldesc.c
  gap/gap_lastvaldesc.h
  gap/gimplastvaldesc.c
  gap/gimplastvaldesc.h
  
------- 

------------------
Porting Change Log
__________________

2003.05.03

x- filter all layers
  o- gimplastvaldesc will not be added to libgimp in gimp-1.3.x
     need more general solution for gimp 2.0
  x- add the old Iterator_ALT stuff (that was removed in the current port)
     - still need to check all interfaces

?- Tooltips does not work because gimp_help_init was removed ( was renamed to _gimp_help_init)
     gap_std_dialog (pid:2252): Gtk-CRITICAL **: file gtktooltips.c: line 244 (gtk_tooltips_set_tip): assertion `GTK_IS_TOOLTIPS (tooltips)' failed

   i changed gap to use _gimp_help_init instead of  gimp_help_init to keep 
   to keep calls to gimp_help_set_help_data working with gimp-1.3.12 . 

   ==> maybe this has to be changed because the name _gimp_help_init does not sound like a public interface ??,
       another idea to fix that, is to remove all calls to gimp_help_set_help_data
       and use native gtk_tooltips instead.
   (i also tried to use gimp_widgets_init but this did not work
    becuse it sometimes will be called twice.
    leads to crash in MovePath-> Animated preview where more dialog windows
    (MovePath dialog and array_dialog) are opened.

x- merge in (upto)6-digit framenumber support feature (from gap_vid_enc project)
x- implement renumber feature
x- merge in existing gap port into gimp-gap CVS version provided by sven   
x- Remove  gap_decode_mpeg  (gap_decode_mpeg_main.c)

   The obsolete plug-in gap_decode_mpeg uses the old unmaintained libmpeg
   and crashed in most of the tests...

   


2003.04.xx
 ------------------------------------
 GAP has moved to a seperate CVS project. "gimp-gap"
 Automake Makefiles configuration was created by Sven.
 The old GAP sourcecode (that was part of gimp-1.2.x) 
 with its complete history was used to create the new project.
 Sven did some little modifications (gap-intl.h) to comiple standalone with gimp-1.3.x
 ------------------------------------

2003.01.19
 x- use gimp_directory  (replace gimp_gimprc_query for "gimp_dir")
 
 x- GAP conditional save (based on gimp_image_is_dirty)
     The USER can turn ON unconditional Save (old behavior)
     by adding the following Line to .gimp-1.3/gimprc file:

      (video-unconditional-frame-save "yes")
      
 x- gap_arr_dialog   merged in changes of the gap_vid_enc project
		     added WGT_OPT_ENTRY (entry comined with Optionmenu) and WGT_DEFAULT_BUTTON
  
2002.09.21
 x- added gap_lastvaldesc
     (as wrapper for gimplastvaldesc that may (or may not) be part of libgimp
      depending on HAVE_LASTVALDESC_H )

2002.04.21
  API cleanup 

  x- redesign of gap_locking
     The new gap_locking uses a locktable with only one identifier 
     (used in gimp_set_data) and overwrites unused records in the locktable.
     
     (the old algorithm used the image_id with constant prefix as Locking key.
     But with the new methode gimp_displays_reconnect the image_id changes on
     each image exchange, and would leave a lot of useless locks.)

  x- removed all calls to gimp_drawable_set_image (obsolete)
    and use p_gimp_layer_new_from_drawable to copy layers from other images.
    (as recommanded by mitch -- see #77508 )
  
  x- GAP VCR Navigator must notice changes of the active_image_id



2002.03.23

 x- removed iter_ALT (subdir and all iter_ALT PDB Procedures, were replaced by Common Iterator)
 
 x- removed 
    gap_filter_codegen.c  (old codegeneraor stuff for iter_ALT procedures)
    gap_exchange_image.h .c  (now using gimp_displays_reconnect -- see #77508)


 x- gap_decode_xanim.c  (merged in bugfix 1.2.2c from stable branch; xanim call fails if . not in PATH or no write permission for current dir)


2002.03.12  gap-1.3.4_pre09

 x- Bugreport #74485: GAP crashes the GIMP-1.3.4 in the final call of gimp_displays_flush

    ==> The layer stealing strategy does not use clean API
	and will be replaced by a new clean Concept.