155 Commits (c6625ad5410389f6bca582b53b23bcd60030e00c)

Author SHA1 Message Date
Stefano Sabatini c85eef4ed8 Move av_set_options_string() from libavfilter to libavutil. 14 years ago
Stefano Sabatini 486adc55c0 Use more expressive names for the avfilter_insert_filter() in and out 14 years ago
Stefano Sabatini acc0490f09 Make AVFilterLink store the pointers to the source and destination 14 years ago
Stefano Sabatini 372e288408 Move av_get_token() from libavfilter to libavutil. 14 years ago
Stefano Sabatini 13fabd7a8d Port MPlayer blackframe filter. 14 years ago
Stefano Sabatini 5900deeb90 Bump lavfi minor and add Changelog notice after yadif addition. 14 years ago
S.N. Hemanth Meenakshisundaram f0a5543898 Add asink_anullsink - null audio sink. 14 years ago
Stefano Sabatini 1ee410f330 Add asrc_anullsrc - null audio source. 14 years ago
Stefano Sabatini 75b67a8a99 Make the crop filters accept parametric expressions. 14 years ago
Stefano Sabatini 2bc05d3547 Change the syntax of the crop filter from x:y:w:h to w:h:x:y. 14 years ago
Stefano Sabatini 47941088f9 Add frei0r filter. 14 years ago
Michael Niedermayer 177477f57a Correct terminology bug in poll_frame() 14 years ago
Stefano Sabatini 6ebf0bfc17 Implement libopencv smooth filter. 14 years ago
Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini eedca998eb Implement ff_get_ref_perms_string() and use it for tracing. 14 years ago
Stefano Sabatini 7f1af825f8 Add fifo filter. 14 years ago
S.N. Hemanth Meenakshisundaram 99046339fc Add null audio filter. 14 years ago
Stefano Sabatini e34433612f Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). 14 years ago
Stefano Sabatini 3fa3e4f4ec Cosmetics: add an empty newline between the function description and 14 years ago
S.N. Hemanth Meenakshisundaram ad2c950154 Implement libavfilter audio framework. 14 years ago
Stefano Sabatini a1e171dfee Add hflip filter. 14 years ago
Stefano Sabatini f607cc18eb Cosmetics: put "{" on the same line of the "struct" keyword in struct 14 years ago
Stefano Sabatini 81c1ecabab Deprecate ff_get_plane_bytewidth() in favor of 14 years ago
Stefano Sabatini a4fb0ada0b Apply misc cosmetics: add empty newlines for separating function 14 years ago
S.N. Hemanth Meenakshisundaram c1db7bff66 Resize data and linesize in AVFilterBufferRef to 8. 14 years ago
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 14 years ago
S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 14 years ago
S.N. Hemanth Meenakshisundaram 5d4890d73d Rename fields: 14 years ago
S.N. Hemanth Meenakshisundaram 7fce481a69 Rename functions and fields: 14 years ago
S.N. Hemanth Meenakshisundaram ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 years ago
S.N. Hemanth Meenakshisundaram d54e0948e0 Move format from AVFilterBuffer to AVFilterPicRef. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini be665c7da6 Make avfilter_copy_picref_props() copy w and h from src to dst. 14 years ago
S.N. Hemanth Meenakshisundaram 56b5e9d5a9 Resize AVFilterBuffer to hold 8 planes/linesizes worth of data. 15 years ago
Stefano Sabatini 7be5b7309c Make avfilter_default_get_video_buffer() use functions in 15 years ago
S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 15 years ago
Stefano Sabatini 9f0e31d29a Make avfilter.c dprintf* functions internal and declare them in an 15 years ago
S.N. Hemanth Meenakshisundaram ff5f1be0fe Move the AV_PERM_* flags definition outside the AVFilterPicRef 15 years ago
Stefano Sabatini 32d7bcd4b1 Clarify AVFilterBuffer documentation, make it clear that it is not 15 years ago
S.N. Hemanth Meenakshisundaram b5c582fa9d Remove AVFilterBuffer w and h fields. 15 years ago
S.N. Hemanth Meenakshisundaram f0d77b2085 Rename AVFilterPic to AVFilterBuffer. 15 years ago
Stefano Sabatini 23ccf3c7a7 Add color source. 15 years ago
Stefano Sabatini ce2e4ae35a Add pixdesctest filter and corresponding test. 15 years ago
Stefano Sabatini 4d508e4de5 Implement avfilter_copy_picref_props(). 15 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Stefano Sabatini 6951515cbf Bump micro and add APIchanges entry after av_parse_color() extension. 15 years ago
Stefano Sabatini b6bc205155 Bump lavfi minor after the addition of the fields interlaced and 15 years ago
Michael Niedermayer efdc74ef19 Try to keep track of interlaced and top field first. 15 years ago