12643 Commits (816ebf93201cd11e01b59c136930f317192d160e)
 

Author SHA1 Message Date
Vitor Sessak d9b575d384 Remove useless () 17 years ago
Vitor Sessak 7a9fd2a03c Do not always fail for circular filter chains 17 years ago
Vitor Sessak 5b7c403353 Remove unused var (dead code leftover?). 17 years ago
Vitor Sessak ac8a116e87 Avoid link_dpad() overuse in avfilter_start_frame() 17 years ago
Vitor Sessak 2c5741b857 Add context to av_log() 17 years ago
Vitor Sessak 19dc71045d Merge loops 17 years ago
Vitor Sessak e079d22ea2 Coding style changes 17 years ago
Vitor Sessak 02e9479717 Remove unneded headers 17 years ago
Vitor Sessak 16790dc3ae Nits: more punctuation and capitalization 17 years ago
Vitor Sessak be36bc0950 Move setting the pts of the copied frame to a more adequated place. 17 years ago
Vitor Sessak 05decb00cb Add const to silence warnings 17 years ago
Vitor Sessak 35db407eb2 The filter framework as is hangs with filters that 17 years ago
Vitor Sessak 7b02c484eb Implement poll_frame() method. Fix ffmpeg.c bug with 17 years ago
Vitor Sessak b62966c02e Add movie file video source filter. 17 years ago
Vitor Sessak 0970ec6ae0 Presentation timestamp (PTS) modification filter 17 years ago
Vitor Sessak be69699067 Rename filter 17 years ago
Vitor Sessak 0715e6d598 90 degrees counter-clockwise rotation filter 17 years ago
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