Skip to content
Snippets Groups Projects
  1. Nov 11, 2005
  2. Nov 10, 2005
  3. Nov 09, 2005
    • Tim-Philipp Müller's avatar
      Don't use gtk-doc markers for normal comments. Fix gtk-doc formatting where required. · da076cc7
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * ext/tarkin/wavelet.c:
      * ext/tarkin/wavelet.h:
      * gst/mpegaudioparse/gstmpegaudioparse.c:
      * gst/vbidec/vbidata.c:
      * gst/vbidec/vbiscreen.h:
      * sys/dxr3/ac3_padder.c:
      * sys/dxr3/dxr3audiosink.c:
      * sys/dxr3/dxr3spusink.c:
      * sys/dxr3/dxr3videosink.c:
      * sys/qcam/dark.c:
      Don't use gtk-doc markers for normal comments. Fix
      gtk-doc formatting where required.
      da076cc7
  4. Nov 08, 2005
  5. Nov 06, 2005
    • Julien Moutte Moutte's avatar
      examples/Makefile.am: Cleanup non existing examples. · 7a50084e
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-11-06  Julien MOUTTE  <julien@moutte.net>
      
      * examples/Makefile.am: Cleanup non existing
      examples.
      7a50084e
    • Julien Moutte Moutte's avatar
      docs/plugins/inspect.stamp: Add missing files. · 7bb394f6
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-11-06  Julien MOUTTE  <julien@moutte.net>
      
      * docs/plugins/inspect.stamp: Add missing files.
      7bb394f6
    • Julien Moutte Moutte's avatar
      examples/Makefile.am: Make buildbot happy. · 1eb0f9ef
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-11-06  Julien MOUTTE  <julien@moutte.net>
      
      * examples/Makefile.am: Make buildbot happy.
      1eb0f9ef
    • Julien Moutte Moutte's avatar
      Makefile.am: examples in dist subdirs. · d55ac283
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-11-06  Julien MOUTTE  <julien@moutte.net>
      
      * Makefile.am: examples in dist subdirs.
      * configure.ac: enable parameter for building
      examples.
      * docs/plugins/gst-plugins-bad-plugins.args:
      * docs/plugins/inspect/plugin-dfbvideosink.xml:
      * examples/Makefile.am: Updates.
      d55ac283
    • Julien Moutte Moutte's avatar
      Enable documentation. · 2438f585
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-11-06  Julien MOUTTE  <julien@moutte.net>
      
      * Makefile.am:
      * autogen.sh:
      * configure.ac:
      * docs/Makefile.am:
      * docs/plugins/.cvsignore:
      * docs/plugins/Makefile.am:
      * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
      * docs/plugins/gst-plugins-bad-plugins-decl.txt:
      * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
      * docs/plugins/gst-plugins-bad-plugins-sections.txt:
      * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
      * docs/plugins/gst-plugins-bad-plugins.args:
      * docs/plugins/gst-plugins-bad-plugins.hierarchy:
      * docs/plugins/gst-plugins-bad-plugins.interfaces:
      * docs/plugins/gst-plugins-bad-plugins.prerequisites:
      * docs/plugins/gst-plugins-bad-plugins.signals:
      * docs/plugins/gst-plugins-bad-plugins.types:
      * docs/plugins/inspect/plugin-dfbvideosink.xml:
      * docs/version.entities.in: Enable documentation.
      * examples/Makefile.am:
      * examples/directfb/Makefile.am:
      * examples/directfb/decker.ttf:
      * examples/directfb/dfblogo.png:
      * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
      (size_changed), (setup_dynamic_link), (main): Add an example
      application for DirectFB.
      2438f585
  6. Nov 05, 2005
    • Julien Moutte Moutte's avatar
      ext/directfb/Makefile.am: Add the example application. · 72e3851f
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-11-06  Julien MOUTTE  <julien@moutte.net>
      
      * ext/directfb/Makefile.am: Add the example application.
      * ext/directfb/dfb-example.c: (get_me_out), (main):
      Here is an example application that runs videotestsrc for 20
      seconds. It's included in the documentation.
      * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
      (gst_dfbvideosink_setup),
      (gst_dfbvideosink_can_blit_from_format),
      (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
      More fixes, calculate new size of the buffer when renegotiating.
      This completely breaks ffmpegcolorspace but i need to discuss
      that with Wim on monday. Add documentation.
      72e3851f
    • Julien Moutte Moutte's avatar
      ext/directfb/dfbvideosink.c: Make acceleration detection work, better, add... · 0adb034b
      Julien Moutte Moutte authored
      ext/directfb/dfbvideosink.c: Make acceleration detection work, better, add safety checks and ARGB support for cards t...
      
      Original commit message from CVS:
      2005-11-05  Julien MOUTTE  <julien@moutte.net>
      
      * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
      (gst_dfbvideosink_setup),
      (gst_dfbvideosink_can_blit_from_format),
      (gst_dfbvideosink_getcaps): Make acceleration detection work,
      better, add safety checks and ARGB support for cards that
      support it.
      0adb034b
  7. Nov 04, 2005
    • Julien Moutte Moutte's avatar
      ext/directfb/dfbvideosink.*: Now does clipping when surface is too small,... · 478c8ba2
      Julien Moutte Moutte authored
      ext/directfb/dfbvideosink.*: Now does clipping when surface is too small, handles upstream elements that are not call...
      
      Original commit message from CVS:
      2005-11-04  Julien MOUTTE  <julien@moutte.net>
      
      * ext/directfb/dfbvideosink.c:
      (gst_dfbvideosink_surface_create),
      (gst_dfbvideosink_surface_destroy),
      (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
      (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
      (gst_dfbvideosink_buffer_alloc):
      * ext/directfb/dfbvideosink.h: Now does clipping when surface
      is too small, handles upstream elements that are not calling
      gst_pad_alloc_buffer, fixes a lot of bugs.
      478c8ba2
  8. Nov 03, 2005
  9. Nov 02, 2005
    • Julien Moutte Moutte's avatar
      configure.ac: Requires DirectFB 0.9.24 · 353fd82f
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-11-02  Julien MOUTTE  <julien@moutte.net>
      
      * configure.ac: Requires DirectFB 0.9.24
      353fd82f
    • Christian Schaller's avatar
      add directfb to distdir · 75051016
      Christian Schaller authored
      Original commit message from CVS:
      add directfb to distdir
      75051016
    • Julien Moutte Moutte's avatar
      Complete rewrite/port of · d99ae29b
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-11-02  Julien MOUTTE  <julien@moutte.net>
      
      * configure.ac:
      * ext/Makefile.am:
      * ext/directfb/Makefile.am:
      * ext/directfb/dfbvideosink.c:
      (gst_dfbvideosink_get_format_name),
      (gst_dfbvideosink_surface_create),
      (gst_dfbvideosink_surface_destroy),
      (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
      (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
      (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
      (gst_dfbvideosink_get_format_from_caps),
      (gst_dfbvideosink_get_caps_from_format),
      (gst_dfbvideosink_can_blit_from_format),
      (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
      (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
      (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
      (gst_dfbvideosink_show_frame),
      (gst_dfbvideosink_bufferpool_clear),
      (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
      (gst_dfbsurface_init), (gst_dfbsurface_class_init),
      (gst_dfbsurface_get_type),
      (gst_dfbvideosink_interface_supported),
      (gst_dfbvideosink_interface_init),
      (gst_dfbvideosink_navigation_send_event),
      (gst_dfbvideosink_navigation_init),
      (gst_dfbvideosink_set_property),
      (gst_dfbvideosink_get_property),
      (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
      (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
      (plugin_init):
      * ext/directfb/dfbvideosink.h:
      * ext/directfb/directfbvideosink.c:
      * ext/directfb/directfbvideosink.h: Complete rewrite/port of
      DirectFB video sink to 0.9. Handles reverse negotiation,
      hardware
      scaling, navigation, buffer allocation from video memory etc...
      d99ae29b
  10. Oct 31, 2005
  11. Oct 28, 2005
    • Tim-Philipp Müller's avatar
      ext/sdl/sdlvideosink.*: Fix I420 output on some machines (not very nice, but should work). · a8ef4114
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
      (gst_sdlvideosink_class_init),
      (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
      (gst_sdlvideosink_show_frame):
      * ext/sdl/sdlvideosink.h:
      Fix I420 output on some machines (not very nice, but should work).
      Add an 'sdlvideosink' debug category. Disable formats that do
      not work. Fix some vararg function issues.
      a8ef4114
  12. Oct 27, 2005
  13. Oct 26, 2005
  14. Oct 25, 2005
  15. Oct 24, 2005
  16. Oct 23, 2005
  17. Oct 21, 2005
Loading