summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-05-04trick "configure" to accept the 20090920 snapshot of x264-devel,drochner1-2/+5
refine dependency pattern, bump PKGREVISION
2010-04-16Add opencore-arm option. Not enabled by default for ffmpeg.reed1-2/+22
It worked for me to play a "Adaptive Multi-Rate Codec (GSM telephony)" file using ffplay.
2009-08-05Make the faac option enable restricted binaries.ahoka1-1/+4
Closes PR pkg/41739.
2009-07-18Remove support code for SDL option; option was removed during lastwiz1-16/+1
update, since ffplay is a separate package now. Addresses point raised by David A. Holland in PR 41729.
2009-06-12Update to nightly the snapshot as of 2009-06-11.ahoka1-7/+5
Also modularize a bit, so we can have a separate ffplay package. Too many changes to list them.
2008-09-15Patch support for img_resample() and friends back into ffmpeg even whensborrill1-12/+3
swscale is enabled. This allows older apps (such as vlc 0.8.6i) to run without a specific ffmpeg package option and thus the swscale option is no longer needed.
2008-09-12Make swscale an option (on by default). This option needs to be disabled forsborrill1-4/+13
vlc08 (0.8.6i).
2008-09-12Patch libavcodec to build with our slightly older version of x264.ahoka1-3/+3
This reenables the x264 option and makes it default again. This patch should be removed after an x264 update.
2008-09-08Fix the PLIST handling of the SDL option.ahoka1-4/+6
Problem reported by Amitai Schlair.
2008-09-07Track FreeBSD's SVN snapshots of ffmpeg as there are no more stableahoka1-58/+34
releases produced by the ffmpeg team. Add v4l2 support for NetBSD.
2007-08-02remove dependency on liba52 since this builds its own tweakeddbj1-2/+3
version of liba52 into libavcodec bump pkgrevision
2007-08-02fix bktr patch so at least it appliesdbj1-2/+2
compiling not tested
2007-06-19Fix RCS ID.joerg1-1/+1
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-5/+5
Patch provided by Sergey Svishchev in private mail.
2006-02-16pkglint - no functional changesabs1-2/+2
2006-02-16Update ffmpeg to 0.4.9pre1, and add patch for libavcodec buffer overflowabs1-0/+96
http://secunia.com/advisories/17892/ version 0.4.9-pre1: - DV encoder, DV muxer - Microsoft RLE video decoder - Microsoft Video-1 decoder - Apple Animation (RLE) decoder - Apple Graphics (SMC) decoder - Apple Video (RPZA) decoder - Cinepak decoder - Sega FILM (CPK) file demuxer - Westwood multimedia support (VQA & AUD files) - Id Quake II CIN playback support - 8BPS video decoder - FLIC playback support - RealVideo 2.0 (RV20) decoder - Duck TrueMotion v1 (DUCK) video decoder - Sierra VMD demuxer and video decoder - MSZH and ZLIB decoder support - SVQ1 video encoder - AMR-WB support - PPC optimisations - rate distortion optimal cbp support - rate distorted optimal ac prediction for mpeg4 - rate distorted optimal lambda->qp support - AAC encoding with libfaac - Sunplus JPEG codec (SP5X) support - use lagrange multipler instead of qp for ratecontrol - theora/VP3 decoding support - XA and ADX ADPCM codecs - export mpeg2 active display area / pan scan - Add support for configuring with IBM XLC - floating point AAN DCT - initial support for zygovideo (not complete) - rgb ffv1 support - new audio/video parser API - av_log() system - av_read_frame() and av_seek_frame() support - missing last frame fixes - seek by mouse in ffplay - noise reduction of dct coefficients - h263 OBMC & 4MV support - h263 alternative inter vlc support - h263 loop filter - h263 slice structured mode - interlaced DCT support for MPEG2 encoding - stuffing to stay above min_bitrate - mb type & qp vissualization - frame stepping for ffplay - interlaced motion estimation - alternate scantable support - SVCD scan offset support - closed gop support - SSE2 fdct - quantizer noise shaping - G.726 ADPCM audio codec - MS ADPCM encoding - multithreaded/SMP motion estimation - multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263 - multithreaded/SMP decoding for MPEG2 - FLAC decoder - Metrowerks CodeWarrior suppport - h263+ custom pcf support - nicer output for 'ffmpeg -formats' - matroska demuxer - SGI image format, encoding and decoding - h264 loop filter support - h264 CABAC support - nicer looking arrows for the motion vector vissualization - improved VCD support - audio timestamp drift compensation - mpeg2 YUV 422/444 support - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample - better image scaling - h261 support - correctly interleave packets during encoding - VIS optimized motion compensation - intra_dc_precission>0 encoding support - support reuse of motion vectors/mb types/field select values of the source video - more accurate deblock filter - padding support - many optimizations and bugfixes