]> git.sesse.net Git - ffmpeg/log
ffmpeg
8 years agolavc/audiotoolboxdec: support ADTS AAC input
Rodger Combs [Thu, 24 Mar 2016 02:50:41 +0000 (21:50 -0500)]
lavc/audiotoolboxdec: support ADTS AAC input

8 years agolavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment targets
Rodger Combs [Sun, 27 Mar 2016 17:17:25 +0000 (12:17 -0500)]
lavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment targets

The build failure here is caused by the enum value not being defined, but
as long as we're on a newer SDK that has it, it's safe to use it even
when our deployment target is older. Setting the property will error, but
we're not failing on errors there.

8 years agolavc/audiotoolboxenc: fix iOS build
Rodger Combs [Thu, 24 Mar 2016 15:17:42 +0000 (10:17 -0500)]
lavc/audiotoolboxenc: fix iOS build

8 years agolavc/audiotoolboxenc: fix a number of config issues
Rodger Combs [Wed, 23 Mar 2016 21:46:39 +0000 (16:46 -0500)]
lavc/audiotoolboxenc: fix a number of config issues

- size variables were used in a confusing way
- incorrect size var use led to channel layouts not being set properly
- channel layouts were incorrectly mapped for >2-channel AAC
- bitrates not accepted by the encoder were discarded instead of being clamped
- some minor style/indentation fixes

8 years agolavc/audiotoolboxenc: remove unneeded packet metadata
Rodger Combs [Wed, 23 Mar 2016 21:29:50 +0000 (16:29 -0500)]
lavc/audiotoolboxenc: remove unneeded packet metadata

This isn't necessary here, and for some reason broke only multichannel
AAC encoding when a channel layout tag was set.

8 years agolavf/segment: support automatic bitstream filtering
Rodger Combs [Wed, 23 Mar 2016 14:24:22 +0000 (09:24 -0500)]
lavf/segment: support automatic bitstream filtering

Most useful for MPEG-TS. Works by having the underlying muxer configure the
bitstream filters, then moving them to our own AVStreams.

8 years agoswscale: add bt2020 yuv2rgb coefficients.
Ronald S. Bultje [Thu, 31 Mar 2016 20:01:09 +0000 (16:01 -0400)]
swscale: add bt2020 yuv2rgb coefficients.

8 years agoswscale: fix bt709 yuv2rgb coefficients.
Ronald S. Bultje [Thu, 31 Mar 2016 20:00:58 +0000 (16:00 -0400)]
swscale: fix bt709 yuv2rgb coefficients.

They were derived from incorrect values cr=0.2125 (should be cr=0.2126)
and cb=0.0721 (should be cb=0.0722).

8 years agofate: add demux test for TS with AC3 (Ticket 4864)
Michael Niedermayer [Wed, 30 Mar 2016 19:29:01 +0000 (21:29 +0200)]
fate: add demux test for TS with AC3 (Ticket 4864)

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agofate: Test for Ticket4560
Michael Niedermayer [Thu, 31 Mar 2016 22:57:14 +0000 (00:57 +0200)]
fate: Test for Ticket4560

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agofate: Add regression test for Ticket 1239
Michael Niedermayer [Thu, 31 Mar 2016 22:26:46 +0000 (00:26 +0200)]
fate: Add regression test for Ticket 1239

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/parser: assert that the codec id is not NONE in av_parser_parse2()
Michael Niedermayer [Fri, 1 Apr 2016 16:50:45 +0000 (18:50 +0200)]
avcodec/parser: assert that the codec id is not NONE in av_parser_parse2()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/j2kenc: Add attribution to OpenJPEG project:
Aaron Boxer [Thu, 31 Mar 2016 20:02:14 +0000 (16:02 -0400)]
avcodec/j2kenc: Add attribution to OpenJPEG project:

http://ghostscript.com/~tor/gs-browse/gs/openjpeg/libopenjpeg/t1.c

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agosws/aarch64: disable ff_hscale_8_to_15_neon temporarly
Clément Bœsch [Fri, 1 Apr 2016 15:32:16 +0000 (17:32 +0200)]
sws/aarch64: disable ff_hscale_8_to_15_neon temporarly

