summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tests/ref/vsynth: Remove unused fileMats Peterson2016-03-13
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_waveform: add acolor filterPaul B Mahol2016-03-13
| | | | | | Useful in combination with color filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-13
| | | | Signed-off-by: Thomas Mundt <loudmax@yahoo.de>
* lavc/libx265: Support GBR encoding.Carl Eugen Hoyos2016-03-13
|
* lavc/hevc_ps: Support GBR decoding.Carl Eugen Hoyos2016-03-13
|
* avfilter/vf_decimate: Use the correct frame in difference calculationMichael Niedermayer2016-03-13
| | | | | | Fixes Ticket4964 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Revert "avfilter/vf_decimate: Check that input parameters match"Michael Niedermayer2016-03-13
| | | | | | ill commit a better solution This reverts commit 30fe3fd52721c8c6566001192cd16be423ffc92b.
* avfilter/vf_vectorscope: make it possible to override colorspacePaul B Mahol2016-03-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/smptebars: fix some 75% color valuesPaul B Mahol2016-03-12
| | | | | | They where slightly off. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* fate: add missing dependencies for fate-h264-dts_5framesJames Almer2016-03-12
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fate: add missing h264-dts_5frames ref fileJames Almer2016-03-12
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VODAdam Kent2016-03-12
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: Add ffprobe dependancy to fate-h264-dts_5framesMichael Niedermayer2016-03-12
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add test for "Fix DTS for short H264 streams"Sasi Inguva2016-03-12
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf/utils: Fix DTS for short H264 streams.Sasi Inguva2016-03-12
| | | | | | | 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>
* avformat/utils: factor update_dts_from_pts() outSasi Inguva2016-03-12
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Use avpriv_tempfile()Michael Niedermayer2016-03-12
| | | | | | | | | 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>
* avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-12
| | | | | | | document the issue with av_tempfile() Tested-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/alsdec: fix max bits in ltp prefix codeUmair Khan2016-03-12
| | | | | | | | | | | 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>
* configure: build fix for P5600 along option --disable-msaShivraj Patil2016-03-11
| | | | | Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_waveform: add parade display modePaul B Mahol2016-03-11
| | | | | | Rename old parade display mode to stacked. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* vp9: fix a few signed integer left-shifts.Ronald S. Bultje2016-03-11
| | | | Fixes trac tickets 5127, 5129, 5130.
* vp9_superframe: fix endianness of size markers.Ronald S. Bultje2016-03-11
|
* vp9: add superframe merging bitstream filter.Ronald S. Bultje2016-03-11
| | | | Fixes ticket 4313.
* lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-11
| | | | | If pkt->size == 0 && pkt->side_data_elems == 0 after bsf->filter() returns, the packet is considered dropped.
* avfilter/vf_waveform: fix and extend millivolts grat linesPaul B Mahol2016-03-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: fix ire8 for 25%Paul B Mahol2016-03-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc/lpc: exploit even symmetry of window functionGanesh Ajjanagadde2016-03-10
| | | | | | | | | | | | | 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>
* avformat/hlsenc: Fix passing options, regression since ↵Michael Niedermayer2016-03-11
| | | | | | bc9a5965c815cf7fd998d8ce14a18b8e861dd9ce Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_waveform: fix indentationPaul B Mahol2016-03-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform add support for other scalers for graticulePaul B Mahol2016-03-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avutil/random_seed: Add the runtime in cycles of the main loop to the ↵Michael Niedermayer2016-03-10
| | | | | | | | entropy pool This should theoretically improve the randomness slightly Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer2016-03-10
| | | | | | | | | | | 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>
* lavf/movenc: Fix help output.Carl Eugen Hoyos2016-03-10
| | | | Fixes ticket #5323.
* lavc/ffjni: fix uninitialized variableMatthieu Bouron2016-03-10
|
* lavf/mxfdec: Support Canopus codecs.Carl Eugen Hoyos2016-03-10
| | | | Fixes ticket #5316.
* version.sh: Fix spurious rebuilds.Carl Eugen Hoyos2016-03-10
| | | | Regression since 104f8ea8.
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-03-10
| | | | | | | | | 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>
* lavf/avidec: Skip xxpc entries in index; fixes trac #5311Mats Peterson2016-03-10
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Add tests for functions in hash.cNagaChaitanya Vellanki2016-03-09
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* mips: add support for R6Vicente Olivert Riera2016-03-09
| | | | | | | | | | | 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>
* configure: Check for msghdr struct.Carl Eugen Hoyos2016-03-09
| | | | | | | Some (Solaris) systems apparently have an incompatible msghdr struct breaking sctp protocol compilation. Reported-by: mvelanka
* lavf/mpeg: Identify sub-stream ID 0xa1 as mlp.Carl Eugen Hoyos2016-03-09
| | | | | | Fixes ticket #4786. Auto-detection seems difficult, patch mostly confirmed by http://dvd-audio.sourceforge.net/spec/aob.shtml
* lavc/mjpegdec: Set sar for multiscope videos.Carl Eugen Hoyos2016-03-09
| | | | Fixes decoding of the files from ticket #4535 visually.
* lavc/hevc_ps: Fix offset for yuv422 and yuv444.Carl Eugen Hoyos2016-03-09
| | | | | | Fixes ticket #4980. Analyzed-by: kurosu and Hendrik Reviewed-by: Ronald
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-09
|
* avfilter/vf_waveform: use intensity for other components tooPaul B Mahol2016-03-09
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/ffjni: Fix occured typoMichael Niedermayer2016-03-09
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/ffjni: Fix ;;Michael Niedermayer2016-03-09
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* aacenc_utils: Use temporary variable.Reimar Döffinger2016-03-08
| | | | | | | | | | 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>