]> git.sesse.net Git - ffmpeg/log
ffmpeg
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

8 years agodoc/APIchanges: Fill in missing fields and correct one lavu version
Michael Niedermayer [Sat, 5 Sep 2015 15:00:22 +0000 (17:00 +0200)]
doc/APIchanges: Fill in missing fields and correct one lavu version

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agodoc/APIchanges: add 2.8 cut line
Michael Niedermayer [Sat, 5 Sep 2015 14:38:53 +0000 (16:38 +0200)]
doc/APIchanges: add 2.8 cut line

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agodoc/examples/demuxing_decoding: Drop old api mode, because the code fails to build...
Michael Niedermayer [Sat, 5 Sep 2015 16:01:31 +0000 (18:01 +0200)]
doc/examples/demuxing_decoding: Drop old api mode, because the code fails to build otherwise

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/libutvideodec: remove AVFrame->reference usage, otherwise the code does not...
Michael Niedermayer [Sat, 5 Sep 2015 16:04:40 +0000 (18:04 +0200)]
avcodec/libutvideodec: remove AVFrame->reference usage, otherwise the code does not build

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/ac3: sync AC3HeaderInfo struct with the fork
James Almer [Sat, 5 Sep 2015 16:18:46 +0000 (13:18 -0300)]
avcodec/ac3: sync AC3HeaderInfo struct with the fork

Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
8 years agolavu/hmac: remove deprecated type ids
Hendrik Leppkes [Sat, 5 Sep 2015 16:01:38 +0000 (18:01 +0200)]
lavu/hmac: remove deprecated type ids

8 years agoRemove FF_CONST_AVUTIL55 cruft
Hendrik Leppkes [Sat, 5 Sep 2015 15:56:28 +0000 (17:56 +0200)]
Remove FF_CONST_AVUTIL55 cruft

8 years agoMerge commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a'
Hendrik Leppkes [Sat, 5 Sep 2015 15:52:10 +0000 (17:52 +0200)]
Merge commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a'

* commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a':
  Postpone API-incompatible changes until the next bump

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '3d89373fae281053154772d5e3e4370da09d3880'
Hendrik Leppkes [Sat, 5 Sep 2015 15:46:47 +0000 (17:46 +0200)]
Merge commit '3d89373fae281053154772d5e3e4370da09d3880'

* commit '3d89373fae281053154772d5e3e4370da09d3880':
  lavu: Drop deprecated private lls functions

Previously removed in ffmpeg

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '2f9b652e8c646eabef74a6742f0d7d4c9118fd0e'
Hendrik Leppkes [Sat, 5 Sep 2015 15:44:55 +0000 (17:44 +0200)]
Merge commit '2f9b652e8c646eabef74a6742f0d7d4c9118fd0e'

* commit '2f9b652e8c646eabef74a6742f0d7d4c9118fd0e':
  lavu: Drop deprecated context size variables

These variables had been previously un-deprecated in ffmpeg, not removed.

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agolavu/frame: put frame QP elements under a new version guard
Hendrik Leppkes [Sat, 5 Sep 2015 15:35:31 +0000 (17:35 +0200)]
lavu/frame: put frame QP elements under a new version guard

These fields are still used, removal postponed until a replacement functionality is available.

8 years agoMerge commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79'
Hendrik Leppkes [Sat, 5 Sep 2015 15:31:45 +0000 (17:31 +0200)]
Merge commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79'

* commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79':
  lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agolavu/cpu: remove old cmov cruft
Hendrik Leppkes [Sat, 5 Sep 2015 15:23:28 +0000 (17:23 +0200)]
lavu/cpu: remove old cmov cruft

8 years agoMerge commit 'bf7114b6caad8cf94696b0299c13b0d26bf291be'
Hendrik Leppkes [Sat, 5 Sep 2015 15:19:50 +0000 (17:19 +0200)]
Merge commit 'bf7114b6caad8cf94696b0299c13b0d26bf291be'

* commit 'bf7114b6caad8cf94696b0299c13b0d26bf291be':
  lavu: Drop deprecated AV_CPU_FLAG_MMX2 symbol

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '2d40968dd3ff17b12f7c80dbfad409b14418e267'
Hendrik Leppkes [Sat, 5 Sep 2015 15:18:05 +0000 (17:18 +0200)]
Merge commit '2d40968dd3ff17b12f7c80dbfad409b14418e267'

* commit '2d40968dd3ff17b12f7c80dbfad409b14418e267':
  lavu: Drop deprecated audioconvert.h header

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a'
Hendrik Leppkes [Sat, 5 Sep 2015 15:17:15 +0000 (17:17 +0200)]
Merge commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a'

* commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a':
  lavu: Drop deprecated av_reverse function

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '2f8cbbc962dfc0dc1dd0a90b2cd6c21266380f51'
Hendrik Leppkes [Sat, 5 Sep 2015 15:12:23 +0000 (17:12 +0200)]
Merge commit '2f8cbbc962dfc0dc1dd0a90b2cd6c21266380f51'

