]> git.sesse.net Git - ffmpeg/log
ffmpeg
8 years agoMerge commit '26960aa1cd865e5dc55c67fb2ff9f0629e4d1bda'
Hendrik Leppkes [Tue, 8 Sep 2015 12:17:04 +0000 (14:17 +0200)]
Merge commit '26960aa1cd865e5dc55c67fb2ff9f0629e4d1bda'

* commit '26960aa1cd865e5dc55c67fb2ff9f0629e4d1bda':
  huffman: increase bits constant

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '5a19bce2ff2b61602889392bec747ce81d1e9a1b'
Hendrik Leppkes [Tue, 8 Sep 2015 12:16:36 +0000 (14:16 +0200)]
Merge commit '5a19bce2ff2b61602889392bec747ce81d1e9a1b'

* commit '5a19bce2ff2b61602889392bec747ce81d1e9a1b':
  huffman: use a named identifer for the bits constant

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoavfilter: add extrastereo filter
Paul B Mahol [Sat, 5 Sep 2015 03:55:47 +0000 (03:55 +0000)]
avfilter: add extrastereo filter

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agolavc/dxv: Support more real-world old version samples.
Carl Eugen Hoyos [Tue, 8 Sep 2015 08:18:16 +0000 (10:18 +0200)]
lavc/dxv: Support more real-world old version samples.

8 years agolavc/dxv: Silence "Multiple ff_thread_finish_setup() calls" warnings.
Carl Eugen Hoyos [Tue, 8 Sep 2015 08:16:34 +0000 (10:16 +0200)]
lavc/dxv: Silence "Multiple ff_thread_finish_setup() calls" warnings.

8 years agoconfigure: Reenable colorized warnings and check for tput's existence
Timothy Gu [Tue, 8 Sep 2015 02:11:16 +0000 (19:11 -0700)]
configure: Reenable colorized warnings and check for tput's existence

Untested.

8 years agoRevert "configure: colorize warning messages"
Michael Niedermayer [Tue, 8 Sep 2015 02:58:47 +0000 (04:58 +0200)]
Revert "configure: colorize warning messages"

This broke win32, MSYS

This reverts commit 3e830b6dc844219673b6a036d8a3bd326ac4f9e2.

8 years agoavcodec: loongson delete invalid simple idct put and add optimization
周晓勇 [Wed, 2 Sep 2015 10:00:24 +0000 (18:00 +0800)]
avcodec: loongson delete invalid simple idct put and add optimization

Change-Id: I23a36c65915f01a1cf20e317c14b8eaaa62958b4
Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn>
Fixes Decoding of http://loongnix.org/ftp/multimedia/testing/nanocore_720p_24fps_mpeg4_ac3_short.avi

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoAdd NOA credits
Michael Niedermayer [Mon, 7 Sep 2015 16:52:38 +0000 (18:52 +0200)]
Add NOA credits

8 years agoavcodec: loongson optimize h264dsp idct and loop filter with mmi
周晓勇 [Wed, 2 Sep 2015 10:02:24 +0000 (18:02 +0800)]
avcodec: loongson optimize h264dsp idct and loop filter with mmi

Change-Id: Ic87fb8f5cd22a502ff9dbbc5a5a8ea97cfc8a1dd
Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavfilter/vf_thumbnail: use the name 's' for the pointer to the private context
Ganesh Ajjanagadde [Fri, 4 Sep 2015 15:20:53 +0000 (08:20 -0700)]
avfilter/vf_thumbnail: use the name 's' for the pointer to the private context

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
8 years agolibavcodec/qsvdec.c: correct flush() handler has been implemented
Ivan Uskov [Thu, 6 Aug 2015 16:10:24 +0000 (12:10 -0400)]
libavcodec/qsvdec.c: correct flush() handler has been implemented

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agolibavcodec/qsvdec.c: correct handling of dynamic frame size changing has been implemented
Ivan Uskov [Tue, 4 Aug 2015 10:40:06 +0000 (06:40 -0400)]
libavcodec/qsvdec.c: correct handling of dynamic frame size changing has been implemented

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec: remove VIMA Makefile entry
James Almer [Mon, 7 Sep 2015 19:24:31 +0000 (16:24 -0300)]
avcodec: remove VIMA Makefile entry

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agoavcodec: remove missing bits from deprecated VIMA decoder
James Almer [Mon, 7 Sep 2015 19:04:23 +0000 (16:04 -0300)]
avcodec: remove missing bits from deprecated VIMA decoder

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agoavformat/http: exponentially delay reconnection to avoid flooding the server
Michael Niedermayer [Sun, 6 Sep 2015 18:03:46 +0000 (20:03 +0200)]
avformat/http: exponentially delay reconnection to avoid flooding the server

