]> git.sesse.net Git - ffmpeg/log
ffmpeg
8 years agoindeo2data: K&R formatting cosmetics
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)

8 years agohls: handle crypto in the protocol checks
Hendrik Leppkes [Mon, 14 Mar 2016 11:19:31 +0000 (12:19 +0100)]
hls: handle crypto in the protocol checks

Fixes issue 5248

8 years agohls: read protocol options through the AVIOContext
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.

8 years agoconfigure: Use lowercase includes/library names for schannel check.
İ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
8 years agoavfilter/vf_bwdif: Add yadif base information to copyright header
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>
8 years agolavf/segment: change type of increment_tc to BOOL
Stefano Sabatini [Tue, 15 Mar 2016 16:50:00 +0000 (17:50 +0100)]
lavf/segment: change type of increment_tc to BOOL

8 years agolavf/segment: add increment_tc option
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>
8 years agoavcodec/mediacodec_sw_buffer: remove redundant article
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>
8 years agolavc/mediacodec: remove stray empty lines
Matthieu Bouron [Mon, 14 Mar 2016 18:41:53 +0000 (19:41 +0100)]
lavc/mediacodec: remove stray empty lines

8 years agolavc/mediacodec: fix codec_name leak
Matthieu Bouron [Mon, 14 Mar 2016 18:27:14 +0000 (19:27 +0100)]
lavc/mediacodec: fix codec_name leak

8 years agoavfilter/vf_waveform: add forgotten color and acolor filter to switch case
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>
8 years agoavutil/dict: add warning to docs about invalidating existing entries when adding...
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>
8 years agoavutil/dict: do not realloc entries when deleting a non-existing item
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>
8 years agoavcodec/pthread_frame: Remove unused variable
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>
8 years agoavcodec/aactab: do not use floats for constants
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>
8 years agoavfilter/vf_waveform: add graticule for chroma and flat filter
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>
8 years agoavfilter/af_sofalizer: Fix "warning: ISO C90 forbids mixed declarations and code"
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>
8 years agolavf/mxfdec: Fix Canopus essence element size.
Carl Eugen Hoyos [Mon, 14 Mar 2016 15:37:48 +0000 (16:37 +0100)]
lavf/mxfdec: Fix Canopus essence element size.

8 years agolavf/http: Add httpproxy to the default protocol whitelist.
Carl Eugen Hoyos [Mon, 14 Mar 2016 15:33:57 +0000 (16:33 +0100)]
lavf/http: Add httpproxy to the default protocol whitelist.

8 years agoavcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems without...
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

8 years agoavfilter/vf_waveform: remove mirroring from chroma filter
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>
8 years agoavfilter/vf_waveform: add >8 bit support for other filters
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>
8 years agolavc/ffjni: remove use of private JniInvocation API to retreive the Java VM
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.

8 years agoavfilter/vf_vectorscope: less aggressive memory allocation
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>
8 years agoavfilter/vf_vectorscope: process alpha at end
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>
8 years agoavfilter/vf_vectorscope: copy frame props, mainly for bench filter
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>
8 years agoMove cbrt tables to separate cbrt_data(_fixed).c files.
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>
8 years agolavu/lfg-test: add simple sample mean, stddev checks
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>
8 years agolavf/avienc: Clear whole tag in avi_add_ientry()
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>
8 years agolavf/avienc: Add xxpc entries to index
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>
8 years agoavformat/avienc: factor out avi_add_ientry()
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>
8 years agolavc/hevc_ps: Fix default display window offsets for yuv422 and yuv444.
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.

8 years agolavf/riffenc: Improve spec compliance; Fix WMP playback of AVI with xxpc chunks
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>
8 years agotests/ref/vsynth: Remove unused file
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>
8 years agoavfilter/vf_waveform: add acolor filter
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>
8 years agoavfilter/vf_bwdif: add x86 SIMD
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>
8 years agolavc/libx265: Support GBR encoding.
Carl Eugen Hoyos [Sun, 13 Mar 2016 08:40:09 +0000 (09:40 +0100)]
lavc/libx265: Support GBR encoding.

8 years agolavc/hevc_ps: Support GBR decoding.
Carl Eugen Hoyos [Sun, 13 Mar 2016 08:33:38 +0000 (09:33 +0100)]
lavc/hevc_ps: Support GBR decoding.