* commit '2f8cbbc962dfc0dc1dd0a90b2cd6c21266380f51':
  lavu: Drop deprecated external access to AVPixFmtDescriptor table

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '183db02a51a422568084b113a7571c845ca68622'
Hendrik Leppkes [Sat, 5 Sep 2015 15:10:28 +0000 (17:10 +0200)]
Merge commit '183db02a51a422568084b113a7571c845ca68622'

* commit '183db02a51a422568084b113a7571c845ca68622':
  lavu: Drop deprecated old_pix_fmt.h and related code

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit 'cad40a3833ad81a352e7657ec6f7d637cea3b798'
Hendrik Leppkes [Sat, 5 Sep 2015 15:05:46 +0000 (17:05 +0200)]
Merge commit 'cad40a3833ad81a352e7657ec6f7d637cea3b798'

* commit 'cad40a3833ad81a352e7657ec6f7d637cea3b798':
  lavc: Drop deprecated deinterlace module

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '069713aa4b137781e270768d803b1f7456daa724'
Hendrik Leppkes [Sat, 5 Sep 2015 15:03:44 +0000 (17:03 +0200)]
Merge commit '069713aa4b137781e270768d803b1f7456daa724'

* commit '069713aa4b137781e270768d803b1f7456daa724':
  lavc: Drop deprecated thread opaque and codec pkt

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '9f90b24877016e7140b9b14e4b1acee663bb6d8a'
Hendrik Leppkes [Sat, 5 Sep 2015 14:59:23 +0000 (16:59 +0200)]
Merge commit '9f90b24877016e7140b9b14e4b1acee663bb6d8a'

* commit '9f90b24877016e7140b9b14e4b1acee663bb6d8a':
  lavc: Drop deprecated get_buffer related functions

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoRemove left-over FF_API_DESTRUCT_PACKET cruft
Hendrik Leppkes [Sat, 5 Sep 2015 14:51:53 +0000 (16:51 +0200)]
Remove left-over FF_API_DESTRUCT_PACKET cruft

8 years agoMerge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'
Hendrik Leppkes [Sat, 5 Sep 2015 14:50:09 +0000 (16:50 +0200)]
Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'

* commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8':
  lavc: Drop deprecated destruct_packet related functions

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

* commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c':
  lavc: Drop deprecated request_channels related functions

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoRemove left-over FF_API_AVFILTERBUFFER cruft
Hendrik Leppkes [Sat, 5 Sep 2015 14:27:19 +0000 (16:27 +0200)]
Remove left-over FF_API_AVFILTERBUFFER cruft

8 years agoMerge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'
Hendrik Leppkes [Sat, 5 Sep 2015 14:22:03 +0000 (16:22 +0200)]
Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'

* commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0':
  lavfi: Drop deprecated AVFilterBuffer* code

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

* commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1':
  lavfi: Drop deprecated *_count suffixed variables

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '86e5056575f55f070609dd3926605302f7d2280e'
Hendrik Leppkes [Sat, 5 Sep 2015 14:01:24 +0000 (16:01 +0200)]
Merge commit '86e5056575f55f070609dd3926605302f7d2280e'

* commit '86e5056575f55f070609dd3926605302f7d2280e':
  lavfi: Drop deprecated public AVFilterPad struct

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '11b2eed43e91b35b8295ed47115cae2e29bd687d'
Hendrik Leppkes [Sat, 5 Sep 2015 13:59:40 +0000 (15:59 +0200)]
Merge commit '11b2eed43e91b35b8295ed47115cae2e29bd687d'

* commit '11b2eed43e91b35b8295ed47115cae2e29bd687d':
  lavr: Drop deprecated context reinitialization if resampling was not enabled

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMerge commit '9d58639e270f7612874681e0ca30fa461e2667b7'
Hendrik Leppkes [Sat, 5 Sep 2015 13:58:52 +0000 (15:58 +0200)]
Merge commit '9d58639e270f7612874681e0ca30fa461e2667b7'

* commit '9d58639e270f7612874681e0ca30fa461e2667b7':
  sws: Drop deprecated SWS_CPU_CAPS defines

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoavfilter/avf_showfreqs: Fix memleak of out frame
Michael Niedermayer [Sat, 5 Sep 2015 13:35:37 +0000 (15:35 +0200)]
avfilter/avf_showfreqs: Fix memleak of out frame

Fixes CID1322344

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavfilter/avf_showfreqs: Fix "may be used uninitialized in this function" warning
Michael Niedermayer [Sat, 5 Sep 2015 13:34:35 +0000 (15:34 +0200)]
avfilter/avf_showfreqs: Fix "may be used uninitialized in this function" warning

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavfilter/avf_showfreqs: Free fin
Michael Niedermayer [Sat, 5 Sep 2015 13:32:00 +0000 (15:32 +0200)]
avfilter/avf_showfreqs: Free fin

Fixes CID1322345

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavfilter/af_amerge: avoid undefined shift (<<64) in outlayout setup
Michael Niedermayer [Thu, 3 Sep 2015 22:33:49 +0000 (00:33 +0200)]
avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setup

Fixes CID1322306

Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>