Looks broken.

8 years agoswscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter part
Matthieu Bouron [Mon, 28 Mar 2016 14:17:58 +0000 (14:17 +0000)]
swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter part

8 years agoswscale/arm/yuv2rgb: save a few instructions by processing the luma line interleaved
Matthieu Bouron [Mon, 28 Mar 2016 11:33:38 +0000 (11:33 +0000)]
swscale/arm/yuv2rgb: save a few instructions by processing the luma line interleaved

8 years agoswscale/arm/yuv2rgb: re-order compute_rgba macro arguments
Matthieu Bouron [Mon, 28 Mar 2016 12:24:44 +0000 (12:24 +0000)]
swscale/arm/yuv2rgb: re-order compute_rgba macro arguments

8 years agoswscale/arm/yuv2rgb: rename {process_1l,process_2l,compute}_16px{,_internal} macros
Matthieu Bouron [Thu, 31 Mar 2016 12:01:43 +0000 (14:01 +0200)]
swscale/arm/yuv2rgb: rename {process_1l,process_2l,compute}_16px{,_internal} macros

8 years agoswscale/arm/yuv2rgb: macro-ify
Matthieu Bouron [Sun, 27 Mar 2016 18:20:36 +0000 (18:20 +0000)]
swscale/arm/yuv2rgb: macro-ify

8 years agoswscale/arm/yuv2rgb: factorize lsl in load_args_nvx
Matthieu Bouron [Thu, 24 Mar 2016 16:33:28 +0000 (17:33 +0100)]
swscale/arm/yuv2rgb: factorize lsl in load_args_nvx

8 years agoswscale/arm/yuv2rgb: factorize lsl in load_args_yuv420p
Matthieu Bouron [Wed, 23 Mar 2016 13:00:33 +0000 (13:00 +0000)]
swscale/arm/yuv2rgb: factorize lsl in load_args_yuv420p

8 years agoswscale/arm/yuv2rgb: remove unused store of dst + linesize in load_args_yuv422p
Matthieu Bouron [Thu, 24 Mar 2016 16:29:39 +0000 (17:29 +0100)]
swscale/arm/yuv2rgb: remove unused store of dst + linesize in load_args_yuv422p

8 years agoswscale/arm/yuv2rgb: factorize lsl in load_args_yuv422p
Matthieu Bouron [Thu, 31 Mar 2016 11:51:21 +0000 (13:51 +0200)]
swscale/arm/yuv2rgb: factorize lsl in load_args_yuv422p

8 years agoswscale/arm/yuv2rgb: fix comments in load_args_yuv422p
Matthieu Bouron [Thu, 31 Mar 2016 11:50:29 +0000 (13:50 +0200)]
swscale/arm/yuv2rgb: fix comments in load_args_yuv422p

8 years agoswscale/arm/yuv2rgb: remove 32bit code path
Matthieu Bouron [Tue, 22 Mar 2016 16:46:10 +0000 (17:46 +0100)]
swscale/arm/yuv2rgb: remove 32bit code path

8 years agolavc: factor apply_param_change() AV_EF_EXPLODE handling
wm4 [Fri, 1 Apr 2016 10:52:56 +0000 (12:52 +0200)]
lavc: factor apply_param_change() AV_EF_EXPLODE handling

Remove the duplicated code for handling failure of apply_param_change().

8 years agolavu: improve documentation of some AVFrame functions
wm4 [Fri, 1 Apr 2016 10:52:12 +0000 (12:52 +0200)]
lavu: improve documentation of some AVFrame functions

