Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/sheervideo: add 10-bit interlaced RGB(A) support | Paul B Mahol | 2016-06-12 | 1 | -0/+233 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avcodec/utvideodec: add support for UQRG and UQRA formats | Paul B Mahol | 2016-06-12 | 2 | -0/+46 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | lavu/file_open: Use current directory for temporary files also on Android. | Carl Eugen Hoyos | 2016-06-11 | 1 | -1/+1 |
| | | | | Fixes ticket #5620. | ||||
* | lavc/libutvideodec: Do not set bits_per_raw_sample. | Carl Eugen Hoyos | 2016-06-11 | 1 | -3/+0 |
| | | | | It is not always 8 but never different from the pix_fmt property. | ||||
* | avcodec/utvideodec: fix multiple slices for UQY2 and other issues | Paul B Mahol | 2016-06-11 | 1 | -9/+18 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/vf_histogram: indent histogram options | Dave Rice | 2016-06-11 | 1 | -4/+4 |
| | |||||
* | avfilter/vf_histogram: shortcuts for histogram options | Dave Rice | 2016-06-11 | 1 | -0/+3 |
| | |||||
* | avcodec/utvideo: add support for UQY2 | Paul B Mahol | 2016-06-11 | 3 | -40/+242 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avcodec/mpc8: Correct end truncation | Michael Niedermayer | 2016-06-11 | 1 | -2/+6 |
| | | | | | | Fixes Ticket5478 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | lavc/videotoolboxenc: set extradata when opening codec | Rick Kern | 2016-06-11 | 1 | -85/+241 |
| | | | | | | | | VideoToolbox doesn't supply parameter sets until the first frame is done encoding. This spins up a temporary encoder and encodes a single frame to get this data. Signed-off-by: Rick Kern <kernrj@gmail.com> | ||||
* | lavc/videotoolboxenc: fix allocated buffer size | Rick Kern | 2016-06-11 | 1 | -129/+94 |
| | | | | | | | Allocates a buffer with padding, and with enough room for start codes when length codes are smaller. Signed-off-by: Rick Kern <kernrj@gmail.com> | ||||
* | libavformat/flvenc: support for codec configuration change mid stream | Ivan | 2016-06-11 | 1 | -0/+13 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | libavformat/flvenc: refactoring: extracted method for writing codec headers | Ivan | 2016-06-11 | 1 | -52/+64 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avformat/mp3dec: Increase probe score slightly when the whole data from ↵ | Michael Niedermayer | 2016-06-11 | 1 | -1/+6 |
| | | | | | | | | begin to end is mp3 Improves score for 1000-frames-of-noise-encoded-with-lame.mp3 without file extension Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | vaapi_encode_h26[45]: Reject bitrate targets higher than 2^31 | Mark Thompson | 2016-06-10 | 2 | -0/+12 |
| | |||||
* | avcodec/cfhd: Set dimensions unconditionally | Michael Niedermayer | 2016-06-10 | 1 | -0/+5 |
| | | | | | | | Fixes Ticket5215 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:2:2 | Paul B Mahol | 2016-06-10 | 1 | -0/+242 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avcodec/sheervideo: fix argx format support | Paul B Mahol | 2016-06-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | swscale: add input support for gbrap10 pixel format | Paul B Mahol | 2016-06-10 | 2 | -0/+12 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avutil: add 10-bit planar RGB with alpha | Paul B Mahol | 2016-06-10 | 2 | -0/+32 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | ffmpeg: Add cuvid hwaccel support | Timo Rothenpieler | 2016-06-10 | 5 | -0/+249 |
| | |||||
* | avcodec/cuvid: add cuvid decoder | Timo Rothenpieler | 2016-06-10 | 7 | -1/+751 |
| | |||||
* | avcodec/mpegvideo: Do not clear the parse context during init | Michael Niedermayer | 2016-06-10 | 1 | -3/+1 |
| | | | | | | | It is allocated before, this cannot work Fixes Ticket5613 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | swscale: fix ring buffer size when scaling slices of a frame | Pedro Arthur | 2016-06-10 | 2 | -6/+51 |
| | | | | | The ring buffer size should be able to store input lines when there is not enough lines to output a single line. | ||||
* | swscale: fix crash with swscale-test when using slices | Pedro Arthur | 2016-06-10 | 1 | -2/+2 |
| | |||||
* | avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:4:4(:4) | Paul B Mahol | 2016-06-10 | 1 | -0/+233 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | MAINTAINERs cleanup (remove myself from things i de facto dont maintain) | Michael Niedermayer | 2016-06-10 | 1 | -5/+4 |
| | | | | | | | | | | x86 is maintained entirely by others these days ML, mostly too remove myself from a few spots that have other maintainers and where i just dont know the code that well anyway to do an ideal job Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avcodec/sheervideo: fix prediction for ybyr format | Paul B Mahol | 2016-06-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avcodec/sheervideo: fix predictions for c82p format | Paul B Mahol | 2016-06-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/af_loudnorm: add dual_mono option | Kyle Swanson | 2016-06-09 | 2 | -0/+14 |
| | | | | Signed-off-by: Kyle Swanson <k@ylo.ph> | ||||
* | avformat/utils: Do not overwrite, but use sample_fmt from context | Michael Niedermayer | 2016-06-09 | 1 | -0/+3 |
| | | | | | | Fixes Ticket 3759 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avformat/utils: Open decoder even if there are no packets if parameters are ↵ | Michael Niedermayer | 2016-06-09 | 1 | -2/+11 |
| | | | | | | missing Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avformat/utils: Initialize st in loop | Michael Niedermayer | 2016-06-09 | 1 | -0/+2 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avcodec/sheervideo: supports some other 8bit formats | Paul B Mahol | 2016-06-09 | 1 | -0/+4 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avcodec/sheervideo: add interlaced YCbCr(A) 4:2:2:4 8-bit support | Paul B Mahol | 2016-06-09 | 1 | -0/+178 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avutil/opt: Fix max/min checking in av_opt_set() for AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 2 | -3/+8 |
| | | | | | | Fixes Ticket5618 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 6 | -6/+6 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 12 | -22/+22 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 4 | -4/+4 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avcodec/sheervideo: add interlaced YCbCr(A) 4:4:4:4 8-bit support | Paul B Mahol | 2016-06-09 | 1 | -0/+200 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | x86/showcqt: use three operand format for some instructions | James Almer | 2016-06-08 | 2 | -5/+5 |
| | | | | | | Fixes failures with yasm 1.1.0 and older Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | x86/showcqt: add missing preprocessor checks | James Almer | 2016-06-08 | 1 | -0/+6 |
| | | | | | | Old yasm/nasm versions don't support some of these Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | aacsbr: reduce element type mismatch warning severity | Rostislav Pehlivanov | 2016-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | All HE-AAC samples with an LFE channel make this warning get spammed on every frame. Turning off SBR for LFE channels makes sense (since it has much less coefficients than normal channels do), so this error print is of no value in this case. It makes sense to keep the error in other cases, hence why it's still around, degraded to warning severity since the decoder will still attempt to decode without SBR. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com> | ||||
* | avfilter/src_movie: call open_stream after guess_channel_layout | Muhammad Faiz | 2016-06-09 | 1 | -3/+3 |
| | | | | | | | fix error 'Channel layout change is not supported' when opening wav file Signed-off-by: Muhammad Faiz <mfcc64@gmail.com> | ||||
* | avfilter/avf_showcqt: set range on fps/rate/r option | Muhammad Faiz | 2016-06-09 | 1 | -3/+3 |
| | | | | | | see Ticket #5618 Signed-off-by: Muhammad Faiz <mfcc64@gmail.com> | ||||
* | x86/aacdec: use HADDPS macro | James Almer | 2016-06-08 | 2 | -33/+7 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avutil/x86util: move haddps sse emulation from showcqt | James Almer | 2016-06-08 | 2 | -16/+16 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | MAINTAINERS: Add myself as maintainer for VAAPI encoders | Mark Thompson | 2016-06-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avcodec/h264: Put context_count check back | Michael Niedermayer | 2016-06-08 | 1 | -4/+6 |
| | | | | | | Fixes assertion failure Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avfilter/avf_showcqt: cqt_calc optimization on x86 | Muhammad Faiz | 2016-06-08 | 5 | -0/+281 |
| | | | | | | | | | | | | | | | | | | | | | | | on x86_64: time PSNR plain 3.303 inf SSE 1.649 107.087535 SSE3 1.632 107.087535 AVX 1.409 106.986771 FMA3 1.265 107.108437 on x86_32 (PSNR compared to x86_64 plain): time PSNR plain 7.225 103.951979 SSE 1.827 105.859282 SSE3 1.819 105.859282 AVX 1.533 105.997661 FMA3 1.384 105.885377 FMA4 test is not available Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com> |