12726 Commits (d248905ba582b399bf1244fafcdfedc36569fe51)
 

Author SHA1 Message Date
Vitor Sessak e946c25a2f Add an equivalent to the mplayer format filter 17 years ago
Vitor Sessak cc0bb5a160 Change the passthrough filter to a noformat filter. It's now similar to 17 years ago
Vitor Sessak 2fd46877f8 Indentation 17 years ago
Vitor Sessak 698181056d Rework link property configuration system. 17 years ago
Vitor Sessak c35a047373 Add horizontal flip filter. 17 years ago
Vitor Sessak e3065c8b59 Need to be careful when dealing with references. 17 years ago
Vitor Sessak 07d0bba507 When inserting a filter, don't lose any information we may already have 17 years ago
Vitor Sessak 75ce65468f Rewrite colorspace negotiation. 17 years ago
Vitor Sessak 52362e9dc1 Make filter auto-insertion code its own function. 17 years ago
Vitor Sessak 4ea0ab3c39 Remove no-longer accurate comment 17 years ago
Vitor Sessak 8f618f4c04 Check for error so that 17 years ago
Vitor Sessak 4d7c9be36d Remove dummy and ppm filters which were only for testing. 17 years ago
Vitor Sessak f9033975fc Image negating filter 17 years ago
Vitor Sessak d21cbbff0b Auto insert scale filter to convert colrospaces when needed 17 years ago
Vitor Sessak 2a553ef529 Add scale/colorspace conversion filter 17 years ago
Vitor Sessak 7bce27a3a3 Prefix names of filter structs 17 years ago
Vitor Sessak dd299c681f Rename "buffer" filter to "fifo" 17 years ago
Vitor Sessak 8179953777 Add a filter to output the same video to two outputs 17 years ago
Vitor Sessak 0838e7316b Add a filter to act as a buffer between filters which may output multiple 17 years ago
Vitor Sessak f4cb446216 Use av_freep instead of av_free 17 years ago
Vitor Sessak 44b73497d3 Rename avfilter_create to avfilter_open and remove the wrapper function 17 years ago
Vitor Sessak 6d8c67a778 Change registered filter list to a linked list 17 years ago
Vitor Sessak e675dccdc0 Be more consistent in style of code for falling back to defaults. 17 years ago
Vitor Sessak cdf2a3326f replace memcpy with assignment 17 years ago
Vitor Sessak 269b9847ab Revert braindead linked list of permissions 17 years ago
Vitor Sessak a4af86c878 Track the permissions that have been given out to each picture. 17 years ago
Vitor Sessak c949d86763 Allow filters to set the requirements on permissions for incoming buffers. 17 years ago
Vitor Sessak 6fb0648d37 Use macros for better readability 17 years ago
Vitor Sessak ef35d13a84 Remove the data parameter from draw_slice(). It's unneeded and often more 17 years ago
Vitor Sessak 7a61cc4d4b Remove test program and test video output module since ffplay can be used 17 years ago
Vitor Sessak f9285377b2 Allow creation of filter graphs from a graph description structure which 17 years ago
Vitor Sessak ef712a3b28 Add a filter to overlay one video on top of another, picture-in-picture style. 17 years ago
Vitor Sessak 49d915cbf5 Add a filter to modify the framerate. 17 years ago
Vitor Sessak 3306f8bd15 Let request_frame() indicate success or failure 17 years ago
Vitor Sessak e2fcb3cb9a Add a vertical flip filter 17 years ago
Vitor Sessak 246184413a Helper functions for adding new pads to filters at runtime 17 years ago
Vitor Sessak 01942f1d90 Separate the process of creating links between filters from that of configuring 17 years ago
Vitor Sessak 78b0c0bbbf Move default entry point implementations to their own file. 17 years ago
Vitor Sessak d4169dd3a4 Make the filter graph just another normal filter. 17 years ago
Vitor Sessak c5ef7d7b3e Make input/output pads modifiable on a per-instance basis. 17 years ago
Vitor Sessak c6b0aa6802 Fix warnings 17 years ago
Vitor Sessak 97fb0c2cb3 Cosmetics: fix indentation 17 years ago
Vitor Sessak 7d0e1392a7 Fix some potential segfaults. 17 years ago
Vitor Sessak a360f71e3a Allow code to pass data to filters it creates. 17 years ago
Vitor Sessak e6f560bbaa Split filter graphs out into their own source & header files. 17 years ago
Vitor Sessak 2350e69cee Use av_strdup/av_free instead of strdup/free 17 years ago
Vitor Sessak f60208f443 Add a simple filter graph structure and functions 17 years ago
Vitor Sessak 6ae82d1ec7 Allow giving filter instances names, in anticipation of the upcoming 17 years ago
Vitor Sessak 1653c11f23 cosmetics: vertical alignment 17 years ago
Vitor Sessak af838d4c1e Add pts to frame references 17 years ago