summaryrefslogtreecommitdiff
path: root/multimedia/vlc/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2012-08-30Make the slider work again. The problem here is that NetBSD defines int64_tchristos1-1/+9
as __int64_t, and when moc parses and creates the signal string prototype functions, it uses "int64_t", but when the code that calls them is compiled the strings formed are tokenized, so they become "__int64_t" so there is a mismatch. Fixing the NetBSD headers would be TRT to do, but it is too involved. Instead since the use of int64_t is limited in parameter types, define a new pctime_t as int64_t and use that instead. I think that moc functions should use only qt-specified typedefs to avoid portability problems anyway.
2012-01-12fix build and PLIST problems with the (optional) SDL plugin,drochner1-1/+2
mostly from PR pkg/45209 by Matthew Mondor
2012-01-09update to 1.1.13drochner1-6/+5
changes: -fix for security issue in the TiVo demuxer (was patched in pkgsrc) -bugfixes
2011-12-22add patch from upstream to fix possible double free() in the TiVodrochner1-1/+2
demuxer (with possible security implications) bump PKGREV
2011-10-07update to 1.1.2drochner1-8/+5
changes: -improvements for audio output on MacOS and with PulseAudio -security fix for HTTP and RTSP server components (was patched in pkgsrc)
2011-10-07Add patch from upstream to fix a NULL dereference vulnerability in thedrochner1-1/+2
HTTP and RTSP server component (possible DOS)
2011-09-12update to 1.1.11drochner1-7/+5
changes: -security fixes in real and avi demuxers (were patched in pkgsrc) -minor bugfixes
2011-07-23tsk, do not add a comment to the patch after 'make mps'abs1-2/+2
2011-07-23Fix build against pulse-audio - no change for normal buildabs1-1/+2
2011-07-18add patches from upstream to plug 2 security problems:drochner1-1/+3
-heap overflow in the AVI file parser (CVE-2011-2588) -heap overflow in the Real Media file parser (CVE-2011-2587) bump PKGREV
2011-06-07update to 1.1.10drochner1-5/+4
changes: Security update regarding an integer overflow in xspf demuxer Rewrite of the pulseaudio audio output module Major updates in most language translations Many miscellaneous fixes in decoders, demuxers and subtitles 3rd party libraries updates
2011-04-11add patch from upstream to fix unsufficient memory allocation in the mp4drochner1-1/+2
demuxer which can lead to stack overflow bump PKGREV
2011-04-02Update vlc package to 1.1.8.taca1-6/+4
pkgsrc change and notes: * Update PLIST to reflect PKG_OPTION setting. * With pulseaudio and sdl PKG_OPTION, I couldn't build the package because of vlc-cache-gen core dump. * x11 PKG_OPTION could be elminated since the package won't build without it. Changes between 1.1.7 and 1.1.8: -------------------------------- Mac OS X Interface: * New UI graphics by Damien Erambert Interfaces: * Oldrc interface is again the default RC interface, on Windows * Luarc, luahttp and luatelnet fixes * Qt and Mac OS X fixes * numerous Skins2 fixes, notably winamp2 skins Encoder: * new libschroedinger-based Dirac codec encoder, faster than the current one Access/Demuxers/Codecs: * Subtitles auto-detection is back for .txt files * vod/rtsp server and rtsp input fixes * mp4 demuxer improvements * ogg, rstp input, video filters minor fixes * taglib's replaygain is fixed for mp3 * vobsub support has an improved auto-detection * fix a crash in malformed ape files Miscellaneous fixes in: * Pulseaudio audio output, notably for usb cards * Stacktraces are now limited in size on Windows * Video resolution is now limited to 8192x8192, for security reasons See CORE-2011-0208 * Configure and build system improvements * DirectShow and BDA build headers have been updated Translations: * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian, Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew * New icelandic translation
2011-02-14update to 1.1.7drochner1-5/+6
changes: -fix for CVE-2011-0531 (was patched in pkgsrc) -improvements to codecs, demuxers, Audio-CD support, subtitles, visualization and platform integration
2011-02-01comment patchdrochner1-2/+2
2011-01-31add patch from upstream to fix an MKV input validation bug possiblydrochner1-1/+2
leading to execution of arbitrary code bump PKGREV
2011-01-24update to 1.1.6, from Makoto Fujiwara per pkgsrc-wipdrochner1-8/+11
This is a new major branch, too many changes to list here. (the options need testing and cleanup)
2010-07-03Address PR 43086 and PR 43545 based on obache's patch in the former.wiz1-2/+2
(build fix for Linux, so no PKGREVISION bump)
2010-06-20Add bug report URLs/commit IDs.wiz1-5/+5
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-04update to 1.0.6drochner1-4/+4
changes: -fixes several vulnerabilities (see http://www.videolan.org/security/sa1003.html) -additional stability and other fixes
2009-12-16update to 1.0.4drochner1-4/+4
changes: Audio outputs: * Fix deadlocks in the audio output core * Make PulseAudio the default output if available Video outputs: * Fix fullscreen mode with KDE 4.3.3 and other window managers * Fix incompatibility with cairo-dock and compositing Input: * Fix DVB scanning regression from VLC 1.0.3 * Support for XZ-compressed byte stream (LZMA algorithm) Playlist: * Support for .m3u8 playlist files (UTF-8 M3U) Unix: * Support for xcb-keysyms version 0.3.4 or higher * Fix globalhotkeys on FreeBSD Qt4 interface: * Fix opening V4L version 1 devices * Fix default destination ports in the streaming wizard Translations: * New Walloon translation * Swedish, Ukrainian an French translation update
2009-10-26Fix build on DragonFly (undefined MNT_LOCAL).hasso1-2/+2
2009-09-24Changes between 1.0.1 and 1.0.2:ahoka1-6/+6
-------------------------------- Decoders: * Native support for WMA Professional, without the use of the Win32 dlls * Fix issues in subtitles, especially SSA ones * Various fixes on theora and ogg Demuxers: * Various fixes for EPG support in MPEG-TS demuxer * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers Access: * Fixes for v4l2 devices * Fixes for dvb-c channels-scanning Qt Interface: * Fix some playlist sorting issues Mac OS X Interface: * Fixed a crash when updating VLC * Fixed a crash related to QTKit when opening video files (10.6 only) * Added the ability to play 2nd media in sync to the primary item (input-slave) * Added the "Quit after Playback" feature Mac OS X Port: * The "Delete Preferences" script is now delivered as a Universal Binary with native code for PowerPC, Intel and Intel 64bit * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6 - no support for Goom and SDL - limited text rendering support - This port is still considered as EXPERIMENTAL despite its binary release. Encoders: * MPEG2 transrate stream output removed * x264 default-values closer to x264.exe defaults. * x264 rc-behaviour fixes: - if user defines qp-value, CQP-mode is used - otherwise if user defines vb=0, CRF-mode is used - otherwise ABR-mode is used * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these: - ABR mode set vbv-max-bitrate=bitrate - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps) Playlist: * Lua scripts for Mpora and Vimeo playback Unix builds: * Various fixes to enable 1.0 to build on Solaris and OpenBSD
2009-08-30fix build breakage on NetBSD (use fstatvfs instead of fstatfs)tnn1-1/+2
2009-08-29Update to 1.0.1. Notable fixes and improvements include:hasso1-5/+4
- fix flv and mpeg2 seeking, - fixes for wmv, wav, rtsp and ssa support, - fixes for Qt and Mac OS X interface, - fix an integer underflow in Real pseudo-RTSP module, - updates of some translations, - port of the ZVBI module to Windows for full teletext support and - codecs updates for Windows and Mac OS X versions.
2009-08-09add fix for SA26156kefren1-1/+2
Bump PKGREVISION
2009-07-07Update to VLC 1.0.0 "Goldeneye". Some highlights are:tnn1-7/+6
* Live recording * Instant pausing and Frame-by-Frame support * Finer speed controls * New HD codecs (AES3, Dolby Digital Plus, TrueHD, Blu-Ray Linear PCM, Real Video 3.0 and 4.0, ...) * New formats (Raw Dirac, M2TS, ...) and major improvements in many formats... * New Dirac encoder and MP3 fixed-point encoder * Video scaling in fullscreen * RTSP Trickplay support * Zipped file playback * Customizable toolbars * Easier encoding GUI in Qt interface * Better integration in Gtk environments * MTP devices on linux * AirTunes streaming * New skin for the skins2 interface
2009-05-30Update to 0.9.9a. Although said to have a fixes only for Mac OS X, it alsohasso1-4/+4
fixes a build with fresh multimedia/x264-devel. Changes between 0.9.9 and 0.9.9a: --------------------------------- Mac OS X: * Updated multiple 3rd party libraries to keep in sync with the Win32 port * Playback fixes for PowerPC-based Macs
2009-04-25Update to vlc-0.9.9.tnn1-4/+4
While here, fix some pkglint warnings and enable DESTDIR support. Changes between 0.9.8a and 0.9.9: --------------------------------- Decoders: * Experimental new decoder for Real Video 3.0 & 4.0 Demuxers: * Various fixes related to real demuxer Mac OS X Interface: * Fixed circumstances, which could lead to an empty Information panel - Note that VLC will show information on the currently _selected_ item instead of the currently _playing_ item, if the playlist is visible in the main controller window. * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard Mac OS X Port: * Improved video playback performance on Intel-based Macs New Localizations: * Indonesian * Bengali * Updates of other localizations Various bugfixes: * Support for receiving RTP packets on odd port numbers. * Lots of small bugfixes. * Correct Fullscreen behaviour on Multi-Screen setups on Windows * Telnet fixes on Windows * Resampling fixes when transcoding
2009-01-28* Fix the really annoying bug where the video window doesn't attach tojmcneill1-1/+2
the controller window even when you have it configured to do so. * Look for DejaVu fonts in LOCALBASE not X11BASE, so the OSD works with native Xorg; explicitly depend on the dejavu-ttf package. * Bump PKGREVISION
2008-12-04Upstream bumped the version number for some reason,ahoka1-4/+4
so follow the new distfile as the old one disappeared. No new changes were mentioned in the official changelog.
2008-12-03Changes between 0.9.6 and 0.9.8:ahoka1-4/+4
-------------------------------- * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276) * Bunch of small bugfixes.
2008-11-07Changes between 0.9.5 and 0.9.6:ahoka1-4/+4
-------------------------------- New Localizations: * Ukranian Security updates: * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-xxxx) * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-xxxx)
2008-11-01This update is also fixing a minor PLIST issue.ahoka1-4/+4
Changes between 0.9.4 and 0.9.5: -------------------------------- Security updates: * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654) * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds Features: * Closed Caption EIA 608/708 parsing enabled for libmpeg2 Various bugfixes: * Fixed various potential crashes and memleaks * Fixed issues with reading from files (especially non-local) Windows port: * Fix bug where interface was "eating" some media keys * Fix some crashes in DirectShow access Qt Interface: * Fix bug when the resetting of preferences didn't reset the dialog states * Right-click menu to select playlist columns reenabled * Various fixed in playlist Access: * MMAP module is now deactivated by default Translations: * Update of Brazillian, Swedish translation
2008-10-13Update to version 0.9.4, plus a lot of PLIST adjustmentsahoka1-5/+5
Official changelog: Changes between 0.9.3 and 0.9.4: ------------------------------------ Various bugfixes: * Crashes fixed in ogg, vobsub, dvdread * Fixes several memory leaks. Mac OS X port: * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier ) * Fixed a crash with deletion of old preferences. * Fixed targetname for downloaded updates Windows port: * Stability fix for the video output. Changes between 0.9.2 and 0.9.3: ------------------------------------ Various bugfixes: * Fixed DTS channel order on 5.1 systems * Fixed pausing behavior for subtitles and for Audio-CD * Multiple subtitles and podcast fixes * Various crashes fixed in PS, SSA, mkv, xspf, freetype * Fixed update system bugs * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...) Mac OS X port: * Fixed ffmpeg slowness on PowerPC-based Macs * Fixed crash on startup when installed on old preferences * Fixed bug in directory opening on Mac OS X * Fixed font selection in the Simple Preferences * Thicker border to the subtitle renderer * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard * Fixed AC3 passthrough on Mac OS X * Fixed behavior of the Volume Normalizer settings on Mac OS X * Removed the deprecated QuickDraw video output module to avoid crashes on modern Mac OS X versions Windows port: * Fixed sensitivity of Fullscreen Controller * Fixed error messages on startup when VLC wasn't correctly uninstalled before installation * Fix showing of controller when returning from fullscreen playback * Multiple directory and path location fixes. Qt4 interface: * Added Faster/Slower icons to the controller panel * Fixed lost playlist columns when switching the playlist view * Added needed options to Simple preferences (to avoid NVIDIA drivers issues) * Fullscreen controller: added time label, remembering of last position * Fixed drag'n drop behaviour on the playlist * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
2008-09-27Update to 0.9.2, the first real 0.9.x release of VLC.ahoka1-4/+6
Only minor bugfixes, no detailed list in the changelog. Add gnome option for gnome-vfs, not enabled by default. Add support for V4L2. This is only enabled for Linux now. Build needs to be fixed for NetBSD and tested for others.
2008-09-08Update to the latest 0.9 branch.ahoka1-9/+4
Changes between 0.8.6i and 0.9.1: --------------------------------- Note: version 0.9.0 was skipped due to bugs being discovered at the last minute. Important notes: ---------------- * This release will not work with Windows 98/ME and Mac OS X 10.3.9 (Panther) * The HTTP interface is now only available on the local machine by default. If you want to make it available from other machines, you will have to edit the ".hosts" file. - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts If you're using the old http interface, it's located in /usr/share/vlc/http/old/.hosts - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and C:\Program Files\VideoLAN\VLC\http\old\.hosts - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts * This version of VLC contains a new interface for Windows and Linux. This interface has a fullscreen controller and simplified preferences. This interface lacks the "Streaming Wizard" that used to be present in VLC 0.8.6. * The behavior of --sout-keep was changed. It's now activated by default. * The marq, mosaic and logo commands in the rc interface changed. They now require a target name as their first argument. Example: vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo> You can then use commands like: @test marq-marquee Goodbye If you didn't name the object using @test, its name will default to the plugin name (hence 'marq') in this example. These new commands are also available in the telnet interface. * The "rtp" access output module has been removed. Please use the RTP stream output instead, e.g.: Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}' New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}' * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. Note that only a limited set of options is available to m3u playlists (CVE-2007-6683). * The old access:url syntax is no longer supported to resolve ambiguities with some file names. Use access://url instead. E.g.: vlc:quit -> vlc://quit ; udp:@239.255.12.12 -> udp://@239.255.12.12 * The ffmpeg module has been removed and replaced by the new avcodec, avformat, swscale (or imgresample if you use a swscale-less ffmpeg build) and postproc modules. * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4, STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and BACKWARD being reserved for future implementations and are thus not functional atm. * Croping and padding in transcode are now done using the croppadd video filter. For example: transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}} * Canvas setting in transcode is now done using the canvas video filter. For example: transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}} * Glide video output module has been removed. * Due to lack of maintainer, the Skins interface might not work properly. It does not work on windows for this version. Help is needed! Changes: -------- Security updates: * Updated libfreetype on Windows and Mac OS X (CVE-??) * TTA Parser improvements (CVE-2008-3732) * MMS Access Module improvements (CVE-2008-3794 ) Playlist: * Vastly improved playlist support: * Media library creation to save all your playlist items * "Live search" * Shoutcast TV listings * Audioscrobbler/Last.FM support * Album art support * User definable Lua playlist scripts. See share/lua/playlist/README.txt (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs) * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt Inputs: * Video for Linux 2 (V4L2) input support * UDP-Lite transport for RTP/AVP * DCCP transport for RTP/AVP * Proxy support for MMSH stream * JACK audio input support * Input run time option (improved live stream recording) * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows * Re-written Screen access module for Mac OS X using OpenGL instead of QuickDraw * Screen module now supports partial screen capture and mouse following on X11. * Experimental EyeTV access module This requires the user to install a plugin to EyeTV.app (available as a separate download). * Simple RTP input (with MPEG A/V, G.711 and PCM support). * RTMP input support * QTKit-based Input module for Mac OS X allowing display and streaming of video taken from all iSight-labelled video cameras (no audio support) * HTTP access now supports gzip compressed data and Digest Access Authentication. * New options to reduce latency between arrival of raw data and display of frames. (--auto-adjust-pts-delay and --use-stream-immediate) Demuxers: * MP4 gpac and Apple chapter support * Fixed playback of AIFF stereo files * Fixed audio glitch on seek * Improved FLAC demuxer (duration / current time / meta data) * AAC tags support * APEv1/2 tags support * Improved ID3v2 tags support * Improved Ogg/Vorbis tags support * Raw video support * Standard MIDI File (types 0 & 1) support * TiVo Series 2 support * CD+G karaoke Files support * MXF files support * OMA support Decoders: * VP60/VP61/VP6F/VP62 support * Flash Screen Video support * CamStudio Screen Video support * DosBox Capture support * Karl Morton's Video support * limited atrac3 support * Fraps support * Fluidsynth MIDI software synthesis (with external sound fonts) * New codec FOURCCs to support more specific files: Avid, FCP, Sony, Samsung, ... * H.264 PAFF support * DNxHD / VC-3 support * NellyMoser ASAO support * APE (Monkey audio) support * RealVideo support (with the RealVideo run-time) * Dirac video support using libschroedinger Subtitles: * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) * VBI & EBU (Teletext) support (*nix, Mac OS) * Ogg/Kate subtitles support * AQTitle subtitles support * MKV USF subtitles support * HTML-based subtitles support * MPSub subtitles support * JacoSub subtitles basic support * MPL2 subtitles support * Rewrite of ASS/SSA scripts and subtitles support * PowerDivx (.psb) Subtitles support * Realtext subtitle support * DKS subtitle support * SubViewer 1.0 (SubRip09) subtitles support * Correct Right-to-left languages in subtitles support Encoders: * Flash Screen Video support * Improved H.264 encoding speed Video outputs and filters: * New CoreAnimation-based output module (VLCKit framework on OS X only) * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and Psychedelic) video filters can now be streamed * New puzzle video output filter * Re-written motion detection video filter * New extract video filter (extract Red, Green and Blue components from a video) * New sharpen video filter (increase the contrast of adjacent pixels) * New erase video filter (removes logos from a video) * Enhanced subtitles' renderer to support bold, italic and some HTML tags (Google Summer of Code Student project) * Support for RGBA and I420 blending. The latter improves Mosaic CPU usage *a lot*. * New transparency mask video filter (for use with the mosaic_bridge module). * New bluescreen video filter (for use with the mosaic_bridge module). This was previously part of the mosaic module. * Fixed random characters problem in RSS filter. * Add rotate-deciangle for more precision on rotate filter * Support for Intel SSE2 instruction set in chroma converters * Improved use of Intel MMX instruction set in chroma converters * New croppadd and canvas video filters. Audio outputs and filters: * Replay gain support * Audio playback when going slower/faster (with pitch correction via new scaletempo audio filter) * New spatializer audio filter * Correct DTS output via S/PDIF Stream output: * RTSP for TS-multiplexed broadcast streams * New RTP payload formats: * Speex voice audio codec * ITU T.140 (for text, subtitles) output * G.711 (both A-law and µ-law) output * UDP-Lite transport for RTP * DCCP transport for RTP * Lots of fixes for RTSP broadcasting * RTMP output Interfaces: * All * New Simple Preferences dialogs showing the most important settings in an end-user suitable way. * Improved user interaction * Improved mouse gestures * Vastly improved Update checker * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2) * Windows/Linux * Brand new interface for Linux and Windows, based on the Qt toolkit * Fullscreen controller (transparency on Linux+Composite) * Mac OS X * Improved video output features * Online access to VideoLAN's Help Wiki within VLC * New setting to disable the "Recent Items" service * When playing Radio (live) streams, the current track is shown correctly * Correct appearance on Macs using Aqua's graphite theme * Simplified Extended Controls panel * Ncurses: * Correctly displays wide characters when using an UTF-8 locale, if libncursesw is available. * Some nice colors if the terminal supports it (most do) * Experimental Lua interface modules. See vlc -I lua and share/lua/playlist/README.txt for more info. * Unix * Option to allow only one running instance, using D-Bus interface. * D-Bus Interface implementing the MPRIS (Media Player Remote Interfacing specification), a common dbus control interface for media players that intends to become an xdg standard when finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces . * Motion module using disk accelerometers to keep video horizontal * Plugin to set Telepathy presence message using MissionControl * Fixed VLM schedule time on Linux Linux Port: * VLC now complies with the XDG Base Directory Specification version 0.6 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html (which means that VLC doesn't use the $HOME/.vlc directory anymore) Mac OS X Port: * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party applications (Google Summer of Code Student project, Mac OS X 10.5 only) * New text renderer based on Quartz replacing the existing Freetype solution * Complete compatibility with Mac OS X 10.5 Leopard * It is now required to compile a fully featured build * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued. LibVLC: * Event management and various improvements in libvlc (Part of a Google Summer of Code Student project) New Localizations: * Finnish * Persian * Polish * Punjabi * Bulgarian Developers: * LibVLC now supports externally built plugins properly. A "vlc-plugin" pkg-config package is provided. * Java bindings are now built from a separate source.
2008-07-03Fix vlc wav handling heap overflow. A specially crafted .WAV file couldtonnerre1-1/+2
be used to achieve that with an overly large fmt chunk. (CVE-2008-2430)
2008-04-20Update vlc to version 0.8.6f, also applying some smaller patches:tonnerre1-7/+6
- Wrong boundary check in Speex decoder (CVE-2008-1686). - Compilability of CDDA code with modern libcdio versions. Vendor updates in 0.8.6f - Security vulnerabilities in the Subtitle demuxer, Real RTSP demuxer, MP4 demuxer and Cinepak codec: CVE-2007-6681, CVE-2008-0073, CVE-2008-1489, CVE-2008-1769). - Crashes in H264 packetizer. - Close MMS access on network timeout. - Some problems with AAC decoder & packetizer. Vendor updates in 0.8.6e: - Security vulnerabilities in the Web interface, Subtitle demuxer, Real RTSP demuxer, SDL_image library and MP4 demuxer (CVE-2007-6681, CVE-2007-6682, CVE-2006-4484, CVE-2008-0225, CVE-2008-0295, CVE-2008-0296, CORE-2008-0130). - Resume playback for viewing content over FTP. - Fixed XShm detection with remote X11. - DTS to S/PDIF converter fixes. - Waiting for SPS/PPS problem in H.264 packetizer. - Improved compatibility for creating H.264 video files playable on iPhones. Approved-by: joerg
2008-03-26Patch for CVE-2008-1489, mp4 buffer overflow. Bump rev.tnn1-1/+2
2008-02-28Fix SA29122: MP4 Demuxer Arbitrary Memory Overwritekefren1-1/+2
2008-02-20Update to 0.8.6d (latest stable version), based on wip/vlc update donextraeme1-15/+7
by Adam Hoka (thank you!). Changes between 0.8.6c and 0.8.6d: ---------------------------------------------------------- Various bugfixes: * Mozilla plugin: supports a reasonable amount of MIME types on Windows * Linux: Fixed S/PDIF passthrough with ALSA * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences in input * Use field order (top/bottom) for correct bob/linear deinterlacing * Fix invalid free in bookmarks loading code Windows and Mac OS Binaries * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows Active X plugin: * Security update (VideoLAN-SA-0703) Mac OS X Interface & Port: * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality * Improved Video Output compatibility for Mac OS X 10.5 Leopard * Improved behavior of the Fullscreen Controller and mode changes between Fullscreen and Windowed Video Output * Softened the white flash artifacts that may appear during the transition of two different movies * Support for current Ogg file formats NOTE: This release requires Mac OS X 10.4 or higher. Mac OS X 10.3.9 is not supported anymore. Encoders: * Improved H.264 encoding speed on Mac OS X Other changes: * The automatic updating facility was removed * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. ...and more, see the NEWS file.
2007-06-22Fixed the patch for CVE-2007-3316.lkundrak1-2/+2
2007-06-22Fix for CVE-2007-3316 format-string vulnerability described bylkundrak1-1/+5
VideoLAN-SA-0702 upstream advisory. Backported from 0.8.6c.
2007-02-22fix some pointer/int mixup to make it compile on amd64, fromdrochner1-1/+2
Mihai Chelaru per PM
2007-01-13Enable flac support.wiz1-2/+3
Patch for flac-1.1.3 support from ftp.altlinux.org /pub/people/thresh Bump PKGREVISION. Tested by joerg@. Clean up pkglint warnings and remove a SUBST which doesn't do anything (says an INFO message).
2006-09-26Moved vlc08 to vlc.martti1-9/+9
2006-04-28Add casts for amd64, reported by Rhialto.wiz1-2/+5
Fix typos in SUBST_MESSAGE* Add missing x11.buildlink3.mk. Remove two files from PLIST, because they are not built on my 3.99.18/i386 test system. Bump PKGREVISION.
2005-11-11Add patch from joerg@ to re-enable libcd* support, tested by dhowland.wiz1-1/+2
Bump PKGREVISION.