8 years agoavfilter/vf_decimate: Use the correct frame in difference calculation
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>
8 years agoRevert "avfilter/vf_decimate: Check that input parameters match"
Michael Niedermayer [Wed, 16 Dec 2015 17:26:47 +0000 (18:26 +0100)]
Revert "avfilter/vf_decimate: Check that input parameters match"

ill commit a better solution

This reverts commit 30fe3fd52721c8c6566001192cd16be423ffc92b.

8 years agoavfilter/vf_vectorscope: make it possible to override colorspace
Paul B Mahol [Sat, 12 Mar 2016 23:17:29 +0000 (00:17 +0100)]
avfilter/vf_vectorscope: make it possible to override colorspace

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/smptebars: fix some 75% color values
Paul B Mahol [Sat, 12 Mar 2016 22:49:05 +0000 (23:49 +0100)]
avfilter/smptebars: fix some 75% color values

They where slightly off.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agofate: add missing dependencies for fate-h264-dts_5frames
James Almer [Sat, 12 Mar 2016 22:14:35 +0000 (19:14 -0300)]
fate: add missing dependencies for fate-h264-dts_5frames

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agofate: add missing h264-dts_5frames ref file
James Almer [Sat, 12 Mar 2016 22:06:30 +0000 (19:06 -0300)]
fate: add missing h264-dts_5frames ref file

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agoavformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VOD
Adam Kent [Thu, 17 Dec 2015 03:16:45 +0000 (03:16 +0000)]
avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VOD

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agofate: Add ffprobe dependancy to fate-h264-dts_5frames
Michael Niedermayer [Sat, 12 Mar 2016 14:37:25 +0000 (15:37 +0100)]
fate: Add ffprobe dependancy to fate-h264-dts_5frames

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agofate: add test for "Fix DTS for short H264 streams"
Sasi Inguva [Sat, 12 Mar 2016 10:40:25 +0000 (02:40 -0800)]
fate: add test for "Fix DTS for short H264 streams"

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agolavf/utils: Fix DTS for short H264 streams.
Sasi Inguva [Sat, 12 Mar 2016 10:40:25 +0000 (02:40 -0800)]
lavf/utils: Fix DTS for short H264 streams.

Fill DTS if all packets have been read in avformat_find_stream_info, and still
has_decode_delay_been_guessed returns false.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/utils: factor update_dts_from_pts() out
Sasi Inguva [Sat, 12 Mar 2016 10:40:25 +0000 (02:40 -0800)]
avformat/utils: factor update_dts_from_pts() out

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoUse avpriv_tempfile()
Michael Niedermayer [Wed, 9 Mar 2016 14:28:28 +0000 (15:28 +0100)]
Use avpriv_tempfile()

Should fix xvid/cache on windows with --enable-shared

May be related to Ticket 4780

Tested-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()
Michael Niedermayer [Wed, 9 Mar 2016 13:33:25 +0000 (14:33 +0100)]
avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()

document the issue with av_tempfile()

Tested-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/alsdec: fix max bits in ltp prefix code
Umair Khan [Fri, 11 Mar 2016 21:04:30 +0000 (02:34 +0530)]
avcodec/alsdec: fix max bits in ltp prefix code

The maximum number of bits int the prefix code for
p(0) is 4. By setting it as 3, we were missing the
last 0 bit.
This fixes bug #4715 present on the trac.

Signed-off-by: Umair Khan <omerjerk@gmail.com>
Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoconfigure: build fix for P5600 along option --disable-msa
Shivraj Patil [Fri, 11 Mar 2016 08:16:42 +0000 (13:46 +0530)]
configure: build fix for P5600 along option --disable-msa

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavfilter/vf_waveform: add parade display mode
Paul B Mahol [Fri, 11 Mar 2016 13:20:45 +0000 (14:20 +0100)]
avfilter/vf_waveform: add parade display mode

Rename old parade display mode to stacked.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agovp9: fix a few signed integer left-shifts.
Ronald S. Bultje [Fri, 11 Mar 2016 19:40:15 +0000 (14:40 -0500)]
vp9: fix a few signed integer left-shifts.

Fixes trac tickets 5127, 5129, 5130.

