summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Automatic update of common submoduleStefan Kost2009-10-161-0/+0
| | | | From 85d1530 to 0702fe1
* Automatic update of common submoduleEdward Hervey2009-10-141-0/+0
| | | | From a3e3ce4 to 85d1530
* Automatic update of common submoduleJan Schmidt2009-10-081-0/+0
| | | | From 19fa4f3 to a3e3ce4
* Automatic update of common submoduleSebastian Dröge2009-09-051-0/+0
| | | | From 00a859e to 19fa4f3
* Update commonTim-Philipp Müller2009-08-301-0/+0
|
* Automatic update of common submoduleStefan Kost2009-07-241-0/+0
| | | | From fedaaee to 94f95e3
* Automatic update of common submoduleOlivier Crête2009-07-131-0/+0
| | | | From 5845b63 to fedaaee
* Automatic update of common submoduleJan Schmidt2009-06-261-0/+0
| | | | From f810030 to 5845b63
* Automatic update of common submoduleJan Schmidt2009-06-241-0/+0
| | | | From 6ab11d1 to f810030
* rtpsirenpay: Remove deprecated symbolOlivier Crête2009-06-131-0/+0
| | | | Patch by: Luis Menina
* docs: Bump common. Use upload-doc.mak instead of upload.makJan Schmidt2009-06-111-0/+0
| | | | | Remove the local copy of upload.mak in favour of using the shared upload-doc.make in common/
* Automatic update of common submoduleJan Schmidt2009-05-261-0/+0
| | | | From 888e0a2 to c572721
* m4: fix 'suspicious cache id' warningsTim-Philipp Müller2009-05-221-0/+0
| | | | | | | and update common to pull in a similar fix. Also check in configure whether the compiler supports do while macros (GLib wants this defined and it is needed to avoid warnings with some c++ compilers apparently).
* Automatic update of common submoduleJan Schmidt2009-04-211-0/+0
| | | | From b3941ea to 6ab11d1
* Automatic update of common submoduleFelipe Contreras2009-04-041-0/+0
| | | | From d0ea89e to b3941ea
* Automatic update of common submoduleEdward Hervey2009-04-041-0/+0
| | | | From f8b3d91 to d0ea89e
* Automatic update of common submoduleJan Schmidt2009-03-091-0/+0
| | | | From 7032163 to f8b3d91
* Automatic update of common submoduleSebastian Dröge2009-03-081-0/+0
| | | | From ffa738d to 7032163
* Automatic update of common submoduleSebastian Dröge2009-03-081-0/+0
| | | | From 3f13e4e to ffa738d
* Automatic update of common submoduleSebastian Dröge2009-03-071-0/+0
| | | | From 3c7456b to 3f13e4e
* Automatic update of common submoduleSebastian Dröge2009-03-071-0/+0
| | | | From 57c83f2 to 3c7456b
* build: Update shave init statement for changes in common. Bump common.Jan Schmidt2009-02-251-0/+0
|
* Automatic update of common submoduleJan Schmidt2009-02-251-0/+0
| | | | From 9cf8c9b to a6ce5c6
* Automatic update of common submoduleJan Schmidt2009-02-221-0/+0
| | | | From 5d7c9cc to 9cf8c9b
* Automatic update of common submoduleDavid Schleef2009-02-211-0/+0
| | | | From 80c627d to 5d7c9cc
* Bump revision to use for common submodule.Edward Hervey2009-02-091-0/+0
|
* Bump commonJan Schmidt2009-01-301-0/+0
|
* Use a symbolic link for the pre-commit client-side hookEdward Hervey2009-01-301-0/+0
|
* Update common snapshot.Stefan Kost2009-01-221-0/+0
|
* Fix pre-commit hookSebastian Dröge2009-01-221-0/+0
|
* Install and use pre-commit indentation hook from commonEdward Hervey2009-01-221-0/+0
|
* ext/pulse/pulsemixerctrl.c: Don't leak the pa_operation.Stefan Kost2008-12-171-0/+0
| | | | | | Original commit message from CVS: * ext/pulse/pulsemixerctrl.c: Don't leak the pa_operation.
* ext/pulse/pulsemixerctrl.c: Add note about memleak.Stefan Kost2008-12-151-0/+0
| | | | | | Original commit message from CVS: * ext/pulse/pulsemixerctrl.c: Add note about memleak.
* Switch to using GstStaticPadTemplate.Edward Hervey2008-12-131-0/+0
| | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_base_init), (gst_flac_dec_init): * gst/law/alaw-decode.c: (gst_alaw_dec_base_init), (gst_alaw_dec_init): * gst/law/alaw-encode.c: (gst_alaw_enc_base_init), (gst_alaw_enc_init): * gst/law/alaw.c: (plugin_init): * gst/law/mulaw-decode.c: (gst_mulawdec_base_init), (gst_mulawdec_init): * gst/law/mulaw-encode.c: (gst_mulawenc_base_init), (gst_mulawenc_init): * gst/law/mulaw.c: (plugin_init): Switch to using GstStaticPadTemplate. * gst/udp/gstudpnetutils.c: (gst_udp_get_addr): Don't forget to free the addrinfo structure. * gst/wavparse/gstwavparse.c: (gst_wavparse_reset), (gst_wavparse_sink_activate): Don't forget to unref the GstAdapter.
* m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and ↵Edward Hervey2008-12-131-0/+0
| | | | | | | | | | since we now require gettext >= 0.17 ... we... Original commit message from CVS: * m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we can remove it from the list of files to dist.
* configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our ↵Sebastian Dröge2008-12-041-0/+0
| | | | | | | | | M4 macros. Original commit message from CVS: * configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
* gst/autodetect/gstautoaudiosrc.c: Fix classification.Stefan Kost2008-11-291-0/+0
| | | | | | Original commit message from CVS: * gst/autodetect/gstautoaudiosrc.c: Fix classification.
* Require gettext 0.17 because older versions don't mix with libtool 2.2. At ↵Sebastian Dröge2008-11-291-0/+0
| | | | | | | | | | | | | build time an older gettext version will s... Original commit message from CVS: Patch by: Cygwin Ports maintainer <yselkowitz at users dot sourceforge dot net> * autogen.sh: * configure.ac: Require gettext 0.17 because older versions don't mix with libtool 2.2. At build time an older gettext version will still work. Fixes bug #556091.
* gst/udp/: Fix multiudpsink on OSX by passing the specific length of the ↵Michael Smith2008-11-201-0/+0
| | | | | | | | | | | | socket, refactor that into a function shared ... Original commit message from CVS: * gst/udp/gstmultiudpsink.c: * gst/udp/gstudpnetutils.c: * gst/udp/gstudpnetutils.h: * gst/udp/gstudpsrc.c: Fix multiudpsink on OSX by passing the specific length of the socket, refactor that into a function shared with the same thing in udpsrc.
* gst/wavenc/gstwavenc.*: Add support for float/double as input and remove the ↵Sebastian Dröge2008-10-301-0/+0
| | | | | | | | | | | (nowadays) useless parsing of the depth ... Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf), (gst_wavenc_sink_setcaps), (gst_wavenc_change_state): * gst/wavenc/gstwavenc.h: Add support for float/double as input and remove the (nowadays) useless parsing of the depth as we require width==depth.
* gst/videobox/gstvideobox.c: support dynamically changing properties in videoboxWim Taymans2008-10-211-0/+0
| | | | | | | | Original commit message from CVS: * gst/videobox/gstvideobox.c: support dynamically changing properties in videobox Fixed: #557085 Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
* sys/ximage/gstximagesrc.c: Fix build for systems that don't have XDamage.Edward Hervey2008-10-081-0/+0
| | | | | | Original commit message from CVS: * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop): Fix build for systems that don't have XDamage.
* tests/examples/rtp/: Add some more H263p server and client examples.Wim Taymans2008-10-071-0/+0
| | | | | | | | Original commit message from CVS: * tests/examples/rtp/client-H263p.sdp: * tests/examples/rtp/client-H263p.sh: * tests/examples/rtp/server-VTS-H263p.sh: Add some more H263p server and client examples.
* ext/raw1394/: Pretend to care about the result of write() which works around ↵Tim-Philipp Müller2008-09-111-0/+0
| | | | | | | | | | compiler warnings. Original commit message from CVS: * ext/raw1394/gstdv1394src.c: (SEND_COMMAND): * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND): Pretend to care about the result of write() which works around compiler warnings.
* gst/matroska/matroska-demux.c: Don't calculate the default duration of a ↵Sebastian Dröge2008-08-211-0/+0
| | | | | | | | | | | | frame from the audio sampling rate. This onl... Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream): Don't calculate the default duration of a frame from the audio sampling rate. This only works for raw audio if every frame contains a single sample and results in broken buffer durations for other formats if no specified default duration is given or the blocks have no duration. Fixes bug #548831.
* ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg ↵Jan Schmidt2008-07-311-0/+0
| | | | | | | | | | | with status 'cancelled', as that indicates ... Original commit message from CVS: * ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg with status 'cancelled', as that indicates we cancelled a request while shutting down or seeking, and it's not an error. Fixes: #540300 again.
* gst/debug/gsttaginject.*: Sent tags in _transform_ip() instead of _start(). ↵Stefan Kost2008-07-221-0/+0
| | | | | | | | | | Fixes #543404 partially. Original commit message from CVS: * gst/debug/gsttaginject.c: * gst/debug/gsttaginject.h: Sent tags in _transform_ip() instead of _start(). Fixes #543404 partially.
* gst/avi/gstavidemux.c: Fix build of avidemux on big endian architectures.Alessandro Decina2008-07-141-0/+0
| | | | | | | Original commit message from CVS: Patch by: Alessandro Decina <alessandro at nnva dot org> * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp): Fix build of avidemux on big endian architectures.
* Don't use declarations after statements and variable length arrays.Sebastian Dröge2008-07-081-0/+0
| | | | | | | | | | | | | Original commit message from CVS: * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri): * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps): * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config): * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate): * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format): * tests/examples/equalizer/demo.c: (message_handler): * tests/examples/spectrum/demo-audiotest.c: (message_handler): * tests/examples/spectrum/demo-osssrc.c: (message_handler): Don't use declarations after statements and variable length arrays.
* gst/matroska/matroska-demux.c: Resync non-subtitle tracks too if a too large ↵Sebastian Dröge2008-07-021-0/+0
| | | | | | | | | gap compared to other tracks is detected. Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams): Resync non-subtitle tracks too if a too large gap compared to other tracks is detected.