platform/upstream/gstreamer.git
15 years agovdpaumpegdec: fixup quantmatrix extension parsing
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 21:31:33 +0000 (23:31 +0200)]
vdpaumpegdec: fixup quantmatrix extension parsing

15 years agovdpaumpegdec: correct some default values
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 16:17:54 +0000 (18:17 +0200)]
vdpaumpegdec: correct some default values

mpeg1 now give nearly correct output :)

15 years agovdpaumpegdecoder: remove unused slice field
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 15:52:27 +0000 (17:52 +0200)]
vdpaumpegdecoder: remove unused slice field

15 years agovdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 21:47:40 +0000 (23:47 +0200)]
vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"

15 years agovdpau: remove "silent" property from GstVdpDecoder
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 19:07:32 +0000 (21:07 +0200)]
vdpau: remove "silent" property from GstVdpDecoder

15 years agovdpau: don't set element details in GstVdpDecoder
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 19:05:44 +0000 (21:05 +0200)]
vdpau: don't set element details in GstVdpDecoder

15 years agovdpaumpegdecoder: rename to "vdpaumpegdec"
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 19:04:59 +0000 (21:04 +0200)]
vdpaumpegdecoder: rename to "vdpaumpegdec"

15 years agovdpaumpegdecoder: remove unnecesary want_slice field
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 17:08:53 +0000 (19:08 +0200)]
vdpaumpegdecoder: remove unnecesary want_slice field

15 years agovdpau: small cosmetical fix
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 20:21:03 +0000 (22:21 +0200)]
vdpau: small cosmetical fix

15 years agovdpau: rename all files and objects from Vdpau to Vdp
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 20:19:20 +0000 (22:19 +0200)]
vdpau: rename all files and objects from Vdpau to Vdp

15 years agovdpau: decode slices when we get the next picture header. MPEG2 now kindof works.
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 19:23:38 +0000 (21:23 +0200)]
vdpau: decode slices when we get the next picture header. MPEG2 now kindof works.

15 years agovdpau: small improvement to mpeg decoder
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 19:11:54 +0000 (21:11 +0200)]
vdpau: small improvement to mpeg decoder

15 years agovdpau: remove unused "silent" properties
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 18:04:21 +0000 (20:04 +0200)]
vdpau: remove unused "silent" properties

15 years agovdpau: implement GstVdpauVideoBuffer -> I420 conversion
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 17:36:53 +0000 (19:36 +0200)]
vdpau: implement GstVdpauVideoBuffer -> I420 conversion

15 years agovdpau: move definition of the VdpChromaType array and the VdpauFormats to gstdevice.h
Carl-Anton Ingmarsson [Thu, 9 Apr 2009 14:54:27 +0000 (16:54 +0200)]
vdpau: move definition of the VdpChromaType array and the VdpauFormats to gstdevice.h

15 years agovdpau: small fix
Carl-Anton Ingmarsson [Tue, 7 Apr 2009 19:51:48 +0000 (21:51 +0200)]
vdpau: small fix

set vdp_info.forward_reference to VDP_INVALID handle when unreffing the old
buffer

15 years agovdpau: add new GstVdpauYUVVideo element
Carl-Anton Ingmarsson [Tue, 7 Apr 2009 18:46:49 +0000 (20:46 +0200)]
vdpau: add new GstVdpauYUVVideo element

the GstVdpauYUVVideo element takes raw YUV video and outputs
GstVdpauVideoBuffers

15 years agovdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder parse...
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 20:45:09 +0000 (22:45 +0200)]
vdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder parse sequence headers

15 years agovdpau: remove some unneded includes
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 20:05:11 +0000 (22:05 +0200)]
vdpau: remove some unneded includes

15 years agovdpau: move plugin definition to a new gstvdpau.c file fix up debug categories
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 20:03:23 +0000 (22:03 +0200)]
vdpau: move plugin definition to a new gstvdpau.c file fix up debug categories

