Commit History

Author SHA1 Message Date
  Stefano Sabatini 39c07b8e44 Implement in AVFilterGraph the scale_sws_opts field, and pass its 15 years ago
  Stefano Sabatini 822005ed45 Implement avfilter_graph_check_validity(). 15 years ago
  Stefano Sabatini b9609848f3 Implement the avfilter_default_draw_slice() handler and use it in 15 years ago
  Stefano Sabatini 2b187df99b Fix capitalization and missing periods issues. 15 years ago
  Stefano Sabatini 9ce95f272e Cosmetics: break line to make it not longer than 80 chars. 15 years ago
  Stefano Sabatini 91535e5f38 Fix typos. 15 years ago
  Stefano Sabatini 055068d001 Mention in the documentation of avfilter_poll_frame() that it returns 15 years ago
  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 16 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 years ago
  Michael Niedermayer a27c8d5fa9 Improve AVFilterFormats doxy. 16 years ago
  Panagiotis Issaris d42a814ef1 Make av_class a pointer to a const AVClass. Addresses one warning in 16 years ago
  Vitor Sessak be19d752ba Make libavfilter define its version like the other libav* libs 16 years ago
  Michael Niedermayer b9c2fb3444 Ascii art to explain what avfilter_formats_changeref() does. 16 years ago
  Michael Niedermayer eb30e86c7d cosmetic 16 years ago
  Michael Niedermayer 33a0facf0b Better description (merge is too vague IMHO). 16 years ago
  Michael Niedermayer 09b63a42a5 Document avfilter_formats_ref() with some ascii art. 16 years ago
  Vitor Sessak b6f5794597 Remove unneeded function. 16 years ago
  Vitor Sessak 11de6cac7e Oops 16 years ago
  Vitor Sessak e4152452d5 Missed this file in my conditional compilation patch 16 years ago
  Víctor Paesa a7d4665709 Add libavfilter_version 16 years ago
  Vitor Sessak 765f96c6e1 Remove author field 16 years ago
  Vitor Sessak daafdb6eae Use CodecType for pad type 16 years ago
  Vitor Sessak 0155b1a1cc Nit: remove odd whitespace 16 years ago
  Vitor Sessak b04c740a18 Group avfilter_poll_frame() with related funcions and add doxygen comment 16 years ago
  Vitor Sessak 853961a999 Update comment to match code 16 years ago
  Vitor Sessak 664f659526 Nits: punctuation and capitalization 16 years ago
  Vitor Sessak 2844dd393a Add const to silence warnings 16 years ago
  Vitor Sessak d224d73a5d Implement poll_frame() method. Fix ffmpeg.c bug with 16 years ago
  Vitor Sessak d177bd183f Indentation 16 years ago
  Vitor Sessak 24c4eff657 Rework link property configuration system. 16 years ago
  Vitor Sessak 3afcca9dfd Fix misc. warnings 16 years ago
  Vitor Sessak 35f3fdf48d Rewrite colorspace negotiation. 16 years ago
  Vitor Sessak 2621f4a36b Add pixel aspect ratio to AVFilterPicRef structure 16 years ago
  Vitor Sessak b3ab2f7e84 Add another "reuse" permission, to distinguish between the case where a 16 years ago
  Vitor Sessak 056f0431f3 use units of 1/AV_TIME_BASE for pts rather than milliseconds 16 years ago
  Vitor Sessak fc815c5623 Rename avfilter_create to avfilter_open and remove the wrapper function 16 years ago
  Vitor Sessak 16415eafdb Revert braindead linked list of permissions 16 years ago
  Vitor Sessak 52f97a0d8d Track the permissions that have been given out to each picture. 16 years ago
  Vitor Sessak 60bf6ce3ba Allow filters to set the requirements on permissions for incoming buffers. 16 years ago
  Vitor Sessak b42a6a92ff spelling fix 16 years ago
  Vitor Sessak 72f6d6317c Remove the data parameter from draw_slice(). It's unneeded and often more 16 years ago
  Vitor Sessak 13ff8fd01c Add many new and improve existing doxy comments. 16 years ago
  Vitor Sessak 63f64e6f4d Let request_frame() indicate success or failure 16 years ago
  Vitor Sessak a9c81431bd Helper functions for adding new pads to filters at runtime 16 years ago
  Vitor Sessak 85322466ef Separate the process of creating links between filters from that of configuring 16 years ago
  Vitor Sessak 901e6b39b0 Move default entry point implementations to their own file. 16 years ago