Reviewed-by: Zhang Rui <bbcallen@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/http: Add reconnect_at_eof and reconnect_streamed options
Michael Niedermayer [Sun, 6 Sep 2015 17:58:10 +0000 (19:58 +0200)]
avformat/http: Add reconnect_at_eof and reconnect_streamed options

They allow reconnecting endless live streams which fail with eof

Reviewed-by: Zhang Rui <bbcallen@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec: remove fourcc values from AVCodecIDs
James Almer [Mon, 7 Sep 2015 14:49:33 +0000 (11:49 -0300)]
avcodec: remove fourcc values from AVCodecIDs

Based on a patch by wm4.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
8 years agoavcodec: remove duplicate AVCodecIDs
James Almer [Mon, 7 Sep 2015 14:45:34 +0000 (11:45 -0300)]
avcodec: remove duplicate AVCodecIDs

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
8 years agoconfigure: colorize warning messages
Ganesh Ajjanagadde [Fri, 28 Aug 2015 14:39:59 +0000 (10:39 -0400)]
configure: colorize warning messages

This patch introduces color warning messages (yellow).
They are enabled whenever available.
Tested with zsh, bash, and sh (bash under --posix).

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoMerge commit '9ad1e0c12caa440de860bd8f2122beb11d73815c'
Hendrik Leppkes [Mon, 7 Sep 2015 14:19:40 +0000 (16:19 +0200)]
Merge commit '9ad1e0c12caa440de860bd8f2122beb11d73815c'

* commit '9ad1e0c12caa440de860bd8f2122beb11d73815c':
  mux: Make sure that the data is actually written

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit 'e05f7ed5436207f4a55f1978b223c7f8bc82af42'
Hendrik Leppkes [Mon, 7 Sep 2015 14:11:57 +0000 (16:11 +0200)]
Merge commit 'e05f7ed5436207f4a55f1978b223c7f8bc82af42'

* commit 'e05f7ed5436207f4a55f1978b223c7f8bc82af42':
  file: properly forward errors from file_read() and file_write()

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '5a1a9da8a7ae120f2543b8f2fa13dc8baac39f17'
Hendrik Leppkes [Mon, 7 Sep 2015 14:08:42 +0000 (16:08 +0200)]
Merge commit '5a1a9da8a7ae120f2543b8f2fa13dc8baac39f17'

* commit '5a1a9da8a7ae120f2543b8f2fa13dc8baac39f17':
  mpegvideo: Drop a stray error message

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b'
Hendrik Leppkes [Mon, 7 Sep 2015 14:07:07 +0000 (16:07 +0200)]
Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b'

* commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b':
  DXV decoder

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agovaapi: fix local header include.
Gwenole Beauchesne [Mon, 7 Sep 2015 13:28:00 +0000 (15:28 +0200)]
vaapi: fix local header include.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
8 years agodoc/filters:vf_stereo3d: update to recent changes
Paul B Mahol [Sun, 6 Sep 2015 11:53:34 +0000 (11:53 +0000)]
doc/filters:vf_stereo3d: update to recent changes

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoaaccoder: add frequency scaling and quantization correction for PNS
Rostislav Pehlivanov [Mon, 7 Sep 2015 11:39:04 +0000 (12:39 +0100)]
aaccoder: add frequency scaling and quantization correction for PNS

This commit once again improves the PNS implementation by scaling the
thresholds with frequency. The thresholds get looser as the frequency
increases since higher frequencies are basically noise to human ears.

