summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2004-08-22Update kmplayer to 0.8.3rc4markd7-49/+60
pkgsrc changes: dont install some files that kdelibs already has versions of. Changes since version 0.8.3-rc3a - Downloading of .m3u/.pls also eats .asx, so try to read this one too. This fixes also MPlayer-1.0pre not been able to read .asx files. - Make sure if we're downloading a playlist file, it isn't bigger than 50k - More or less revert the alsa5/alsa9 change to just alsa. Seems latest MPlayer doesn't work with alsa5/alsa9. Although they are still available. Changes since version 0.8.3-rc3 - add AM_MAINTAINER_MODE in configure.in.in, no recheck/automake/autoconf version mismatch Changes since version 0.8.3-rc2 - All QtoolTips to QWhatsThis and help from Xine for whatsthis by xine options - Store xine settings in ~/.kde/share/apps/kmplayer/xine_config and not in ~/.xine/config2. Save the first time if file does not exist (Automaticly sets the misc.memcpy_method). - Added a debian build directory, builds a kmplayer-lib, kmplayer-plugin and a kmplayer-app package. Eg. install only kmplayer-lib and kmplayer-plugin if you prefer another player but do want the plugin for konqueror. - Added protocol files for mms://, rtsp:// and pnm:// - Position slider now also shows progress of the cache fill Changes since version 0.8.3-rc1 - Remove configure options for control buttons. Simply always autohide for fullscreen and embedded part and show them otherwise - Fix another case of video widget stays black cause in kxineplayer - If position slider is hidden, make buttons small again (like <= 0.8.2) - Support for AUTOSTART attribute - Support for FULLSCREENMODE attribute - Seeking while sliding :-) - Local .pls and .m3u playlist files support. Works too if autodownloaded, eg pls' on http://www.shoutcast.com should work now Changes since version 0.8.2 - fix for the "video window stays (sometimes/often) black" bug, which seems to occur more with the latest Qt versions. KMPlayer uses a XSimpleWindow now that is managed by QXEmbed - Support for Real's CONTROLS/CONSOLE attributes. This makes it possible multible plugins cooperate with imagewindow/controlpanel - Combine control buttons and position slider to one control panel
2004-08-21Update to KDE 3.3markd7-91/+141
Changes: * aRts o JACK output plugin Zack Rusin, Matthias Kretz * aKode o akodelib: New multithreaded audio (de/en)coding library Allan Sandfeld Jensen o akodelib: Plugins for MPEG-audio, Ogg/Vorbis, FLAC, Ogg/FLAC and Musepack decoding Allan Sandfeld Jensen o akodelib: Support for external encoding and output plugins Allan Sandfeld Jensen o akodelib_artsplugin: aRts-plugin that uses the akode-decoding plugins Allan Sandfeld Jensen o akodelib_artsplugin: Support streaming aRts API, to enable streaming playback Allan Sandfeld Jensen * KRec o Update the documentation. Arnold Krille * JuK o Improved track announcement popup Michael Pyne o Add to K3B support for songs Michael Pyne o Improved DCOP support Michael Pyne o Drag and drop retagging of songs Michael Pyne o Quickly play songs from the Search Bar Michael Pyne o Album random play Michael Pyne * KFilePlugins o New plugin for C64 PSID music files Rolf Magnus
2004-08-19New distfile actually appears to be 8.0.3.526, and requires libXm. Add asketch1-2/+3
dependancy on suse_openmotif, and bump PKGREVISION.
2004-08-19Update the distfile links on the real.com site, as the previous ones weresketch2-8/+8
removed recently. The rp8 distfile name and size have changed, but appear to be the same version (8.0.3.421). Many thanks to David Mallinson of Real who happened to be passing by.
2004-08-18Add dependency on libtheora; bump PKGREVISION.wiz4-6/+8
2004-08-17update to win32-codecs-040703.1recht3-8/+10
relevant changes: 20040809 * Win32codecs renamed to Windows-all * Win32codecs are now in zip format * Windows-all (was Win32codecs) - Added aslcodec_vfw.dll (ASLC vfw decoder) - Added scg726.acm (Sharp G.726) - Added atrc3620.dll, cook3620.dll, drv33260.dll, drv43260.dll, pncrt.dll, sipr3260.dll, tokr3260.dll, drv23620.dll from rp9 - Added QuickTime.qts, QuickTimeEssentials.qtx, QuickTimeInternetExtras.qtx from qt63
2004-08-10fix stack overflow, see http://www.open-security.org/advisories/6drochner3-2/+62
(patch from xine CVS) bump PKGREVISION
2004-08-07Remove USE_GCC_SHLIB (package already sets USE_LANGUAGES).wiz1-2/+1
2004-08-06make sure libavcodec gets linked against libz and libm for properdrochner2-4/+4
inter-library dependencies
2004-08-05Enable pkgviews installation.minskim1-1/+3
2004-08-03Updated to 1.4.1.salo2-5/+5
Changes: - Updated avilib to handle OpenDML AVIs bigger than 1Gb created by mencoder. ok by <cube>, the MAINTAINER.
2004-08-02There is a problem compiling multimedia/xine-lib in that the "extra"shannonjr2-1/+28
assembly language module zoom_filter_xmmx.c breaks when optimized. Some googling indicates that this is also encountered with FreeBSD and Linux. A review of the CVS tree for xine shows that this module has been removed. As as module is only built if MMX is detected (HAVE_FFMMX defined) removing the module should not break anything; that is the approach taken in this new patch that removes building zoom_filter_xmmx from Makefile.in for xineplug_post_goom.la
2004-07-31fix typo: it's #if defined and not #ifdef definedrecht2-4/+4
2004-07-30Remove some C99isms; hopefully fixes build on NetBSD 1.6.2.jmmv2-1/+27
Addresses PR pkg/26479.
2004-07-30update to 0.50.18recht2-6/+5
0.50.18 - [stable branch] - Sun Apr 18 2004, joern Bugfixes: - ac3 passthrough was broken. Thanks for reporting to James Broberg <jbrobergAT cs.rmit.edu.au> and TOSOVSKY Ales <tosovsky AT znalecka.cz> 0.50.17 - [stable branch] - Sat Apr 10 2004, joern Features: - support for another transcode deinterlacer (I=5), suggested by Jean-Yves Simon <lethalwp AT tiscali.be> Bugfixes: - mp3 samplerate setting didn't work, only 48khz for CVD. Thanks for the report to Neverstopdreaming <neverstopdreaming AT tiscali.it>. - dvd::rip couldn't open empty project files - prevent timeouts when encoding Ogg/Vorbis in cluster mode - vobsub creation now splits with millisecond precision, thanks for the patch to Jean-Yves Simon
2004-07-30Fix multiline strings to get further with gcc3.xsalo2-5/+33
2004-07-29Add RCS Id.wiz2-2/+4
2004-07-27Bugfix: setsockopt IP_MULTICAST_TTL takes an an unsigned char, not an int.manu4-3/+26
2004-07-27Updated to version 0.9.4.salo4-77/+7
Changes: - patch-ab no longer needed 0.9.4: ====== - mkvextract: new feature: Added support for extracting TTA tracks to TTA files. new feature: Implemented the extraction of chapter information and tags as a CUE sheet which is the reverse operation to using a CUE sheet with mkvmerge's '--chapters' parameter. - mkvmerge: bug fix: SRT file recognition failed if the file contained spaces at the end of the first line. bug fix: Broken VobSub .idx files which contain timestamps going backwards no longer crash mkvmerge. A warning will be printed for such inconsistencies. bug fix: The Matroska reader contained a nice little illegal memory access (introduced in 0.9.3 with the fixes to the 'default track' handling). bug fix: The SSA reader was segfaulting if a line contained an empty text field. bug fix: The CUE sheet parser interpreted a timestamp as HH:MM:SS (hours, minutes, seconds). The correct spec is HH:MM:FF (hours, minutes, frames with 1 frame = 1/75 second). new feature: The pregap from a CUE sheet is converted into two sub-chapters (one for "INDEX 00", one for "INDEX 01"). These sub-chapters have their 'hidden' flag set. - mkvinfo: bug fix: Fixed compilation for MATROSKA_VERSION = 2. bug fix: Fixed compilation with gcc 3.2. - mmg: new feature: Added support for the two flags 'hidden' and 'enabled' in the chapter editor.
2004-07-27Update to version 0.7.1.salo5-48/+27
Changes: - use bzip2 distribution tarball 0.7.1: ====== - KaxClusterPosition is already in use and therefore a v1 element - various cosmetic changes to Makefile and build system itself
2004-07-26Disable MMX support if USE_MMX != [Yy][Ee][Ss].xtraeme1-1/+3
2004-07-24This works on NetBSD/sparc64 too, so clone the alpha platform entry.jdc1-1/+2
2004-07-24Unlocking a mutex before destroying it makes libpthread much happier.wiz3-2/+20
2004-07-23Improve comment about speex.wiz1-2/+2
2004-07-22Fix invalid use of preprocessing directive within macro arguments,kristerw2-8/+41
to make this compile when using gcc 2.95.
2004-07-21USE_IMAKE implies USE_X11BASE, remove it.salo1-2/+1
2004-07-21Updated to version 0.9.3.salo7-12/+50
Changes: - add patch to fix compilation when MATROSKA_VERSION is set to 2 or bigger. Patch sent to Moritz Bunkus and it's fixed in svn repo. - take MAINTAINERSHIP 0.9.3: ====== - mmg: bug fix: The 'default track' checkbox was broken. - mkvmerge: bug fix: Using '--cues ...:all' was broken for audio tracks that use lacing. bug fix: The latest OpenDML AVI files generated by mencoder were not read correctly. Only the first RIFF chunk was processed. bug fix: The default track feature did not work correctly with the new --track-order. new feature: When using a CUE sheet as a chapter file mkvmerge will automatically convert some of the entries to tags. new feature: Added support for TTA lossless audio files. If the user does not specify a --language for a track 'und' ('undefined') will now be used instead of 'eng'. The user can use the new option '--default-language' to change that.
2004-07-20PKGREVISION++salo5-24/+19
- do not define MATROSKA_VERSION=2 anymore. it's not needed for mplayer any longer and no other application needs it. per discussion with Moritz Bunkus. - add test target, do not build tests as a part of normal build - i can as well add myself as MAINTAINER..
2004-07-20Remove external Matroska support from mplayer packages.salo6-24/+11
The new internal demuxer is the only one supported now, works better and support for the external one will be removed in next releases.
2004-07-19Only show USE_MMX in BUILD_DEFS when ${MACHINE_ARCH} == i386.xtraeme2-4/+9
This closes PR pkg/26243.
2004-07-18gcc 2.95 does not handle some of the asm statements. Fall back tokristerw2-1/+30
the C version when using gcc 2.
2004-07-17Update to 1.0pre5:wiz21-780/+152
DOCS * small additions, corrections, updates all over the place * audio output driver section added to the man page * several bug fixes and improvements in the MEncoder documentation * DVD ripping guide extended and improved * AUTHORS file massively extended * German man page partially updated * Hungarian XML documentation translation started Ports * encrypted DVD playback on Windows fixed (again) * Cygwin and MinGW now accept the same -dvd-device syntax * LIVE.COM now works under MinGW * foundations for MinGW crosscompilation * disabled SSE on MinGW as it caused crashes * AC3 passthrough for ao_win32 * improved vo_quartz (YUV, multiple screens support) * vo_quartz made default on Mac OS X * ao_macosx fixed and made default again on Mac OS X * RealVideo binary codecs support on Mac OS X (still buggy) * bigendian fixes in vf.c, vo_tga * OpenBSD portability fixes * OpenBSD/VAX support * AMD64 support Drivers * support for more Radeons (9800 XT among them) in VIDIX * Radeon related bug fixes in VIDIX * vo_gl2 now supports GUI, fix for flickering borders in fullscreen * support 24 and 32 bit PCM files, bigendian fixes * ao_sdl now converts unsupported formats instead of quitting * ENCA support * merged ao_alsa9 and ao_alsa1x drivers into ao_alsa * NeoMagic TV-out support through VESA * JACK audio output driver * vo_sdl fixes (wrong flags and screensaver disabling) * vo_directx fixes Decoders * MSZH/ZLIB, FLI, QTRLE, RoQ video and RoQ audio support moved to FFmpeg * FFmpeg Cinepak and CYUV decoders preferred * audio format 0xff support (is AAC) * "raw" audio in MOV supported * Indeo audio (iac25) support via binary codec * upgrade libfaad2 to the FAAD 2.0 release * MPEG2 chroma422/444 support * Winnov WINX and WNV1 support via binary codec Demuxers * Ogg subtitle handling and other bug fixes * Matroska improvements * support seeking in Real files without -idx * support seeking in Real files without index with -forceidx Streaming * ASF, MMST streaming fixes * URL escaping fixed * NSA (Nullsoft audio) streaming support * embedded RAM playlist support * multibyte URL support * rtp:// now supported even with LIVE.COM compiled in * miscellaneous bug fixes Filters * vf_softskip: frame skipping filter for MEncoder * vf_harddup: frame duplication filter for MEncoder * vf_pullup minor fixes and improvements * AltiVec-optimized YUV to RGB converter * vf_spp memory corruption fix on reallocation FFmpeg/libavcodec * MPEG2 encoding with 8, 9, 10, 11 bit intra DC precision * DC clipping fix, intra_dc_precision > 0 support * Cinepak fixes and palette support * support skipping of MB rows during decoding * Vorbis in NUT fixed * NUT updated to latest specification * segfault and artifact fixes in SVQ3 decoder * motion estimation code: overflow and chroma fixes * change qscale -> lambda for the motion estimation * noise preserving sum of squares comparison function in ME code * fixed memory overwrite in truemotion decoder * clip input motion vectors, better error tolerance on bad vectors * FLAC decoder cleanup (partial demuxer/decoder separation) * memalign hack for SSE/SSE2 on that alternative OS :) * lots of AltiVec optimizations * qscale + qprd fix * QTrle4 support * H.261 decoder * coefficient saturation fix in H.263 * H.263 MCBPC fix * per line lowpass filter in MMX and faster C lowpass filter * SVQ1 encoder * as usual, lots of bug fixes and optimizations Others * fullscreen fixes for many window managers * fix crash on original Pentiums and older * dvd://start-end support * netstream (mpst://) support fixed * support comments in plaintext playlists * loader/ dependency removed * keepaspect option extended to all video output drivers * WMA to Ogg conversion and simple subtitle editing script added to TOOLS * support for more lame options * new set of GUI icons * memory conserving implementation of GUI potmeters * X11 code reindented * further gcc 3.4 support fixes * mixer API written for changing volume through libaf * -rtc-device option for specifying the RTC device * desktop/menu icon added * miscellaneous bug fixes and cleanups * multi-threaded encoding with lavc * fixed a bug with Real files introduced in pre4 * -use-stdin renamed to -noconsolecontrols
2004-07-16fix ?= typo: we want to add arts to MPLAYER_DISABLE_DRIVERS on Solaris.grant1-2/+2
2004-07-15add powerpc support (it *almost* works properly...)mrg2-6/+11
2004-07-12For USE_MMX users, do the following:cube1-5/+4
o only include it in the BUILD_DEFS if the current platform is concerned. For now that only includes i386, but we might find amd64 users in the future. o test against [Yy][Ee][Ss], for consistency. Fixes part of PR 26243.
2004-07-10Replace test -e with -f.salo2-8/+8
Addresses part of PR pkg/26235 by Georg Schwarz.
2004-07-10Use yacc instead of bison, since that is available on more platformswiz2-1/+15
by default.
2004-07-06update to 0.99.2drochner5-38/+59
official changelist: * update screensaver key faking code to avoid false triggering of the "sticky keys" feature on newer distros * fix crashes caused by tooltips * fix reporting of dropped frames * experimental feature: output video to a different display than control panel. set gui.video_display to the second display name, usually ":0.1" or ":1", * removed -funroll-all-loops from SPARC and PPC targets. * fix xitk trying set a window property when its atom may be undefined * add --disable-shm-default configure option which sets feature.shm to zero but keeps the shm code compiled in unfortunately new bugs in timer handling and mutex locking were introduced...
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-2/+2
2004-07-05Use newest qtextras package and qt65dlls instead of qt6dlls.wiz3-14/+14
Set PKGNAME to one higher.
2004-07-05Updated to version 0.9.2.salo3-7/+7
Changes: ======== - mkvextract: bug fix: Video extraction was not working correctly on big endian systems. - mkvmerge, mmg: new feature: --track-order now controls the track creation order globally, meaning that it isn't used for each file but only once. This allows the tracks to be created in ANY order (before it was first ordered by file, then by track). For mmg this means that the track list contains all available tracks and that there are no 'up' and 'down' buttons in the file list anymore. - mkvmerge: new feature: You can specifiy the time after which to split with ms precision. - mkvmerge: bug fix: Fixed more of that 'garbage at the beginning of MP3 streams' issue. - mkvmerge: bug fix: Reading of broken / unfinished AVI files was broken on Windows. - mmg: Updated the mkvmerge GUI guide to reflect changes and additions. - mmg: new feature: Added 'minimize' buttons to the two 'mkvmerge is running' dialogs. - mmg: new feature: Added an option for automatically calling 'File -> new' after a job has been added to the job queue. - mmg: bug fix: The job manager did not always catch all of mkvmerge's output, especially if a job failed. - mmg: new feature: Line wrap the tooltips on Windows. - mmg: new feature: Suggest a name for a new job based on the output file name. - mmg: new feature: Temporarily disaable 'always on top' if the muxing or the job dialog are visible. - mmg: new feature: Ask for confirmation before adding a job if there's already an old job with the same description. - mmg: bug fix: The functions 'move up', 'move down' and 'delete' in the 'job' dialog were not working correctly on Windows. - mmg: bug fix: The 'always on top' option was ignored when starting mmg.
2004-07-04Explicitly disable the dirac and kio plugins.jmmv1-1/+3
2004-07-03Sync with currently available distfile.wiz2-11/+12
Noted by Kibum Han on tech-pkg.
2004-07-03Update for two skin updates (old ones disappeared). Bump PKGREVISION.wiz2-9/+9
Noted by Kibum Han on tech-pkg.
2004-07-03Update multimedia/win32-codecs to 20040703 (previous distfile unavailable).xtraeme3-7/+9
Two new codec were added this time.
2004-07-02bump PKGREVISION (security fixes)drochner1-2/+2
2004-07-02apply the patch from the mplayer site to fix buffer overflowdrochner15-8/+693
vulnerabilities in the GUI
2004-07-02this pkg does not conflict with timiditydrochner1-3/+1
2004-06-30Sort mpeg-lib properly (hi grant!).salo1-2/+2
2004-06-29fix PLISTrecht2-10/+3
bumpt PKGREVISION to 1