8 years agopsxstr: Remove some commented out code
Derek Buitenhuis [Thu, 31 Mar 2016 17:37:21 +0000 (18:37 +0100)]
psxstr: Remove some commented out code

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
8 years agolavc/utils: transfer width/height for subs in codecpar
Clément Bœsch [Mon, 28 Mar 2016 17:02:02 +0000 (19:02 +0200)]
lavc/utils: transfer width/height for subs in codecpar

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
8 years agocodecpar: Add video delay field
Derek Buitenhuis [Wed, 30 Mar 2016 16:15:04 +0000 (17:15 +0100)]
codecpar: Add video delay field

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
8 years agoAdd frame_size to AVCodecParameters
Hendrik Leppkes [Sat, 5 Mar 2016 10:22:11 +0000 (11:22 +0100)]
Add frame_size to AVCodecParameters

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
8 years agolavc: Add seek_preroll to AVCodecParameters
James Almer [Fri, 4 Mar 2016 18:51:41 +0000 (15:51 -0300)]
lavc: Add seek_preroll to AVCodecParameters

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agoMerge commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7'
Derek Buitenhuis [Thu, 31 Mar 2016 20:19:49 +0000 (21:19 +0100)]
Merge commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7'

* commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7':
  lavc: add a variant of av_get_audio_frame_duration working with AVCodecParameters

Fixes from jamrial incorporated.

Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
8 years agoMerge commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d'
Derek Buitenhuis [Thu, 31 Mar 2016 20:18:53 +0000 (21:18 +0100)]
Merge commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d'

* commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d':
  lavc: add codec parameters API

  Fixes added in:
    - bit_rate has been made int64_t to match.
    - profile and level are properly initialize.

Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
8 years agoswscale: cleanup unused code
Pedro Arthur [Mon, 28 Mar 2016 16:25:18 +0000 (13:25 -0300)]
swscale: cleanup unused code

Removed previous swscale code under '#ifndef NEW_FILTER'
and removed unused fields of SwsContext

8 years agoswscale: Deprecate vector functions which are unused outside swscale
Michael Niedermayer [Thu, 31 Mar 2016 15:20:58 +0000 (17:20 +0200)]
swscale: Deprecate vector functions which are unused outside swscale

There are no known users of these functions within debian
It should be thus possible to remove these functions without recommandition of a
replacement

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoconfigure: Fix debugging on mingw-w64 with gdb
Alex Smith [Tue, 29 Mar 2016 05:30:50 +0000 (01:30 -0400)]
configure: Fix debugging on mingw-w64 with gdb

The relocation hack broke debugging on mingw-w64 when using gdb.  This
makes the reloc hack dependent on --disable-debug so it's still enabled
for release builds.

This is simply an immediate fix for the issue of broken debugging, we
should probably still look at the possibility of reverting it outright
if it proves to be more trouble than it's worth.  For now keeping it
enabled for release builds is a reasonable trade off.

Signed-off-by: Alex Smith <theryuu@warpsharp.info>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agodoc/filters: add stereotools examples
Paul B Mahol [Thu, 31 Mar 2016 09:12:40 +0000 (11:12 +0200)]
doc/filters: add stereotools examples

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agodoc/filters: add sofalizer examples
Paul B Mahol [Thu, 31 Mar 2016 09:04:42 +0000 (11:04 +0200)]
doc/filters: add sofalizer examples

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agosws/aarch64: add ff_hscale_8_to_15_neon
Clément Bœsch [Fri, 18 Mar 2016 15:39:34 +0000 (16:39 +0100)]
sws/aarch64: add ff_hscale_8_to_15_neon

./ffmpeg -nostats -f lavfi -i testsrc2=4k:d=2 -vf bench=start,scale=1024x1024,bench=stop -f null -

    before: t:0.489726 avg:0.489883 max:0.491852 min:0.489482
    after:  t:0.256515 avg:0.256458 max:0.256999 min:0.253755

8 years agoAAC encoder: fix undefined behavior
Claudio Freire [Wed, 30 Mar 2016 21:34:08 +0000 (18:34 -0300)]
AAC encoder: fix undefined behavior

Fix uninitialized access of minsf in short windows
Fix potential invocation of coef2minsf(0)