15 years agovdpau: add new GstVdpauVideoYUV element
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 18:53:35 +0000 (20:53 +0200)]
vdpau: add new GstVdpauVideoYUV element

GstVdpauDecoder now pushes GstVdpauVideoBuffers instead of doing
VdpSurface -> YUV conversion. To get YUV data you now put in a GstVdpauVideoYUV
element which takes GstVdpauVideoBuffers and outputs YUV data.

15 years agovdpau: small indent fix
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:59:02 +0000 (17:59 +0200)]
vdpau: small indent fix

15 years agovdpau: remove obosolete FIXME and some debug prints from gstvdpaudevice.c
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:58:25 +0000 (17:58 +0200)]
vdpau: remove obosolete FIXME and some debug prints from gstvdpaudevice.c

15 years agovdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.h
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:53:21 +0000 (17:53 +0200)]
vdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.h

15 years agovdpau: remove gst-vdpau-device.c
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:52:20 +0000 (17:52 +0200)]
vdpau: remove gst-vdpau-device.c

15 years agovdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch]
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:51:16 +0000 (17:51 +0200)]
vdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch]

15 years agovdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder"
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:42:56 +0000 (21:42 +0200)]
vdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder"

15 years agovdpau: make the decoder clean up after itself
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:40:14 +0000 (21:40 +0200)]
vdpau: make the decoder clean up after itself

15 years agovdpau: remove extra \ from Makefile.am
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:26:45 +0000 (21:26 +0200)]
vdpau: remove extra \ from Makefile.am

15 years agovdpau: add gstvdpaudevice for abstracting vdpau initalization
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:19:18 +0000 (21:19 +0200)]
vdpau: add gstvdpaudevice for abstracting vdpau initalization

15 years agovdpau: remove comment
Carl-Anton Ingmarsson [Tue, 31 Mar 2009 20:54:14 +0000 (22:54 +0200)]
vdpau: remove comment

15 years agovdpau: MPEG1 decoding know gives recognizable output
Carl-Anton Ingmarsson [Tue, 31 Mar 2009 20:53:40 +0000 (22:53 +0200)]
vdpau: MPEG1 decoding know gives recognizable output

15 years agovdpau: create VdpDecoder in set_caps add more functions for parsing mpeg
Carl-Anton Ingmarsson [Sun, 29 Mar 2009 13:28:06 +0000 (15:28 +0200)]
vdpau: create VdpDecoder in set_caps add more functions for parsing mpeg

15 years agovdpau: store vdpau function pointers in a local structure
Carl-Anton Ingmarsson [Fri, 27 Mar 2009 16:11:04 +0000 (17:11 +0100)]
vdpau: store vdpau function pointers in a local structure

15 years agovdpau: extract mpeg2 profile from codec_data
Carl-Anton Ingmarsson [Fri, 27 Mar 2009 15:55:19 +0000 (16:55 +0100)]
vdpau: extract mpeg2 profile from codec_data

15 years agovdpau: extract mpeg version
Carl-Anton Ingmarsson [Thu, 26 Mar 2009 20:04:48 +0000 (21:04 +0100)]
vdpau: extract mpeg version

15 years agovdpau: add version specification to mpegdecoder caps
Carl-Anton Ingmarsson [Wed, 25 Mar 2009 19:41:46 +0000 (20:41 +0100)]
vdpau: add version specification to mpegdecoder caps

15 years agovdpau: focus on mpeg instead of h264
Carl-Anton Ingmarsson [Wed, 25 Mar 2009 19:38:27 +0000 (20:38 +0100)]
vdpau: focus on mpeg instead of h264

15 years agovdpau: rough try at implementing pushinf of YV12 buffers
Carl-Anton Ingmarsson [Wed, 25 Mar 2009 18:59:06 +0000 (19:59 +0100)]
vdpau: rough try at implementing pushinf of YV12 buffers

