140 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
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. 14 years ago
Stefano Sabatini 7be5b7309c Make avfilter_default_get_video_buffer() use functions in 14 years ago
S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 14 years ago
Stefano Sabatini 9f0e31d29a Make avfilter.c dprintf* functions internal and declare them in an 14 years ago
S.N. Hemanth Meenakshisundaram ff5f1be0fe Move the AV_PERM_* flags definition outside the AVFilterPicRef 14 years ago
Stefano Sabatini 32d7bcd4b1 Clarify AVFilterBuffer documentation, make it clear that it is not 14 years ago
S.N. Hemanth Meenakshisundaram b5c582fa9d Remove AVFilterBuffer w and h fields. 14 years ago
S.N. Hemanth Meenakshisundaram f0d77b2085 Rename AVFilterPic to AVFilterBuffer. 14 years ago
Stefano Sabatini 23ccf3c7a7 Add color source. 14 years ago
Stefano Sabatini ce2e4ae35a Add pixdesctest filter and corresponding test. 14 years ago
Stefano Sabatini 4d508e4de5 Implement avfilter_copy_picref_props(). 14 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 14 years ago
Stefano Sabatini 6951515cbf Bump micro and add APIchanges entry after av_parse_color() extension. 14 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
Bobby Bingham ac1c95645a Bump libavfilter minor version and Changelog for unsharp filter 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Bobby Bingham 91d1c741bf Create a set of null callback functions. 15 years ago
Stefano Sabatini 8955a324f4 Bump libavfilter minor version and add APIchanges entry after the 15 years ago
Stefano Sabatini 5bb5c1dc86 Add AVFilterPicRef.pos field and make libavfilter propagate stream 15 years ago
Stefano Sabatini 006aa1a4c2 Implement null video sink. 15 years ago
Stefano Sabatini dd08b83c87 Implement null video source. 15 years ago
Stefano Sabatini 3fb8e77a8d Add a log context to avfilter_graph_config_links(). 15 years ago
Stefano Sabatini 063e769273 Make avfilter_formats_unref(AVFilterFormats **ref) handle the case 15 years ago
Stefano Sabatini fe59258516 Use the @return doxy command, and extend documentation for the return 15 years ago
Stefano Sabatini c4d2e41ce4 Avoid the use of the modal auxiliary "should" in the 15 years ago
Stefano Sabatini 516841ef63 Fix doxy, use third person. 15 years ago
Stefano Sabatini c1d662fd88 Change avfilter_add_colorspace() to make it accept **avff rather than 15 years ago
Stefano Sabatini 4fd1f1876a Implement avfilter_add_colorspace(). 15 years ago
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago