summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
AgeCommit message (Collapse)AuthorFilesLines
2014-08-11Remove ffplay, ffmpeg; add ffplay1, ffmpeg1 to Makefile.wiz11-617/+0
2014-07-04Changed the date as welladam1-2/+2
2014-07-04Changes 1.2.7:adam4-55/+7
avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial format extensions being enabled avcodec/mss4: Fix () in MKVAL() macro avcodec/mss34dsp: fix () in SOP* macros avcodec/mlpdec: fix () in MSB_MASK() macro avcodec/golomb-test: fix () in EXTEND() macro avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE avutil/cpu: force mmx on selection of higher x86 SIMD features avcodec/diracdec: move mc buffer allocation to per frame avfilter/graphdump: Fix pointer to local outside scope more...
2014-06-30Disable all assembly optimisation on SunOS rather than trying to playjperkin1-6/+2
catch-up with all the various flags each time.
2014-06-27add patch from 1.2.7 to fix recent integer overflow, bump PKGREVdrochner3-3/+51
(update to 1.2.7 will be done after the freeze)
2014-04-10recursive bump from x264-devel builld number change (i.e. API change).obache2-3/+4
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+4
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-11Changes 1.2.6:adam3-8/+8
* avcodec/utvideoenc: fix slice_bits size * avcodec/snow: split block clipping checks * avcodec/ansi: fix integer overflow * avcodec/msrle: use av_image_get_linesize() to calculate the linesize * avformat/mpegtsenc: Check data array size in mpegts_write_pmt() * avcodec/wmalosslessdec: fix mclms_coeffs* array size * samplefmt: avoid integer overflow in av_samples_get_buffer_size() * avcodec/vc1: reset fcm/field_mode in non advanced header parsing * avcodec/takdec: always check bits_per_raw_sample * avcodec/vmnc: Check that rectangles are within the picture * dnxhdenc: fix mb_rc size * pthread_frame: flush all threads on flush, not just the first one * rtpdec_asf: Copy the need_parsing field from the chained demuxer * Fix compilation on ARM with android gcc 4.7 * Allow decoding of slightly broken Nikon avi files.
2014-02-20Update to 1.2.5:wiz3-9/+8
1.2.5 was released on 2014-01-16. It is the latest stable FFmpeg release 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-10-20recursive PKGREVISION bump for libass shlib major -> 5wiz1-1/+2
2013-10-06Update ffmpeg and ffplay to 1.2.4: bugfix release.wiz3-8/+8
2013-08-31Changes 1.2.3:adam3-8/+8
This is a bug-fix release.
2013-08-14Apply patch from Onno van der Linden to try fixing PR 48116.wiz1-6/+5
2013-08-021.2.2 was released on 2013-07-28. It is the latest stable FFmpeg release ↵adam4-29/+27
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-06-29Do not make assumptions about Darwin's or Solaris' gcc behaving like others.wiz1-2/+5
2013-06-29Fix stack alignment issues on i386.wiz1-6/+14
From Onno van der Linden in PR 47132.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-1/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-131.2.1 was released on 2013-05-10. It is the latest stable FFmpeg release ↵adam3-9/+8
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-05-10First stab at cross-compiling ffmpeg.riastradh1-1/+9
Won't work on arm yet because we need to specify the arm cpu flavour.
2013-04-14Add option "vaapi" and enable it if it is supported.cheusov2-4/+26
Explicitely add --enable-vdpau if "vdpau" option is turned on. ++pkgrevision.
2013-03-17Update to 1.2:wiz4-15/+16
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-16recursive bump from ffmpeg shlib major changesobache1-2/+2
2013-03-02Changes 1.1.3:adam4-10/+10
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-12fix release datedrochner1-2/+2
2013-02-11Update to 20130602.1.1.2:wiz3-8/+8
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:wiz4-39/+8
- 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-21PKGREVISION bump for libass ABI bump.wiz1-1/+2
2013-01-16Changes 1.1:adam10-130/+77
- 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-19add patch from upstream to fix possible memory allocation problemsdrochner3-2/+90
in the SWF demuxer, fixes SA51464 originally (wrongly) rteported against vlc bump PKGREV
2012-12-19Fully disable assembly on Solaris 32-bit to avoid GENERAL_REGS errors.jperkin1-5/+3
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.wiz3-9/+8
2012-12-14ffmpeg: add option "ass" for subtitle renderer support and enable it bycheusov2-4/+17
default. ++pkgrevision. Tested on NetBSD-6
2012-11-09Restore disabling of assembler support under Mac OS X i386 to fixtron1-1/+5
the build.
2012-11-08Changes 1.0:adam8-114/+108
- 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-07Don't return value in a void function.joerg2-1/+15
2012-11-05update to 0.10.6drochner3-8/+8
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 versiondrochner11-111/+73
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-09-27Fix wrong BUILDLINK_API_DEPENDS, and restrict it to reject ffmpeg010.dholland1-2/+2
Should fix a number of bulk failures.
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon2-3/+4
2012-07-02update to 0.7.13drochner3-9/+9
changes: bugfixes
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-14update to 0.7.12drochner3-10/+9
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-14Improve description, from Bug Hunting.wiz1-10/+3
2012-03-12released tarball is not in ahoka@'s sites.obache1-4/+2
2012-02-03The fix for UINT64_C is needed on Linux to.sbd3-8/+10
Bump PKGREVISION
2012-02-01cleanup/fix option handling, make "lame" an option too (default unchanged),drochner2-12/+14
from Gianni D'Aprile per PR pkg/45900
2012-01-31Bump PKGREVISION, multimedia/libvpx is updated to 1.0.0.ryoon1-2/+2