Also, this introduces quantization error correction for PNS. Should
the error be too much, no PNS will be used. The energy_ratio is used
to regulate the actual encoded PNS energy: if the generated PNS
energy is higher than the energy from the psy system, energy_ratio
is used to correct it so that hopefully once requantized and
transmitted the value in the decoder will be closer to what the
encoder has.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoavfilter/vf_stereo3d: stop dumping half of data for interleave rows output
Paul B Mahol [Sun, 6 Sep 2015 09:22:43 +0000 (09:22 +0000)]
avfilter/vf_stereo3d: stop dumping half of data for interleave rows output

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/vf_stereo3d: add interleave columns output format
Paul B Mahol [Sun, 6 Sep 2015 08:50:14 +0000 (08:50 +0000)]
avfilter/vf_stereo3d: add interleave columns output format

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/vf_stereo3d: add HDMI output format
Paul B Mahol [Sat, 5 Sep 2015 03:35:46 +0000 (03:35 +0000)]
avfilter/vf_stereo3d: add HDMI output format

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/vf_stereo3d: support interleaved rows as input format
Paul B Mahol [Sat, 5 Sep 2015 00:05:50 +0000 (00:05 +0000)]
avfilter/vf_stereo3d: support interleaved rows as input format

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/vf_stereo3d: add checkerboard output format
Paul B Mahol [Thu, 3 Sep 2015 11:49:59 +0000 (11:49 +0000)]
avfilter/vf_stereo3d: add checkerboard output format

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavformat/async: fix integer conversion warning
Zhang Rui [Mon, 7 Sep 2015 06:54:49 +0000 (14:54 +0800)]
avformat/async: fix integer conversion warning

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoMerge commit '0c7707610f46a28b65eff935500c78c9781f8f4f'
Hendrik Leppkes [Mon, 7 Sep 2015 10:53:00 +0000 (12:53 +0200)]
Merge commit '0c7707610f46a28b65eff935500c78c9781f8f4f'

* commit '0c7707610f46a28b65eff935500c78c9781f8f4f':
  lavc: Add a lzf decompressor

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '4dc9f00365853b1239936d771856cf1881b5c5ce'
Hendrik Leppkes [Mon, 7 Sep 2015 10:31:14 +0000 (12:31 +0200)]
Merge commit '4dc9f00365853b1239936d771856cf1881b5c5ce'

* commit '4dc9f00365853b1239936d771856cf1881b5c5ce':
  build: Skip libvpx.h if libvpx is not enabled

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '1a164e0a83dd7c1b129aeef10cb3caff368ce850'
Hendrik Leppkes [Mon, 7 Sep 2015 10:29:33 +0000 (12:29 +0200)]
Merge commit '1a164e0a83dd7c1b129aeef10cb3caff368ce850'

* commit '1a164e0a83dd7c1b129aeef10cb3caff368ce850':
  tools: Drop a stale header

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '87a11db220dec523e39eb4af715175e150787a72'
Hendrik Leppkes [Mon, 7 Sep 2015 10:29:25 +0000 (12:29 +0200)]
Merge commit '87a11db220dec523e39eb4af715175e150787a72'

* commit '87a11db220dec523e39eb4af715175e150787a72':
  dnxhddata: Double frame_size for cid 1260

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit 'a686e58165ca0f83966431a9166cb6e17bf6095c'
Hendrik Leppkes [Mon, 7 Sep 2015 10:28:25 +0000 (12:28 +0200)]
Merge commit 'a686e58165ca0f83966431a9166cb6e17bf6095c'

* commit 'a686e58165ca0f83966431a9166cb6e17bf6095c':
  des: Add missing include

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '87e5d8d78cf08b54b4a9e7cbaeff89f8c1d91b78'
Hendrik Leppkes [Mon, 7 Sep 2015 10:27:21 +0000 (12:27 +0200)]
Merge commit '87e5d8d78cf08b54b4a9e7cbaeff89f8c1d91b78'

* commit '87e5d8d78cf08b54b4a9e7cbaeff89f8c1d91b78':
  ismindex: Use the correct abs() version

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0'
Hendrik Leppkes [Mon, 7 Sep 2015 10:26:13 +0000 (12:26 +0200)]
Merge commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0'

* commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0':
  lavr: Remove unused label

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit 'b0d94324d21d0c1c4adf1c8c329928afe473b099'
Hendrik Leppkes [Mon, 7 Sep 2015 10:25:13 +0000 (12:25 +0200)]
Merge commit 'b0d94324d21d0c1c4adf1c8c329928afe473b099'

* commit 'b0d94324d21d0c1c4adf1c8c329928afe473b099':
  libfdk-aacdec: Remove unused variable

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '6bcd3e05998b41fb3b2c8dcc79e4662854e5208d'
Hendrik Leppkes [Mon, 7 Sep 2015 10:24:51 +0000 (12:24 +0200)]
Merge commit '6bcd3e05998b41fb3b2c8dcc79e4662854e5208d'