8 years agovp9_superframe: fix endianness of size markers.
Ronald S. Bultje [Fri, 11 Mar 2016 19:22:38 +0000 (14:22 -0500)]
vp9_superframe: fix endianness of size markers.

8 years agovp9: add superframe merging bitstream filter.
Ronald S. Bultje [Mon, 29 Feb 2016 14:43:07 +0000 (09:43 -0500)]
vp9: add superframe merging bitstream filter.

Fixes ticket 4313.

8 years agolavf: allow BSFs to drop packets.
Ronald S. Bultje [Mon, 29 Feb 2016 14:42:54 +0000 (09:42 -0500)]
lavf: allow BSFs to drop packets.

If pkt->size == 0 && pkt->side_data_elems == 0 after bsf->filter()
returns, the packet is considered dropped.

8 years agoavfilter/vf_waveform: fix and extend millivolts grat lines
Paul B Mahol [Fri, 11 Mar 2016 09:24:51 +0000 (10:24 +0100)]
avfilter/vf_waveform: fix and extend millivolts grat lines

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/vf_waveform: fix ire8 for 25%
Paul B Mahol [Fri, 11 Mar 2016 08:51:12 +0000 (09:51 +0100)]
avfilter/vf_waveform: fix ire8 for 25%

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agolavc/lpc: exploit even symmetry of window function
Ganesh Ajjanagadde [Wed, 9 Mar 2016 03:08:29 +0000 (22:08 -0500)]
lavc/lpc: exploit even symmetry of window function

Yields 2x improvement in function performance, and boosts aac encoding
speed by ~ 4% overall. Sample benchmark (Haswell+GCC under -march=native):
after:
ffmpeg -i sin.flac -acodec aac -y sin_new.aac  5.22s user 0.03s system 105% cpu 4.970 total

before:
ffmpeg -i sin.flac -acodec aac -y sin_new.aac  5.40s user 0.05s system 105% cpu 5.162 total

Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Signed-off-by: Ganesh Ajjanagadde <gajjanag@gmail.com>
8 years agoavformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8ce14a18b...
Michael Niedermayer [Thu, 10 Mar 2016 23:29:59 +0000 (00:29 +0100)]
avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8ce14a18b8e861dd9ce

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavfilter/vf_waveform: fix indentation
Paul B Mahol [Thu, 10 Mar 2016 23:15:53 +0000 (00:15 +0100)]
avfilter/vf_waveform: fix indentation

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/vf_waveform add support for other scalers for graticule
Paul B Mahol [Thu, 10 Mar 2016 21:13:40 +0000 (22:13 +0100)]
avfilter/vf_waveform add support for other scalers for graticule

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool
Michael Niedermayer [Wed, 9 Dec 2015 14:18:53 +0000 (15:18 +0100)]
avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool

This should theoretically improve the randomness slightly

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing
Martin Cracauer [Tue, 1 Dec 2015 22:59:36 +0000 (17:59 -0500)]
avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing

Trying to make heads and tails out of DTS 6.1 I can across this typo.

I also noticed that this wiki page is incorrect or misleading, the
channel order for 6.1 given does not match the source code.  At the
least it should be clarified that the layout given does not apply to
DTS.  https://trac.ffmpeg.org/wiki/AudioChannelManipulation

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agolavf/movenc: Fix help output.
Carl Eugen Hoyos [Thu, 10 Mar 2016 17:42:27 +0000 (18:42 +0100)]
lavf/movenc: Fix help output.

Fixes ticket #5323.

8 years agolavc/ffjni: fix uninitialized variable
Matthieu Bouron [Thu, 10 Mar 2016 17:14:53 +0000 (18:14 +0100)]
lavc/ffjni: fix uninitialized variable

8 years agolavf/mxfdec: Support Canopus codecs.
Carl Eugen Hoyos [Thu, 10 Mar 2016 08:59:35 +0000 (09:59 +0100)]
lavf/mxfdec: Support Canopus codecs.

Fixes ticket #5316.

8 years agoversion.sh: Fix spurious rebuilds.
Carl Eugen Hoyos [Thu, 10 Mar 2016 08:53:10 +0000 (09:53 +0100)]
version.sh: Fix spurious rebuilds.

Regression since 104f8ea8.

