| Commit message (Expand) | Author | Age | Files | Lines |
* | frame: add a convenience function for copying AVFrame data | Anton Khirnov | 2014-02-24 | 3 | -17/+79 |
* | x86: add detection for Bit Manipulation Instruction sets | James Almer | 2014-02-23 | 3 | -6/+19 |
* | x86: add detection for FMA3 instruction set | James Almer | 2014-02-23 | 4 | -1/+11 |
* | x86: add missing XOP checks and macros | James Almer | 2014-02-23 | 1 | -0/+3 |
* | aarch64: use EXTERN_ASM consistently for exported symbols | Janne Grunau | 2014-02-20 | 1 | -1/+8 |
* | x86: float dsp: unroll SSE versions | Christophe Gisquet | 2014-02-20 | 1 | -16/+24 |
* | AVOptions: add flags for read/read-only options | Anton Khirnov | 2014-02-19 | 3 | -5/+22 |
* | AVOptions: deprecate unused AV_OPT_FLAG_METADATA | Anton Khirnov | 2014-02-19 | 2 | -1/+6 |
* | threads: Check w32threads dependencies at the configure stage | Diego Biurrun | 2014-02-19 | 1 | -1/+4 |
* | arm: Mark the stack as non-executable | Martin Storsjö | 2014-02-19 | 1 | -0/+1 |
* | lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type. | Tim Walker | 2014-02-15 | 5 | -1/+160 |
* | log: Have function parameter names match between .c and .h file | Diego Biurrun | 2014-02-12 | 2 | -6/+7 |
* | arm: Add EXTERN_ASM to the .func and .type declarations for exported symbols | Martin Storsjö | 2014-02-07 | 1 | -1/+4 |
* | lavu: add missing log.h include in timer.h | Janne Grunau | 2014-02-05 | 1 | -0/+2 |
* | doxy: Format @code blocks so they render properly | Luca Barbato | 2014-02-04 | 1 | -15/+15 |
* | samplefmt: avoid integer overflow in av_samples_get_buffer_size() | Justin Ruggles | 2014-02-04 | 1 | -0/+2 |
* | x86inc: Speed up assembling with Yasm | Loren Merritt | 2014-01-26 | 1 | -23/+23 |
* | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 3 | -1/+2 |
* | doxy: Document better the available AVFrame flags | Luca Barbato | 2014-01-17 | 1 | -1/+11 |
* | doxy: Add AVFrame to the structured modules | Luca Barbato | 2014-01-17 | 1 | -0/+19 |
* | aarch64: port neon clobber test from arm | Janne Grunau | 2014-01-15 | 1 | -0/+65 |
* | aarch64: add cpuflags support for NEON and VFP | Janne Grunau | 2014-01-15 | 6 | -4/+136 |
* | aarch64: bswap inline assembly | Janne Grunau | 2014-01-14 | 2 | -1/+53 |
* | arm: Add an option for making sure NEON registers aren't clobbered | Martin Storsjö | 2014-01-11 | 1 | -0/+62 |
* | avutil: do not use avcodec header in frame.h | Vittorio Giovara | 2014-01-09 | 1 | -2/+1 |
* | arm: Allow overriding the alignment set in the function macro | Martin Storsjö | 2014-01-07 | 1 | -2/+2 |
* | random_seed: Rewrite the generic clock() based seed code | Michael Niedermayer | 2014-01-06 | 1 | -21/+30 |
* | avframe: add AV_FRAME_DATA_MATRIXENCODING side data type. | Tim Walker | 2014-01-05 | 2 | -1/+5 |
* | lavu: Add values for various Dolby flags to the AVMatrixEncoding enum. | Tim Walker | 2014-01-05 | 2 | -1/+5 |
* | mathematics: remove asserts from av_rescale_rnd() | Anton Khirnov | 2014-01-03 | 1 | -4/+3 |
* | lavu: Move preprocessor macros in a separate file | Luca Barbato | 2013-12-29 | 5 | -19/+55 |
* | avutil: Move library version related macros to version.h | Diego Biurrun | 2013-12-26 | 3 | -18/+18 |
* | error.h: Do not circularly depend on avutil.h | Diego Biurrun | 2013-12-25 | 1 | -1/+0 |
* | lavu: fix typo in documentation. | Tim Walker | 2013-12-22 | 1 | -1/+1 |
* | atomics: cosmetics: Restructure ifdefs for greater clarity | Diego Biurrun | 2013-12-20 | 2 | -2/+8 |
* | apidoc: fix warning from stereo3d.h | Vittorio Giovara | 2013-12-17 | 1 | -1/+1 |
* | avutil: Remove deprecated intfloat_readwrite code | Diego Biurrun | 2013-12-16 | 4 | -149/+0 |
* | Bump libavutil major version to account for the LLS API/ABI changes. | Reinhard Tartler | 2013-12-14 | 1 | -13/+13 |
* | doxy: Define a group for libswscale documentation | Luca Barbato | 2013-12-13 | 1 | -1/+1 |
* | avutil: Add deprecation ifdefs around obsolete intfloat code | Diego Biurrun | 2013-12-13 | 3 | -0/+10 |
* | parseutils: fix discarding const attribute warning | Vittorio Giovara | 2013-12-12 | 1 | -2/+4 |
* | avframe: add codec-independent stereoscopic metadata | Vittorio Giovara | 2013-12-09 | 5 | -1/+195 |
* | configure: Prefix libc-related variables with "libc_" | Diego Biurrun | 2013-12-09 | 1 | -1/+1 |
* | frame: cosmetics, reindent | Anton Khirnov | 2013-12-09 | 1 | -15/+15 |
* | frame: copy flags in av_frame_copy_props() | Anton Khirnov | 2013-12-09 | 1 | -0/+1 |
* | mpeg12dec: Extract CC user data into frame side data | John Stebbins | 2013-11-26 | 2 | -1/+7 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 3 | -0/+5 |
* | Move av_fast_{m,re}alloc from lavc to lavu. | Anton Khirnov | 2013-11-14 | 3 | -1/+55 |
* | Deprecate obsolete XvMC hardware decoding support | Diego Biurrun | 2013-11-13 | 4 | -0/+10 |
* | attributes: disable flatten on llvm/clang | Vittorio Giovara | 2013-11-03 | 1 | -1/+1 |