NOTICE: This package has been removed from pkgsrc

./multimedia/ffmpeg, Decoding, encoding and streaming software

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 20140623.1.2.7, Package name: ffmpeg-20140623.1.2.7, Maintainer: pkgsrc-users

FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video. It includes libavcodec - the leading
audio/video codec library.


Required to run:
[multimedia/xvidcore] [multimedia/x264-devel] [multimedia/libtheora] [audio/lame] [audio/libvorbis] [multimedia/libvpx] [multimedia/libass]

Required to build:
[devel/yasm]

Package options: ass, lame, libvpx, theora, vorbis, x264, xvid

Master sites:

SHA1: ff49a6b28e174f9f8072638d8251e1e447666ef6
RMD160: ac1df042ebb63f815292f48d899bd8cb70098112
Filesize: 5829.651 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-12 01:10:51 by Thomas Klausner | Files touched by this commit (14) | Package removed
Log message:
Remove ffplay, ffmpeg; add ffplay1, ffmpeg1 to Makefile.
   2014-07-04 12:34:52 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Changed the date as well
   2014-07-04 12:33:42 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Changes 1.2.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-30 11:30:07 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Disable all assembly optimisation on SunOS rather than trying to play
catch-up with all the various flags each time.
   2014-06-27 19:27:39 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
add patch from 1.2.7 to fix recent integer overflow, bump PKGREV
(update to 1.2.7 will be done after the freeze)
   2014-04-10 07:39:17 by OBATA Akio | Files touched by this commit (72)
Log message:
recursive bump from x264-devel builld number change (i.e. API change).
   2014-03-13 12:08:54 by Jonathan Perkin | Files touched by this commit (67)
Log message:
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
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-11 11:25:22 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 1.2.6:
* 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.