8 years agoavformat/concatdec: set safe mode to enabled instead of auto
Michael Niedermayer [Tue, 19 Jan 2016 21:13:14 +0000 (22:13 +0100)]
avformat/concatdec: set safe mode to enabled instead of auto

This is safer, as a selected demuxer could still mean that it was auto-detected
by a user application

Reviewed-previously-by: Nicolas George <george@nsup.org>
Reviewed-previously-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agolavf/avidec: Skip xxpc entries in index; fixes trac #5311
Mats Peterson [Wed, 9 Mar 2016 22:18:07 +0000 (23:18 +0100)]
lavf/avidec: Skip xxpc entries in index; fixes trac #5311

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoAdd tests for functions in hash.c
NagaChaitanya Vellanki [Tue, 8 Mar 2016 05:21:26 +0000 (21:21 -0800)]
Add tests for functions in hash.c

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agomips: add support for R6
Vicente Olivert Riera [Wed, 24 Feb 2016 16:38:22 +0000 (16:38 +0000)]
mips: add support for R6

Understanding the mips32r6 and mips64r6 ISAs in the configure script is
not enough. In order to have full support for MIPS R6 in FFmpeg we need
to be able to build it, and for that we need to make sure we don't use
incompatible assembler code which makes the build fail. Ifdefing the
offending code is sufficient to fix the problem.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoconfigure: Check for msghdr struct.
Carl Eugen Hoyos [Wed, 9 Mar 2016 13:17:46 +0000 (14:17 +0100)]
configure: Check for msghdr struct.

Some (Solaris) systems apparently have an incompatible msghdr struct
breaking sctp protocol compilation.

Reported-by: mvelanka
8 years agolavf/mpeg: Identify sub-stream ID 0xa1 as mlp.
Carl Eugen Hoyos [Wed, 9 Mar 2016 13:12:18 +0000 (14:12 +0100)]
lavf/mpeg: Identify sub-stream ID 0xa1 as mlp.

Fixes ticket #4786.
Auto-detection seems difficult, patch mostly confirmed by
http://dvd-audio.sourceforge.net/spec/aob.shtml

8 years agolavc/mjpegdec: Set sar for multiscope videos.
Carl Eugen Hoyos [Wed, 9 Mar 2016 13:06:40 +0000 (14:06 +0100)]
lavc/mjpegdec: Set sar for multiscope videos.

Fixes decoding of the files from ticket #4535 visually.

8 years agolavc/hevc_ps: Fix offset for yuv422 and yuv444.
Carl Eugen Hoyos [Wed, 9 Mar 2016 13:00:57 +0000 (14:00 +0100)]
lavc/hevc_ps: Fix offset for yuv422 and yuv444.

Fixes ticket #4980.
Analyzed-by: kurosu and Hendrik
Reviewed-by: Ronald
8 years agoUse correct msvc type specifiers for ptrdiff_t and size_t.
Carl Eugen Hoyos [Wed, 9 Mar 2016 13:00:22 +0000 (14:00 +0100)]
Use correct msvc type specifiers for ptrdiff_t and size_t.

8 years agoavfilter/vf_waveform: use intensity for other components too
Paul B Mahol [Wed, 9 Mar 2016 10:51:20 +0000 (11:51 +0100)]
avfilter/vf_waveform: use intensity for other components too

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavcodec/ffjni: Fix occured typo
Michael Niedermayer [Wed, 9 Mar 2016 02:46:15 +0000 (03:46 +0100)]
avcodec/ffjni: Fix occured typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/ffjni: Fix ;;
Michael Niedermayer [Wed, 9 Mar 2016 02:44:25 +0000 (03:44 +0100)]
avcodec/ffjni: Fix ;;

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoaacenc_utils: Use temporary variable.
Reimar Döffinger [Sun, 6 Mar 2016 20:25:11 +0000 (21:25 +0100)]
aacenc_utils: Use temporary variable.

This ensures gcc does not create unnecessary
loads or stores and possibly even does not vectorize
the negation.
Speeds up mp3 to aac transcoding with default settings
by 10% when using "gcc (Debian 5.3.1-10) 5.3.1 20160224".

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
8 years agoaacenc: use generational cache instead of resetting.
Reimar Döffinger [Sun, 6 Mar 2016 16:28:42 +0000 (17:28 +0100)]
aacenc: use generational cache instead of resetting.