15 years agovdpau: remove obsolete comment
Carl-Anton Ingmarsson [Tue, 24 Mar 2009 21:26:56 +0000 (22:26 +0100)]
vdpau: remove obsolete comment

15 years agovdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add gst_vdpaudecoder_push_video_s...
Carl-Anton Ingmarsson [Mon, 23 Mar 2009 20:36:55 +0000 (21:36 +0100)]
vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add gst_vdpaudecoder_push_video_surface to vdpaudecoder.h

15 years agovdpau: add stubs for pushing VdpVideoSurfaces to the src pad
Carl-Anton Ingmarsson [Mon, 23 Mar 2009 19:47:00 +0000 (20:47 +0100)]
vdpau: add stubs for pushing VdpVideoSurfaces to the src pad

15 years agovdpau: update VdpauH264Decoder element description
Carl-Anton Ingmarsson [Sat, 21 Mar 2009 21:06:12 +0000 (22:06 +0100)]
vdpau: update VdpauH264Decoder element description

15 years agovdpau: changle gstvdpaudecoder.c classification
Carl-Anton Ingmarsson [Fri, 20 Mar 2009 20:26:11 +0000 (21:26 +0100)]
vdpau: changle gstvdpaudecoder.c classification

15 years agovdpau: implement downstream caps negotiation
Carl-Anton Ingmarsson [Fri, 20 Mar 2009 20:24:40 +0000 (21:24 +0100)]
vdpau: implement downstream caps negotiation

15 years agovdpau: small indentation fix
Carl-Anton Ingmarsson [Sun, 15 Mar 2009 20:23:35 +0000 (21:23 +0100)]
vdpau: small indentation fix

15 years agovdpau: add basic base class for vdpau decoders
Carl-Anton Ingmarsson [Sun, 15 Mar 2009 20:21:49 +0000 (21:21 +0100)]
vdpau: add basic base class for vdpau decoders

15 years agoadd new vdpau directory
Carl-Anton Ingmarsson [Sat, 14 Mar 2009 09:43:28 +0000 (10:43 +0100)]
add new vdpau directory

15 years agortpbin: add support for buffer-list
Branko Subasic [Fri, 19 Jun 2009 17:09:19 +0000 (19:09 +0200)]
rtpbin: add support for buffer-list

Add support for sending buffer-lists.
Add unit test for testing that the buffer-list passed through rtpbin.

fixes #585839

15 years agoaacparse: ADIF: do not send bogus timestamps, leave to downstream (decoder)
Mark Nauwelaerts [Thu, 18 Jun 2009 10:13:28 +0000 (12:13 +0200)]
aacparse: ADIF: do not send bogus timestamps, leave to downstream (decoder)

15 years agoqtmux: only use (64-bit) extended (mdat) atom size if needed. Fixes #585319.
Mark Nauwelaerts [Thu, 11 Jun 2009 13:54:42 +0000 (15:54 +0200)]
qtmux: only use (64-bit) extended (mdat) atom size if needed.  Fixes #585319.

15 years agoqtmux: set default movie timescale to microsecond units
Mark Nauwelaerts [Wed, 10 Jun 2009 12:46:14 +0000 (14:46 +0200)]
qtmux: set default movie timescale to microsecond units

15 years agoqtmux: compress/optimize stsc writing
Mark Nauwelaerts [Wed, 10 Jun 2009 11:24:20 +0000 (13:24 +0200)]
qtmux: compress/optimize stsc writing

15 years agoqtmux: add 3GP style tagging (and refactor appropriately)
Mark Nauwelaerts [Wed, 10 Jun 2009 10:42:44 +0000 (12:42 +0200)]
qtmux: add 3GP style tagging (and refactor appropriately)

15 years agoqtmux (and variants): handle pixel-aspect-ratio. Fixes #584358.
Mark Nauwelaerts [Mon, 1 Jun 2009 21:00:44 +0000 (23:00 +0200)]
qtmux (and variants): handle pixel-aspect-ratio.  Fixes #584358.

