1138 Commits (2fe0094e0bf939f563c2600083bee8f183c2763d)

Author SHA1 Message Date
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 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Diego Biurrun 04581c8c77 x86: yasm: Use complete source path for macro helper %includes 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Anton Khirnov 20dd41af85 lavfi: add ashowinfo filter 12 years ago
Mans Rullgard 67a68dcec2 af_channelmap: remove stray enum declaration 12 years ago
Mans Rullgard 6b776c61da buffersink: remove stray semicolon after function definition 12 years ago
Janne Grunau 285b706b55 avfilter: fix graphparser memleaks on error paths 12 years ago
Diego Biurrun f6c38c5f4e avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 12 years ago
Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
Janne Grunau 79e6e8eba2 avfilter: correct memcpy size avfilter_copy_buf_props() 12 years ago
Janne Grunau ac9a89562a af_resample: unref out_buf when avresample_convert returns 0 12 years ago
Janne Grunau 8501c09868 af_amix: prevent memory leak on error path 12 years ago
Janne Grunau 1afd7a118f af_channelmap: free old extended_data on reallocation 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Justin Ruggles 7b556be673 af_resample: avoid conversion of identical sample formats for 1 channel 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Anton Khirnov ba04177eeb vf_pad/scale: use double precision for aspect ratios. 12 years ago
Anton Khirnov e7ba5b1de0 lavr: change the type of the data buffers to uint8_t**. 12 years ago
Anton Khirnov 4673a5a761 vf_overlay: properly sync inputs. 12 years ago
Anton Khirnov ab35ec29a4 vf_overlay: get rid of pointless messing with timebase. 12 years ago
Anton Khirnov 11d1ca4b2c Use avcodec_free_frame() to free AVFrames. 12 years ago
Anton Khirnov e3496e5dbe avfiltergraph: silence an uninitialized variable warning 12 years ago
Anton Khirnov 4e48aa8656 buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() 12 years ago
Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
Luca Barbato 28165fee1b yadif: cosmetics 12 years ago
Anton Khirnov 91a84a5247 af_asyncts: check return value from lavr when flushing. 12 years ago
Martin Storsjö 21bc440384 avopt: Explicitly store rational option defaults in .dbl 12 years ago
Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 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
Anton Khirnov 4d7adec8bd AVOptions: store defaults for INT64 options in int64 union member. 13 years ago
Martin Storsjö 7ebe3962f3 Add missing includes for code relying on external libraries 13 years ago
Martin Storsjö 33e112847d Add more missing includes after removing the implicit common.h 13 years ago
Martin Storsjö 70766c2182 Add some more missing includes after removing the implicit common.h 13 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
Mans Rullgard 480178a295 x86: yadif: fix asm with suncc 13 years ago
Diego Biurrun 804d7a1aa6 doxygen: Fix function parameter names to match the code 13 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 13 years ago
Reinhard Tartler 800750417f lavfi: properly signal out-of-memory error in ff_filter_samples 13 years ago