* commit '6bcd3e05998b41fb3b2c8dcc79e4662854e5208d':
  build: Add support for travis CI

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoavformat: implement query_codec for the image2 muxer.
tab [Sun, 6 Sep 2015 15:07:20 +0000 (11:07 -0400)]
avformat: implement query_codec for the image2 muxer.

Allows avformat_query_codec to be used to check for valid image2 encoders.
Reuses the existing ff_guess_image2_codec ID table.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/cafenc: Move special casing of PCM codecs into ff_codec_caf_tags
Michael Niedermayer [Sun, 6 Sep 2015 23:20:01 +0000 (01:20 +0200)]
avformat/cafenc: Move special casing of PCM codecs into ff_codec_caf_tags

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoUpdate md5 muxer docs to indicate that it ignores timestamps.
Ronald S. Bultje [Sun, 6 Sep 2015 16:57:33 +0000 (12:57 -0400)]
Update md5 muxer docs to indicate that it ignores timestamps.

8 years agovp9: fix integer overflows in sse2 version of iadst4.
Ronald S. Bultje [Sun, 6 Sep 2015 12:30:37 +0000 (08:30 -0400)]
vp9: fix integer overflows in sse2 version of iadst4.

8 years agomd5: change flags to match framemd5.
Ronald S. Bultje [Sat, 5 Sep 2015 11:11:28 +0000 (07:11 -0400)]
md5: change flags to match framemd5.

This prevents the following warning: "Application provided invalid, non
monotonically increasing dts to muxer in stream 0: 9 >= 9".

8 years agoavformat/http: print error that causes reconnection
Michael Niedermayer [Sun, 6 Sep 2015 17:39:24 +0000 (19:39 +0200)]
avformat/http: print error that causes reconnection

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/http: require seekability only when seeking to position != 0
Michael Niedermayer [Sun, 6 Sep 2015 17:05:52 +0000 (19:05 +0200)]
avformat/http: require seekability only when seeking to position != 0

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoaacenc_is: take absolute coefficient value upon energy calculations
Rostislav Pehlivanov [Sun, 6 Sep 2015 17:36:42 +0000 (18:36 +0100)]
aacenc_is: take absolute coefficient value upon energy calculations

This was an oversight when the IS system was being first implemented.
The ener01 part was largely a result of trial and error and the fact
that the sum of coef0 and coef1 could result in a zero was
overlooked. Once ener01 turns to zero it's used to divide the left
channel energy which doesn't turn out so well as it fills IS[]
with -nan's and inf's which in turn confused the quantize_band_cost.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agofate: adjust AAC encoder tests values
Rostislav Pehlivanov [Sun, 6 Sep 2015 14:20:46 +0000 (15:20 +0100)]
fate: adjust AAC encoder tests values

Since the new commits improve quality.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoaaccoder: rewrite PNS implementation
Rostislav Pehlivanov [Sun, 6 Sep 2015 14:13:18 +0000 (15:13 +0100)]
aaccoder: rewrite PNS implementation

This commit rewrites the PNS implementation and significantly
improves sonic quality.

The previous implementation marked an incredibly big amount
of SFBs to predict when there was no need for this and this
resulted in quite a large amount of artifacts. Also the
quantization was incorrect (av_clip(4+log2f(...))) which
led to 3x the intensity for PNS values leading to even more
artifacts.

This commit rewrites the PNS search function and introduces
a major change: the PNS values are synthesized and are compared
to the current coefficients in addition to passing through
the revised checks to see whether PNS can be used.

This decreases distortions and makes the current PNS implementation
mainly focused on replacing any low-power non-zero bands as well
as adding any zeroed bands back.

The current encoder's performance is enough (especially with
IS) so PNS isn't really required except to fill in the occasional
few bands as well as extend any zeroed high frequency, so this
combination which is already enabled by default works
to get as much quality as it can within the bits allowed.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoaacenc_pred: disable PNS SFBs and disable right predictors with IS
Rostislav Pehlivanov [Sun, 6 Sep 2015 14:10:28 +0000 (15:10 +0100)]
aacenc_pred: disable PNS SFBs and disable right predictors with IS

