summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge commit 'e3d4784eb31b3ea4a97f2d4c698a75fab9bf3d86'Hendrik Leppkes2015-09-17
|\ | | | | | | | | | | | | * commit 'e3d4784eb31b3ea4a97f2d4c698a75fab9bf3d86': d3d11va: WindowsPhone requires a mutex around ID3D11VideoContext Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * d3d11va: WindowsPhone requires a mutex around ID3D11VideoContextSteve Lhomme2015-09-17
| |
* | avfilter/af_sidechaincompress: use doubles instead of floatsPaul B Mahol2015-09-17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add stereo tools filterPaul B Mahol2015-09-17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '781a25e9c419dd66063597cc5d70e8919de60561'Hendrik Leppkes2015-09-17
|\| | | | | | | | | | | | | * commit '781a25e9c419dd66063597cc5d70e8919de60561': checkasm: v210: Fix array overwrite Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * checkasm: v210: Fix array overwriteHenrik Gramner2015-09-17
| |
* | Merge commit '4a664224502b42e3b28949d905a8de7769892184'Hendrik Leppkes2015-09-17
|\| | | | | | | | | | | | | * commit '4a664224502b42e3b28949d905a8de7769892184': pixfmt: Add new SMPTE color primaries and transfer characteristic values Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley2015-09-17
| | | | | | | | | | | | Appeared in ITU-T Rec H.265 10/2014. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '777885983533235ccda5145f96317fc8cd0a18ab'Hendrik Leppkes2015-09-17
|\| | | | | | | | | | | | | * commit '777885983533235ccda5145f96317fc8cd0a18ab': dcadec: set channel layout in a separate function Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * dcadec: set channel layout in a separate functionAlexandra Hájková2015-09-16
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '971177f751a6e2931232accceab438bce277bde8'Hendrik Leppkes2015-09-17
|\| | | | | | | | | | | | | * commit '971177f751a6e2931232accceab438bce277bde8': dcadec: scan for extensions in a separate function Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * dcadec: scan for extensions in a separate functionAlexandra Hájková2015-09-16
| | | | | | | | | | | | to make dca_decode_frame more readable Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '22cc57da64bfd73f2206969486b0aa183ee76479'Hendrik Leppkes2015-09-17
|\| | | | | | | | | | | | | * commit '22cc57da64bfd73f2206969486b0aa183ee76479': rtpdec: Forward the memory failure Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * rtpdec: Forward the memory failureLuca Barbato2015-09-16
| | | | | | | | | | | | And avoid a memory leak. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Revert "avformat/format: silence -Wdiscarded-qualifiers"Timothy Gu2015-09-16
| | | | | | | | | | | | | | | | | | | | This reverts commit 27cbe4588aeaa3272f16e395bc2a337e1e43e2b6. See https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2015-September/179002.html Requested-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | AAC encoder: refactor to resynchronize MIPS portClaudio Freire2015-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch refactors the AAC coders to reuse code between the MIPS port and the regular, portable C code. There were two main functions that had to use hand-optimized versions of quantization code: - search_for_quantizers_twoloop - codebook_trellis_rate Those two were split into their own template header files so they can be inlined inside both the MIPS port and the generic code. In each context, they'll link to their specialized implementations, and thus be optimized by the compiler. This approach I believe is better than maintaining several copies of each function. As past experience has proven, having to keep those in sync was error prone. In this way, they will remain in sync by default. Also, an implementation of the dequantized output argument for the optimized quantize_and_encode functions is included in the patch. While the current implementation of search_for_pred still isn't using it, future iterations of main prediction probably will. It should not imply any measurable performance hit while not being used.
* | vp9: add subpel MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-16
| |
* | vp9: add fullpel (avg) MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-16
| |
* | vp9: add fullpel (put) MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-16
| |
* | avformat/avidec: disable parsing for RV40Michael Niedermayer2015-09-17
| | | | | | | | | | | | Fixes: broken_rv40.avi Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/rv34: Delay failure return for B frames with a missing referenceMichael Niedermayer2015-09-17
| | | | | | | | | | | | | | Failing earlier causes the context to be insufficiently initialized which can break decoding future frames with threads Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | swscale/swscale: silence unused function warningGanesh Ajjanagadde2015-09-16
| | | | | | | | | | | | | | | | gamma_convert is only used with the old code. Thus, it is placed under a header guard. This patch silences a -Wunused-function observed on GCC 5.2. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* | avformat/mpjpegdec: silence unused variable/function warningsGanesh Ajjanagadde2015-09-16
| | | | | | | | | | | | Silences a -Wunused-variable and -Wunused-function observed under GCC 5.2. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* | avformat/format: silence -Wdiscarded-qualifiersGanesh Ajjanagadde2015-09-16
| | | | | | | | | | | | | | lpd.buf is non-const and discards the const qualifier of zerobuffer. This fixes -Wdiscarded-qualifiers observed with GCC 5.2. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* | configure: Print large lists in more columns if the screen size allowsTimothy Gu2015-09-16
| | | | | | | | | | Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu> Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
* | aacenc_tns: fix coefficient compression conditionRostislav Pehlivanov2015-09-16
| | | | | | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | tests/checkasm/vp9dsp: Use snprintf() for safeteyMichael Niedermayer2015-09-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '1ec611a10228945d2ec8a9cf6c5531dee6b7ee56'Hendrik Leppkes2015-09-16
|\| | | | | | | | | | | | | * commit '1ec611a10228945d2ec8a9cf6c5531dee6b7ee56': rtsp: warning when max_delay reached Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * rtsp: warning when max_delay reachedEloi BAIL2015-09-16
| | | | | | | | | | | | | | | | | | packets are queued due to packet reordering until the queue reach its maximal size or max delay is reached. This commit adds a warning trace when max delay is reached. Signed-off-by: Eloi BAIL <eloi.bail@savoirfairelinux.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'd555bd69e792e42d94bd909b30d9bfef01db4e25'Hendrik Leppkes2015-09-16
|\| | | | | | | | | | | | | * commit 'd555bd69e792e42d94bd909b30d9bfef01db4e25': rtpdec: inform jitter buffer size Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * rtpdec: inform jitter buffer sizeEloi BAIL2015-09-16
| | | | | | | | | | | | | | | | This commit print as AV_LOG_VERBOSE the jitter buffer size. It might be the default value or the value set by application. Signed-off-by: Eloi BAIL <eloi.bail@savoirfairelinux.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'ff7f6ea9db2a77d74f7e68a716f53ba1f3f85017'Hendrik Leppkes2015-09-16
|\| | | | | | | | | | | | | * commit 'ff7f6ea9db2a77d74f7e68a716f53ba1f3f85017': rtpdec: add a trace when jitter buffer is full Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-16
| | | | | | | | | | | | | | | | This commit adds a warning trace when jitter buffer is full. It helps to understand leading decoding issues. Signed-off-by: Eloi BAIL <eloi.bail@savoirfairelinux.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '3c525b8b4770c1ac5f466a12c5523802bd5d40eb'Hendrik Leppkes2015-09-16
|\| | | | | | | | | | | | | * commit '3c525b8b4770c1ac5f466a12c5523802bd5d40eb': rtpdec: Increase the max size of the jitter buffer to 500 packets Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * rtpdec: Increase the max size of the jitter buffer to 500 packetsMartin Storsjö2015-09-15
| | | | | | | | | | | | | | | | | | | | Since the actual max length of the jitter buffer is restricted by max_delay, this shouldn't harm the overall latency (assuming that max_delay is set properly), while allowing packet reordering with a larger number of packets (which may be required with high bitrate video). Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '570fcaf3326aef9313b10863e2f6e6ae664d9dae'Hendrik Leppkes2015-09-16
|\| | | | | | | | | | | | | * commit '570fcaf3326aef9313b10863e2f6e6ae664d9dae': jpeg2000: Factor out prec init Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * jpeg2000: Factor out prec initLuca Barbato2015-09-14
| | | | | | | | Makes debugging a little simpler.
* | lavf/riff: Support decoding Ambisonic wav files.Carl Eugen Hoyos2015-09-16
| | | | | | | | Reported and tested by Andy Furniss, adf d lists at gmail
* | Merge commit '95a41311ac3a44773cc4dc407408aca35b1f8e26'Hendrik Leppkes2015-09-16
|\| | | | | | | | | | | | | * commit '95a41311ac3a44773cc4dc407408aca35b1f8e26': jpeg2000: Factor out band stepsize initialization Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * jpeg2000: Factor out band stepsize initializationLuca Barbato2015-09-14
| |
* | Merge commit '7fb93eae43cc89bd7c1c275344e1cdbadab7155b'Hendrik Leppkes2015-09-16
|\| | | | | | | | | | | | | * commit '7fb93eae43cc89bd7c1c275344e1cdbadab7155b': jpeg2000: Factor out band initialization Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * jpeg2000: Factor out band initializationLuca Barbato2015-09-14
| |
* | Merge commit '1b709f23fb5f505c834d4c855703225795def01d'Hendrik Leppkes2015-09-16
|\| | | | | | | | | | | | | | | | | * commit '1b709f23fb5f505c834d4c855703225795def01d': jpeg2000: Refactor decode_packets Not merged, as the ffmpeg code is much more advanced. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * jpeg2000: Refactor decode_packetsLuca Barbato2015-09-14
| | | | | | | | Move the packet-specific parsers in separate functions.
* | checkasm: v210: Fix array overwriteHenrik Gramner2015-09-16
| |
* | checkasm: v210: s/Libav/FFmpeg/Henrik Gramner2015-09-16
| |
* | Merge commit '29b00f880faa404aa1d0d6820310c510c5996479'Hendrik Leppkes2015-09-16
|\| | | | | | | | | | | | | * commit '29b00f880faa404aa1d0d6820310c510c5996479': jpeg2000: Templatize the frame writer Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * jpeg2000: Templatize the frame writerLuca Barbato2015-09-14
| |
* | avfilter/af_ladspa: process all channels for nb_handles > 1Paul B Mahol2015-09-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: ladspa: add two more examples, this time using SWH pluginsPaul B Mahol2015-09-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>