| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement null video sink. | Stefano Sabatini | 2010-01-16 | 4 | -1/+50 |
* | Implement null video source. | Stefano Sabatini | 2010-01-16 | 4 | -1/+88 |
* | Make avfilter_default_start_frame() request a buffer with the same | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -0/+4 |
* | Make avfilter_insert_filter() log the names of the filters between | Stefano Sabatini | 2010-01-13 | 1 | -2/+3 |
* | Make query_formats() print an error message if an auto-inserted scale | Stefano Sabatini | 2010-01-13 | 1 | -4/+8 |
* | Make query_formats() increment the scaler_count after each scaler | Stefano Sabatini | 2010-01-10 | 1 | -1/+1 |
* | Make avfilter_insert_filter() print the instance name of the | Stefano Sabatini | 2010-01-10 | 1 | -1/+1 |
* | Add a log context to avfilter_graph_config_links(). | Stefano Sabatini | 2010-01-10 | 3 | -6/+6 |
* | Make the scale filter set in the input and output links only the | Stefano Sabatini | 2010-01-08 | 1 | -2/+16 |
* | Fix compilation on gcc 2.95.3 (still supported) broken by r21077, | Stefano Sabatini | 2010-01-08 | 1 | -1/+3 |
* | Make avfilter_formats_unref(AVFilterFormats **ref) handle the case | Stefano Sabatini | 2010-01-07 | 2 | -3/+7 |
* | Use the @return doxy command, and extend documentation for the return | Stefano Sabatini | 2010-01-07 | 1 | -1/+2 |
* | Avoid the use of the modal auxiliary "should" in the | Stefano Sabatini | 2010-01-07 | 1 | -2/+2 |
* | Fix doxy, use third person. | Stefano Sabatini | 2010-01-07 | 1 | -1/+1 |
* | Change avfilter_add_colorspace() to make it accept **avff rather than | Stefano Sabatini | 2010-01-06 | 2 | -11/+16 |
* | Make avfilter_all_colorspaces() add to the returned list of pixel | Stefano Sabatini | 2010-01-04 | 1 | -6/+5 |
* | Implement avfilter_add_colorspace(). | Stefano Sabatini | 2010-01-03 | 2 | -1/+22 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 2 | -4/+4 |
* | Make parse_filter() parsing more robust. | Stefano Sabatini | 2009-12-11 | 1 | -2/+2 |
* | Make parse_key_value_pair() print an error message if a key is not | Stefano Sabatini | 2009-12-08 | 1 | -0/+2 |
* | Use an unsigned int to contain all the color values of the expressions | Stefano Sabatini | 2009-12-08 | 1 | -1/+2 |
* | Fix alpha plane flipping for the yuva420p and similar pixel formats. | Stefano Sabatini | 2009-12-08 | 1 | -8/+8 |
* | Reindent after the last commit. | Stefano Sabatini | 2009-12-06 | 1 | -4/+4 |
* | Fix slicify when the slice_direction is negative, make it send slices | Stefano Sabatini | 2009-12-06 | 1 | -0/+8 |
* | Add a slice_dir parameter to avfilter_draw_slice(). | Stefano Sabatini | 2009-12-04 | 8 | -33/+30 |
* | Use the correct chroma values for the data[] array used in | Stefano Sabatini | 2009-11-29 | 1 | -2/+2 |
* | Use a valid log context for av_log(). | Stefano Sabatini | 2009-11-29 | 1 | -1/+1 |
* | Document slice ordering assumption required by avfilter_draw_slice(). | Stefano Sabatini | 2009-11-29 | 1 | -0/+5 |
* | Remove AVFilter.next field, since it is not used and it is not going | Stefano Sabatini | 2009-11-25 | 1 | -6/+1 |
* | Implement avfilter_next(). | Stefano Sabatini | 2009-11-24 | 2 | -1/+14 |
* | Implement a new registration system for filters. | Stefano Sabatini | 2009-11-24 | 2 | -15/+20 |
* | Remove from the list of the supported formats the formats which are | Stefano Sabatini | 2009-11-22 | 1 | -3/+0 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 2 | -0/+22 |
* | Add missing #includes for avutil.h, required for the AV_VERSION* macros. | Diego Biurrun | 2009-11-16 | 1 | -0/+2 |
* | Add scale filter. | Stefano Sabatini | 2009-11-11 | 4 | -1/+206 |
* | Fix crop filter start_frame() for paletted formats different from | Stefano Sabatini | 2009-11-09 | 1 | -1/+5 |
* | Enable linking of parseutils.o. | Stefano Sabatini | 2009-11-09 | 1 | -0/+1 |
* | Fix start_frame(), which was issuing chroma artifacts with planar | Stefano Sabatini | 2009-11-08 | 1 | -1/+1 |
* | Vertical align. | Stefano Sabatini | 2009-11-03 | 1 | -6/+6 |
* | Use spaces after commas for improving readability. | Stefano Sabatini | 2009-11-03 | 1 | -6/+6 |
* | Add slicify video filter. | Stefano Sabatini | 2009-11-03 | 4 | -2/+111 |
* | Make avfilter_get_video_buffer() use | Stefano Sabatini | 2009-11-03 | 2 | -5/+2 |
* | Explicitely define get_video_buffer() callbacks in the format, | Stefano Sabatini | 2009-11-03 | 2 | -0/+15 |
* | Change file doxy from | Stefano Sabatini | 2009-11-03 | 1 | -1/+1 |
* | Fix/clarify description of the noformat filter. | Stefano Sabatini | 2009-11-03 | 1 | -1/+1 |
* | Remove the get_video_buffer() callback. | Stefano Sabatini | 2009-10-30 | 1 | -7/+0 |
* | Fix doxies, use third person and phrase-ending dots. | Stefano Sabatini | 2009-10-27 | 1 | -2/+2 |
* | Add format and noformat filters. | Stefano Sabatini | 2009-10-27 | 4 | -1/+159 |
* | Introduce first_avfilter and use that, together with AVFilter.next, | Stefano Sabatini | 2009-10-27 | 1 | -21/+13 |