]> git.sesse.net Git - ffmpeg/history - libavfilter
swscale: avoid reading prior to the source buffer in planar2x() MMX2
[ffmpeg] / libavfilter /
2010-09-10 Stefano SabatiniCosmetics: remove useless parentheses.
2010-09-07 Stefano SabatiniReindent.
2010-09-07 Stefano SabatiniMove av_picture_data_copy() to libavcore, and rename it
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-24 Stefano SabatiniImplement ff_get_ref_perms_string() and use it for...
2010-08-24 Stefano SabatiniAdd fifo filter.
2010-08-24 Stefano SabatiniMake avfilter_start_frame() invoke avfilter_get_video_b...
2010-08-20 S.N. Hemanth Meena... Add null audio filter.
2010-08-20 Stefano SabatiniRename av_fill_image_max_pixstep() to av_fill_image_max...
2010-08-20 Stefano SabatiniMake ff_dprintf_ref() print audio related information...
2010-08-20 Stefano SabatiniCosmetics: merge two lines in ff_dprintf_ref().
2010-08-20 Stefano SabatiniMake ff_dprintf_ref() print the information related...
2010-08-20 Stefano SabatiniRename ff_dprintf_picref() to ff_dprintf_ref().
2010-08-20 Stefano SabatiniExtend ff_dprintf_picref() to make it print video inter...
2010-08-20 Stefano SabatiniMake ff_dprintf_picref() print video properties only...
2010-08-20 Stefano SabatiniOnly print the pointer to the first plane in ff_dprintf...
2010-08-20 Stefano SabatiniCosmetics: add an empty newline between the function...
2010-08-19 Stefano SabatiniEnable and change the log level to DEBUG for the messag...
2010-08-19 Stefano SabatiniCosmetics: apply misc spacing style fixes.
2010-08-18 Stefano SabatiniFix braino: @flip -> @file.
2010-08-18 Stefano SabatiniImplement inline function av_fill_image_max_pixstep...
2010-08-17 Stefano SabatiniCosmetics: apply misc style fixes.
2010-08-17 S.N. Hemanth Meena... Implement libavfilter audio framework.
2010-08-17 Stefano SabatiniAdd missing checks in avfilter_default_get_video_buffer().
2010-08-17 Stefano SabatiniAdd missing NULL checks in avfilter_ref_buffer().
2010-08-17 Stefano SabatiniAdd hflip filter.
2010-08-12 Stefano SabatiniCosmetics: put "{" on the same line of the "struct...
2010-08-12 Stefano SabatiniDeprecate ff_get_plane_bytewidth() in favor of
2010-08-12 Baptiste Coudurier100L, fix vf_scale, since copy_ref_props now copy w...
2010-08-11 Stefano SabatiniApply misc cosmetics: add empty newlines for separating...
2010-08-11 S.N. Hemanth Meena... Set type on buffer in get_video_buffer().
2010-08-11 S.N. Hemanth Meena... Resize data and linesize in AVFilterBufferRef to 8.
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-07 S.N. Hemanth Meena... Move format from AVFilterBuffer to AVFilterPicRef.
2010-08-07 S.N. Hemanth Meena... Fix the size of the data to be copied from an AVFilterB...
2010-08-06 Måns Rullgårdavfilter: indent
2010-08-06 Måns Rullgårdavfilter: do not crash on null link src/dst in avfilter...
2010-08-06 Måns Rullgårdavfilter: free link in/out_formats in avfilter_destroy()
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-08-03 Stefano SabatiniMake avfilter_copy_picref_props() copy w and h from...
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...
next