| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86: yadif: Mark mmxext optimizations as such | Diego Biurrun | 2012-07-31 | 1 | -5/+5 |
* | af_asyncts: avoid overflow in out_size with large delta values | Justin Ruggles | 2012-07-29 | 1 | -1/+1 |
* | af_asyncts: add first_pts option | Justin Ruggles | 2012-07-29 | 1 | -2/+1 |
* | vf_hqdn3d: support 9 and 10bit colordepth | Loren Merritt | 2012-07-28 | 1 | -19/+53 |
* | vf_hqdn3d: reduce intermediate precision | Loren Merritt | 2012-07-28 | 1 | -30/+32 |
* | vf_hqdn3d: simplify and optimize | Loren Merritt | 2012-07-28 | 1 | -106/+51 |
* | factor identical ff_inplace_start_frame out of two filters | Loren Merritt | 2012-07-28 | 4 | -73/+39 |
* | vf_hqdn3d: cosmetics | Loren Merritt | 2012-07-28 | 1 | -156/+152 |
* | lavfi: bump minor to mark stabilizing the ABI. | Anton Khirnov | 2012-07-28 | 1 | -1/+1 |
* | lavfi: better channel layout negotiation | Justin Ruggles | 2012-07-27 | 1 | -11/+72 |
* | vf_yadif: unset cur_buf on the input link. | Anton Khirnov | 2012-07-26 | 1 | -0/+1 |
* | vf_overlay: ensure the overlay frame does not get leaked. | Anton Khirnov | 2012-07-26 | 1 | -0/+1 |
* | vf_overlay: prevent premature freeing of cur_buf | Michael Niedermayer | 2012-07-26 | 1 | -0/+1 |
* | avfilter: Fix printf format string conversion specifier | Diego Biurrun | 2012-07-25 | 1 | -1/+1 |
* | lavfi: place x86 inline assembly under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-22 | 2 | -0/+12 |
* | buffersrc: check ff_get_audio_buffer() for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+3 |
* | lavfi: check all ff_get_video_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 7 | -0/+23 |
* | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 15 | -20/+100 |
* | vf_select: avoid an unnecessary avfilter_ref_buffer(). | Anton Khirnov | 2012-07-22 | 1 | -2/+1 |
* | buffersrc: avoid creating unnecessary buffer reference | Anton Khirnov | 2012-07-22 | 1 | -6/+4 |
* | lavfi: use avfilter_unref_bufferp() where appropriate. | Anton Khirnov | 2012-07-22 | 5 | -13/+10 |
* | vf_fps: add more error checks. | Anton Khirnov | 2012-07-22 | 1 | -2/+17 |
* | vf_fps: fix a memleak on malloc failure. | Anton Khirnov | 2012-07-22 | 1 | -1/+3 |
* | lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors | Anton Khirnov | 2012-07-22 | 9 | -36/+82 |
* | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 26 | -76/+126 |
* | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 30 | -72/+128 |
* | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 26 | -99/+209 |
* | yadif: use emms_c() instead of inline assembly for emms invocations. | Ronald S. Bultje | 2012-07-21 | 1 | -3/+2 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 47 | -517/+523 |