| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | h264: wait for initial complete frame before outputing frames | John Stebbins | 2013-10-31 | 2 | -1/+11 |
* | AVOptions: do not range check flag options. | Anton Khirnov | 2013-10-27 | 1 | -1/+2 |
* | avframe: mark source frame const in _ref and _clone | Vittorio Giovara | 2013-10-27 | 2 | -4/+4 |
* | mem: do not check for negative size | Vittorio Giovara | 2013-10-26 | 1 | -2/+2 |
* | libavutil: x86: Add AVX2 capable CPU detection. | Kieran Kunhya | 2013-10-25 | 4 | -0/+15 |
* | base64-test: Remove posibility of returning restricted exit codes | Derek Buitenhuis | 2013-10-25 | 1 | -1/+4 |
* | tree-test: Don't return restricted exit codes | Derek Buitenhuis | 2013-10-24 | 1 | -2/+2 |
* | avstring-test: Mark pointer passed to av_free() as non-const | Diego Biurrun | 2013-10-23 | 1 | -1/+2 |
* | mem: Make av_strdup allocate using av_realloc | Martin Storsjö | 2013-10-16 | 1 | -1/+1 |
* | x86: more AVX2 framework | Jason Garrett-Glaser | 2013-10-14 | 1 | -0/+11 |
* | x86inc: FMA3/4 Support | Jason Garrett-Glaser | 2013-10-14 | 2 | -1/+45 |
* | x86inc: Remove our FMA4 support | Derek Buitenhuis | 2013-10-14 | 2 | -11/+16 |
* | x86inc: Use VEX-encoded instructions in AVX functions | Henrik Gramner | 2013-10-14 | 1 | -84/+169 |
* | x86inc: Remove .rodata kludges | Henrik Gramner | 2013-10-09 | 1 | -11/+5 |
* | x86inc: remove misaligned cpu flag | Henrik Gramner | 2013-10-07 | 1 | -5/+4 |
* | x86inc: various minor backports from x264 | Jason Garrett-Glaser | 2013-10-07 | 1 | -4/+3 |
* | x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64" | Derek Buitenhuis | 2013-10-07 | 1 | -0/+2 |
* | x86inc: Utilize the shadow space on 64-bit Windows | Henrik Gramner | 2013-10-07 | 1 | -37/+46 |