15 years agoFix previous commit so that things still work with debug logs enabled
Tim-Philipp Müller [Fri, 19 Jun 2009 16:04:13 +0000 (17:04 +0100)]
Fix previous commit so that things still work with debug logs enabled

15 years agoMake build without warnings with debugging disabled
Tim-Philipp Müller [Fri, 19 Jun 2009 15:21:28 +0000 (16:21 +0100)]
Make build without warnings with debugging disabled

15 years agofrei0r: Make plugin scanning more robust
Sebastian Dröge [Tue, 16 Jun 2009 19:34:56 +0000 (21:34 +0200)]
frei0r: Make plugin scanning more robust

15 years agofrei0r: Make sure to only register plugins that have valid propert types
Sebastian Dröge [Tue, 16 Jun 2009 19:27:38 +0000 (21:27 +0200)]
frei0r: Make sure to only register plugins that have valid propert types

15 years agofrei0r: Remove custom get_unit_size implementation
Sebastian Dröge [Tue, 16 Jun 2009 17:42:41 +0000 (19:42 +0200)]
frei0r: Remove custom get_unit_size implementation

This is already handled by the default one from GstVideoFilter

15 years agofrei0r: Fix the klass of the filter elements
Sebastian Dröge [Mon, 15 Jun 2009 15:05:36 +0000 (17:05 +0200)]
frei0r: Fix the klass of the filter elements

15 years agofrei0r: Free type names
Sebastian Dröge [Sun, 14 Jun 2009 17:41:27 +0000 (19:41 +0200)]
frei0r: Free type names

15 years agofrei0r: Unref the GstCollectPads instance on finalize
Sebastian Dröge [Sun, 14 Jun 2009 17:35:29 +0000 (19:35 +0200)]
frei0r: Unref the GstCollectPads instance on finalize

15 years agofrei0r: Don't allow caps changes in PLAYING/PAUSED
Sebastian Dröge [Sun, 14 Jun 2009 17:27:03 +0000 (19:27 +0200)]
frei0r: Don't allow caps changes in PLAYING/PAUSED

Most frei0r source plugins generate output based on
previous output and creating a new instance on caps
changes will let the output start at 0 again.

15 years agofreir0: Add support for frei0r mixer plugins
Sebastian Dröge [Sun, 14 Jun 2009 17:21:34 +0000 (19:21 +0200)]
freir0: Add support for frei0r mixer plugins

15 years agofrei0r: Destroy the f0r_instance_t in stop()
Sebastian Dröge [Sat, 13 Jun 2009 08:06:57 +0000 (10:06 +0200)]
frei0r: Destroy the f0r_instance_t in stop()

15 years agofrei0r: Add the frei0r plugin type to the element name
Sebastian Dröge [Fri, 12 Jun 2009 20:04:14 +0000 (22:04 +0200)]
frei0r: Add the frei0r plugin type to the element name

This makes it easier to distinguish generators from filters, etc

15 years agofrei0r: Add support for frei0r source/generator plugins
Sebastian Dröge [Fri, 12 Jun 2009 20:00:20 +0000 (22:00 +0200)]
frei0r: Add support for frei0r source/generator plugins

15 years agofrei0r: Allow the complete double range for double properties
Sebastian Dröge [Fri, 12 Jun 2009 13:13:29 +0000 (15:13 +0200)]
frei0r: Allow the complete double range for double properties

The spec restricts it to [0,1] but some plugins are using the
complete double range.

15 years agofrei0r: Use better property nicks
Sebastian Dröge [Fri, 12 Jun 2009 13:07:26 +0000 (15:07 +0200)]
frei0r: Use better property nicks

15 years agofrei0r: First version of a frei0r wrapper plugin
Sebastian Dröge [Fri, 12 Jun 2009 12:59:28 +0000 (14:59 +0200)]
frei0r: First version of a frei0r wrapper plugin

Currently this only supports frei0r filters.