Approximately 11% faster transcoding from mp3 with
default settings.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
8 years agoavfilter/vf_waveform: make it possible to draw dots instead of lines
Paul B Mahol [Tue, 8 Mar 2016 21:34:42 +0000 (22:34 +0100)]
avfilter/vf_waveform: make it possible to draw dots instead of lines

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/vf_waveform: make sure that x/y for text position is positive
Paul B Mahol [Tue, 8 Mar 2016 21:04:57 +0000 (22:04 +0100)]
avfilter/vf_waveform: make sure that x/y for text position is positive

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoconfigure: build fix for P5600 with mips code restructuring
Shivraj Patil [Mon, 7 Mar 2016 14:19:10 +0000 (19:49 +0530)]
configure: build fix for P5600 with mips code restructuring

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoconfigure: add check_inline_asm_flags()
Shivraj Patil [Mon, 7 Mar 2016 14:19:10 +0000 (19:49 +0530)]
configure: add check_inline_asm_flags()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agolavf/mp3dec: avoid printing useless message in default log level
Moritz Barsnick [Tue, 8 Mar 2016 15:54:42 +0000 (16:54 +0100)]
lavf/mp3dec: avoid printing useless message in default log level

"Skipping 0 bytes of junk" is useless to the user, and essentially
indicates a NOP. At 0 bytes, this message is now pushed back to
the verbose log level.

Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
8 years agolavc/mjpegdec: avoid printing useless message in default log level
Moritz Barsnick [Tue, 8 Mar 2016 14:36:27 +0000 (15:36 +0100)]
lavc/mjpegdec: avoid printing useless message in default log level

The change of bps from 0 doesn't contain any info useful to the
user. This message is now at info log level only if the original
value is !=0, otherwise pushed back to debug log level. The
original value is displayed additionally.

Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agolavf/avienc: Palette changing code only concerns AV_PIX_FMT_PAL8
Mats Peterson [Tue, 8 Mar 2016 10:26:32 +0000 (11:26 +0100)]
lavf/avienc: Palette changing code only concerns AV_PIX_FMT_PAL8

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavfilter/avf_showcqt: add performance debugging log
Muhammad Faiz [Sun, 6 Mar 2016 05:54:32 +0000 (12:54 +0700)]
avfilter/avf_showcqt: add performance debugging log

for easier development

Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
8 years agoavfilter/vf_vectorscope: short for Magenta is Mg
Paul B Mahol [Tue, 8 Mar 2016 11:11:12 +0000 (12:11 +0100)]
avfilter/vf_vectorscope: short for Magenta is Mg

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoffserver: Fixed ffserver to support large ffm files
Lior Mualem [Mon, 7 Mar 2016 16:08:19 +0000 (18:08 +0200)]
ffserver: Fixed ffserver to support large ffm files

ffm_read_write_index returns a 64bit value,

Github: Closes #185

8 years agoavcodec/nvenc: Fix typo and preset error message
Timo Rothenpieler [Tue, 8 Mar 2016 10:18:16 +0000 (11:18 +0100)]
avcodec/nvenc: Fix typo and preset error message

8 years agoavcodec/nvenc: Add encoder stats
Lucas Cooper [Mon, 7 Mar 2016 23:47:56 +0000 (15:47 -0800)]
avcodec/nvenc: Add encoder stats

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
8 years agofate: Add test similar to ticket 1242
Michael Niedermayer [Mon, 7 Mar 2016 22:19:24 +0000 (23:19 +0100)]
fate: Add test similar to ticket 1242

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay
Michael Niedermayer [Tue, 8 Mar 2016 01:42:10 +0000 (02:42 +0100)]
avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agolavf/riff: Add fourcc GTM4 from Telefactor digital audio for ASP.
Carl Eugen Hoyos [Mon, 7 Mar 2016 22:57:14 +0000 (23:57 +0100)]
lavf/riff: Add fourcc GTM4 from Telefactor digital audio for ASP.

8 years agoavcodec: try to document timebase a bit more
Michael Niedermayer [Sat, 5 Mar 2016 12:29:16 +0000 (13:29 +0100)]
avcodec: try to document timebase a bit more

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>