Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RELEASE_NOTES: mention new filters | Vittorio Giovara | 2014-03-23 | 1 | -3/+6 |
| | |||||
* | lavc: drop ff_pixfmt_list_420 | Vittorio Giovara | 2014-03-23 | 10 | -20/+52 |
| | |||||
* | changelog: switch libx265 and compand entries | Vittorio Giovara | 2014-03-23 | 1 | -2/+2 |
| | |||||
* | configure: Always use -DOPJ_STATIC when checking for openjpeg | Luca Barbato | 2014-03-23 | 1 | -2/+2 |
| | | | | | | Unbreaks windows systems not providing pkgconf files. Reported-By: Rafaël Carré <funman@videolan.org> | ||||
* | movenc: Allow override of major brand in ftyp atom | John Stebbins | 2014-03-23 | 2 | -1/+6 |
| | | | | Signed-off-by: Tim Walker <tdskywalker@gmail.com> | ||||
* | lagarith: Fix typo in printf format string | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
| | | | | libavcodec/lagarith.c:671:16: warning: '#' flag used with ‘%u’ gnu_printf format [-Wformat] | ||||
* | dsputil: Move thirdpel-related bits into their own context | Diego Biurrun | 2014-03-22 | 12 | -370/+489 |
| | |||||
* | x86: dsputil: Move hpeldsp-related declarations to a separate header | Diego Biurrun | 2014-03-22 | 6 | -18/+42 |
| | |||||
* | ppc: dsputil: Move hpeldsp-related declarations to a separate header | Diego Biurrun | 2014-03-22 | 5 | -8/+37 |
| | |||||
* | x86: dsputil: Move fpel declarations to a separate header | Diego Biurrun | 2014-03-22 | 9 | -21/+50 |
| | |||||
* | dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros | Diego Biurrun | 2014-03-22 | 12 | -43/+68 |
| | |||||
* | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 14 | -14/+21 |
| | |||||
* | imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputil | Diego Biurrun | 2014-03-22 | 3 | -16/+18 |
| | |||||
* | x86: dsputil: Move inline assembly macros to a separate header | Diego Biurrun | 2014-03-22 | 8 | -76/+108 |
| | |||||
* | nuv: Reuse the DSPContext from RTJpegContext | Diego Biurrun | 2014-03-22 | 3 | -23/+27 |
| | | | | | | | There is no point in populating NuvContext with another DSPContext. Also split static and dynamic initialization bits to avoid running the static initialization parts over and over. | ||||
* | float_dsp: Replace arch optimization ifdefs by if cascade | Diego Biurrun | 2014-03-22 | 1 | -9/+8 |
| | | | | Arch-specific optimizations are handled this way everywhere else. | ||||
* | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 26 | -98/+172 |
| | |||||
* | avfilter: more correct printf format specifiers | Diego Biurrun | 2014-03-22 | 2 | -3/+5 |
| | |||||
* | vaapi: switch ff_vaapi_get_surface_id from Picture to AVFrame | wm4 | 2014-03-20 | 6 | -13/+13 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vdpau: switch ff_vdpau_get_surface_id from Picture to AVFrame | wm4 | 2014-03-20 | 6 | -13/+13 |
| | | | | | | | | This gets rid of aliasing completely unrelated structs to Picture. Fixes the remaining compilation warnings in the vdpau code. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vdpau: don't assume Picture and H264Picture are the same | wm4 | 2014-03-20 | 6 | -16/+15 |
| | | | | | | | | | The code passed H264Picture* and Picture*, and assumed the hwaccel_picture_private field was in the same place in both structs. Somehow this happened to work in Libav, but broke in FFmpeg (and probably subtly breaks in Libav too). Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | dsputil: Use correct type in me_cmp_func function pointer | Diego Biurrun | 2014-03-20 | 9 | -91/+95 |
| | |||||
* | build: Group general components separate from de/encoders in arch Makefiles | Diego Biurrun | 2014-03-20 | 4 | -31/+39 |
| | | | | This is in line with how the top-level libavcodec Makefile is structured. | ||||
* | dsputil: Conditionally compile dsputil code on all architectures | Diego Biurrun | 2014-03-20 | 2 | -12/+12 |
| | |||||
* | dsputil: Propagate bit depth information to all (sub)init functions | Diego Biurrun | 2014-03-20 | 14 | -85/+83 |
| | | | | This avoids recalculating the value over and over again. | ||||
* | arm: dsputil: K&R formatting cosmetics | Diego Biurrun | 2014-03-20 | 4 | -21/+29 |
| | |||||
* | ppc: dsputil: Drop trailing semicolon from macros | Diego Biurrun | 2014-03-20 | 2 | -29/+29 |
| | | | | This allows for a more natural macro usage. | ||||
* | ppc: dsputil: Merge some declarations and initializations | Diego Biurrun | 2014-03-20 | 6 | -270/+219 |
| | |||||
* | ppc: dsputil: Simplify some ifdeffed function definitions | Diego Biurrun | 2014-03-20 | 1 | -13/+5 |
| | |||||
* | ppc: dsputil: Drop some unnecessary parentheses | Diego Biurrun | 2014-03-20 | 2 | -9/+9 |
| | |||||
* | ppc: dsputil: more K&R formatting cosmetics | Diego Biurrun | 2014-03-20 | 4 | -416/+437 |
| | |||||
* | ppc: dsputil: K&R formatting cosmetics | Diego Biurrun | 2014-03-20 | 3 | -391/+429 |
| | |||||
* | ppc: dsputil: comment formatting and wording/grammar improvements | Diego Biurrun | 2014-03-20 | 7 | -199/+180 |
| | |||||
* | hpeldsp_template: Merge some declarations and initializations | Diego Biurrun | 2014-03-20 | 1 | -4/+4 |
| | |||||
* | hpeldsp_template: K&R formatting cosmetics | Diego Biurrun | 2014-03-20 | 1 | -213/+297 |
| | |||||
* | hpel_template: Drop some unnecessary parentheses | Diego Biurrun | 2014-03-20 | 1 | -3/+3 |
| | |||||
* | hpel_template: K&R formatting cosmetics | Diego Biurrun | 2014-03-20 | 1 | -72/+117 |
| | |||||
* | float-dsp-test: do not use C99's predefined __func__ | Janne Grunau | 2014-03-20 | 1 | -9/+9 |
| | | | | | It is not supported by all compilers on FATE. Fixes "some test were skipped" errors. | ||||
* | float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functions | Martin Storsjö | 2014-03-19 | 1 | -23/+25 |
| | | | | | | This fixes fate-float_dsp-test on RVCT 4.0. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | configure: ppc: Disable ldbrx instruction by default | Diego Biurrun | 2014-03-19 | 1 | -0/+2 |
| | | | | | Only enable it for CPUs that support it. This restores the behavior prior to 7a650caf. | ||||
* | mxf: Lowercase UL strings | Luca Barbato | 2014-03-19 | 1 | -41/+42 |
| | | | | The specification uses lower case most of the time. | ||||
* | mxf: Verbose debug logging | Luca Barbato | 2014-03-19 | 1 | -2/+27 |
| | | | | | Print the UL in code format and in the short format used by the specification. | ||||
* | mxf: Override faulty PreviousPartition entries | Luca Barbato | 2014-03-19 | 1 | -0/+20 |
| | | | | | | | | | | Some files set the PreviousPartition field to point to its own offset. If we are parsing forward the Previous partition is immediately known and its value could be used, otherwise we can safely point to the header. Reported-By: Jean Baptiste Kempf <jb@videolan.org> | ||||
* | mxf: Add additional H264 PictureEssenceCoding | Luca Barbato | 2014-03-19 | 1 | -0/+1 |
| | | | | Unbreak some MXF Proxy files. | ||||
* | aarch64: float_dsp NEON assembler | Janne Grunau | 2014-03-18 | 5 | -2/+279 |
| | | | | | | | Ported from arm NEON and added vector_dmul_scalar. Functions between 1.5 and 5 times faster than the C implementations using Apple's clang-503.0.19 on A7. | ||||
* | libopenjpeg: Support rgba64 decoding | Vittorio Giovara | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | libopenjpeg: Support rgba64 encoding | Carl Eugen Hoyos | 2014-03-18 | 1 | -0/+3 |
| | |||||
* | libopenjpeg: K&R formatting cosmetics | Vittorio Giovara | 2014-03-18 | 2 | -91/+91 |
| | |||||
* | float_dsp: add test program and use it as fate test | Janne Grunau | 2014-03-18 | 3 | -0/+290 |
| | |||||
* | sbrdsp: move #if to disable all educational code | Janne Grunau | 2014-03-18 | 1 | -4/+8 |
| | | | | Avoids a warning of the unused function 'autocorrelate'. |