777 Commits (4839c192de7782605e1b7c9cc84aaf692cf67284)

Author SHA1 Message Date
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Mans Rullgard 391a1327bd yadif: add parens around macro parameters 14 years ago
Stefano Sabatini c8c0189d62 lavfi: put color source in a dedicated file 14 years ago
Stefano Sabatini 5ad06110e0 lavfi: add drawutils 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Stefano Sabatini 70c275f8c3 Make avfilter_config_links() propagate audio information of the source link if it is not explicitely set by the filter. 14 years ago
Michael Niedermayer 910b5b82e8 Add sample_aspect_ratio to AVFilterLink 14 years ago
Stefano Sabatini 9409c3811c libavfilter: add video movie source 14 years ago
Clément Bœsch 290849e2a4 Remove forgotten if (p) av_free(p) forms 14 years ago
Stefano Sabatini 4359288c56 Make avfilter_graph_free() free the graph. 14 years ago
Stefano Sabatini e8e5dde779 Make avfilter_graph_parse() not free the input graph 14 years ago
Stefano Sabatini 5fce60c3a9 Log debug information in filter_samples(). 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Stefano Sabatini 3e5bc7ff6a In the start_frame() debug log, print the reference pos value rather than the evaluated value converted to int. 14 years ago
Diego Elio Pettenò eb7ccf8f33 Make the avfilter debug functions and macros static to avfilter.c 14 years ago
Mans Rullgard daed21a17e avfilter: remove stray semicolon 14 years ago
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Stefano Sabatini dccdd93efc Make config_props() return AVERROR(EINVAL) rather than 1 in case of 14 years ago
Ronald S. Bultje 84cac86e7e Fix fate breakage in r26382. 14 years ago
Baptiste Coudurier ecea47a6ed Remove useless free, fix warning: 14 years ago
Stefano Sabatini b1779800c4 Include libavcore/audioconvert.h, required for 14 years ago
Stefano Sabatini 1d5b188518 Reindent. 14 years ago
Stefano Sabatini 7986e34db0 Make ff_dprintf_link() print meaningful information for audio links. 14 years ago
Stefano Sabatini a242ac3620 Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. 14 years ago
Stefano Sabatini 6baf4afa99 Make avfilter_unref_buffer() accept a NULL parameter. 14 years ago
Baptiste Coudurier a51c71bb54 In yadif filter, default to top field first if interlacing is unknown 14 years ago
Stefano Sabatini 3bf3fc0e54 Add the word "Parsed" in the parsed filter names. 14 years ago
Stefano Sabatini 891aeeee72 Check linked pads media type mismatch in avfilter_link(). 14 years ago
Stefano Sabatini caeb0c3027 Make avfilter_graph_free() do nothing if graph is NULL. 14 years ago
Stefano Sabatini 8bca34933e In the pad filter, log information about the input size. 14 years ago
Michael Niedermayer e3331706fc Fix design of the pad filter. 14 years ago
Michael Niedermayer 36dc00de52 Add w,h,format back into AVFilterBuffer, these are required for direct rendering. 14 years ago
Baptiste Coudurier 69057b70f7 In pad filter, update new ref w/h in start_frame, fix chaining 14 years ago
Baptiste Coudurier d34a77fb09 In crop filter, update new ref w/h instead of old one, fix chaining 14 years ago
Stefano Sabatini b59dd1ea4f Fix style nits in avfiltergraph.c. 14 years ago
Stefano Sabatini b567020943 Add copy filter, useful for testing the avfilter_draw_slice() copy 14 years ago
Stefano Sabatini 28e5d45c68 Bump lavfi minor and add an entry after r26108 (which added 14 years ago
Stefano Sabatini b4356e4118 In the crop filter, put under ifdef DEBUG the trace logs for the 14 years ago
Michael Niedermayer 0ccabeeaef Support filters and decoders that dont support negative linesizes. 14 years ago
Stefano Sabatini 17fc94933b Add erode libopencv filter. 14 years ago
Stefano Sabatini 91cbb6ba53 Add dilate libopencv filter. 14 years ago
Stefano Sabatini cf69ad35c5 Redesign the libopencv wrapper to make it more generic. Accept both 14 years ago
Stefano Sabatini fee0deb61f Fix avfilter_draw_slice() copy code with alpha planes. 14 years ago
Stefano Sabatini 2609ad3e40 Revert commit r22596. 14 years ago
Stefano Sabatini 69b8d83ecf Fix crash in gradfun:end_frame() when inpic == outpic, so it has to be 14 years ago
Nolan L d5f187fd33 Add gradfun filter, ported from MPlayer. 14 years ago
Stefano Sabatini 9241cd2095 Make avfilter_parse_graph() output a more meaningful message when an 14 years ago
Stefano Sabatini c61cdd0afb Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from 14 years ago