15 years agoscaletempo: Explicitely cast to signed integers to fix a segfault
Maximilian Högner [Sun, 14 Jun 2009 18:00:51 +0000 (20:00 +0200)]
scaletempo: Explicitely cast to signed integers to fix a segfault

Fixes bug #585660.

15 years agoshapewipe: Implement basic QoS
Sebastian Dröge [Tue, 9 Jun 2009 17:14:41 +0000 (19:14 +0200)]
shapewipe: Implement basic QoS

This change is based on Tim's QoS implementation
for jpegdec.

15 years agoshapewipe: Proxy queries on the video pads to the correct peers
Sebastian Dröge [Tue, 9 Jun 2009 16:45:19 +0000 (18:45 +0200)]
shapewipe: Proxy queries on the video pads to the correct peers

15 years agoshapewipe: Proxy bufferalloc on the video sinkpad
Sebastian Dröge [Tue, 9 Jun 2009 16:37:43 +0000 (18:37 +0200)]
shapewipe: Proxy bufferalloc on the video sinkpad

15 years agoshapewipe: Try to work inplace if possible
Sebastian Dröge [Tue, 9 Jun 2009 16:25:13 +0000 (18:25 +0200)]
shapewipe: Try to work inplace if possible

This saves one new, large allocation per frame for the
most cases.

15 years agomxfdemux: fix stray semicolons that mess up if statement
Tim-Philipp Müller [Tue, 16 Jun 2009 17:46:49 +0000 (18:46 +0100)]
mxfdemux: fix stray semicolons that mess up if statement

15 years agodocs: Bump common to correct upload-doc.mak, fix a comment in the doc Makefile
Jan Schmidt [Thu, 11 Jun 2009 12:42:20 +0000 (13:42 +0100)]
docs: Bump common to correct upload-doc.mak, fix a comment in the doc Makefile

15 years agoBack to development -> 0.10.13.1
Jan Schmidt [Thu, 18 Jun 2009 19:33:00 +0000 (20:33 +0100)]
Back to development -> 0.10.13.1

15 years agoAdd 0.10.13 release entry to the doap file
Jan Schmidt [Thu, 18 Jun 2009 07:53:12 +0000 (08:53 +0100)]
Add 0.10.13 release entry to the doap file

15 years agoRelease 0.10.13
Jan Schmidt [Thu, 18 Jun 2009 07:29:56 +0000 (08:29 +0100)]
Release 0.10.13

15 years agoUpdate .po files
Jan Schmidt [Wed, 17 Jun 2009 20:56:56 +0000 (21:56 +0100)]
Update .po files

15 years agocamerabin: reset filename after capture to avoid racy when capturing again
Stefan Kost [Tue, 16 Jun 2009 14:09:26 +0000 (17:09 +0300)]
camerabin: reset filename after capture to avoid racy when capturing again

If we don't reset the filename we cannot check if we still expect the filename
for a subsequent capture pass. The imagebin would good to paused and we set the
filename in that state. This trigers an error-message and would capture to the
old filename.

15 years agocamerabin: cleanups in the tests
Stefan Kost [Fri, 12 Jun 2009 07:29:20 +0000 (10:29 +0300)]
camerabin: cleanups in the tests

Sprinkle more logging to make it easier to follow. Specify a low framerate and
capture resolution to avoid tests timing out. Make the sinks sync to test closer
to reality. Fix Makefile to use uninstalled interface.

15 years agocamerabin: set imagebin to PAUSED on capture and delayed filename setting
Stefan Kost [Fri, 12 Jun 2009 07:26:30 +0000 (10:26 +0300)]
camerabin: set imagebin to PAUSED on capture and delayed filename setting

We need to set imagebin to PAUSED to not fail the bufferalloc. We also need to
keep the filesinks state locked until we have the filename for the run.

