summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.11.94RELEASE-0.11.94Tim-Philipp Müller2012-09-141-2/+4670
|
* Release 0.11.92RELEASE-0.11.92Sebastian Dröge2012-06-071-2/+979
|
* Release 0.11.91RELEASE-0.11.91Sebastian Dröge2012-05-131-2/+1031
|
* Release 0.11.90RELEASE-0.11.90Sebastian Dröge2012-04-121-16/+1962
|
* Release 0.11.2RELEASE-0.11.2Wim Taymans2012-03-221-2/+575
|
* RELEASE 0.11.1RELEASE-0.11.1Wim Taymans2012-02-171-4/+11305
|
* Release 0.10.22RELEASE-0.10.22Tim-Philipp Müller2011-05-101-2/+3932
| | | | | | | | | | | | | | | | | | Highlights: - hlsdemux: Add HTTP live streaming parser/demuxer element - new elements: h263parse, zebrastripe, patchdetect - scenechange: new scene change detection element - removed audioparsersbad plugin, it has been moved to -good - make opencv plugin work with OpenCV 2.2 - countless (still experimental) camerabin2 fixes and improvements - experimental VP8 RTP payloader/depayloader (RTP payloading not finalised yet) - curlsink: add libcurl-based sink element (acts as client, not server) - decklink: add decklink plugin - linsys: add plugin for Linear Systems SDI boards - sdi: add raw SDI muxing/demuxing elements - camerabin now relies on muxers to mux based on running time (ie. latest base/good/ugly releases) - many other fixes and improvements
* Release 0.10.21RELEASE-0.10.21Tim-Philipp Müller2011-01-211-3/+7155
|
* Release 0.10.20RELEASE-0.10.20Tim-Philipp Müller2010-09-031-2/+3934
|
* Release 0.10.19RELEASE-0.10.19Tim-Philipp Müller2010-05-311-2/+3187
|
* Release 0.10.18RELEASE-0.10.18Tim-Philipp Müller2010-03-061-2/+3104
|
* Release 0.10.17RELEASE-0.10.17Jan Schmidt2009-11-171-0/+110
|
* 0.10.16.2 pre-releaseJan Schmidt2009-11-091-24/+1005
|
* Release 0.10.16RELEASE-0.10.16Jan Schmidt2009-10-231-2/+208
|
* release 0.10.15RELEASE-0.10.15Jan Schmidt2009-10-211-0/+101
|
* 0.10.14.3 pre-releaseJan Schmidt2009-10-151-0/+76
|
* 0.10.14.2 pre-releaseJan Schmidt2009-10-121-14/+2617
|
* Release 0.10.14Tim-Philipp Müller2009-08-291-21/+3297
|
* Release 0.10.13RELEASE-0.10.13Jan Schmidt2009-06-181-2/+1352
|
* Release 0.10.12RELEASE-0.10.12Jan Schmidt2009-05-201-0/+13
|
* 0.10.11.3 pre-releaseJan Schmidt2009-05-161-0/+1077
|
* 0.10.11.2 pre-releaseJan Schmidt2009-05-121-2/+1937
|
* Release 0.10.11RELEASE-0_10_11Jan Schmidt2009-03-211-17904/+29079
|
* Release 0.10.10RELEASE-0_10_10GIT_CONVERSIONJan Schmidt2009-01-191-0/+7
| | | | | Original commit message from CVS: Release 0.10.10
* configure.ac: 0.10.9.3 pre-releaseJan Schmidt2009-01-091-0/+5
| | | | | | Original commit message from CVS: * configure.ac: 0.10.9.3 pre-release
* gst/mpegdemux/gstmpegtsdemux.c: Don't forward duration requests in BYTES, ↵David Schleef2009-01-091-0/+6
| | | | | | | | | since the returned value doesn't mean anyth... Original commit message from CVS: * gst/mpegdemux/gstmpegtsdemux.c: Don't forward duration requests in BYTES, since the returned value doesn't mean anything. Fixes #566959
* gst/qtmux/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part to caps so ↵David Schleef2009-01-091-0/+5
| | | | | | | | schroenc/schroparse can use it. Fixes #5... Original commit message from CVS: * gst/qtmux/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part to caps so schroenc/schroparse can use it. Fixes #566958
* ext/resindvd/resindvdsrc.c: Additional patch for resin fixes time-based ↵Jan Schmidt2009-01-091-0/+9
| | | | | | | | | | | | seeking in titles that don't start at sector ... Original commit message from CVS: * ext/resindvd/resindvdsrc.c: Additional patch for resin fixes time-based seeking in titles that don't start at sector 0 in the VTS, and fixes interpretation of the cell elapsed time, so that it reports the correct time after the seek completes. Really fixes #566957.
* ext/ladspa/search.c: Avoid searching (null) paths or crashing on platforms ↵Brian Cameron2009-01-081-0/+8
| | | | | | | | | | where printing a Original commit message from CVS: Based on Patch by: Brian Cameron <brian dot cameron at sun dot com> * ext/ladspa/search.c: (LADSPAPluginSearch): Avoid searching (null) paths or crashing on platforms where printing a NULL string segfaults. Fixes #567004.
* ext/resindvd/: Add support for time based seeking.Jan Schmidt2009-01-081-0/+13
| | | | | | | | | | | | | | Original commit message from CVS: * ext/resindvd/resindvdbin.c: * ext/resindvd/resindvdsrc.c: * ext/resindvd/resindvdsrc.h: * ext/resindvd/rsnaudiomunge.c: Add support for time based seeking. Make setting dvd:// reset to the default device. Make the 'audiomunge' element send any new segment start before the 'gap filler' buffer it generates, and any segment closes after. Fixes: #566957
* ext/ladspa/gstladspa.c: Add plugin dependency for the LADSPA plugin directories.Sebastian Dröge2009-01-081-0/+6
| | | | | | | Original commit message from CVS: * ext/ladspa/gstladspa.c: (plugin_init): Add plugin dependency for the LADSPA plugin directories. Fixes bug #566878.
* tests/check/Makefile.am: Dist test headers for amr and aac parsers.Jan Schmidt2009-01-061-0/+6
| | | | | | | Original commit message from CVS: * tests/check/Makefile.am: Dist test headers for amr and aac parsers. Remove leftover lines mentioned speexresample tests.
* sys/acmmp3dec/Makefile.am: Fix typo in the opposite way to give the plugin a ↵Michael Smith2009-01-061-0/+5
| | | | | | | | sensible name. Original commit message from CVS: * sys/acmmp3dec/Makefile.am: Fix typo in the opposite way to give the plugin a sensible name.
* sys/acmmp3dec/Makefile.am: Fix typo in the makefile target preventing disting.Jan Schmidt2009-01-061-0/+5
| | | | | | Original commit message from CVS: * sys/acmmp3dec/Makefile.am: Fix typo in the makefile target preventing disting.
* Remove AppSrc/AppSink that are moving to -base. Partially fixes #564421Jan Schmidt2009-01-051-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/inspect/plugin-app.xml: * examples/Makefile.am: * examples/app/.cvsignore: * examples/app/Makefile.am: * examples/app/appsink-src.c: * examples/app/appsrc-ra.c: * examples/app/appsrc-seekable.c: * examples/app/appsrc-stream.c: * examples/app/appsrc-stream2.c: * examples/app/appsrc_ex.c: * gst-libs/gst/Makefile.am: * gst-libs/gst/app/.cvsignore: * gst-libs/gst/app/Makefile.am: * gst-libs/gst/app/gstapp-marshal.list: * gst-libs/gst/app/gstappbuffer.c: * gst-libs/gst/app/gstappbuffer.h: * gst-libs/gst/app/gstappsink.c: * gst-libs/gst/app/gstappsink.h: * gst-libs/gst/app/gstappsrc.c: * gst-libs/gst/app/gstappsrc.h: * gst/app/Makefile.am: * gst/app/gstapp.c: Remove AppSrc/AppSink that are moving to -base. Partially fixes #564421
* gst/mpegdemux/mpegtspacketizer.c: Guard interval is 4 if descriptor part ↵Zaheer Abbas Merali2009-01-051-0/+5
| | | | | | | | shows binary 11 (3 not 4). Original commit message from CVS: * gst/mpegdemux/mpegtspacketizer.c: Guard interval is 4 if descriptor part shows binary 11 (3 not 4).
* gst/mpegdemux/gstmpegdesc.h: Fix up satellite delivery subsystem defs.Zaheer Abbas Merali2009-01-051-0/+5
| | | | | | Original commit message from CVS: * gst/mpegdemux/gstmpegdesc.h: Fix up satellite delivery subsystem defs.
* gst/mpegdemux/gstmpegdesc.h: Fix up terrestrial delivery system descriptor defs.Zaheer Abbas Merali2009-01-051-0/+6
| | | | | | | Original commit message from CVS: * gst/mpegdemux/gstmpegdesc.h: Fix up terrestrial delivery system descriptor defs. They should be shifted otherwise wrong values are seen.
* gst/mxf/: "Generation UID" and "This Generation UID" are different so handle ↵Sebastian Dröge2009-01-051-0/+20
| | | | | | | | | | | | | | | | | | | | | | | them different. Also both are not part o... Original commit message from CVS: * gst/mxf/Makefile.am: * gst/mxf/mxfdemux.c: * gst/mxf/mxfmetadata.c: (mxf_metadata_handle_tag), (mxf_metadata_preface_handle_tag), (mxf_metadata_identification_handle_tag), (mxf_metadata_content_storage_handle_tag), (mxf_metadata_essence_container_data_handle_tag), (mxf_metadata_generic_package_handle_tag), (mxf_metadata_track_handle_tag), (mxf_metadata_sequence_handle_tag), (mxf_metadata_structural_component_handle_tag), (mxf_metadata_generic_descriptor_handle_tag), (mxf_metadata_locator_handle_tag), (mxf_metadata_locator_class_init): * gst/mxf/mxfmetadata.h: "Generation UID" and "This Generation UID" are different so handle them different. Also both are not part of every metadata type.
* gst/bayer/gstbayer2rgb.c: Fix color offset calculation for 24bpp. Fixes bug ↵Sascha Hauer2009-01-051-0/+9
| | | | | | | | | | | #566613. Original commit message from CVS: Patch by: Sascha Hauer <s dot hauer at pengutronix dot de> Luotao Fu <l dot fu at pengutronix dot de> * gst/bayer/gstbayer2rgb.c: (get_pix_offset), (gst_bayer2rgb_set_caps): Fix color offset calculation for 24bpp. Fixes bug #566613.
* gst/mpegtsmux/: Improve muxing of AC3/h264 streams a bit. Fixes bug #550613.vanista2009-01-051-0/+11
| | | | | | | | | | | Original commit message from CVS: Patch by: vanista <vanista at gmail dot com> * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream): * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_pmt): * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new), (tsmux_stream_write_pes_header), (tsmux_stream_get_es_descrs): * gst/mpegtsmux/tsmux/tsmuxstream.h: Improve muxing of AC3/h264 streams a bit. Fixes bug #550613.
* gst/mxf/mxfdemux.c: Don't allow negative or zero edit rates to prevent ↵Sebastian Dröge2009-01-051-0/+8
| | | | | | | | | | | division by zero and we support negative edit ... Original commit message from CVS: * gst/mxf/mxfdemux.c: (gst_mxf_demux_handle_header_metadata_update_streams), (gst_mxf_demux_pad_next_component): Don't allow negative or zero edit rates to prevent division by zero and we support negative edit rates anyway.
* ext/x264/gstx264enc.c: Use hyphen in property name, perform safety buffer ↵Mark Nauwelaerts2009-01-051-0/+7
| | | | | | | | | | size check prior to mem access, and some mo... Original commit message from CVS: * ext/x264/gstx264enc.c: (gst_x264_enc_class_init), (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame): Use hyphen in property name, perform safety buffer size check prior to mem access, and some more parentheses in macro.
* gst/mxf/: Fix compilation with debugging disabled.Sebastian Dröge2009-01-051-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * gst/mxf/mxfaes-bwf.c: (mxf_metadata_wave_audio_essence_descriptor_handle_tag), (mxf_bwf_create_caps): * gst/mxf/mxfdemux.c: (gst_mxf_demux_handle_klv_packet): * gst/mxf/mxfmetadata.c: (mxf_metadata_handle_tag), (mxf_metadata_preface_handle_tag), (mxf_metadata_identification_handle_tag), (mxf_metadata_content_storage_handle_tag), (mxf_metadata_essence_container_data_handle_tag), (mxf_metadata_generic_package_handle_tag), (mxf_metadata_source_package_handle_tag), (mxf_metadata_track_handle_tag), (mxf_metadata_sequence_handle_tag), (mxf_metadata_structural_component_handle_tag), (mxf_metadata_source_clip_handle_tag), (mxf_metadata_dm_segment_handle_tag), (mxf_metadata_generic_descriptor_handle_tag), (mxf_metadata_file_descriptor_handle_tag), (mxf_metadata_generic_picture_essence_descriptor_handle_tag), (mxf_metadata_generic_sound_essence_descriptor_handle_tag), (mxf_metadata_generic_data_essence_descriptor_handle_tag), (mxf_metadata_multiple_descriptor_handle_tag): * gst/mxf/mxfparse.c: (mxf_partition_pack_parse), (mxf_index_table_segment_parse), (mxf_primer_pack_parse), (mxf_local_tag_add_to_hash_table): Fix compilation with debugging disabled.
* configure.ac: Also mention jp2kenc as a jp2k plugin feature.Mark Nauwelaerts2009-01-051-0/+5
| | | | | | Original commit message from CVS: * configure.ac: Also mention jp2kenc as a jp2k plugin feature.
* sys/dvb/dvbbasebin.c: Fix some memory leaks. Fixes bug #566356.Sebastian Pölsterl2009-01-041-0/+10
| | | | | | | | | | Original commit message from CVS: Patch by: Sebastian Pölsterl <sebp at k-d-w dot org> * sys/dvb/dvbbasebin.c: (dvb_base_bin_init), (dvb_base_bin_finalize), (dvb_base_bin_activate_program), (dvb_base_bin_pmt_info_cb), (dvb_base_bin_pad_added_cb), (dvb_base_bin_program_destroy): Fix some memory leaks. Fixes bug #566356.
* gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use ↵Olivier Crete2009-01-021-0/+10
| | | | | | | | | | | | this as the internal SSRC. Fixes #565910. Original commit message from CVS: Patch by: Olivier Crete <tester at tester dot ca> * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_setcaps_send_rtp), (create_send_rtp_sink): * gst/rtpmanager/rtpsession.c: (rtp_session_set_internal_ssrc): When an SSRC is found on the caps of the sender RTP, use this as the internal SSRC. Fixes #565910.
* gst/rtpmanager/: Rename a method to better reflect what it really does.Wim Taymans2009-01-021-0/+10
| | | | | | | | | | | Original commit message from CVS: * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_event_send_rtp_sink), (gst_rtp_session_getcaps_send_rtp): * gst/rtpmanager/rtpsession.c: (check_collision), (rtp_session_schedule_bye_locked), (rtp_session_schedule_bye): * gst/rtpmanager/rtpsession.h: Rename a method to better reflect what it really does.
* ext/apexsink/Makefile.am: Move -lgcrypto from _LDFLAGS to _LIBADD.Alessandro Decina2009-01-021-0/+5
| | | | | | Original commit message from CVS: * ext/apexsink/Makefile.am: Move -lgcrypto from _LDFLAGS to _LIBADD.
* ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free.Alessandro Decina2009-01-021-0/+8
| | | | | | | | | Original commit message from CVS: * ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free. * ext/faac/gstfaac.c: * ext/x264/gstx264enc.c: Fix compiler warnings.