8 years agoavformat/latmenc: auto-insert aac_adtstoasc bitstream filter when needed
James Almer [Sat, 26 Mar 2016 04:42:35 +0000 (01:42 -0300)]
avformat/latmenc: auto-insert aac_adtstoasc bitstream filter when needed

Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
8 years agofate: Add filter-metadata-cropdetect
Michael Niedermayer [Thu, 24 Mar 2016 16:55:11 +0000 (17:55 +0100)]
fate: Add filter-metadata-cropdetect

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoAAC encoder: fix signed integer overflow
Claudio Freire [Wed, 30 Mar 2016 13:05:03 +0000 (10:05 -0300)]
AAC encoder: fix signed integer overflow

Clamp scalefactors by coef2minsf to avoid undefined behavior
caused by signed integer overflow. It also avoids clipping of
coefficients so it should avoid artifacts as well, on very
rare corner cases.

8 years agoavcodec/nvenc: Generate AUD NAL units for better compatiblity
Timo Rothenpieler [Wed, 30 Mar 2016 10:03:59 +0000 (12:03 +0200)]
avcodec/nvenc: Generate AUD NAL units for better compatiblity

8 years agotests/audiomatch: Reduce search window
Michael Niedermayer [Tue, 22 Mar 2016 11:21:27 +0000 (12:21 +0100)]
tests/audiomatch: Reduce search window

This avoids unneeded computations

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agotests/audiomatch: also print signal vs reference length
Michael Niedermayer [Tue, 22 Mar 2016 08:59:07 +0000 (09:59 +0100)]
tests/audiomatch: also print signal vs reference length

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agodoc/filters: remove false claim in sofalizer description
Paul B Mahol [Tue, 29 Mar 2016 20:29:31 +0000 (22:29 +0200)]
doc/filters: remove false claim in sofalizer description

Remove false claim that processing in freq domain is
worse quality than processing in time domain.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoRevert "aacenc: use av_clip() instead of av_clip() during quantization"
Rostislav Pehlivanov [Wed, 30 Mar 2016 01:31:22 +0000 (02:31 +0100)]
Revert "aacenc: use av_clip() instead of av_clip() during quantization"

This reverts commit c0918613a0ecaac6819409c64107583eebc0ccc2, since it
triggered a new assertion with gcc.
This bug definitely needs a true proper fix.

8 years agoRevert "doc/filters: remove false claim in sofalizer description"
Rostislav Pehlivanov [Wed, 30 Mar 2016 01:30:19 +0000 (02:30 +0100)]
Revert "doc/filters: remove false claim in sofalizer description"

This reverts commit bf1495d9a991dd13e382a4c1871d96708fdec4e7.

8 years agoaacenc: use av_clip() instead of av_clip() during quantization
Rostislav Pehlivanov [Tue, 29 Mar 2016 23:58:28 +0000 (00:58 +0100)]
aacenc: use av_clip() instead of av_clip() during quantization

Seems like clang might be miscompiling it and causing a signed integer overflow,
making a FATE test fail.
Doesn't seem to affect performance, it only runs on the ESC codebook.

Reviewed-by: Claudio Freire <klaussfreire@gmail.com>
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agodoc/filters: remove false claim in sofalizer description
Paul B Mahol [Tue, 29 Mar 2016 20:29:31 +0000 (22:29 +0200)]
doc/filters: remove false claim in sofalizer description

Remove false claim that processing in freq domain is
worse quality than processing in time domain.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/vf_waveform: optimize lowpass filter even more
Paul B Mahol [Tue, 29 Mar 2016 13:00:45 +0000 (15:00 +0200)]
avfilter/vf_waveform: optimize lowpass filter even more

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavcodec/mips: Optimization synced to the newest code base.
Jovan Zelincevic [Tue, 29 Mar 2016 07:43:35 +0000 (09:43 +0200)]
avcodec/mips: Optimization synced to the newest code base.

FFT expanded to 2^17.

Signed-off-by: Jovan Zelincevic <jovan.zelincevic@imgtec.com>
Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agocfhd: Do not initialize context size
Vittorio Giovara [Tue, 29 Mar 2016 14:03:44 +0000 (16:03 +0200)]
cfhd: Do not initialize context size

