Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Let the WTV demuxer select the MPEG-TS demuxer | Diego Biurrun | 2016-02-18 | 3 | -3/+2 |
| | | | | | The WTV demuxer depends on large parts of the MPEG-TS demuxer internals anyway and fails to build without it. | ||||
* | build: Adjust mpeg4video parser dependencies | Diego Biurrun | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | build: Fix mpegvideo component dependencies | Diego Biurrun | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | build: Fix dependencies for components relying on H.263 data tables | Diego Biurrun | 2016-02-18 | 1 | -3/+3 |
| | |||||
* | build: Add missing dependencies for eatqi decoder | Diego Biurrun | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | build: Add missing celp_math dependency for G723_1 encoder and decoder | Vittorio Giovara | 2016-02-18 | 1 | -2/+4 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | checkasm: Use standard multiple inclusion guards | Diego Biurrun | 2016-02-18 | 1 | -3/+3 |
| | |||||
* | profiles: Add missing #endif comment | Diego Biurrun | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | cosmetics: Drop particularly redundant silly comments | Diego Biurrun | 2016-02-18 | 4 | -53/+1 |
| | |||||
* | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 50 | -66/+1 |
| | |||||
* | hwcontext_cuda/vdpau: add to skipheaders | Anton Khirnov | 2016-02-18 | 1 | -0/+2 |
| | |||||
* | qsv: add a missing #include | Anton Khirnov | 2016-02-18 | 1 | -0/+2 |
| | | | | Needed for enum AVCodecID | ||||
* | mov: Fix the format specifier type for size | Vittorio Giovara | 2016-02-16 | 1 | -2/+3 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | configure: Relax the implication of --enable for components | Luca Barbato | 2016-02-15 | 1 | -1/+2 |
| | | | | | | Do not error out if some subcomponents cannot be enabled. Reported-By: RT|AO | ||||
* | fft: ppc: Place ff_fft_calc_interleave_altivec() under correct ifdefs | Diego Biurrun | 2016-02-15 | 2 | -4/+4 |
| | | | | Also fix #endif comments in the FFT init code. | ||||
* | avconv: pass the hw context from filters to the encoder | Anton Khirnov | 2016-02-14 | 1 | -0/+6 |
| | |||||
* | nvenc: support CUDA frames as input | Anton Khirnov | 2016-02-14 | 2 | -62/+238 |
| | |||||
* | lavc: add a field for passing AVHWFramesContext to encoders | Anton Khirnov | 2016-02-14 | 4 | -1/+29 |
| | |||||
* | lavfi: add a filter for uploading normal frames to CUDA | Anton Khirnov | 2016-02-14 | 5 | -0/+251 |
| | |||||
* | avconv: use the new buffersrc parameters API | Anton Khirnov | 2016-02-14 | 2 | -22/+50 |
| | | | | | | | The timebase change in the zmbv-8bit test is due to the fact that previously the timebase string was evaluated as floating point, then converted to a rational. After this commit, the timebase is passed directly as is. | ||||
* | lavfi: pass the hw frames context through the filter chain | Anton Khirnov | 2016-02-14 | 7 | -10/+191 |
| | |||||
* | hwcontext: add a CUDA implementation | Anton Khirnov | 2016-02-14 | 7 | -0/+325 |
| | |||||
* | pixfmt: add a CUDA hwaccelled format | Anton Khirnov | 2016-02-14 | 3 | -0/+11 |
| | |||||
* | Allow linking to CUDA dynamically instead of dlopen()ing it at runtime | Anton Khirnov | 2016-02-14 | 3 | -1/+22 |
| | |||||
* | avconv_vdpau: use the hwcontext API to simplify code | Anton Khirnov | 2016-02-14 | 1 | -152/+94 |
| | |||||
* | hwcontext: add a VDPAU implementation | Anton Khirnov | 2016-02-14 | 6 | -0/+461 |
| | |||||
* | lavu: add a framework for handling hwaccel frames | Anton Khirnov | 2016-02-14 | 7 | -0/+834 |
| | |||||
* | buffer: add support for pools using caller data in allocation | Anton Khirnov | 2016-02-14 | 5 | -2/+50 |
| | | | | | This should allow using more complex allocators than simple malloc wrappers. | ||||
* | buffersrc: default SAR to 0 (unknown) rather than 1 | Anton Khirnov | 2016-02-14 | 1 | -1/+1 |
| | | | | | | It makes more sense to not claim anything about the SAR if we don't know anything. No changes in the FATE tests, since this is what avconv ends up doing anyway. | ||||
* | configure: Restore the --enable-everything behaviour | Luca Barbato | 2016-02-14 | 1 | -2/+5 |
| | | | | | | | Make sure that the minimum set of dependencies needed by the tools and the examples are enabled. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | configure: Print which libraries will be built | Luca Barbato | 2016-02-14 | 1 | -0/+4 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | configure: Use `require` for the non-component options | Luca Barbato | 2016-02-14 | 1 | -3/+8 |
| | | | | | | And make sure to enable all the components needed Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | mov: Use the correct type for size | Luca Barbato | 2016-02-14 | 1 | -5/+5 |
| | | | | | | An AVIO offset is int64_t. Bug-Id: 921 | ||||
* | vdpau: Support for VDPAU accelerated HEVC decoding | Philip Langdale | 2016-02-13 | 6 | -1/+439 |
| | | | | | Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | hevc: Track long and short term RPS size for VDPAU | Philip Langdale | 2016-02-13 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | Today, we track the short term RPS size for DXVA, but only if the SliceHeader RPS is being used. Otherwise it's left uninitialized. NVIDIA's VDPAU implementation requires that the size be accurately tracked even if an SPS RPS is being used. In this case, it's really counting the size of the RPS idx information, but you end up with mangled output if the value is not accurate. VDPAU also needs the size of the long term RPS. Signed-off-by: Philip Langdale <philipl@overt.org> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | dxva2_hevc: properly signal the num_delta_pocs from the SPS RPS | Hendrik Leppkes | 2016-02-13 | 3 | -1/+3 |
| | | | | | | | | | ucNumDeltaPocsOfRefRpsIdx needs to contain the flat value from the SPS RPS, and not the final computed value from the slice header RPS, as this calculation is done internally by the driver again. Sample-Id: http://trailers.divx.com/hevc/Sintel_4k_27qp_24fps_1aud_9subs.mkvi Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> | ||||
* | lavf: Dump the cpb side data information | Luca Barbato | 2016-02-13 | 1 | -0/+20 |
| | |||||
* | nvenc: rename a misnamed function | Anton Khirnov | 2016-02-12 | 1 | -2/+2 |
| | | | | | This function copies the encoded bistream into the caller's packet, calling it 'get_frame' is misleading. | ||||
* | nvenc: merge input and output surface structs | Anton Khirnov | 2016-02-12 | 2 | -89/+45 |
| | | | | | An input frame always corresponds to exactly one output packet, so there is no point in complicating the situation by managing them separately. | ||||
* | nvenc: factor out the pixel format list | Anton Khirnov | 2016-02-12 | 4 | -16/+13 |
| | |||||
* | buffersrc: do not discard the error from ff_filter_frame() | Anton Khirnov | 2016-02-12 | 1 | -1/+1 |
| | |||||
* | eatqi: Remove MpegEncContext dependency | Vittorio Giovara | 2016-02-09 | 3 | -41/+53 |
| | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | mpeg1: Make intra-block decoding independent of MpegEncContext | Vittorio Giovara | 2016-02-09 | 4 | -98/+113 |
| | | | | | | | This allows untangling the eatqi decoder from the MPEG-1 decoder. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | mpeg12dec: Refactor mpeg1_decode_block_intra() | Diego Biurrun | 2016-02-09 | 1 | -11/+18 |
| | | | | | Reduce variable scope, improve variable name, drop pointless ff_dlog(), merge variable declaration and initialization, whitespace cosmetics. | ||||
* | mpeg12dec: Always close reader on error | Vittorio Giovara | 2016-02-09 | 1 | -15/+48 |
| | | | | | | | A reader left open may lead to hangs. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | tiny_psnr: Support large files | Thomas Lee | 2016-02-09 | 1 | -5/+5 |
| | | | | | | | If an input file is bigger than 2GB (assume sizeof(int) == 4)), size0/size1 will overflow, making stddev and PSNR invalid. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | dnxhd: Make the encoder message friendlier | Luca Barbato | 2016-02-09 | 3 | -2/+27 |
| | |||||
* | configure: Refactor toolchain flag setting | Diego Biurrun | 2016-02-09 | 1 | -27/+26 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | avplay: drop support for building without lavfi | Anton Khirnov | 2016-02-09 | 2 | -86/+7 |
| | | | | | | lavfi has been considered to be stable for a while now, so it is enabled in most configurations. Supporting avplay without lavfi requires a lot of nontrivial ifdef mess for no good reason. | ||||
* | flacenc: Load default prediction_order parameters if none is selected | Michael Niedermayer | 2016-02-08 | 1 | -2/+4 |
| | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> |