OSDN Git Service
Michael Niedermayer [Wed, 23 Mar 2016 18:24:43 +0000 (19:24 +0100)]
fate: Add test that also decodes packed_bframes.avi
No new reference samples are needed for this as the file already exists
for testing the bitstream filter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Rostislav Pehlivanov [Wed, 23 Mar 2016 18:04:05 +0000 (18:04 +0000)]
vc2enc: simplify calc_slice_sizes()
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Rostislav Pehlivanov [Wed, 23 Mar 2016 17:48:05 +0000 (17:48 +0000)]
vc2enc: correctly zero out the slice size cache
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Rostislav Pehlivanov [Wed, 23 Mar 2016 17:46:23 +0000 (17:46 +0000)]
vc2enc: macro out slice size rounding
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Ganesh Ajjanagadde [Thu, 3 Mar 2016 01:14:08 +0000 (20:14 -0500)]
lavc/psymodel: check for av_malloc failure
No idea why in commit
01ecb7172b684f1c4b3e748f95c5a9a494ca36ec the
checks were removed; this can lead to NULL pointer dereferences. This
effectively reverts that portion of the commit.
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr>
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Signed-off-by: Ganesh Ajjanagadde <gajjanag@gmail.com>
Paul B Mahol [Wed, 23 Mar 2016 08:26:35 +0000 (09:26 +0100)]
avcodec/dvaudiodec: now that we got samples, fix 12bit case
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Rodger Combs [Wed, 24 Feb 2016 03:01:24 +0000 (21:01 -0600)]
lavc: add AudioToolbox encoders
Fixes trac #4828
Rodger Combs [Fri, 19 Feb 2016 03:38:37 +0000 (21:38 -0600)]
lavc: add AudioToolbox decoders
Part of trac #4828
Ganesh Ajjanagadde [Tue, 15 Mar 2016 01:28:56 +0000 (21:28 -0400)]
all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h
The idea is to use ffmath.h for internal implementations of math functions.
Currently, it is used for variants of libm functions, but is by no means
limited to such things.
Note that this is not exported; use lavu/mathematics for such purposes.
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Ganesh Ajjanagadde <gajjanag@gmail.com>
Petru Rares Sincraian [Sun, 20 Mar 2016 08:54:07 +0000 (09:54 +0100)]
Added a selftest to libavutil/display.c
- Check if av_display_rotation_get() gets the correct degrees
- Check if av_display_rotation_set() sets the correct matrix
- Check if av_display_matrix_flip() changes correct the matrix
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Rostislav Pehlivanov [Mon, 21 Mar 2016 17:32:55 +0000 (17:32 +0000)]
vc2enc: add non-experimental support for all video formats from spec
Until now, for formats which were in the spec but not in the encoder's
list of supported formats required the -strict -1 flag. This enables
support for all video formats which are specified, all the way from
QSIF525 to 8K.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Michael Niedermayer [Tue, 22 Mar 2016 13:11:03 +0000 (14:11 +0100)]
swresample/swresample: Remove "less than" comparissions of enums
Found-by: wm4
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Carl Eugen Hoyos [Tue, 22 Mar 2016 10:13:24 +0000 (11:13 +0100)]
lavf/img2dec: Skip COM when auto-detecting jpeg.
It could theoretically contain invalid data that gets ignored by decoders.
Michael Niedermayer [Mon, 21 Mar 2016 03:18:48 +0000 (04:18 +0100)]
fate: add audiomatch
Testset provided by Justin Greer <justin@zencoder.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Carl Eugen Hoyos [Tue, 22 Mar 2016 00:30:33 +0000 (01:30 +0100)]
configure: Remove (b)zlib and iconv dependencies for videoltoolbox encoder.
Thomas Volkert [Mon, 21 Mar 2016 23:17:12 +0000 (00:17 +0100)]
rtpdec: support for VC-2 HQ RTP payload format (draft v1)
Lukasz Marek [Thu, 17 Mar 2016 17:26:09 +0000 (18:26 +0100)]
ffplay: remove redundant silence buffer
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Michael Niedermayer [Sat, 19 Mar 2016 20:11:58 +0000 (21:11 +0100)]
avformat/utils: scan a bit farther for a keyframe in mpeg/mpegts (7 sec instead of 5, we already scan 90sec in some cases by default)
Fixes Ticket5305
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Rostislav Pehlivanov [Mon, 21 Mar 2016 11:04:49 +0000 (11:04 +0000)]
vc2enc: simplify count_hq_slice() and caching
The count_hq_slice() function is always used with a SliceArgs struct
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Rostislav Pehlivanov [Mon, 21 Mar 2016 11:01:01 +0000 (11:01 +0000)]
vc2enc: fix segfault
Fixes trac bug #5353
Uninitialized memory for the initial quantization index
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Neil Birkbeck [Mon, 7 Mar 2016 22:42:47 +0000 (14:42 -0800)]
lavf/matroskaenc.c: add early support for colour elements
Adding early support for a subset of the proposed colour elements
according to the latest version of spec:
https://mailarchive.ietf.org/arch/search/?email_list=cellar&gbt=1&index=hIKLhMdgTMTEwUTeA4ct38h0tmE
Like matroskadec, I've left out elements for pix_fmt related things
as there still seems to be some discussion around these.
The new elements are exposed under strict experimental mode.
Signed-off-by: Neil Birkbeck <neil.birkbeck@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Paul B Mahol [Sun, 20 Mar 2016 20:03:43 +0000 (21:03 +0100)]
avfilter/vf_vectorscope: always flip output vertically
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Marton Balint [Sat, 20 Feb 2016 19:09:42 +0000 (20:09 +0100)]
avformat/mov: read start_pad from edit list start time if codec is aac
Related to ticket #2324, #2325.
Stream duration still need to be fixed...
Signed-off-by: Marton Balint <cus@passwd.hu>
Marton Balint [Sat, 20 Feb 2016 21:39:07 +0000 (22:39 +0100)]
avformat/utils: increase detected start_time with skip_samples
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Marton Balint <cus@passwd.hu>
Marton Balint [Mon, 7 Mar 2016 21:57:51 +0000 (22:57 +0100)]
tests/gapless: add gapless aac tests
Signed-off-by: Marton Balint <cus@passwd.hu>
Clément Bœsch [Sun, 20 Mar 2016 15:14:22 +0000 (16:14 +0100)]
lavf/dv: use c->sys->frame_size in dv_frame_offset()
dv_frame_offset() is static and called only from dv_read_seek(), where
c->sys->frame_size is already used.
This simplifies the incoming codecpar merge where
avctx->{coded_width,coded_height,time_base} are not accessible anymore.
Clément Bœsch [Sun, 20 Mar 2016 18:28:07 +0000 (19:28 +0100)]
lavf/dv: reindent after previous commit
Clément Bœsch [Sun, 20 Mar 2016 13:24:53 +0000 (14:24 +0100)]
lavf/dv: do not check for c->sys
dv_extract_video_info() is a static function called only from
avpriv_dv_produce_packet(), where c->sys is made sure to be set.
Michael Niedermayer [Fri, 18 Mar 2016 10:27:57 +0000 (11:27 +0100)]
ffplay: Remove "&& 0" from already disabled debug code
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Paul B Mahol [Sun, 20 Mar 2016 09:00:53 +0000 (10:00 +0100)]
avfilter/vf_waveform: set color range for output frames
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Michael Niedermayer [Sat, 19 Mar 2016 21:11:34 +0000 (22:11 +0100)]
avformat/utils: Do not wait for more than 1 frame on attachments
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Michael Niedermayer [Sat, 19 Mar 2016 21:37:52 +0000 (22:37 +0100)]
avformat/wtvdec: Set AVFMTCTX_NOHEADER
Needed for noStreams.wtv unless something else forces continued parsing (like looking for more than 1
frame in attachments)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Paul B Mahol [Sat, 19 Mar 2016 20:47:15 +0000 (21:47 +0100)]
avfilter/vf_waveform: add graticule to aflat filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Paul B Mahol [Sat, 19 Mar 2016 19:44:59 +0000 (20:44 +0100)]
avfilter/vf_waveform: add subsampling input support for remaining filters
Remove achroma filter, as same output can be done with lowpass filter
and multiple components with overlay display.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Michael Niedermayer [Sat, 19 Mar 2016 17:37:53 +0000 (18:37 +0100)]
avformat/file: Add crypto to default whitelist
Fixes Ticket5287
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Michael Niedermayer [Sat, 19 Mar 2016 14:41:30 +0000 (15:41 +0100)]
avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored
Fixes Ticket5244
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Michael Niedermayer [Sat, 19 Mar 2016 11:26:14 +0000 (12:26 +0100)]
avfilter/vf_detelecine: Remove redundant declaration
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Mark Thompson [Thu, 17 Mar 2016 13:41:02 +0000 (13:41 +0000)]
lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Benjamin Steffes [Thu, 17 Mar 2016 22:10:00 +0000 (23:10 +0100)]
Fix start_frame handling in detelecine filter
Signed-off-by: Benjamin Steffes <benjaminst123@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Benjamin Steffes [Thu, 17 Mar 2016 22:09:59 +0000 (23:09 +0100)]
Fix detelecine filter for patterns containing 1
Signed-off-by: Benjamin Steffes <benjaminst123@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Clément Bœsch [Fri, 18 Mar 2016 15:41:20 +0000 (16:41 +0100)]
lavf/srtdec: do not be strict wrt timing digit lengths
Fixes a sample with 3-length digits for the seconds reported by wm4.
Ganesh Ajjanagadde [Tue, 8 Mar 2016 02:16:29 +0000 (21:16 -0500)]
lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)
This is ~2x faster for y not an integer on Haswell+GCC, and should
generally be faster due to the fact that anyway powf essentially does
this under the hood. Made an inline function in lavu/internal.h for this
purpose.
Note that there are some accuracy differences, that should generally be
negligible. In particular, FATE still passes on this platform.
Results in ~ 7% speedup in aac encoding with -march=native, Haswell+GCC.
before:
ffmpeg -i sin.flac -acodec aac -y sin_new.aac 6.05s user 0.06s system 104% cpu 5.821 total
after:
ffmpeg -i sin.flac -acodec aac -y sin_new.aac 5.67s user 0.03s system 105% cpu 5.416 total
This is also faster than an alternative approach that pulls in powf, gets rid of
the crufty NaN checks and other special cases, exploits knowledge about the intervals, etc.
This of course does not exclude smarter approaches; just suggests that
there would need to be significant work on this front of lower utility than
searches for hotspots elsewhere.
Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Ganesh Ajjanagadde <gajjanag@gmail.com>
Rostislav Pehlivanov [Fri, 18 Mar 2016 14:42:33 +0000 (14:42 +0000)]
vc2enc_dwt: remove outdated comment
Support for Haar was added a month or so ago.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Mats Peterson [Fri, 18 Mar 2016 10:09:18 +0000 (11:09 +0100)]
lavf/avidec: Add blurb regarding the skipping of xxpc entries in the index
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Rostislav Pehlivanov [Fri, 18 Mar 2016 11:55:48 +0000 (11:55 +0000)]
vc2enc: increase the starting value of the size scaler
In some cases this caused the slice size rounding to generate invalid
slice sizes and overwrite some slices.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Paul B Mahol [Fri, 18 Mar 2016 10:08:32 +0000 (11:08 +0100)]
avfilter/vf_waveform: add subsampled input support for (a)color filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Michael Niedermayer [Thu, 17 Mar 2016 20:03:17 +0000 (21:03 +0100)]
avcodec/error_resilience: remove unneeded and disabled code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Michael Niedermayer [Fri, 18 Mar 2016 01:11:55 +0000 (02:11 +0100)]
avcodec/error_resilience: wait for previous frame to be available
This is possibly redundant but its more correct
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
James Almer [Fri, 18 Mar 2016 00:46:06 +0000 (21:46 -0300)]
libwebpenc_animencoder: add missing braces to struct initialization
The first member of the WebPAnimEncoderOptions struct is non scalar
Signed-off-by: James Almer <jamrial@gmail.com>
Michael Niedermayer [Thu, 17 Mar 2016 15:10:12 +0000 (16:10 +0100)]
avcodec/motion_est_template: Fix map cache use in qpel_motion_search()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Michael Niedermayer [Thu, 17 Mar 2016 11:17:44 +0000 (12:17 +0100)]
avformat/segment: Fix "occured" typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
James Almer [Thu, 17 Mar 2016 04:01:02 +0000 (01:01 -0300)]
libwebpenc_animencoder: print library messages in verbose log levels
Reviewed-by: James Zern <jzern@google.com>
Signed-off-by: James Almer <jamrial@gmail.com>
James Almer [Thu, 17 Mar 2016 03:50:08 +0000 (00:50 -0300)]
libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct
This zeroes the WebPAnimEncoderOptions.verbose field, silencing library info messages
printed to stderr.
Reviewed-by: James Zern <jzern@google.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Michael Niedermayer [Thu, 17 Mar 2016 00:53:02 +0000 (01:53 +0100)]
avformat/avio: Fix unknown protocol handling
Fixes regression since
bb8cc89b2986df6f60831b67cd250da312cce1d0
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Benjamin Steffes [Mon, 14 Mar 2016 12:44:24 +0000 (13:44 +0100)]
Fix detelecine filter for patterns like 3444 or
33333334.
Signed-off-by: Benjamin Steffes <benjaminst123@gmail.com>
Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
Michael Niedermayer [Wed, 16 Mar 2016 18:40:32 +0000 (19:40 +0100)]
avcodec/resample: Remove disabled and faulty code
Fixes Ticket5345
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Hendrik Leppkes [Wed, 16 Mar 2016 14:23:28 +0000 (15:23 +0100)]
configure: check for SEC_I_CONTEXT_EXPIRED before enabling SChannel
Fixes build on mingw32, which lacks this constant.
Hendrik Leppkes [Wed, 16 Mar 2016 12:12:59 +0000 (13:12 +0100)]
dxva2_h264: fix size alignment asserts
Convert them to av_assert0 in the process
Hendrik Leppkes [Wed, 16 Mar 2016 11:39:19 +0000 (12:39 +0100)]
matroskaenc: set the actual PCM bitdepth in the header
The actual bitdepth can be different to the storage format (ie. sample format).
Fixes the stored bitdepth for 24-bit formats like FLAC.
Matt Oliver [Wed, 16 Mar 2016 11:28:29 +0000 (22:28 +1100)]
lavc/dxva2_h264: Fix incorrect assert statement.
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
Luca Barbato [Tue, 23 Feb 2016 00:58:19 +0000 (19:58 -0500)]
indeo2: Fix banding artefacts
Rename luma table to delta table and change how it is used.
CC: libav-stable@libav.org
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
(cherry picked from commit
f8c34f4b8d62afad3f63cf3d9617d73735bef8c1)
Luca Barbato [Tue, 23 Feb 2016 00:58:18 +0000 (19:58 -0500)]
indeo2data: K&R formatting cosmetics
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
(cherry picked from commit
d4066a702407352a0648af882c34ea81a404fa2b)
Hendrik Leppkes [Mon, 14 Mar 2016 11:19:31 +0000 (12:19 +0100)]
hls: handle crypto in the protocol checks
Fixes issue 5248
Hendrik Leppkes [Mon, 14 Mar 2016 10:38:20 +0000 (11:38 +0100)]
hls: read protocol options through the AVIOContext
This reverts commit
9f9ed79d4cb40e5d9093899f8a79086ff23da844.
The hlsopts member was never set anywhere and always NULL, furthermore
the HLS demuxer needs to retrieve the proper options from the underlying
http protocol (cookies, user-agent, etc), so a dummy context won't help.
Instead, use the AVIOContext directly to access the options.
İsmail Dönmez [Tue, 8 Mar 2016 12:45:16 +0000 (14:45 +0200)]
configure: Use lowercase includes/library names for schannel check.
Fixes cross-build on Linux with mingw-w64.
Reviewed-by: Reimar Döffinger
Reviewed-by: Hendrik Leppkes
Thomas Mundt [Tue, 15 Mar 2016 15:04:20 +0000 (16:04 +0100)]
avfilter/vf_bwdif: Add yadif base information to copyright header
Signed-off-by: Thomas Mundt <loudmax@yahoo.de>
Signed-off-by: James Almer <jamrial@gmail.com>
Stefano Sabatini [Tue, 15 Mar 2016 16:50:00 +0000 (17:50 +0100)]
lavf/segment: change type of increment_tc to BOOL
Martin Vignali [Sun, 28 Feb 2016 20:36:42 +0000 (21:36 +0100)]
lavf/segment: add increment_tc option
For example you can split a file, keeping a continuous timecode between
each segment:
ffmpeg -i src.mov -timecode 10:00:00:00 -vcodec copy -f segment \
-segment_time 2 -reset_timestamps 1 -increment_tc 1 target_%03d.mov
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Michael Niedermayer [Tue, 15 Mar 2016 02:20:17 +0000 (03:20 +0100)]
avcodec/mediacodec_sw_buffer: remove redundant article
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Matthieu Bouron [Mon, 14 Mar 2016 18:41:53 +0000 (19:41 +0100)]
lavc/mediacodec: remove stray empty lines
Matthieu Bouron [Mon, 14 Mar 2016 18:27:14 +0000 (19:27 +0100)]
lavc/mediacodec: fix codec_name leak
Paul B Mahol [Tue, 15 Mar 2016 08:15:03 +0000 (09:15 +0100)]
avfilter/vf_waveform: add forgotten color and acolor filter to switch case
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Marton Balint [Sat, 6 Feb 2016 16:43:03 +0000 (17:43 +0100)]
avutil/dict: add warning to docs about invalidating existing entries when adding a new entry
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Marton Balint <cus@passwd.hu>
Marton Balint [Sat, 6 Feb 2016 16:23:02 +0000 (17:23 +0100)]
avutil/dict: do not realloc entries when deleting a non-existing item
Deleting a non-existing item should not invalidate existing entries returned
with av_dict_get.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Marton Balint <cus@passwd.hu>
Michael Niedermayer [Mon, 14 Mar 2016 22:57:34 +0000 (23:57 +0100)]
avcodec/pthread_frame: Remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Marton Balint [Sat, 5 Mar 2016 03:24:45 +0000 (04:24 +0100)]
avcodec/aactab: do not use floats for constants
This may improve the precision of the fixed point encoder/decoder for some
compilers and architectures.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Marton Balint <cus@passwd.hu>
Paul B Mahol [Mon, 14 Mar 2016 22:01:57 +0000 (23:01 +0100)]
avfilter/vf_waveform: add graticule for chroma and flat filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Michael Niedermayer [Mon, 14 Mar 2016 21:40:09 +0000 (22:40 +0100)]
avfilter/af_sofalizer: Fix "warning: ISO C90 forbids mixed declarations and code"
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Carl Eugen Hoyos [Mon, 14 Mar 2016 15:37:48 +0000 (16:37 +0100)]
lavf/mxfdec: Fix Canopus essence element size.
Carl Eugen Hoyos [Mon, 14 Mar 2016 15:33:57 +0000 (16:33 +0100)]
lavf/http: Add httpproxy to the default protocol whitelist.
Hendrik Leppkes [Mon, 14 Mar 2016 14:49:34 +0000 (15:49 +0100)]
avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems without cbrt
Paul B Mahol [Mon, 14 Mar 2016 12:02:02 +0000 (13:02 +0100)]
avfilter/vf_waveform: remove mirroring from chroma filter
It is not really useful.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Paul B Mahol [Mon, 14 Mar 2016 11:37:43 +0000 (12:37 +0100)]
avfilter/vf_waveform: add >8 bit support for other filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Matthieu Bouron [Fri, 11 Mar 2016 19:59:40 +0000 (20:59 +0100)]
lavc/ffjni: remove use of private JniInvocation API to retreive the Java VM
Android N will prevent users from loading non-public APIs.
Users should only rely on the av_jni_set_java_vm function to set the
Java VM.
Paul B Mahol [Sun, 13 Mar 2016 19:07:18 +0000 (20:07 +0100)]
avfilter/vf_vectorscope: less aggressive memory allocation
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Paul B Mahol [Sun, 13 Mar 2016 18:20:07 +0000 (19:20 +0100)]
avfilter/vf_vectorscope: process alpha at end
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Paul B Mahol [Sun, 13 Mar 2016 18:23:05 +0000 (19:23 +0100)]
avfilter/vf_vectorscope: copy frame props, mainly for bench filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Reimar Döffinger [Sat, 12 Mar 2016 18:08:21 +0000 (19:08 +0100)]
Move cbrt tables to separate cbrt_data(_fixed).c files.
Allows sharing and reusing the data between different files.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Ganesh Ajjanagadde [Sat, 12 Mar 2016 12:37:06 +0000 (07:37 -0500)]
lavu/lfg-test: add simple sample mean, stddev checks
Also added a TODO to change to a proper normality test in the future.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Ganesh Ajjanagadde <gajjanag@gmail.com>
Mats Peterson [Sun, 13 Mar 2016 15:09:45 +0000 (16:09 +0100)]
lavf/avienc: Clear whole tag in avi_add_ientry()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Mats Peterson [Sat, 12 Mar 2016 15:18:36 +0000 (16:18 +0100)]
lavf/avienc: Add xxpc entries to index
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Mats Peterson [Sat, 12 Mar 2016 15:18:36 +0000 (16:18 +0100)]
avformat/avienc: factor out avi_add_ientry()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Carl Eugen Hoyos [Sun, 13 Mar 2016 12:15:17 +0000 (13:15 +0100)]
lavc/hevc_ps: Fix default display window offsets for yuv422 and yuv444.
Mats Peterson [Sun, 13 Mar 2016 07:59:22 +0000 (08:59 +0100)]
lavf/riffenc: Improve spec compliance; Fix WMP playback of AVI with xxpc chunks
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Mats Peterson [Sun, 13 Mar 2016 07:59:22 +0000 (08:59 +0100)]
tests/ref/vsynth: Remove unused file
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Paul B Mahol [Sun, 13 Mar 2016 10:23:27 +0000 (11:23 +0100)]
avfilter/vf_waveform: add acolor filter
Useful in combination with color filter.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Thomas Mundt [Sun, 13 Mar 2016 09:06:21 +0000 (10:06 +0100)]
avfilter/vf_bwdif: add x86 SIMD
Signed-off-by: Thomas Mundt <loudmax@yahoo.de>
Carl Eugen Hoyos [Sun, 13 Mar 2016 08:40:09 +0000 (09:40 +0100)]
lavc/libx265: Support GBR encoding.
Carl Eugen Hoyos [Sun, 13 Mar 2016 08:33:38 +0000 (09:33 +0100)]
lavc/hevc_ps: Support GBR decoding.
Michael Niedermayer [Wed, 16 Dec 2015 17:54:55 +0000 (18:54 +0100)]
avfilter/vf_decimate: Use the correct frame in difference calculation
Fixes Ticket4964
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>