Otherwise probing and stream analisys will report a correct coded size
but an empty visible size.

Approved by: kieran
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/svag: fix division by zero
James Almer [Tue, 29 Mar 2016 00:34:08 +0000 (21:34 -0300)]
avformat/svag: fix division by zero

Fixes ticket #5386

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agofix some a/an typos
Lou Logan [Mon, 28 Mar 2016 22:07:47 +0000 (14:07 -0800)]
fix some a/an typos

Signed-off-by: Lou Logan <lou@lrcd.com>
8 years agoavcodec/utils: fix packet duration of frames with discarded paddings
Marton Balint [Sun, 20 Mar 2016 13:48:08 +0000 (14:48 +0100)]
avcodec/utils: fix packet duration of frames with discarded paddings

Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
8 years agolavd/dshow_crossbar: remove trailing whitespace
Lou Logan [Sun, 27 Mar 2016 04:58:52 +0000 (20:58 -0800)]
lavd/dshow_crossbar: remove trailing whitespace

Signed-off-by: Lou Logan <lou@lrcd.com>
8 years agoavfilter/af_sofalizer: allow user to setup custom virtual speakers positions
Paul B Mahol [Mon, 28 Mar 2016 16:07:45 +0000 (18:07 +0200)]
avfilter/af_sofalizer: allow user to setup custom virtual speakers positions

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agolavc/mediacodec: fix zero stride for OMX.allwinner.video.decoder.avc
Kirill Gavrilov [Mon, 28 Mar 2016 16:51:24 +0000 (19:51 +0300)]
lavc/mediacodec: fix zero stride for OMX.allwinner.video.decoder.avc

8 years agoavfilter/vf_waveform: optimize 16bit lowpass filter
Paul B Mahol [Mon, 28 Mar 2016 10:28:03 +0000 (12:28 +0200)]
avfilter/vf_waveform: optimize 16bit lowpass filter

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavcodec: add dca core extraction bsf
Paul B Mahol [Sun, 27 Mar 2016 11:02:33 +0000 (13:02 +0200)]
avcodec: add dca core extraction bsf

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agolavc/mediacodec: use ternary operator to set slice-height value
Matthieu Bouron [Mon, 28 Mar 2016 08:10:21 +0000 (10:10 +0200)]
lavc/mediacodec: use ternary operator to set slice-height value

8 years agoavcodec/diracdec: check bitstream size related fields for overflows
Michael Niedermayer [Mon, 28 Mar 2016 02:01:08 +0000 (04:01 +0200)]
avcodec/diracdec: check bitstream size related fields for overflows

Fixes segfault
Fixes Ticket5333

Regression since bfc8a4dabe5a0154b31128b59dca575010176441
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoconfigure: Fail if CUDA enabled but not found
Timo Rothenpieler [Fri, 25 Mar 2016 23:13:39 +0000 (00:13 +0100)]
configure: Fail if CUDA enabled but not found

Without this patch, configure still passes and enables CUDA, no matter
if it was actually found, breaking the build in case it was not.

8 years agoavfilter/vf_waveform: optimize lowpass 8bit filter
Paul B Mahol [Sun, 27 Mar 2016 21:29:38 +0000 (23:29 +0200)]
avfilter/vf_waveform: optimize lowpass 8bit filter

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/vf_waveform: move mirror variable into function argument
Paul B Mahol [Sun, 27 Mar 2016 20:50:04 +0000 (22:50 +0200)]
avfilter/vf_waveform: move mirror variable into function argument

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavcodec: Remove libdcadec, we already have it merged internally
Kieran Kunhya [Fri, 25 Mar 2016 21:32:26 +0000 (21:32 +0000)]
avcodec: Remove libdcadec, we already have it merged internally

8 years agoavcodec/h264_slice: Check PPS more extensively when its not copied
Michael Niedermayer [Fri, 25 Mar 2016 14:29:26 +0000 (15:29 +0100)]
avcodec/h264_slice: Check PPS more extensively when its not copied