Since PNS generates coefficients it doesn't make sense to send
the predicted ones as well. Also the specifications explicitly
state to disable right channel IS predictors.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoaacenc_is: ignore PNS band types
Rostislav Pehlivanov [Sun, 6 Sep 2015 14:09:22 +0000 (15:09 +0100)]
aacenc_is: ignore PNS band types

It's better to trust that the coefficients generated will be
closer than the coefficients derived, and the new PNS implementation
makes sure that this happens.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoaaccoder: use roundf() instead of ceilf()
Rostislav Pehlivanov [Sun, 6 Sep 2015 14:07:29 +0000 (15:07 +0100)]
aaccoder: use roundf() instead of ceilf()

The specifications explicitly state to use roundf() which
also rounds half-integer values away from zero.
This does fix a few IS artifacts.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoaacenc: copy PRNG from the decoder
Rostislav Pehlivanov [Sun, 6 Sep 2015 14:06:34 +0000 (15:06 +0100)]
aacenc: copy PRNG from the decoder

Needed for the following PNS commits.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoavcodec/vorbis: remove avpriv vorbis parser cruft
Hendrik Leppkes [Sun, 6 Sep 2015 08:46:34 +0000 (10:46 +0200)]
avcodec/vorbis: remove avpriv vorbis parser cruft

It was replaced by a public API

8 years agoavcodec/flac: remove avpriv parsing API cruft
Hendrik Leppkes [Sun, 6 Sep 2015 08:44:59 +0000 (10:44 +0200)]
avcodec/flac: remove avpriv parsing API cruft

8 years agoavcodec/alac: remove dead code cruft
Hendrik Leppkes [Sun, 6 Sep 2015 08:44:11 +0000 (10:44 +0200)]
avcodec/alac: remove dead code cruft

The output is always planar since two major bumps, remove all code
related to packed output.

8 years agoChangelog: add 2.8
Michael Niedermayer [Sun, 6 Sep 2015 13:59:23 +0000 (15:59 +0200)]
Changelog: add 2.8

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/htmlsubtitles: handle leading whitespace before tag names
Rodger Combs [Wed, 15 Jul 2015 17:27:04 +0000 (12:27 -0500)]
avcodec/htmlsubtitles: handle leading whitespace before tag names

This fixes cases like `</ font>`.

Signed-off-by: Clément Bœsch <u@pkh.me>
8 years agoavfilter/sine: support expression in the number of output samples
Clément Bœsch [Mon, 10 Aug 2015 19:03:11 +0000 (21:03 +0200)]
avfilter/sine: support expression in the number of output samples

8 years agoavcodec/samidec: small indent fix
Clément Bœsch [Sun, 6 Sep 2015 12:06:44 +0000 (14:06 +0200)]
avcodec/samidec: small indent fix

8 years agoavcodec/htmlsubtitles: drop avcodec dependency
Clément Bœsch [Sun, 6 Sep 2015 11:39:04 +0000 (13:39 +0200)]
avcodec/htmlsubtitles: drop avcodec dependency

8 years agoavcodec/samidec: use ff_htmlmarkup_to_ass()
Yayoi [Sun, 30 Aug 2015 14:24:48 +0000 (07:24 -0700)]
avcodec/samidec: use ff_htmlmarkup_to_ass()

Signed-off-by: Clément Bœsch <u@pkh.me>
8 years agoavformat/samidec: do not include trailing sami footer in the last packet
Yayoi [Sun, 30 Aug 2015 14:24:49 +0000 (07:24 -0700)]
avformat/samidec: do not include trailing sami footer in the last packet

Signed-off-by: Clément Bœsch <u@pkh.me>
8 years agofate/subtitles: add a new test for SAMI demuxer and decoder
Yayoi [Sun, 30 Aug 2015 14:24:50 +0000 (07:24 -0700)]
fate/subtitles: add a new test for SAMI demuxer and decoder

Signed-off-by: Clément Bœsch <u@pkh.me>
8 years agoavcodec/srtdec: factor out HTML parsing code
Yayoi [Sun, 30 Aug 2015 14:24:47 +0000 (07:24 -0700)]
avcodec/srtdec: factor out HTML parsing code

This code will be used in SAMI decoder in a later commit.

Signed-off-by: Clément Bœsch <u@pkh.me>
8 years agodoc/examples/demuxing_decoding: simplify api_mode to refcount
Clément Bœsch [Sun, 6 Sep 2015 10:35:00 +0000 (12:35 +0200)]
doc/examples/demuxing_decoding: simplify api_mode to refcount

