summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* hpeldsp_template: Drop av_unused attribute from *_no_rnd_pixels16_8_c functionsDiego Biurrun2014-03-26
|
* dsputil: Move draw_edges and clear_block* out of dsputil_templateDiego Biurrun2014-03-26
| | | | The functions are not used templatized.
* dsputil: Move RV40-specific bits into rv40dspDiego Biurrun2014-03-26
|
* hpeldsp_template: Detemplatize the codeDiego Biurrun2014-03-26
| | | | The indirection makes no sense without multiple instantiation.
* dsputil_template: Detemplatize the codeDiego Biurrun2014-03-26
| | | | The indirection makes no sense without multiple instantiation.
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
|
* dsputil_template: Move bits that are used templatized into separate fileDiego Biurrun2014-03-26
| | | | This allows detemplatizing the bits that are not instantiated twice.
* dsputil: Move hpel_template #include out of dsputil_templateDiego Biurrun2014-03-26
| | | | Multiple inclusion makes no sense as it is only used in the 8-bit case.
* x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocationDiego Biurrun2014-03-26
| | | | This fixes FATE with mmxext CPUFLAGS set.
* avcodec: add missing includesVittorio Giovara2014-03-25
|
* libx265: Only use one memcpy for headersDerek Buitenhuis2014-03-24
| | | | | | They're guaranteed by the x265 API to be contiguous in memory. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* libx265: Write global extradata when requestedMichael Niedermayer2014-03-24
| | | | | | | | Matroska, MP4, and other containers require it. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* build: Add config option for CABAC codeDiego Biurrun2014-03-24
| | | | This allows for more elegant dependency and object declarations.
* libavcodec: when decoding, copy replaygain side data to decoded framesAnton Khirnov2014-03-24
|
* Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov2014-03-24
|
* lavc: give a typedeffed name to the AVPacket.side_data structAnton Khirnov2014-03-24
|
* h264: Split h264 slice decoding from nal decodingLuca Barbato2014-03-23
|
* h264: move macroblock decoding into its own fileVittorio Giovara2014-03-23
|
* build: Sort h264 objectsLuca Barbato2014-03-23
|
* build: h264 parser depends on full h264 decoderLuca Barbato2014-03-23
|
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-23
|
* lagarith: Fix typo in printf format stringDiego Biurrun2014-03-22
| | | | libavcodec/lagarith.c:671:16: warning: '#' flag used with ā€˜%uā€™ gnu_printf format [-Wformat]
* dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-22
|
* x86: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-22
|
* ppc: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-22
|
* x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-22
|
* dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-22
|
* dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-22
|
* imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputilDiego Biurrun2014-03-22
|
* x86: dsputil: Move inline assembly macros to a separate headerDiego Biurrun2014-03-22
|
* nuv: Reuse the DSPContext from RTJpegContextDiego Biurrun2014-03-22
| | | | | | | 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.
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
|
* vaapi: switch ff_vaapi_get_surface_id from Picture to AVFramewm42014-03-20
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vdpau: switch ff_vdpau_get_surface_id from Picture to AVFramewm42014-03-20
| | | | | | | | 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 samewm42014-03-20
| | | | | | | | | 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 pointerDiego Biurrun2014-03-20
|
* build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-20
| | | | This is in line with how the top-level libavcodec Makefile is structured.
* dsputil: Conditionally compile dsputil code on all architecturesDiego Biurrun2014-03-20
|
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-20
| | | | This avoids recalculating the value over and over again.
* arm: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-20
|
* ppc: dsputil: Drop trailing semicolon from macrosDiego Biurrun2014-03-20
| | | | This allows for a more natural macro usage.
* ppc: dsputil: Merge some declarations and initializationsDiego Biurrun2014-03-20
|
* ppc: dsputil: Simplify some ifdeffed function definitionsDiego Biurrun2014-03-20
|
* ppc: dsputil: Drop some unnecessary parenthesesDiego Biurrun2014-03-20
|
* ppc: dsputil: more K&R formatting cosmeticsDiego Biurrun2014-03-20
|
* ppc: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-20
|
* ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun2014-03-20
|
* hpeldsp_template: Merge some declarations and initializationsDiego Biurrun2014-03-20
|
* hpeldsp_template: K&R formatting cosmeticsDiego Biurrun2014-03-20
|
* hpel_template: Drop some unnecessary parenthesesDiego Biurrun2014-03-20
|