15 years agooutputselector: do the pad_alloc for the pad that is pending and have a fallback
Stefan Kost [Fri, 12 Jun 2009 07:14:27 +0000 (10:14 +0300)]
outputselector: do the pad_alloc for the pad that is pending and have a fallback

We should do the pad_alloc for the pending pad if any, as we will switch to that
pad on next _chain() call. Also do a fallback alloc, if there is no output yet to
not fail state transitions in dynamic pipelines.

15 years agowin32: Bump win32 config.h version number too
Jan Schmidt [Thu, 11 Jun 2009 15:00:36 +0000 (16:00 +0100)]
win32: Bump win32 config.h version number too

15 years ago0.10.12.3 pre-release
Jan Schmidt [Fri, 5 Jun 2009 21:43:50 +0000 (22:43 +0100)]
0.10.12.3 pre-release

15 years agoAdded base libs to debug utils makefile
LRN [Sat, 6 Jun 2009 17:28:27 +0000 (21:28 +0400)]
Added base libs to debug utils makefile

Fixes #585015

15 years agotests/metadata: Don't try tags we can't handle. Fixes #584945
Edward Hervey [Sun, 7 Jun 2009 08:55:59 +0000 (10:55 +0200)]
tests/metadata: Don't try tags we can't handle. Fixes #584945

15 years agohdvparse: Link against libm because we use pow().
Edward Hervey [Sat, 6 Jun 2009 17:28:07 +0000 (19:28 +0200)]
hdvparse: Link against libm because we use pow().

15 years agoexamples: Don't build the mxf example if GTK isn't present.
Jan Schmidt [Sat, 6 Jun 2009 12:53:04 +0000 (13:53 +0100)]
examples: Don't build the mxf example if GTK isn't present.

15 years agoapexsink: Fix compiler warnings
Jan Schmidt [Sat, 6 Jun 2009 12:17:49 +0000 (13:17 +0100)]
apexsink: Fix compiler warnings

Fix compile warnings on solaris from bzero not being declared (use
memset instead), and strict-aliasing warnings (use a temporary
variable).

15 years agoid3mux: init genre field in ID3v1 tag to an invalid number
Tim-Philipp Müller [Sat, 6 Jun 2009 01:35:35 +0000 (02:35 +0100)]
id3mux: init genre field in ID3v1 tag to an invalid number

So that it is not interpreted as 'Blues' if no genre is to be written.

15 years agoid3mux: don't write ID3v1 tag until specifically instructed to do so
Tim-Philipp Müller [Sat, 6 Jun 2009 00:05:49 +0000 (01:05 +0100)]
id3mux: don't write ID3v1 tag until specifically instructed to do so

ID3v1 tags are one of the most broken and ill-designed things that
exist on this planet. Let's not write them by default.

15 years agoid3mux: don't write empty ID3v1 tag
Tim-Philipp Müller [Fri, 5 Jun 2009 23:58:46 +0000 (00:58 +0100)]
id3mux: don't write empty ID3v1 tag

15 years agoid3tag: rename new id3tag element to id3mux replacing the one removed from -ugly
Tim-Philipp Müller [Fri, 5 Jun 2009 23:39:10 +0000 (00:39 +0100)]
id3tag: rename new id3tag element to id3mux replacing the one removed from -ugly

15 years agonsf: Fix compiler warning on Solaris.
Jan Schmidt [Fri, 5 Jun 2009 22:52:05 +0000 (23:52 +0100)]
nsf: Fix compiler warning on Solaris.

A SEC() macro already exists on Solaris, causing warnings about
redefining it.

15 years agohdvparse: Fix the build on Commander Thaytan's S10SP
Edward Hervey [Fri, 5 Jun 2009 20:20:46 +0000 (22:20 +0200)]
hdvparse: Fix the build on Commander Thaytan's S10SP

15 years agogitignore: Ignore shapewipe unit test binary
Jan Schmidt [Fri, 5 Jun 2009 18:53:09 +0000 (19:53 +0100)]
gitignore: Ignore shapewipe unit test binary