summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2013-05-131.2.1 was released on 2013-05-10. It is the latest stable FFmpeg release ↵adam1-2/+2
from the 1.2 release branch, which was cut from master on 2013-03-07. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-03-07, libav 9 as of 2013-03-07.
2013-03-17Update to 1.2:wiz1-2/+2
version 1.2: - VDPAU hardware acceleration through normal hwaccel - SRTP support - Error diffusion dither in Swscale - Chained Ogg support - Theora Midstream reconfiguration support - EVRC decoder - audio fade filter - filtering audio with unknown channel layout - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass and treble audio filter - improved showspectrum filter, with multichannel support and sox-like colors - histogram filter - tee muxer - il filter ported from libmpcodecs - support ID3v2 tags in ASF files - encrypted TTA stream decoding support - RF64 support in WAV muxer - noise filter ported from libmpcodecs - Subtitles character encoding conversion - blend filter - stereo3d filter ported from libmpcodecs
2013-03-02Changes 1.1.3:adam1-2/+2
It is the latest stable FFmpeg release from the 1.1 release branch, which was cut from master on 2013-01-06. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-01-06, libav 9.1 as of 2013-02-23.
2013-02-11Update to 20130602.1.1.2:wiz1-2/+2
1.1.2 was released on 2013-02-06. It is the latest stable FFmpeg release from the 1.1 release branch, which was cut from master on 2013-01-06. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-01-06, libav 9.1 as of 2013-02-05.
2013-01-21Update to 1.1.1:wiz1-2/+2
- Fix a crash on windows platforms related to automatic stack alignment in libavresample - Fix memleaks in the ogg demuxer. Related to CVE-2012-2882
2013-01-16Changes 1.1:adam1-3/+2
- stream disposition information printing in ffprobe - filter for loudness analysis following EBU R128 - Opus encoder using libopus - ffprobe -select_streams option - Pinnacle TARGA CineWave YUV16 decoder - TAK demuxer, decoder and parser - DTS-HD demuxer - remove -same_quant, it hasn't worked for years - FFM2 support - X-Face image encoder and decoder - 24-bit FLAC encoding - multi-channel ALAC encoding up to 7.1 - metadata (INFO tag) support in WAV muxer - subtitles raw text decoder - support for building DLLs using MSVC - LVF demuxer - ffescape tool - metadata (info chunk) support in CAF muxer - field filter ported from libmpcodecs - AVR demuxer - geq filter ported from libmpcodecs - remove ffserver daemon mode - AST muxer/demuxer - new expansion syntax for drawtext - BRender PIX image decoder - ffprobe -show_entries option - ffprobe -sections option - ADPCM IMA Dialogic decoder - BRSTM demuxer - animated GIF decoder and demuxer - PVF demuxer - subtitles filter - IRCAM muxer/demuxer - Paris Audio File demuxer - Virtual concatenation demuxer - VobSub demuxer - JSON captions for TED talks decoding support - SOX Resampler support in libswresample - aselect filter - SGI RLE 8-bit decoder - Silicon Graphics Motion Video Compressor 1 & 2 decoder - Silicon Graphics Movie demuxer - apad filter - Resolution & pixel format change support with multithreading for H.264 - documentation split into per-component manuals - pp (postproc) filter ported from MPlayer - NIST Sphere demuxer - MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders - Sony Wave64 muxer - adobe and limelight publisher authentication in RTMP - data: URI scheme - support building on the Plan 9 operating system - kerndeint filter ported from MPlayer - histeq filter ported from VirtualDub - Megalux Frame demuxer - 012v decoder - Improved AVC Intra decoding support
2012-12-18Remove --disable-mmx2, it is no longer a valid option.jperkin1-2/+1
2012-12-16Update to 1.0.1. No list of changes found.wiz1-2/+2
2012-11-08Changes 1.0:adam1-36/+37
- INI and flat output in ffprobe - Scene detection in libavfilter - Indeo Audio decoder - channelsplit audio filter - setnsamples audio filter - atempo filter - ffprobe -show_data option - RTMPT protocol support - iLBC encoding/decoding via libilbc - Microsoft Screen 1 decoder - join audio filter - audio channel mapping filter - Microsoft ATC Screen decoder - RTSP listen mode - TechSmith Screen Codec 2 decoder - AAC encoding via libfdk-aac - Microsoft Expression Encoder Screen decoder - RTMPS protocol support - RTMPTS protocol support - RTMPE protocol support - RTMPTE protocol support - showwaves and showspectrum filter - LucasArts SMUSH playback support - SAMI, RealText and SubViewer demuxers and decoders - Heart Of Darkness PAF playback support - iec61883 device - asettb filter - new option: -progress - 3GPP Timed Text encoder/decoder - GeoTIFF decoder support - ffmpeg -(no)stdin option - Opus decoder using libopus - caca output device using libcaca - alphaextract and alphamerge filters - concat filter - flite filter - Canopus Lossless Codec decoder - bitmap subtitles in filters (experimental and temporary) - MP2 encoding via TwoLAME - bmp parser - smptebars source - asetpts filter - hue filter - ICO muxer - SubRip encoder and decoder without embedded timing - edge detection filter - framestep filter - ffmpeg -shortest option is now per-output file -pass and -passlogfile are now per-output stream - volume measurement filter - Ut Video encoder - Microsoft Screen 2 decoder - Matroska demuxer now identifies SRT subtitles as AV_CODEC_ID_SUBRIP instead of AV_CODEC_ID_TEXT - smartblur filter ported from MPlayer - CPiA decoder - decimate filter ported from MPlayer - RTP depacketization of JPEG - Smooth Streaming live segmenter muxer - F4V muxer - sendcmd and asendcmd filters - WebVTT demuxer and decoder (simple tags supported) - RTP packetization of JPEG - faststart option in the MOV/MP4 muxer
2012-11-05update to 0.10.6drochner1-2/+2
from the changelog: - many bug fixes that where found with Coverity - The following CVE fixes where backported: CVE-2012-2796, CVE-2012-2775, CVE-2012-2772, CVE-2012-2776, CVE-2012-2779, CVE-2012-2787, CVE-2012-2794, CVE-2012-2800, CVE-2012-2802, CVE-2012-2801, CVE-2012-2786, CVE-2012-2798, CVE-2012-2793, CVE-2012-2789, CVE-2012-2788, CVE-2012-2790, CVE-2012-2777, CVE-2012-2784 - hundreads of other bug fixes, some possibly security relevant, see the git log for details.
2012-10-10copy ffmpeg10 to ffmpeg, making it the default versiondrochner1-2/+2
2012-07-02update to 0.7.13drochner1-2/+2
changes: bugfixes
2012-04-14update to 0.7.12drochner1-2/+2
changes: Fixes: CVE-2012-0853, CVE-2012-0858, CVE-2011-3929, CVE-2011-3936, CVE-2011-3937, CVE-2011-3940, CVE-2011-3945, CVE-2011-3947 Several security issues that dont have CVE numbers. and about 150 bugfixes
2012-03-12released tarball is not in ahoka@'s sites.obache1-4/+2
2012-01-17update to 0.7.11drochner1-2/+2
changes: security fixes: -CVE-2011-3893 (DOS in MKV / Vorbis handlers) -CVE-2011-3895 (buffer overflow in Vorbis decoder) and possible more
2012-01-09update to 0.7.10drochner1-2/+2
changes: -bug fixes -minor changes -security fixes (not further specified in the announcement)
2011-11-28update to 0.7.8drochner1-2/+2
changes: -fix buffer overflows in svq1dec, vp3_dequant, qdm2dec (possible code injection) -more fixes
2011-11-16Add missing archivers/bzip2 and deve/zlib buildlinkssbd1-1/+3
Bump PKGREVISION
2011-11-07update to 0.7.7drochner1-2/+2
"fixes around 90 bugs, several of which are security relevant" (sorry, no details in the release notes)
2011-10-07update to 0.7.6drochner1-2/+2
changes: -security fixes to many demuxers and decoders -bugfixes
2011-09-12update to ffmpeg-20110907.0.7.4drochner1-2/+2
changes: -fix integer inderflow in rtp code which could allow remote code execution -misc fixes and improvements
2011-07-19update to 0.7.1drochner1-2/+2
changes: many new features and bugfixes (those of the 0.8 branch), but API/ABI compatible with 0.6
2011-04-29Update ffmpeg to 20110426.0.6.3.obache1-2/+2
version 0.6.3: - AMV: Fix possibly exploitable crash. - Fix apparently exploitable race condition.
2011-04-05update to 0.6.2drochner1-2/+2
changes: - Fix invalid reads in VC-1 decoding (related to CVE-2011-0723) - Do not attempt to decode APE file with no frames (adresses http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt)
2011-01-17update to 20101018.0.6.1, from Makoto Fujiwara per pkgsrc-wip,drochner1-19/+23
with two changes by me: -disabled symbol versioning - this didn't work correctly for me -changed PKGVERSION to start with the release date, so that it sorts correctly against the snapshots we had before vlc-1.0.6 does still build, but can be updated now
2010-09-05pkglint cleanup.wiz1-2/+3
2010-05-24Disable assembler optimizations (e.g. MMX support) to make this buildtron1-2/+2
under Mac OS X Intel.
2010-03-14Make this build and work under Solaris 10 x86:tron1-2/+24
1.) Work around lack of support for Sun Studio C Compiler and bugs in this compiler (it crashes with "-O3", "-xO2" works fine). 2.) Use a hammer to disable MMX, AMD 3DNow and SSE support as Solaris refuses to load libraries which contain unsupported instructions.
2009-10-30Add an other mirror.ahoka1-2/+3
2009-06-18Clean up some lint in ffplay, re-make patch digests, and add a comment toagc1-1/+2
ffmpeg's Makefile.common
2009-06-14Add --enable-memalign-hack for NetBSD 4.0 and earlier.ahoka1-1/+7
2009-06-12Add a missing file from the previous commit.ahoka1-0/+50
Thanks David!