57 Commits (7cabcf7d37e3cfdd493a6a0e3035c0d6170db6b2)

Author SHA1 Message Date
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Stefano Sabatini 42f72a3ac4 Fix a typo. 16 years ago
Stefano Sabatini 39981f5354 Reword a sentence in a doxy making its interpretation clearer. 16 years ago
Stefano Sabatini 540f1c7b13 Implement avfilter_version(). 16 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Michael Niedermayer a27c8d5fa9 Improve AVFilterFormats doxy. 17 years ago
Panagiotis Issaris d42a814ef1 Make av_class a pointer to a const AVClass. Addresses one warning in 17 years ago
Vitor Sessak be19d752ba Make libavfilter define its version like the other libav* libs 17 years ago
Michael Niedermayer b9c2fb3444 Ascii art to explain what avfilter_formats_changeref() does. 17 years ago
Michael Niedermayer eb30e86c7d cosmetic 17 years ago
Michael Niedermayer 33a0facf0b Better description (merge is too vague IMHO). 17 years ago
Michael Niedermayer 09b63a42a5 Document avfilter_formats_ref() with some ascii art. 17 years ago
Vitor Sessak b6f5794597 Remove unneeded function. 17 years ago
Vitor Sessak 11de6cac7e Oops 17 years ago
Vitor Sessak e4152452d5 Missed this file in my conditional compilation patch 17 years ago
Víctor Paesa a7d4665709 Add libavfilter_version 17 years ago
Vitor Sessak 765f96c6e1 Remove author field 17 years ago
Vitor Sessak daafdb6eae Use CodecType for pad type 17 years ago
Vitor Sessak 0155b1a1cc Nit: remove odd whitespace 17 years ago
Vitor Sessak b04c740a18 Group avfilter_poll_frame() with related funcions and add doxygen comment 17 years ago
Vitor Sessak 853961a999 Update comment to match code 17 years ago
Vitor Sessak 664f659526 Nits: punctuation and capitalization 17 years ago
Vitor Sessak 2844dd393a Add const to silence warnings 17 years ago
Vitor Sessak d224d73a5d Implement poll_frame() method. Fix ffmpeg.c bug with 17 years ago
Vitor Sessak d177bd183f Indentation 17 years ago
Vitor Sessak 24c4eff657 Rework link property configuration system. 17 years ago
Vitor Sessak 3afcca9dfd Fix misc. warnings 17 years ago
Vitor Sessak 35f3fdf48d Rewrite colorspace negotiation. 17 years ago
Vitor Sessak 2621f4a36b Add pixel aspect ratio to AVFilterPicRef structure 17 years ago
Vitor Sessak b3ab2f7e84 Add another "reuse" permission, to distinguish between the case where a 17 years ago
Vitor Sessak 056f0431f3 use units of 1/AV_TIME_BASE for pts rather than milliseconds 17 years ago
Vitor Sessak fc815c5623 Rename avfilter_create to avfilter_open and remove the wrapper function 17 years ago
Vitor Sessak 16415eafdb Revert braindead linked list of permissions 17 years ago
Vitor Sessak 52f97a0d8d Track the permissions that have been given out to each picture. 17 years ago
Vitor Sessak 60bf6ce3ba Allow filters to set the requirements on permissions for incoming buffers. 17 years ago
Vitor Sessak b42a6a92ff spelling fix 17 years ago
Vitor Sessak 72f6d6317c Remove the data parameter from draw_slice(). It's unneeded and often more 17 years ago
Vitor Sessak 13ff8fd01c Add many new and improve existing doxy comments. 17 years ago
Vitor Sessak 63f64e6f4d Let request_frame() indicate success or failure 17 years ago
Vitor Sessak a9c81431bd Helper functions for adding new pads to filters at runtime 17 years ago
Vitor Sessak 85322466ef Separate the process of creating links between filters from that of configuring 17 years ago
Vitor Sessak 901e6b39b0 Move default entry point implementations to their own file. 17 years ago
Vitor Sessak 7c9066a3e4 Make input/output pads modifiable on a per-instance basis. 17 years ago
Vitor Sessak 95bcf49885 Make the opaque init parameter non-const. 17 years ago
Vitor Sessak 25f8e6014a Fix some potential segfaults. 17 years ago
Vitor Sessak 6e365c5720 Allow code to pass data to filters it creates. 17 years ago
Vitor Sessak 443e73f08f Split filter graphs out into their own source & header files. 17 years ago
Vitor Sessak 13a75d5a76 Add a simple filter graph structure and functions 17 years ago
Vitor Sessak dcea24825f Allow giving filter instances names, in anticipation of the upcoming 17 years ago