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
2010-05-16use filter name when graph parser add filtersBaptiste Coudurier
2010-05-13Remove the name of the file from the @file doxy, it is unnecessary andStefano Sabatini
2010-05-13Make the init and config_filter callbacks of the pad filter returnStefano Sabatini
2010-05-13Make av_parse_color() return AVERROR(EINVAL) rather than -1.Stefano Sabatini
2010-05-11silence gcc warning about potential uninitialized usageBaptiste Coudurier
2010-05-10Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak
2010-05-10Bump lavfi minor after the addition of the fields interlaced andStefano Sabatini
2010-05-08Make config_props() show conversion information before to create theStefano Sabatini
2010-05-08Log input size, input format and swscale flags used for conversion inStefano Sabatini
2010-05-07vf_pad: fix mixed code and declarationsMåns Rullgård
2010-05-07c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer
2010-05-07Add pad filter.Michael Niedermayer
2010-05-07Try to keep track of interlaced and top field first.Michael Niedermayer
2010-05-07Enable vsrc_bufferMichael Niedermayer
2010-05-07Support setting flags for sws.Michael Niedermayer
2010-05-07Add "Memory buffer source filter" from SOC.Michael Niedermayer
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