2014-08-30 13:22:03 by Richard PALO | Files touched by this commit (1) |
Log message:
Include missing patch
|
2014-08-30 13:21:19 by Richard PALO | Files touched by this commit (3) |
Log message:
avoid SunOS regset.h definition for REG_SP causing assembler issues.
Bump PKGVERSION
|
2014-08-19 20:18:44 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.3.3:
avcodec/h264_mb: fix grayscale only decoding with weighted prediction
avformat/mpegts: Use differential score for analyze()
avcodec/mjpegdec: Support AV_PIX_FMT_YUV420P16 with upscale_h
proresenc_kostya: properly account for alpha
avformat/matroskadec: Check avpriv_new_chapter() for failure
proresenc_kostya: report buffer overflow
proresenc_kostya: remove unneeded parameters
|
2014-08-13 21:04:25 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.3.2:
avcodec/snow: fix null pointer dereference in cleanup after allocation failure
avcodec/huffyuvdec: fix overread checks
avcodec/get_bits: add BITS_LEFT() for finding the bits left with an opened reader
avcodec/vc1dec: do not crash when flushing without an allocated frame
|
2014-08-12 01:09:46 by Thomas Klausner | Files touched by this commit (48) |
Log message:
Switch to ffmpeg1 instead of ffmpeg.
Note: some of these packages didn't build for me, e.g. osg, so I couldn't
verify them all.
|
2014-08-09 19:35:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
Changes 2.3.1:
avdevice/pulse_audio_enc: use getter function for AVFrame.channels
MAINTAINERS: update list of releases i maintain
avcodec/avdct: Add avcodec_dct_get_class()
fate: support testing of release branches
tests/fate.sh: If cat *.rep fails try it with a for loop.
g2meet: allow size changes within original sizes
version.sh: Print versions based on the last git tag for release branches
|
2014-07-26 00:46:00 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
The FFmpeg Project proudly presents FFmpeg 2.3 "Mandelbrot", a major
release with all the great features committed during the three-month period
since the release of FFmpeg 2.2.
In this release, there are lots of internal overhauls that make FFmpeg a
more accessible project for new developers. Many important new
optimizations and features like QTKit and AVFoundation input devices are
committed. Contributions done by Libav such as a new native Opus decoder
are also merged.
Because of the increasing difficulty to maintain and lack of maintainers,
we are very sorry to say that we have removed all Blackfin and SPARC
architecture assembly optimizations with the cleanups done. If you are
interested in maintaining optimization for these two architecture, feel
free to contact us and we will restore the code!
Oh, and since this release, this modern-looking release note is provided in
addition to the old-style Changelog file, to make it easier for you to
focus on the most important features in this release.
Enjoy!
|
2014-07-15 19:11:44 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.2.5:
* ffmpeg: Use av_stream_get_parser() to avoid ABI issues
* avformat: add av_stream_get_parser() to access avformat AVParser
* avformat/utils: do not wait for packets from discarded streams for genpts
* avfilter/f_ebur128: Use av_malloc_array()
* avcodec/hevc: Use av_malloc(z)_array()
* cmdutils_opencl: Use av_malloc_array()
* avfilter/x86/vf_pullup: fix old typo
* avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functions
|
2014-07-02 15:49:06 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 2.2.4:
avformat/mpc: attempt to allocate a packet that is not smaller than the data \
inside it
avformat/cavsvideodec: Fix probing when the file extension is avs
cavsdec: fix qp fixed slice handling
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/aic: fix quantization table permutation
avutil/lzo: add asserts to be double sure against overflows
avutil/lzo: Fix integer overflow
Show duration for large asf files as written in the file header.
|
2014-07-01 13:23:05 by OBATA Akio | Files touched by this commit (1) |
Log message:
Exactly disable fflay,
Fixes unwanted installation of ffplay with builtin supported SDL,
Reported by diger in pkgsrc-users@.
|