]> git.sesse.net Git - ffmpeg/history - libavfilter
Split lavfi pixfmts test.
[ffmpeg] / libavfilter /
2010-07-30 Stefano SabatiniMake config_input() return AVERROR(EINVAL) in place...
2010-07-30 Stefano SabatiniCompute the max pixel step for each plane, and use...
2010-07-30 S.N. Hemanth Meena... Resize AVFilterBuffer to hold 8 planes/linesizes worth...
2010-07-30 Stefano SabatiniMake avfilter_default_get_video_buffer() use functions in
2010-07-28 Stefano SabatiniRequire libswscale only if the scale filter is used.
2010-07-28 Stefano SabatiniRemove reference to the unexisting movie filter and...
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-22 Stefano SabatiniRemove dependency on avcodec_get_chroma_sub_sample...
2010-07-22 S.N. Hemanth Meena... Generalize pixel format enum fields to int formats.
2010-07-22 Stefano SabatiniDocument create_filter().
2010-07-22 Stefano SabatiniAdd simple doxy to link_filter().
2010-07-22 Stefano SabatiniFix documentation for parse_link_name().
2010-07-22 Stefano SabatiniConsistently use Uppercase for the first character...
2010-07-22 Stefano SabatiniMake link_filter() propagate the generated error code.
2010-07-22 Stefano SabatiniFix style: "if(" -> "if (".
2010-07-21 Stefano SabatiniExtend buffer source syntax.
2010-07-21 Stefano SabatiniAdd an informational trace in init().
2010-07-21 Stefano SabatiniClarify logic and feedback of the init() function.
2010-07-21 Stefano SabatiniAdd description to the buffer source.
2010-07-20 Stefano SabatiniApply misc cosmetical style fixes.
2010-07-20 Stefano SabatiniAdd @file doxy.
2010-07-18 Stefano SabatiniMake avfilter.c dprintf* functions internal and declare...
2010-07-17 S.N. Hemanth Meena... Move the AV_PERM_* flags definition outside the AVFilte...
2010-07-17 Stefano SabatiniClarify AVFilterBuffer documentation, make it clear...
2010-07-17 S.N. Hemanth Meena... Remove AVFilterBuffer w and h fields.
2010-07-17 S.N. Hemanth Meena... Rename AVFilterPic to AVFilterBuffer.
2010-07-17 Stefano SabatiniAdd color source.
2010-07-11 Víctor PaesaUse avfilter_copy_picref_props() along lavfi.
2010-07-08 Stefano SabatiniReindent after r24101.
2010-07-07 Stefano SabatiniRename read/write_line() to av_read/write_image_line().
2010-07-07 Stefano SabatiniAdd pixdesctest filter and corresponding test.
2010-07-07 Stefano SabatiniImplement avfilter_copy_picref_props().
2010-07-06 Måns Rullgårdvf_pad: restore use of _CCIR colourspace conversion...
2010-07-05 Stefano SabatiniMove shareable draw_rectangle() and query_formats funct...
2010-07-05 Stefano SabatiniFactorize out some code and implement the fill_line_wit...
2010-07-03 Stefano SabatiniEnhance pad filter command-line description.
2010-07-03 Baptiste CoudurierUse default graph swscale opts when no opts are supplied
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-30 Stefano SabatiniSet pad description with NULL_IF_CONFIG_SMALL(), consis...
2010-06-30 Stefano SabatiniImprove description for the pad filter.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-27 Stefano SabatiniBump micro and add APIchanges entry after av_parse_colo...
2010-06-27 Stefano SabatiniCosmetics: merge "} else" and "if (...) {" lines, less...
2010-06-27 Stefano SabatiniReindent after the last commit.
2010-06-27 Stefano SabatiniExtend color syntax, make it accept an alpha component...
2010-06-27 Stefano SabatiniRename ColorEntry.rgba_color to rgb_color and do not...
2010-06-27 Eli FriedmanAdd a const declaration, fixing a warning
2010-06-27 Eli FriedmanFix clang warning, make initialization more readable
2010-06-17 Carl Eugen HoyosUse enum PixelFormat to silence one icc warning:
2010-06-17 Michael Niedermayeradd #include so make checkheaders passes
2010-06-13 Stefano SabatiniDocument what av_get_token() returns in case of allocat...
2010-06-13 Stefano SabatiniResort @param in av_get_token() doxy to reflect the...
2010-06-13 Stefano Sabatini Add missing check to av_get_token().
2010-05-23 Stefano SabatiniPrefix value for flags with "0x", to make it clear...
2010-05-23 Martin StorsjöMake ff_random_get_seed public, rename to av_get_random...
2010-05-16 Baptiste Coudurieruse filter name when graph parser add filters
2010-05-13 Stefano SabatiniRemove the name of the file from the @file doxy, it...
2010-05-13 Stefano SabatiniMake the init and config_filter callbacks of the pad...
2010-05-13 Stefano SabatiniMake av_parse_color() return AVERROR(EINVAL) rather...
2010-05-11 Baptiste Couduriersilence gcc warning about potential uninitialized usage
2010-05-10 Vitor SessakAlloc 16 extra bytes in libavfilter frames. Needed...
2010-05-09 Stefano SabatiniBump lavfi minor after the addition of the fields inter...
2010-05-07 Stefano SabatiniMake config_props() show conversion information before...
2010-05-07 Stefano SabatiniLog input size, input format and swscale flags used...
2010-05-07 Måns Rullgårdvf_pad: fix mixed code and declarations
2010-05-07 Michael Niedermayerc99 sucks. Replacing scanf("%i") by strtoul()
2010-05-07 Michael NiedermayerAdd pad filter.
2010-05-07 Michael NiedermayerTry to keep track of interlaced and top field first.
2010-05-07 Michael NiedermayerEnable vsrc_buffer
2010-05-07 Michael NiedermayerSupport setting flags for sws.
2010-05-07 Michael NiedermayerAdd "Memory buffer source filter" from SOC.
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-18 Stefano SabatiniFix leak in avfilter_graph_add_filter().
2010-04-13 Stefano SabatiniMake avfilter_graph_add_filter() returns AVERROR(ENOMEM...
2010-04-11 Stefano SabatiniApply grammar/consistency nits to avfilter_graph_add_fi...
2010-04-10 Bobby BinghamBump libavfilter minor version and Changelog for unshar...
2010-04-07 Bobby BinghamAdd unsharp video filter.
2010-04-03 Bobby BinghamRemove variable whose value was never read. Found...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-18 Bobby BinghamThe vflip filter does not need to keep ownership of...
2010-03-18 Bobby BinghamUse the new null callbacks to simplify filters and...
2010-03-18 Bobby BinghamCreate a set of null callback functions.
2010-03-17 Bobby BinghamCosmetics: vertical align
2010-03-17 Bobby BinghamAllow format and noformat filters to be more completely...
2010-03-17 Bobby BinghamCosmetics: rearrange functions to simplify ifdeffery
2010-03-17 Bobby BinghamAdd video filter to manipulate aspect ratio
2010-03-13 Stefano SabatiniMake the scale filter pass the pkt.pos information...
2010-03-13 Stefano SabatiniBump libavfilter minor version and add APIchanges entry...
2010-03-13 Stefano SabatiniAdd AVFilterPicRef.pos field and make libavfilter propa...
2010-03-13 Stefano SabatiniExtend the slice filter to make it issue slice height...
2010-03-08 Måns Rullgårdavfilter: make avfilter_default_free_video_buffer(...
2010-03-07 Stefano SabatiniMake avfilter_default_start_frame() correctly pass...
2010-03-06 Stefano SabatiniShow aspect ratio information in dprintf_picref() traces.
2010-02-25 Stefano SabatiniAdd the graph2dot tools and document it.
2010-02-03 Stefano SabatiniUse pixel format descriptors for checking if the input...
2010-02-01 Stefano SabatiniUse pixel format descriptors to check if the input...
2010-01-31 Stefano SabatiniAvoid usage of avcodec_get_pix_fmt_name() and
2010-01-30 Stefano SabatiniUse av_get_pix_fmt() instead of the deprecated avcodec_...
next