summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-bad
AgeCommit message (Collapse)AuthorFilesLines
2011-01-26update to 0.10.21drochner4-11/+13
changes: -some elements moved to core -misc fixes and improvements
2010-11-15build gsettings module in the base pkg, bump PKGREVISIONdrochner3-4/+8
we depend on glib2 anyway, and need >=2.26 at other places in the tree, so this doesn't cause an additional dependency
2010-11-15Disable GSettings plugin.obache1-1/+2
It require glib2>=2.25.0, then after glib was updated to 2.26.0, it also will be iinstalled, PLIST broken. XXX: exactly depend on glib2>=2.25.0 and install it, XXX: or create new package for the plugin?
2010-09-08update to 0.10.20drochner3-8/+17
changes: -new video effects plugins: coloreffects, gaudieffects, geometrictransform -some new elements -misc fixes and improvements -uses orc instead of liboil
2010-07-21explicitely depend on liboil, while we currently depend on it becausedrochner1-1/+2
gst-plugins0.10-base pulls it in, this will change in future versions because liboil is replaced by "orc"
2010-07-13update to 0.10.19drochner6-133/+9
changes: -audioparsers: add bitrate calculation -camerabin: misc improvements -added invtelecine and segmentclip -jpegformat: add xmp reading and writing support -mpegtsdemux: add support for Blu-Ray style DTS and the two DTS HD stream types -mpegtsparse: parse TDT table in mpegts -mpegvideoparse improvements -qtmux: add support for the VP8 video codec and XMP tags -misc fixes and improvements
2010-06-07Patch bashism out of makefile. From Karl Uwe Lockhoff on thedholland2-1/+17
netbsd-bugs list, following up to PR 42975. Does not affect generated package, so no version bump.
2010-06-03used by net/gst-plugins0.10-mms/Makefileobache1-1/+2
2010-06-03gst-plugins0.10-x264 is in gst-plugins0.10-ugly, not gst-plugins0.10-bad.obache1-2/+1
2010-03-15Workaround broken NULL definition on NetBSD 5.0 and older.joerg2-1/+83
2010-03-12update to 0.10.18drochner4-12/+13
changes: -shapewipe: moved from -bad to -good -aacparse: now based on common baseparser class and merged into audioparser plugin -adpcmenc: new adpcm encoder element -amrparse: use (default) time handling of baseparser class, merged into audioparser plugin -dataurisrc: new source element for data:// URIs -jpegformat: new jifmux element -misc fixes and improvements
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-11-20update to 0.10.17drochner4-14/+14
changes: Fix DVD playback New elements: DTMF tone source and detector ASS subtitle support improvements Fix compilation on OS/X Snow Leopard Support DVB 3.3 API Inputselector fixes
2009-10-29disablr oss4 in the base pkg to avoid system dependencies,drochner2-3/+3
ride on yesterday's update
2009-10-28update to 0.10.16drochner4-15/+19
changes: Add barcode scanner plugin using the zbar library Improvements to camerabin Support audio-track format switching in DVD Improve parsing and display of PGS subpictures Add Cog plugin Add LV2 plugin support Improve VDPAU plugin. Add post-processing support Add videomeasure plugin Improve Siren codec Improved Directshow capture element Add EAC3 mapping in MPEG-TS playback Improve AAC encoding Improved MIDI file playback Improve H-264 parsing Add MPEG-PS muxer Add PNM encoder and decoder Add SVG decoder Update GLib dependency to GLib 2.16 Various other bug fixes and improvements (see ChangeLog) Fix various bugs in the 0.10.15 release Fix a deadlock in starting DVD Fix compilation problems Allow libneon versions >= 29.x
2009-09-08update to 0.10.14drochner4-14/+23
changes: Moved rtpmanager to -good Moved dirac elements from schroedinger to gst-plugins-bad (new schroedinger release without the gstreamer elements will follow shortly) amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc (the removed elements will re-appear in the next -ugly release; no migration strategy provided in this case because of the 'special' status of the amrwb plugin) asfmux, rtpasfpay: add ASF muxer and windows media payloader basevideo: add experimental video base class library/API camerabin: lots of fixes and improvements capssetter: new element for debugging purposes directdraw: Implement GstNavigation interface directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc frei0r: wrapper for frei0r video filter plugins gme: add libgme plugin which supersedes the existing OpenSPC spc plugin Implement SEEKING query in more demuxers and decoders (notably mpeg-ps/mpeg-ts, mxf, musepack, rawparse) kate: add kate subtitle encoder, decoder and overlay mimic: lots of fixes for mimenc and mimdec; add "paused mode" mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements shapewipe: support ARGB/RGBA for video input/output; fix for still images vdpau: add experimental vdpau plugin
2009-07-09update to 0.10.13drochner3-7/+12
changes: New shapewipe video transition plugin qtmux improvements camerabin improvements HDV MPEG-TS private streams support Output interlacing information in mpegvideoparse MS-ADPCM decoder RTP fixes and enhancements DTS decoder improvements New ID3 tagging plugin that supports v1, v2.3 and v2.4 Support for PGS (BluRay) subtitles Many other bug fixes and enhancements
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-26Need gst>=0.10.22.1.obache1-3/+3
2009-05-25update to 0.10.12drochner4-20/+10
changes: Presets support in several elements Support ITV HD MPEG-TS streams New element: flvmux New element: osxvideosrc Fixes in RTP elements camerabin fixes Improved QT/mp4 muxing xdgmime based content type guessing deinterlace2 moved to the Good plugins (replacing deinterlace) Support for MXF muxing, and improved MXF demuxing Greatly improved DVD playback DirectDraw element moved back from Good plugins Many other bug fixes and improvements pkgsrc change: explicitely disable build of libgstreal, should fix PR pkg/41476 by "U.F.B.". If needed, this should be put into its own plugin which would be ONLY_FOR i386/amd64. (Actually, there seem to be realplayer codecs also for alpha and ppc, so in theory these could also be supported.)
2009-04-08depend on openssl (which is likely there anyway) and update configuredrochner2-11/+14
args to avoid hidden dependencies, should fix build problem seen in Linux bulk build
2009-04-07update to 0.10.11drochner5-19/+27
changes: Add ASS/SSA subtitle handling element assrender Leak fixes in the QuickTime decoder wrapper Better DirectShow output on Windows Extend QT muxing support to include AMR and H.263 mms seeking support Extended MXF file format handling camerabin and photography API for digital camera interfacing Merge elements from Farsight: liveadder, sirendec, sirenenc, valve, rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert, mimdec, mimenc typefinder based on xdgmime
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-09Don't build resindvd here -- it is not a good idea to introduce externaldrochner3-7/+5
dependencies in the base pkg, especially not on low quality stuff as libdvd*. That's what plugins are good for.
2009-03-09Bump PKGREVISION for libdvdnav/libdvdread support and PLIST change.wiz1-1/+2
2009-03-09Fix dvdnav-config --libs checkjmcneill2-5/+18
2009-03-09Needs libdvdnav/libdvdread for resindvd plugin, fix PLIST.jmcneill2-2/+5
2009-01-26update to 0.10.10drochner4-54/+15
changes: Require gettext 0.17 ACM mp3 decoder element for win32 New MXF demuxer added JPEG-2000 encoder - jp2enc added RTP support Fixes for RTP support Add parsers for AAC and AMR Move libgstapp and elements to -base Add Quicktime muxer element qtmux Enhance RFB capture Improve MPEG-TS and MPEG-PS demuxing Don't install static libs for plugins Introduce audioringbuffer element Improve DVD playback of ResinDVD components Move old audioresample from -base as legacyaudioresample Improve speexresampler, and then move it to -base Improve FLV demuxing and parsing Various DVB input fixes Add support for frequency list descriptors for DVB Improve MPEG-TS muxer Various other bug-fixes
2009-01-09pull in a patch from upstream CVS, to adapt to an API change in recentdrochner2-6/+19
x264 libs, see Gnome bugzilla#555238 should fix PR pkg/40351 by Robert Elz
2008-12-15Fix build in DragonFly and possibly in other systems.hasso2-1/+17
2008-10-30Add patch-ab.wiz1-1/+2
2008-10-30Update gst-plugins0.10-bad to 0.10.9:wiz4-12/+49
This is GStreamer Bad Plug-ins 0.10.9, "Matters of Fact" Changes since 0.10.8: * New CELT encoder and decoder * New TwoLAME encoder * New DCCP element * New AIFF parser element * New APEX sink element * deinterlace2 element improvements * New JACK audio src element * New winscreencap, winks and pcapparse plugins * x624enc fixes * Support for ATSC tuning and channels.conf parsing * RTP improvements * New scaletempo element * Add Fluendo MPEG-TS muxer * Add Fluendo MPEG-TS and MPEG-PS demuxers * New JPEG2000 element * New FLAC parser element * DVD playback improvements * Improved DirectShow decoding support * New Windows Audio Session audio src element * New FLV muxer element * Many other bug fixes and improvements Bugs fixed since 0.10.8: * 537700 : [scaletempo] Scale audio tempo in sync with playback rate * 550468 : [name conflict] New Fluendo mpeg demuxers * 545197 : jackaudiosrc * 555244 : Output-selector has unexpected event forwarding right aft... * 402593 : deinterleave gives corrupt output * 406673 : Need AIFF parser * 535527 : [real] Real video/audio stream fails to play * 537455 : ATSC: VSB / QAM Annex B support * 538500 : AIFF file doesn't play * 542390 : Implementation of DCCP Plugin for gstreamer * 542510 : [apexsink] Apple AirPort Express Wireless Sink * 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c * 546312 : Make the metadata writable before modifying it in rtpmanager * 549409 : gstrtpbin don't stop at the end of a stream * 549774 : audio / video synchronization glitch during rtsp playback * 550486 : [faac] Negotiation problem with mono audio for some sampl... * 550657 : New element jasperdec * 552506 : [neonhttpsrc] doesn't handle/throw errors correctly * 552536 : fix incomplete change to gstdvbsrc.c * 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg * 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl... * 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release * 555912 : [apexsink] Missing from ext/Makefile.am * 555965 : Missing space after point mark * 555968 : Missing space after point mark * 555969 : Missing space after point mark * 556003 : [flvdemux] Regression in handling flow returns in pull-mode * 556274 : [aiffparse] Uses debugging methods before debugging is in... * 556338 : Failed to configure latency * 556428 : [mpegpsdemux] Creates invalid newsegment events * 556430 : [inputselector] Assumes there's always an otherpad * 556440 : [PATCH] crash on demuxing certain transport streams * 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert * 556564 : [flvmux] Copy & paste bugs resulting in invalid files * 556588 : [apexsink] should not have PRIMARY rank * 557080 : [mpegpsdemux] Regression with reverse-playback * 543480 : gstrtpbin fails to release lock while emitting signal * 556520 : jitterbuffer seqnum gap detection is wrong * 463941 : Plugin for screen capture on windows * 519935 : New plugin for video capture on Windows * 520899 : New plugin: pcapparse * 520901 : New plugin: wasapi (Windows Audio Session API)
2008-10-15real plugin is only works on x86 platforms.obache2-3/+10
Fixes PR 39690.
2008-08-06update to 0.10.8drochner3-9/+10
changes: Support shared desktops in RFB input Make the Quicktime codec wrapper work on win32 Experimental DVD navigation support Support AAC/H.264 in FLV files Fixes in the DirectShow codec wrapper Fix the Real codec wrapper plugin New deinterlace2 plugin incorporating TVtime deinterlacers Handle seeking, timestamps, duration in RAW video/audio parsers New DirectShow video sink for Win32 FAAD reverse playback support OSS4 support improvements MythTV seeking support SPC decoder now supports seeking, tags and duration queries Replaygain elements moved to Good Deinterleave/interleave elements fixed and moved to Good MPEG-4 video stream parser fixes Improved MPEG-TS parsing for DVB support Improvements in App source/sink RTP manager enhancements
2008-06-20Add DESTDIR support.joerg1-1/+2
2008-05-14update to 0.10.7drochner4-20/+15
changes: OSS v4 support libdc1394 2.0.0 support AAC support fixes RTP support improved New OFA element SRT subtitle encoder added Windows Inet support for http/ftp Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS Fixes in Bayer decoder, replaygain analysis, GSM decoder DVB/MPEG-TS support improved NSF decoder updated 'metadata' plugin enhancements Dirac encoder ported to libschroedinger mplex element ported to 0.10 VCD/CDXA parser ported to 0.10 Directshow wrapper improvements 'selector' plugin enhancements souphttpsrc moved to the -good module Various other fixes and enhancements
2008-02-28update to 0.10.6drochner5-33/+33
changes: -many fixes and improvements -New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu, mpeg4videoparse, metadatademux/mux, souphttpsrc, speexresample, qtwrapper, rawaudioparse, fbdevsink -Renamed elements/plugins: switch (now selector), pitch (now soundtouch) -some elements moved to -good or -ugly
2007-07-06update to 0.10.5drochner4-10/+38
changes: -some new plugins -LADSPA plugin improvements -IIR equaliser ported to 0.10 -libsndfile output ported to 0.10 -mpegvideoparse ported to 0.10 and improved -switch element ported to 0.10 -VCD source element ported to 0.10 -AMR-WB support fixes -MIDI renderer plugin based on timidity -qtdemux, wavpack and videocrop plugins moved to the Good module -Many other bug fixes and improvements
2007-01-09update to 0.10.4drochner4-7/+43
changes: Parallel installability with 0.8.x series Threadsafe design and API V4L2 source element moved to Good plugins Many improvements in Quicktime playback Xvid encoding and decoding improvements FAAD decoder fixes New element: alsaspdifsink for IEC958 output Spectrum FFT analysis element ported New element: h264parse. H.264 Parser Fixes in bz2 support New element: theoraexpdec. Libtheoraexp based Theora decoder New element: wavpackenc. Wavpack decoder Improvements in the libneon based http source gstfilter ported to 0.10 mpeg2enc ported to 0.10 New element: nsfdec. NSF decoder New element: spcdec. libopenspc based SPC decoder videocrop ported/re-written from 0.8 cdaudio element ported to 0.10 New element: rganalysis. ReplayGain analysis element New element: dvbsrc. DVB source element (disabled by default) deinterlace (Simple deinterlacer) ported from 0.8 New element: nuvdemux. NUV video demuxer Fixes in the DirectDraw output elements New elements: multifilesrc, multifilesink y4mencode ported from 0.8 rfbsrc, librfb based capture source ported from 0.8 New element: jackaudiosink. JACK audio output element Many other fixes and improvements
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-14import gst-plugins0.10-bad-0.10.3, a collection of gstreamer pluginsdrochner6-0/+111
which have quality problems, but are needed to make eg totem usable