| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 2 | -4/+6 |
* | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | lavfi: add ashowinfo filter | Anton Khirnov | 2012-10-29 | 4 | -1/+139 |
* | af_channelmap: remove stray enum declaration | Mans Rullgard | 2012-10-27 | 1 | -1/+0 |
* | buffersink: remove stray semicolon after function definition | Mans Rullgard | 2012-10-27 | 1 | -1/+1 |
* | avfilter: fix graphparser memleaks on error paths | Janne Grunau | 2012-10-25 | 1 | -9/+15 |
* | avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) | Diego Biurrun | 2012-10-12 | 3 | -4/+5 |
* | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 29 | -61/+76 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 51 | -556/+1146 |
* | avfilter: correct memcpy size avfilter_copy_buf_props() | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | af_resample: unref out_buf when avresample_convert returns 0 | Janne Grunau | 2012-10-09 | 1 | -2/+3 |
* | af_amix: prevent memory leak on error path | Janne Grunau | 2012-10-09 | 1 | -1/+3 |
* | af_channelmap: free old extended_data on reallocation | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 32 | -292/+292 |
* | af_resample: avoid conversion of identical sample formats for 1 channel | Justin Ruggles | 2012-10-07 | 1 | -1/+6 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 2 | -2/+2 |
* | vf_pad/scale: use double precision for aspect ratios. | Anton Khirnov | 2012-10-06 | 2 | -3/+3 |
* | lavr: change the type of the data buffers to uint8_t**. | Anton Khirnov | 2012-10-05 | 2 | -7/+7 |
* | vf_overlay: properly sync inputs. | Anton Khirnov | 2012-10-04 | 1 | -92/+115 |
* | vf_overlay: get rid of pointless messing with timebase. | Anton Khirnov | 2012-10-04 | 1 | -21/+4 |
* | Use avcodec_free_frame() to free AVFrames. | Anton Khirnov | 2012-09-24 | 1 | -1/+1 |
* | avfiltergraph: silence an uninitialized variable warning | Anton Khirnov | 2012-09-17 | 1 | -1/+2 |
* | buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() | Anton Khirnov | 2012-09-17 | 2 | -2/+2 |
* | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 15 | -18/+21 |
* | yadif: cosmetics | Luca Barbato | 2012-09-09 | 1 | -31/+45 |
* | af_asyncts: check return value from lavr when flushing. | Anton Khirnov | 2012-09-07 | 1 | -2/+7 |
* | avopt: Explicitly store rational option defaults in .dbl | Martin Storsjö | 2012-09-04 | 2 | -2/+2 |
* | avopt: Explicitly store float/double option defaults in .dbl | Martin Storsjö | 2012-09-04 | 2 | -2/+2 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 7 | -21/+21 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 2 | -18/+18 |
* | Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* | Martin Storsjö | 2012-08-31 | 3 | -24/+24 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 2 | -18/+14 |
* | avfilter: x86: Use more precise compile template names | Diego Biurrun | 2012-08-30 | 2 | -3/+3 |
* | vf_hqdn3d: Remove a duplicate inline declaration | Martin Storsjö | 2012-08-27 | 1 | -1/+1 |
* | vf_hqdn3d: Don't declare the loop variable within the for loop | Martin Storsjö | 2012-08-27 | 1 | -1/+2 |
* | vf_hqdn3d: x86 asm | Loren Merritt | 2012-08-26 | 3 | -4/+130 |
* | vf_hqdn3d: support 16bit colordepth | Loren Merritt | 2012-08-26 | 1 | -24/+46 |
* | AVOptions: store defaults for INT64 options in int64 union member. | Anton Khirnov | 2012-08-24 | 1 | -1/+1 |
* | Add missing includes for code relying on external libraries | Martin Storsjö | 2012-08-16 | 2 | -0/+7 |
* | Add more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-16 | 1 | -0/+1 |
* | Add some more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 57 | -0/+98 |
* | x86: yadif: fix asm with suncc | Mans Rullgard | 2012-08-13 | 1 | -19/+13 |
* | doxygen: Fix function parameter names to match the code | Diego Biurrun | 2012-08-09 | 1 | -3/+3 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 2 | -2/+2 |
* | lavfi: properly signal out-of-memory error in ff_filter_samples | Reinhard Tartler | 2012-08-05 | 1 | -0/+4 |
* | cosmetics: Fix a few switched periods and linebreaks | Derek Buitenhuis | 2012-08-04 | 1 | -2/+2 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 2 | -6/+6 |