Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-18consolidate .gitignore patters into a single fileJanne Grunau
2011-03-18convert svn:ignore properties to .gitignore filesJanne Grunau
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-19Fix leak in avfilter_graph_add_filter().Stefano Sabatini
2010-04-14Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case ofStefano Sabatini
2010-04-12Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.Stefano Sabatini
2010-04-11Bump libavfilter minor version and Changelog for unsharp filterBobby Bingham
2010-04-07Add unsharp video filter.Bobby Bingham
2010-04-03Remove variable whose value was never read. Found by clang.Bobby Bingham
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-19The vflip filter does not need to keep ownership of a picture reference.Bobby Bingham
2010-03-19Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham
2010-03-19Create a set of null callback functions.Bobby Bingham
2010-03-17Cosmetics: vertical alignBobby Bingham
2010-03-17Allow format and noformat filters to be more completely disabled when theBobby Bingham
2010-03-17Cosmetics: rearrange functions to simplify ifdefferyBobby Bingham
2010-03-17Add video filter to manipulate aspect ratioBobby Bingham
2010-03-13Make the scale filter pass the pkt.pos information to the outputStefano Sabatini
2010-03-13Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini
2010-03-13Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini
2010-03-13Extend the slice filter to make it issue slice height values randomlyStefano Sabatini
2010-03-08avfilter: make avfilter_default_free_video_buffer() staticMåns Rullgård
2010-03-08Make avfilter_default_start_frame() correctly pass the aspect ratioStefano Sabatini
2010-03-07Show aspect ratio information in dprintf_picref() traces.Stefano Sabatini
2010-02-25Add the graph2dot tools and document it.Stefano Sabatini
2010-02-04Use pixel format descriptors for checking if the input format isStefano Sabatini
2010-02-01Use pixel format descriptors to check if the input format is paletted.Stefano Sabatini
2010-01-31Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini
2010-01-30Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini
2010-01-16Implement null video sink.Stefano Sabatini
2010-01-16Implement null video source.Stefano Sabatini
2010-01-16Make avfilter_default_start_frame() request a buffer with the sameStefano Sabatini
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-13Make avfilter_insert_filter() log the names of the filters betweenStefano Sabatini
2010-01-13Make query_formats() print an error message if an auto-inserted scaleStefano Sabatini
2010-01-10Make query_formats() increment the scaler_count after each scalerStefano Sabatini
2010-01-10Make avfilter_insert_filter() print the instance name of theStefano Sabatini
2010-01-10Add a log context to avfilter_graph_config_links().Stefano Sabatini
2010-01-09 Make the scale filter set in the input and output links only theStefano Sabatini
2010-01-08Fix compilation on gcc 2.95.3 (still supported) broken by r21077,Stefano Sabatini
2010-01-08Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini
2010-01-08Use the @return doxy command, and extend documentation for the returnStefano Sabatini
2010-01-08Avoid the use of the modal auxiliary "should" in theStefano Sabatini
2010-01-08Fix doxy, use third person.Stefano Sabatini
2010-01-06Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini
2010-01-04Make avfilter_all_colorspaces() add to the returned list of pixelStefano Sabatini
2010-01-04Implement avfilter_add_colorspace().Stefano Sabatini
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2009-12-11Make parse_filter() parsing more robust.Stefano Sabatini