Fixes Ticket5371
Fixes null pointer dereference

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/segment: set format options for all segments
Marton Balint [Tue, 15 Mar 2016 18:19:20 +0000 (19:19 +0100)]
avformat/segment: set format options for all segments

Fixes ticket #5318.

Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
8 years agofate: Remove vsync drop from some h264 tests
Michael Niedermayer [Sun, 20 Mar 2016 19:10:40 +0000 (20:10 +0100)]
fate: Remove vsync drop from some h264 tests

Note some tests need vsync drop to produce exact timestamps, these seem not to
need it. quite likely many more dont need it either, ive not checked beyond finding
one that needs it and the ones which have it removed

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agofate: Modify a random h264 test to also test the -framerate option
Michael Niedermayer [Sun, 20 Mar 2016 19:07:14 +0000 (20:07 +0100)]
fate: Modify a random h264 test to also test the -framerate option

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/audiotoolboxenc: Fix compile error on OS X 10.8.
Dan Dennedy [Fri, 25 Mar 2016 04:13:18 +0000 (04:13 +0000)]
avcodec/audiotoolboxenc: Fix compile error on OS X 10.8.

Fixes error "libavcodec/audiotoolboxenc.c:294:50: error: use of undeclared
identifier 'kAudioCodecPropertyPacketSizeLimitForVBR'."

That was added to 10.9:
https://developer.apple.com/library/mac/releasenotes/General/APIDiffsMacOSX10_9/AudioUnit.html

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agolavc/flicvideo: Implement padding in COPY chunks.
Carl Eugen Hoyos [Sat, 26 Mar 2016 13:56:55 +0000 (14:56 +0100)]
lavc/flicvideo: Implement padding in COPY chunks.

Reviewed-by: Reimar
8 years agoavformat/rtpdec: Remove stray debug av_log()
Michael Niedermayer [Sat, 26 Mar 2016 09:50:43 +0000 (10:50 +0100)]
avformat/rtpdec: Remove stray debug av_log()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/exr: add support for B44 and B44A compression
Martin Vignali [Sun, 20 Mar 2016 10:53:27 +0000 (11:53 +0100)]
avcodec/exr: add support for B44 and B44A compression

8 years agoavcodec/jpeg2000dec: add slice threading support
Paul B Mahol [Fri, 25 Mar 2016 13:33:15 +0000 (14:33 +0100)]
avcodec/jpeg2000dec: add slice threading support

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavcodec/jpeg2000dec: account two last bytes from end of bytestream as EOC marker
Paul B Mahol [Fri, 25 Mar 2016 10:22:39 +0000 (11:22 +0100)]
avcodec/jpeg2000dec: account two last bytes from end of bytestream as EOC marker

This silences missing EOC marker when decoding j2k files with Psot set to 0.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agolavfi: Add coreimage filter for GPU based image filtering on OSX.
Thilo Borgmann [Sat, 19 Mar 2016 15:28:40 +0000 (16:28 +0100)]
lavfi: Add coreimage filter for GPU based image filtering on OSX.

8 years agolavu/dict: Add new flag to allow multiple equal keys.
Thilo Borgmann [Sat, 12 Mar 2016 13:52:17 +0000 (14:52 +0100)]
lavu/dict: Add new flag to allow multiple equal keys.

8 years agosws/aarch64/yuv2rgb: save a few mul and add
Clément Bœsch [Fri, 25 Mar 2016 14:49:09 +0000 (15:49 +0100)]
sws/aarch64/yuv2rgb: save a few mul and add

27ms to 26ms with UHD 2160 input.

8 years agoavcodec/libopenjpegenc: fix mixed declarations and code
James Almer [Fri, 25 Mar 2016 03:05:05 +0000 (00:05 -0300)]
avcodec/libopenjpegenc: fix mixed declarations and code

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agoavcodec/libopenjpegdec: fix mixed declarations and code
James Almer [Fri, 25 Mar 2016 03:04:57 +0000 (00:04 -0300)]
avcodec/libopenjpegdec: fix mixed declarations and code

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agoavcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames...
Michael Niedermayer [Thu, 24 Mar 2016 19:55:30 +0000 (20:55 +0100)]
avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set

