750 Commits (fbd56159a099dafac617440a2312b47dcb0386c7)

Author SHA1 Message Date
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
Baptiste Coudurier 90f1f3bf00 In yadif filter, declare asm constants directly to avoid dependency on libavcodec 14 years ago
Baptiste Coudurier a4dc7aa5b5 Port libmpcodecs hqdn3d filter. 14 years ago
Stefano Sabatini 4da12e3b13 Implement av_image_alloc() and use it in 14 years ago
Baptiste Coudurier bf799f686f Declare sse2 and ssse2 function in yadif header 14 years ago
Baptiste Coudurier 1ef64490e1 yadif sse2/ssse3 optimizations 14 years ago
Stefano Sabatini 037be76e15 Add avfilter_graph_create_filter(). 14 years ago
Stefano Sabatini f51aeedd41 Extend the frei0r filter syntax. 14 years ago
Stefano Sabatini f8608dcac3 Implement frei0r source. 14 years ago
Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
Stefano Sabatini 2467997c8c Fix crash in uninit. 14 years ago
Stefano Sabatini 9b195435b3 Fix timestamp scaling in the overlay filter. 14 years ago
Stefano Sabatini d38c340fdc Implement avfilter_get_video_buffer_ref_from_arrays(). 14 years ago
Stefano Sabatini 4723bc2868 Make avfilter_default_free_buffer() an internal shared symbol, so that 14 years ago
Stefano Sabatini 459b06610c 0.123l: remove unused arguments in av_log(), fix warning. 14 years ago
Baptiste Coudurier 6fd2b8bd0a In aspect filter, fix display for input resolution 14 years ago
Baptiste Coudurier 3ff9995350 In crop filter, reference picref after updating w/h, fix issue #2377 14 years ago
Stefano Sabatini 16d14d641c Add informative log message in the crop filter. 14 years ago
Stefano Sabatini b7be04f3c0 Reindent. 14 years ago
Stefano Sabatini 7de19a3264 Implement robust parsing in aspect filters. 14 years ago
Stefano Sabatini eee0ef5e4f Add informative log messages to the set aspect filters. 14 years ago
Stefano Sabatini 2fb21bf4ff Give more explicit/less confusing names to the filters dealing with 14 years ago
Baptiste Coudurier 902d49eef7 In yadif filter, copy video props to output picture. 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Stefano Sabatini 58935b25d0 Port overlay filter from the libavfilter repo (with many fixes), 14 years ago
Stefano Sabatini 9abf34411a Log error message in case of invalid parsing. 14 years ago
Stefano Sabatini bdb47f3a2c Fix style: if( -> if (. 14 years ago
Stefano Sabatini cef4b74bf2 Remove redundant information in header. 14 years ago