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
2009-12-09Make parse_key_value_pair() print an error message if a key is notStefano Sabatini
2009-12-09Use an unsigned int to contain all the color values of the expressionsStefano Sabatini
2009-12-08Fix alpha plane flipping for the yuva420p and similar pixel formats.Stefano Sabatini
2009-12-06Reindent after the last commit.Stefano Sabatini
2009-12-06Fix slicify when the slice_direction is negative, make it send slicesStefano Sabatini
2009-12-05Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini
2009-11-29Use the correct chroma values for the data[] array used inStefano Sabatini
2009-11-29Use a valid log context for av_log().Stefano Sabatini
2009-11-29Document slice ordering assumption required by avfilter_draw_slice().Stefano Sabatini
2009-11-26Remove AVFilter.next field, since it is not used and it is not goingStefano Sabatini
2009-11-25Implement avfilter_next().Stefano Sabatini
2009-11-25Implement a new registration system for filters.Stefano Sabatini
2009-11-22Remove from the list of the supported formats the formats which areStefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-16Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun
2009-11-12Add scale filter.Stefano Sabatini
2009-11-10Fix crop filter start_frame() for paletted formats different fromStefano Sabatini
2009-11-09Enable linking of parseutils.o.Stefano Sabatini
2009-11-09Fix start_frame(), which was issuing chroma artifacts with planarStefano Sabatini
2009-11-04Vertical align.Stefano Sabatini
2009-11-04Use spaces after commas for improving readability.Stefano Sabatini
2009-11-04Add slicify video filter.Stefano Sabatini
2009-11-04Make avfilter_get_video_buffer() useStefano Sabatini
2009-11-04Explicitely define get_video_buffer() callbacks in the format,Stefano Sabatini
2009-11-04Change file doxy fromStefano Sabatini
2009-11-04Fix/clarify description of the noformat filter.Stefano Sabatini
2009-10-30Remove the get_video_buffer() callback.Stefano Sabatini
2009-10-28Fix doxies, use third person and phrase-ending dots.Stefano Sabatini
2009-10-28Add format and noformat filters.Stefano Sabatini
2009-10-27Introduce first_avfilter and use that, together with AVFilter.next,Stefano Sabatini
2009-10-27Add a field 'next' to AVFilter.Stefano Sabatini
2009-10-27Add descriptions for the committed filters.Stefano Sabatini
2009-10-26Make dprintf_link() show the name of the link pixel format.Stefano Sabatini
2009-10-23Move the description field of the filter from AVFilterContext toStefano Sabatini
2009-10-23Add a description field to AVFilterContext.Stefano Sabatini
2009-10-23Add video vertical flip filter.Stefano Sabatini
2009-10-22Make the pix_fmts var in query_formats() static const.Stefano Sabatini
2009-10-22Add video crop filter.Stefano Sabatini
2009-10-22Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini
2009-10-22Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini
2009-10-19Break over-80-chars-long line.Stefano Sabatini
2009-10-19Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini
2009-10-19Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini
2009-10-19Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini
2009-10-19Make clear in the doxy that this is a *video* filter.Stefano Sabatini
2009-10-19Fix recursive avfilter_poll_frame(). It was doingVitor Sessak
2009-10-18Add the null video filter.Stefano Sabatini
2009-10-18Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini
2009-10-18Make avfilter_get_video_buffer() recursive.Stefano Sabatini
2009-10-07Add w and h fields to AVFilterPic.Stefano Sabatini