This finalizes the quick cleanup of a753e6c9f508fd48a0f34438bcdce87c826779b9.

8 years agoavfilter/af_asyncts: use llabs for int64_t
Ganesh Ajjanagadde [Sun, 6 Sep 2015 03:42:02 +0000 (20:42 -0700)]
avfilter/af_asyncts: use llabs for int64_t

long may not be 64 bit on all platforms; so labs on int64_t is unsafe.
This fixes a warning reported in:
http://fate.ffmpeg.org/log.cgi?time=20150905071512&log=compile&slot=i386-darwin-clang-polly-3.7

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/async: replace strerror with av_err2str
Zhang Rui [Sun, 6 Sep 2015 04:51:54 +0000 (12:51 +0800)]
avformat/async: replace strerror with av_err2str

Fixes CID1322337

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agotests/fate: replace all -f md5 by framemd5
Michael Niedermayer [Sat, 5 Sep 2015 22:08:08 +0000 (00:08 +0200)]
tests/fate: replace all -f md5 by framemd5

also limit dcinema-encode to 20 frames to avoid huge reference checksum lists

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agotests/fate-run: Pass bitexact flags to enc_dec_pcm() output
Michael Niedermayer [Sat, 5 Sep 2015 21:32:50 +0000 (23:32 +0200)]
tests/fate-run: Pass bitexact flags to enc_dec_pcm() output

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agofate: increase the fuzz of the AAC encoder aref test
Rostislav Pehlivanov [Sat, 5 Sep 2015 20:47:26 +0000 (21:47 +0100)]
fate: increase the fuzz of the AAC encoder aref test

Almost fine on SunOS without yasm but 5 wasn't enough.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoconfigure: Remove reference to no longer existing avcodec_encode_video()
Michael Niedermayer [Sat, 5 Sep 2015 20:25:58 +0000 (22:25 +0200)]
configure: Remove reference to no longer existing avcodec_encode_video()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavfilter/vf_unsharp: use the name 's' for the pointer to the private context
Ganesh Ajjanagadde [Sat, 5 Sep 2015 15:13:30 +0000 (08:13 -0700)]
avfilter/vf_unsharp: use the name 's' for the pointer to the private context

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
8 years agoavcodec/x86/w64xmmtest: Fix another build failure
Michael Niedermayer [Sat, 5 Sep 2015 19:49:39 +0000 (21:49 +0200)]
avcodec/x86/w64xmmtest: Fix another build failure

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec: remove old_codec_ids.h from SKIPHEADERS as well
Hendrik Leppkes [Sat, 5 Sep 2015 19:55:59 +0000 (21:55 +0200)]
avcodec: remove old_codec_ids.h from SKIPHEADERS as well

8 years agoavcodec: fix make install after old_codec_ids.h removal
Hendrik Leppkes [Sat, 5 Sep 2015 19:54:27 +0000 (21:54 +0200)]
avcodec: fix make install after old_codec_ids.h removal

8 years agovp9: fix rounding error in idct_8x8_ssse3.
Ronald S. Bultje [Sat, 5 Sep 2015 17:36:56 +0000 (13:36 -0400)]
vp9: fix rounding error in idct_8x8_ssse3.

8 years agovp9: check return value of ff_thread_ref_frame().
Ronald S. Bultje [Sat, 5 Sep 2015 00:10:43 +0000 (20:10 -0400)]
vp9: check return value of ff_thread_ref_frame().

Fixes CID 1322309.

8 years agovp9: fix type of iadst4_1d intermediates.
Ronald S. Bultje [Fri, 4 Sep 2015 21:01:53 +0000 (17:01 -0400)]
vp9: fix type of iadst4_1d intermediates.

Fixes integer overflows for extreme coefficient values in 10/12bpp content.

8 years agovp9: fix integer overflow in 10/12bpp DC-only calculation.
Ronald S. Bultje [Fri, 4 Sep 2015 20:57:07 +0000 (16:57 -0400)]
vp9: fix integer overflow in 10/12bpp DC-only calculation.

8 years agovp9: fix edge copy for 10/12bpp frames.
Ronald S. Bultje [Fri, 4 Sep 2015 19:50:15 +0000 (15:50 -0400)]
vp9: fix edge copy for 10/12bpp frames.

