mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
bc5a2ed427
Original commit message from CVS: jpegenc ported to GStreamer 0.9
135 lines
4.4 KiB
Text
135 lines
4.4 KiB
Text
2005-09-08 Flavio Oliveira <flavio.oliveira@indt.org.br>
|
|
|
|
* ext/jpeg/Makefile.am:
|
|
* ext/jpeg/gstjpeg.c
|
|
* ext/jpeg/gstjpegenc.c:
|
|
* ext/jpeg/gstsmokeenc.c:
|
|
|
|
2005-09-07 Stefan Kost <ensonic@users.sf.net>
|
|
|
|
* ext/flac/gstflacdec.c:
|
|
* ext/flac/gstflacenc.c:
|
|
* ext/flac/gstflactag.c:
|
|
* ext/speex/gstspeexenc.c:
|
|
gsttaginterface.h -> gsttagsetter.h
|
|
|
|
2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
|
|
|
|
* configure.ac:
|
|
* gst/debug/Makefile.am:
|
|
* gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
|
|
(gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
|
|
(gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
|
|
(gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
|
|
(gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
|
|
Port to 0.9 and re-enable efence plugin.
|
|
|
|
2005-09-06 Tim-Philipp Müller <tim at centricular dot net>
|
|
|
|
* ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
|
|
(gst_flacdec_write), (gst_flacdec_convert_src):
|
|
* ext/flac/gstflacdec.h:
|
|
Add support for flac files with 24/32 bits per sample; and misc.
|
|
minor clean-ups. Seeking is still partly broken (for me at least).
|
|
|
|
2005-09-06 Wim Taymans <wim@fluendo.com>
|
|
|
|
* gst/rtp/Makefile.am:
|
|
* gst/rtp/gstrtp.c: (plugin_init):
|
|
* gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
|
|
(gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
|
|
(gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
|
|
(gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
|
|
(gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
|
|
(gst_rtpmp4vdec_plugin_init):
|
|
* gst/rtp/gstrtpmp4vdec.h:
|
|
* gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
|
|
(gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
|
|
(gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
|
|
(gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
|
|
(gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
|
|
(gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
|
|
* gst/rtp/gstrtpmp4venc.h:
|
|
* gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
|
|
* gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
|
|
Added mpeg4 video payload encoder/decoder.
|
|
Added some docs in mpa payloader.
|
|
|
|
=== release 0.9.1 ===
|
|
|
|
2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* NEWS:
|
|
* README:
|
|
* RELEASE:
|
|
* autogen.sh:
|
|
* configure.ac:
|
|
releasing 0.9.1, "Blondie"
|
|
|
|
2005-09-05 Andy Wingo <wingo@pobox.com>
|
|
|
|
* ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
|
|
here from the state change handler, so we fire signals without
|
|
holding the state lock.
|
|
|
|
2005-09-02 Andy Wingo <wingo@pobox.com>
|
|
|
|
* All plugins updated for element state changes.
|
|
|
|
2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* Makefile.am:
|
|
* check/.cvsignore:
|
|
* check/Makefile.am:
|
|
* check/elements/.cvsignore:
|
|
* check/elements/level.c: (setup_level), (cleanup_level),
|
|
(GST_START_TEST), (level_suite), (main):
|
|
add a test for level
|
|
* common/release.mak:
|
|
move the enum checking to release.mak
|
|
* configure.ac:
|
|
add valgrind and check checking
|
|
* gst/level/gstlevel.c: (gst_level_transform):
|
|
* gst/level/gstlevel.h:
|
|
fix Andy's cast bug
|
|
convert a field to int
|
|
fix the arithmetic to int when checking for emit so that a
|
|
100-sample buffer of a 1000Hz stream triggers after 0.1 sec
|
|
|
|
2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* Makefile.am:
|
|
* configure.ac:
|
|
add docs to build
|
|
* common/plugins.xsl:
|
|
wrap Description into a refsect2
|
|
* docs/Makefile.am:
|
|
* docs/plugins/Makefile.am:
|
|
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
|
|
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
|
* gst/goom/Makefile.am:
|
|
* gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
|
|
(gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
|
|
(gst_goom_sink_setcaps), (gst_goom_src_setcaps),
|
|
(gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
|
|
(gst_goom_change_state):
|
|
* gst/goom/gstgoom.h:
|
|
GstGOOM -> GstGoom
|
|
add an example launch line
|
|
* gst/level/gstlevel.h:
|
|
* gst/monoscope/gstmonoscope.c:
|
|
cleanups
|
|
|
|
2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* configure.ac:
|
|
* docs/plugins/Makefile.am:
|
|
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
|
|
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
|
* docs/plugins/gst-plugins-good-plugins.types:
|
|
document elements and plugins. Shazam !
|
|
|
|
2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* split off gst-plugins-good from gst-plugins. Old ChangeLog can
|
|
be found under doc/random/ChangeLog-0.8
|