| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Check for support for labels in the inline assembly | Martin Storsjö | 2013-07-11 | 1 | -0/+6 |
* | fifo: K&R formatting cosmetics | Luca Barbato | 2013-07-06 | 1 | -24/+28 |
* | log: pass the correct parameters to missing_feature_sample | Luca Barbato | 2013-07-04 | 1 | -7/+2 |
* | lls/x86: use 3-operator vaddpd in ADDPD_MEM | Loren Merritt | 2013-07-02 | 1 | -1/+1 |
* | x86: lpc: fix a segfault in av_evaluate_lls_sse2() | Loren Merritt | 2013-06-30 | 1 | -1/+1 |
* | x86: lpc: simd av_evaluate_lls | Loren Merritt | 2013-06-29 | 2 | -0/+41 |
* | x86: lpc: simd av_update_lls | Loren Merritt | 2013-06-29 | 5 | -6/+250 |
* | lpc: use function pointers, in preparation for asm | Loren Merritt | 2013-06-29 | 2 | -14/+27 |
* | lpc: remove "decay" argument | Loren Merritt | 2013-06-29 | 2 | -5/+4 |
* | mem: Add av_realloc_array and av_reallocp_array | Martin Storsjö | 2013-06-04 | 3 | -1/+53 |
* | cpu: Restructure code to avoid pointless ret variable indirection | Diego Biurrun | 2013-06-02 | 1 | -8/+4 |
* | arm: Only output eabi attributes if building for ELF | Martin Storsjö | 2013-05-27 | 1 | -1/+1 |
* | cpu: Include common.h for av_popcount64 | Martin Storsjö | 2013-05-24 | 1 | -0/+1 |
* | Move get_logical_cpus() from lavc/pthread to lavu/cpu. | Anton Khirnov | 2013-05-24 | 3 | -1/+57 |
* | pixdesc: mark gray8 as pseudopal | Anton Khirnov | 2013-05-22 | 1 | -0/+1 |
* | doxy: add a section about versioning. | Anton Khirnov | 2013-05-17 | 1 | -0/+33 |
* | lavfi doxy: add a page for lavfi. | Anton Khirnov | 2013-05-17 | 1 | -1/+1 |
* | Remove commented-out #includes | Diego Biurrun | 2013-05-15 | 1 | -1/+0 |
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 5 | -134/+167 |
* | Clarify output of av_get_bits_per_pixel | Kieran Kunhya | 2013-05-15 | 1 | -1/+2 |
* | msvc: Move linker pragma from config.h to libavutil/internal.h | Martin Storsjö | 2013-05-08 | 1 | -0/+5 |
* | pixdesc: add function to return pixel format with swapped endiannes | Janne Grunau | 2013-05-06 | 3 | -1/+60 |
* | avutil: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 9 | -11/+20 |
* | x86: float dsp: butterflies_float SSE | Christophe Gisquet | 2013-05-03 | 2 | -0/+29 |
* | avutil: doxy: Small clarification for av_buffer_create() | Derek Buitenhuis | 2013-04-30 | 1 | -1/+1 |
* | ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefs | Diego Biurrun | 2013-04-30 | 1 | -0/+4 |
* | Cosmetics, restore alphabetic order in atomics lists. | Anton Khirnov | 2013-04-11 | 1 | -1/+1 |
* | dsputil: Make dsputil selectable | Ronald S. Bultje | 2013-04-10 | 1 | -0/+2 |
* | x86inc: Fix number of operands for cmp* instructions | Christophe Gisquet | 2013-04-09 | 1 | -4/+4 |
* | pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values | Nicolas Bertrand | 2013-04-04 | 3 | -1/+29 |
* | opt: check the return values of av_get_token for ENOMEM. | Anton Khirnov | 2013-04-04 | 1 | -0/+7 |
* | configure: prettify atomics handling. | Anton Khirnov | 2013-04-03 | 3 | -7/+7 |
* | AVOptions: make av_set_options_string() forward options to child objects | Anton Khirnov | 2013-03-28 | 1 | -1/+1 |
* | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 2 | -23/+23 |
* | avutil/frame: add all remaining frame properties to av_frame_copy_props | Hendrik Leppkes | 2013-03-22 | 1 | -0/+4 |
* | pixdesc: add a function for counting planes in a pixel format. | Anton Khirnov | 2013-03-19 | 3 | -1/+22 |
* | AVOptions: fix using named constants with child contexts. | Anton Khirnov | 2013-03-16 | 1 | -4/+4 |
* | AVOption: remove an unused function parameter. | Anton Khirnov | 2013-03-16 | 1 | -6/+4 |
* | lzo: fix overflow checking in copy_backptr() | Xi Wang | 2013-03-15 | 1 | -2/+1 |
* | Add av_log_{ask_for_sample|missing_feature} replacements to libavutil | Diego Biurrun | 2013-03-13 | 2 | -0/+60 |
* | atomic: prefer gcc builtins over win32 atomics, if available. | Hendrik Leppkes | 2013-03-11 | 1 | -3/+3 |
* | avframe: copy reordered_opaque in copy_props | Janne Grunau | 2013-03-11 | 1 | -0/+1 |
* | atomic: fix CAS with armcc. | Anton Khirnov | 2013-03-09 | 1 | -0/+8 |
* | atomic: Exclude the unsupported implementation headers from checkheaders | Martin Storsjö | 2013-03-08 | 1 | -0/+4 |
* | atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronize | Martin Storsjö | 2013-03-08 | 2 | -3/+3 |
* | atomic: Add include guards to the implementation headers | Martin Storsjö | 2013-03-08 | 3 | -0/+14 |
* | Replace remaining includes of audioconvert.h with channel_layout.h | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | AVFrame: deprecate all now unused fields | Anton Khirnov | 2013-03-08 | 1 | -1/+25 |
* | AVFrame: add side data. | Anton Khirnov | 2013-03-08 | 2 | -0/+110 |
* | Move AVFrame from lavc to lavu. | Anton Khirnov | 2013-03-08 | 3 | -0/+832 |