8 years agovp9: do unscaled MC in scaled path if size of this reference matches.
Ronald S. Bultje [Fri, 4 Sep 2015 19:03:30 +0000 (15:03 -0400)]
vp9: do unscaled MC in scaled path if size of this reference matches.

This can happen if we do bidirectional MC, where one reference has the
same size as the current frame, but the other one doesn't.

8 years agovp9: sync segmentation.absolute_vals between threads.
Ronald S. Bultje [Fri, 4 Sep 2015 18:33:19 +0000 (14:33 -0400)]
vp9: sync segmentation.absolute_vals between threads.

8 years agovp9: always sync segmentation.feat between threads.
Ronald S. Bultje [Fri, 4 Sep 2015 17:46:34 +0000 (13:46 -0400)]
vp9: always sync segmentation.feat between threads.

8 years agoavcodec/vdpau: remove incompatible-libav-abi hack from vdpau_render_state struct
wm4 [Sat, 5 Sep 2015 19:45:26 +0000 (16:45 -0300)]
avcodec/vdpau: remove incompatible-libav-abi hack from vdpau_render_state struct

8 years agoMerge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'
Hendrik Leppkes [Sat, 5 Sep 2015 19:35:46 +0000 (21:35 +0200)]
Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'

* commit 'e88103a7f92cf27a2868b50acc8a9912f6088249':
  Bump major versions of all libraries

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoPostpone removal of API changes from within the last two years
Hendrik Leppkes [Sat, 5 Sep 2015 19:21:20 +0000 (21:21 +0200)]
Postpone removal of API changes from within the last two years

8 years agoavcodec: remove deprecated codec id aliases
Hendrik Leppkes [Sat, 5 Sep 2015 19:13:44 +0000 (21:13 +0200)]
avcodec: remove deprecated codec id aliases

8 years agoavcodec: remove deprecated old video encode API
Hendrik Leppkes [Sat, 5 Sep 2015 19:12:27 +0000 (21:12 +0200)]
avcodec: remove deprecated old video encode API

8 years agoavcodec: remove deprecated old audio encode API
Hendrik Leppkes [Sat, 5 Sep 2015 19:11:44 +0000 (21:11 +0200)]
avcodec: remove deprecated old audio encode API

8 years agoavcodec: remove deprecated old audio decode API
Hendrik Leppkes [Sat, 5 Sep 2015 19:07:25 +0000 (21:07 +0200)]
avcodec: remove deprecated old audio decode API

8 years agoavutil/pixfmt: remove duplicate AVPixelFormat values
James Almer [Sat, 5 Sep 2015 16:36:09 +0000 (13:36 -0300)]
avutil/pixfmt: remove duplicate AVPixelFormat values

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
8 years agolavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft
Hendrik Leppkes [Sat, 5 Sep 2015 18:36:19 +0000 (20:36 +0200)]
lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft

FATE refs changed to accomodate for the new default behavior of the function.
Numbers are now interpreted as a channel layout, instead of a number of channels.

8 years agoavcodec: remove FF_API_DV_FRAME_PROFILE cruft
James Almer [Sat, 5 Sep 2015 17:08:32 +0000 (14:08 -0300)]
avcodec: remove FF_API_DV_FRAME_PROFILE cruft

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agolavfi: remove old graph parser API with different semantics
Hendrik Leppkes [Sat, 5 Sep 2015 16:34:17 +0000 (18:34 +0200)]
lavfi: remove old graph parser API with different semantics

This API hasn't been active since the last bump already.

8 years agoavformat/mp3dec: Make MP3 seek fast
Andy Wu [Tue, 1 Sep 2015 00:08:30 +0000 (17:08 -0700)]
avformat/mp3dec: Make MP3 seek fast

When AVFMT_FLAG_FAST_SEEK is specified, make MP3 seek operation as
fast as possible.

When no "-usetoc" is specified, the default operation is using TOC
if available; otherwise, uses linear interpolation. This is useful
when seeking a large MP3 file with no TOC available. One example is
Podcast, many MP3 files are large, but no CBR/VBR tags. Most of
them are actually CBR. Even in VBR cases, this option sacrifices the
accuracy of playback time in exchange for responsiveness.

8 years agolavu: Drop old deprecated AVOption API
Hendrik Leppkes [Sat, 5 Sep 2015 16:25:31 +0000 (18:25 +0200)]
lavu: Drop old deprecated AVOption API

Deprecated in 2011/10