1147 Commits (288bb3da16f50e2ef866ab1b699a1721ee333eb5)

Author SHA1 Message Date
Justin Ruggles b30a363331 x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling 12 years ago
Justin Ruggles f96f1e06a4 x86: af_volume: add SSE2-optimized s16 volume scaling 12 years ago
Justin Ruggles b384e031da lavfi: add volume filter 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Anton Khirnov 4c973de9a5 vf_fieldorder: require write permissions 12 years ago
Anton Khirnov 49dd71a6f1 vf_fieldorder: reindent 12 years ago
Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
Anton Khirnov bb6c67bb36 lavfi: remove vf_slicify 12 years ago
Anton Khirnov af7d13ee4a asink_nullsink: plug a memory leak. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Anton Khirnov b68aac7ea3 vf_drawtext: do not use deprecated av_tree_node_size 13 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 13 years ago
Diego Biurrun 04581c8c77 x86: yasm: Use complete source path for macro helper %includes 13 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 13 years ago
Anton Khirnov 20dd41af85 lavfi: add ashowinfo filter 13 years ago
Mans Rullgard 67a68dcec2 af_channelmap: remove stray enum declaration 13 years ago
Mans Rullgard 6b776c61da buffersink: remove stray semicolon after function definition 13 years ago
Janne Grunau 285b706b55 avfilter: fix graphparser memleaks on error paths 13 years ago
Diego Biurrun f6c38c5f4e avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 13 years ago
Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 13 years ago
Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 13 years ago
Janne Grunau 79e6e8eba2 avfilter: correct memcpy size avfilter_copy_buf_props() 13 years ago
Janne Grunau ac9a89562a af_resample: unref out_buf when avresample_convert returns 0 13 years ago
Janne Grunau 8501c09868 af_amix: prevent memory leak on error path 13 years ago
Janne Grunau 1afd7a118f af_channelmap: free old extended_data on reallocation 13 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Justin Ruggles 7b556be673 af_resample: avoid conversion of identical sample formats for 1 channel 13 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 13 years ago
Anton Khirnov ba04177eeb vf_pad/scale: use double precision for aspect ratios. 13 years ago
Anton Khirnov e7ba5b1de0 lavr: change the type of the data buffers to uint8_t**. 13 years ago
Anton Khirnov 4673a5a761 vf_overlay: properly sync inputs. 13 years ago
Anton Khirnov ab35ec29a4 vf_overlay: get rid of pointless messing with timebase. 13 years ago
Anton Khirnov 11d1ca4b2c Use avcodec_free_frame() to free AVFrames. 13 years ago
Anton Khirnov e3496e5dbe avfiltergraph: silence an uninitialized variable warning 13 years ago
Anton Khirnov 4e48aa8656 buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() 13 years ago
Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 13 years ago
Luca Barbato 28165fee1b yadif: cosmetics 13 years ago
Anton Khirnov 91a84a5247 af_asyncts: check return value from lavr when flushing. 13 years ago
Martin Storsjö 21bc440384 avopt: Explicitly store rational option defaults in .dbl 13 years ago
Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 13 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 13 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 13 years ago
Martin Storsjö 235f74db59 Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* 13 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 13 years ago
Diego Biurrun cdaec0b240 avfilter: x86: Use more precise compile template names 13 years ago
Martin Storsjö b441a4517b vf_hqdn3d: Remove a duplicate inline declaration 13 years ago
Martin Storsjö 2bd67175c7 vf_hqdn3d: Don't declare the loop variable within the for loop 13 years ago
Loren Merritt 7a1944b907 vf_hqdn3d: x86 asm 13 years ago
Loren Merritt 566858a770 vf_hqdn3d: support 16bit colordepth 13 years ago