Reviewed-by: maintainer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavutil/parseutils: mark args as static const
Michael Niedermayer [Thu, 24 Mar 2016 18:31:02 +0000 (19:31 +0100)]
avutil/parseutils: mark args as static const

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoAdded more tests to libavutil/parseutils.c
Petru Rares Sincraian [Tue, 22 Mar 2016 15:54:09 +0000 (16:54 +0100)]
Added more tests to libavutil/parseutils.c

    - Added tests for av_find_info_tag().
    - Added test for av_get_known_color_name()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/rtpdec_jpeg: fix low contrast image on low quality setting
Ico Doornekamp [Thu, 24 Mar 2016 13:31:38 +0000 (14:31 +0100)]
avformat/rtpdec_jpeg: fix low contrast image on low quality setting

Original mail and my own followup on ffmpeg-user earlier today:

I have a device sending out a MJPEG/RTP stream on a low quality setting.
Decoding and displaying the video with libavformat results in a washed
out, low contrast, greyish image. Playing the same stream with VLC results
in proper color representation.

Screenshots for comparison:

  http://zevv.nl/div/libav/shot-ffplay.jpg
  http://zevv.nl/div/libav/shot-vlc.jpg

A pcap capture of a few seconds of video and SDP file for playing the
stream are available at

  http://zevv.nl/div/libav/mjpeg.pcap
  http://zevv.nl/div/libav/mjpeg.sdp

I believe the problem might be in the calculation of the quantization
tables in the function create_default_qtables(), the attached patch
solves the issue for me.

The problem is that the argument 'q' is of the type uint8_t. According to the
JPEG standard, if 1 <= q <= 50, the scale factor 'S' should be 5000 / Q.
Because the create_default_qtables() reuses the variable 'q' to store the
result of this calculation, for small values of q < 19, q wil subsequently
overflow and give wrong results in the calculated quantization tables. The
patch below uses a new variable 'S' (same name as in RFC2435) with the proper
range to store the result of the division.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agovc2enc: optimize and simplify quantization
Rostislav Pehlivanov [Thu, 24 Mar 2016 13:02:59 +0000 (13:02 +0000)]
vc2enc: optimize and simplify quantization

Everything except ORing the sign is now done in the LUT.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoavformat/mpegtsenc: Fix used service
Michael Niedermayer [Wed, 23 Mar 2016 01:58:52 +0000 (02:58 +0100)]
avformat/mpegtsenc: Fix used service

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/mpegtsenc: Keep track of the program for each service
Michael Niedermayer [Wed, 23 Mar 2016 01:52:03 +0000 (02:52 +0100)]
avformat/mpegtsenc: Keep track of the program for each service

Simplifies code

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoRefactor libavutil/parseutils.c
Petru Rares Sincraian [Wed, 23 Mar 2016 15:32:56 +0000 (15:32 +0000)]
Refactor libavutil/parseutils.c

All tests were in the main method which produces a long main. Now, each test
is in his own method.

I think this produces a more clear code and follows more with the main
priority of FFmpeg "simplicity and small code size"

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agofate: Add test that also decodes packed_bframes.avi
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>
8 years agovc2enc: simplify calc_slice_sizes()
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>
8 years agovc2enc: correctly zero out the slice size cache
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>
8 years agovc2enc: macro out slice size rounding
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>
8 years agolavc/psymodel: check for av_malloc failure
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>
8 years agoavcodec/dvaudiodec: now that we got samples, fix 12bit case
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>
8 years agolavc: add AudioToolbox encoders
Rodger Combs [Wed, 24 Feb 2016 03:01:24 +0000 (21:01 -0600)]
lavc: add AudioToolbox encoders

Fixes trac #4828

8 years agolavc: add AudioToolbox decoders
Rodger Combs [Fri, 19 Feb 2016 03:38:37 +0000 (21:38 -0600)]
lavc: add AudioToolbox decoders

Part of trac #4828