summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ffplay: add support for toggling between multiple video filters with the w keyMarton Balint2014-05-17
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* ffplay: fix typo in docsMarton Balint2014-05-17
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* ffplay: try multiple sample rates if audio open failsMarton Balint2014-05-17
| | | | | | Should fix ticket #3509. Signed-off-by: Marton Balint <cus@passwd.hu>
* cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" ↵John Peebles2014-05-17
| | | | | | | | because MSVC only defines _WIN32 With the previous patch, this should fix ticket #3580 as well. Signed-off-by: John Peebles <johnpeeb@gmail.com>
* ffplay: fix compilation with Visual StudioMarton Balint2014-05-17
| | | | | | | | Based on a patch by achristensen from trac.ffmpeg.org. Partially fixes ticket #3580. Signed-off-by: Marton Balint <cus@passwd.hu>
* ffplay: increase AV_SYNC_THRESHOLD_MIN to 0.04Marton Balint2014-05-17
| | | | | | | | Less than 0.04 sec delays should not be noticable, and it helps us with 50fps content where some timing errors can cause a frame dup where it is not really necessary. Signed-off-by: Marton Balint <cus@passwd.hu>
* Fix alaw and mulaw muxing in caf.Carl Eugen Hoyos2014-05-17
| | | | Fixes ticket #3644.
* x86/hevc_deblock: use movhps instead of shuffling valuesJames Almer2014-05-17
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x86/hevc_deblock: fix label namesJames Almer2014-05-17
| | | | | | | Also remove some unnecessary jmps Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x86/hevc_deblock: fix usage of ABS1James Almer2014-05-17
| | | | | | | The second argument is a temp register for non-SSSE3 cases Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x86/hevc_deblock: merge movs with other instructionsJames Almer2014-05-17
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters: fix typoMichael Niedermayer2014-05-17
| | | | | Found-by: bloody123 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '34e2ce5dde073244ccb2b62f930e96fe612690f7'Michael Niedermayer2014-05-17
|\ | | | | | | | | | | | | * commit '34e2ce5dde073244ccb2b62f930e96fe612690f7': hlsenc: Set the default codecs to AAC and H264 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hlsenc: Set the default codecs to AAC and H264Martin Storsjö2014-05-17
| | | | | | | | | | | | Most HLS implementation only support these codecs. Signed-off-by: Martin Storsjö <martin@martin.st>
* | hevc: fix key_frame as an IRAPMickaël Raulet2014-05-17
| | | | | | | | | | | | it was always 1 before with ISOBMFF(cherry picked from commit fb1402b1ec78d80acd6ced76bf78d65560965c4c) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rtmpproto: info out for unsupported auth varsReynaldo H. Verdejo Pinochet2014-05-16
| | | | | | | | | | | | Should aid debugging badly formatted URLs Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
* | rtmpproto: avoid setting auth var value if nullReynaldo H. Verdejo Pinochet2014-05-16
| | | | | | | | | | | | | | | | | | | | | | Use default values if parsed variable is found not to have any value. Avoids crashing at strlen for salt/user on the auth call afterwards and needless NULL assignments for the rest (default is already NULL for those). Should fix Coverity Scan issues #966644 and #966645 Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
* | Merge commit '4d25c2bc76f0a708c2ba470b6bfeb547efe37115'Michael Niedermayer2014-05-16
|\| | | | | | | | | | | | | | | | | | | | | * commit '4d25c2bc76f0a708c2ba470b6bfeb547efe37115': build: Support building using clang-usan and disable-optimization Change not merged, as it has been fixed differently and this change would prevent disabling optimizations with ubsan See: bebce653e5601ceafa004db0eb6b2c7d4d16f0c0 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Support building using clang-usan and disable-optimizationKaterina Barone-Adesi2014-05-16
| | | | | | | | | | | | | | | | | | | | Clang Undefined Behaviour Sanitizer seems to make non-constant constant expressions, making the compilation fail when they are used within inline assembly if no optimization is requested. Add -O1 to the cflags to hide the misbehaviour. Bug-Id: 683
* | Merge commit '7c377f0e74de8ab57f6baa64f3ec197c82104764'Michael Niedermayer2014-05-16
|\| | | | | | | | | | | | | | | * commit '7c377f0e74de8ab57f6baa64f3ec197c82104764': avisynth: set duration of audio streams See: ae8e2d7634e09fa57941c4c644ba1b6e4cf9eec6 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avisynth: set duration of audio streamsHendrik Leppkes2014-05-16
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '4735784f1ced27026fbeada5fd31505132e565e9'Michael Niedermayer2014-05-16
|\| | | | | | | | | | | | | * commit '4735784f1ced27026fbeada5fd31505132e565e9': FATE/opus: increase fuzz for the celt tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE/opus: increase fuzz for the celt testsAnton Khirnov2014-05-16
| | | | | | | | This seems to be needed on some 32bit arches.
* | avcodec/x86/hevc: updated to use x86util macrosplepere2014-05-16
| | | | | | | | | | | | Reviewed-by: James Almer <jamrial@gmail.com> Reviewed-by: Ronald S. Bultje Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/x86/hevc: added DBF assembly functionsplepere2014-05-16
| | | | | | | | | | | | Reviewed-by: James Almer <jamrial@gmail.com> Reviewed-by: Ronald S. Bultje Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpeg12enc: avoid floats in the aspect ratio info setup codeMichael Niedermayer2014-05-16
| | | | | | | | | | | | | | This fixes potential rounding issues with floats, and also fixes a division by 0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpeg12enc: Favor storing DAR instead of SARFrederic Turmel2014-05-16
| | | | | | | | | | | | fixes Ticket 2689 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | estimate_timings_from_pts: Execute max 1 iteration extra to find more than 1 ↵Michael Niedermayer2014-05-16
| | | | | | | | | | | | duration Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | estimate_timings_from_pts: Try to get the duration for all streamsGaullier Nicolas2014-05-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | estimate_timings_from_pts: simplify filesize end checkMichael Niedermayer2014-05-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | estimate_timings_from_pts: Also consider packet durationGaullier Nicolas2014-05-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | estimate_timings_from_pts: Warn about A/V streams for which no duration ↵Gaullier Nicolas2014-05-16
| | | | | | | | | | | | could be set Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vignette: reindent after previous commit.Clément Bœsch2014-05-16
| |
* | avfilter/vignette: add direct rendering.Clément Bœsch2014-05-16
| |
* | vignette: reuse already declared ctx.Clément Bœsch2014-05-16
| |
* | avfilter/vignette: fix input frame memory leak.Masa Utashiro2014-05-16
| | | | | | | | Fixes Ticket #3642.
* | swresample: add swri_resample_float_avxJames Almer2014-05-16
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: add check for AVX inline supportJames Almer2014-05-16
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/opusdec: fix some const correctnessMichael Niedermayer2014-05-16
| | | | | | | | | | | | | | also make a const array static Fixes 2 warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/cavs: prevent out of array readMichael Niedermayer2014-05-16
| | | | | | | | | | | | | | The used value should not matter as long as its within the array as it is multiplied by 0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/utils: Fix undefined behavior in avpriv_toupper4Michael Niedermayer2014-05-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Use av_restrict instead of restrict in libavcodec/opus_celt.c.Carl Eugen Hoyos2014-05-16
| |
* | avcodec/x86/dsputil_mmx: Fix build with clang-usanMichael Niedermayer2014-05-15
| | | | | | | | | | Found-by: Katerina Barone-Adesi Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | x86: sbrdsp: implement SSE qmf_deint_negChristophe Gisquet2014-05-15
| | | | | | | | | | | | From 133 (unrolled av_intfloat32 C) to 59 cycles on Arrandale/Win64. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/opus: fix doxygen comments to be associated with the correct fieldsMichael Niedermayer2014-05-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: bitstream filters require split out side dataMichael Niedermayer2014-05-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Revert "avcodec/hevc: fix outputted AVFrame.key_frame"Michael Niedermayer2014-05-15
| | | | | | | | | | | | | | This is not correct Requested-by: mraulet This reverts commit 973de9ebf8796bc2720a9959a9a535cf4023c58a.
* | Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba'Michael Niedermayer2014-05-15
|\| | | | | | | | | | | | | * commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba': aarch64: opus NEON iMDCT and FFT Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * aarch64: opus NEON iMDCT and FFTJanne Grunau2014-05-15
| | | | | | | | | | Opus celt decoding 11% faster and the iMDCT over 2.5 times faster on Apple's A7.
* | Merge commit '7c5ca546a0747a20c7f7fb5550455c3042699ee9'Michael Niedermayer2014-05-15
|\| | | | | | | | | | | | | | | * commit '7c5ca546a0747a20c7f7fb5550455c3042699ee9': configure: fix enable-libopus help string See: 434ba17b22c61d968d595c02230c38e0bef1ea24 Merged-by: Michael Niedermayer <michaelni@gmx.at>