| Commit message (Expand) | Author | Age | Files | Lines |
* | Make avfilter_default_start_frame() request a buffer with the same | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Add a slice_dir parameter to avfilter_draw_slice(). | Stefano Sabatini | 2009-12-04 | 1 | -2/+2 |
* | Make avfilter_get_video_buffer() recursive. | Stefano Sabatini | 2009-10-18 | 1 | -4/+4 |
* | Add w and h fields to AVFilterPic. | Stefano Sabatini | 2009-10-07 | 1 | -2/+2 |
* | Move ALIGN macro to libavutil/common.h and use it in various places | David Conrad | 2009-05-22 | 1 | -5/+1 |
* | Implement the avfilter_default_draw_slice() handler and use it in | Stefano Sabatini | 2009-01-11 | 1 | -0/+11 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Force alignment of pic->linesize | Vitor Sessak | 2008-02-15 | 1 | -4/+16 |
* | Force linesize to be a multiple of 16 | Vitor Sessak | 2008-02-15 | 1 | -1/+3 |
* | Rework link property configuration system. | Vitor Sessak | 2008-02-15 | 1 | -10/+0 |
* | Rewrite colorspace negotiation. | Vitor Sessak | 2008-02-15 | 1 | -9/+34 |
* | Make an invalid use of a default callback implementation return an error. | Vitor Sessak | 2008-02-15 | 1 | -2/+1 |
* | Ensure that buffers returned by the default allocator are readable, or else | Vitor Sessak | 2008-02-15 | 1 | -1/+3 |
* | Revert braindead linked list of permissions | Vitor Sessak | 2008-02-15 | 1 | -11/+1 |
* | Track the permissions that have been given out to each picture. | Vitor Sessak | 2008-02-15 | 1 | -1/+11 |
* | indentation | Vitor Sessak | 2008-02-15 | 1 | -2/+2 |
* | Make default end_frame() implementation more useful. | Vitor Sessak | 2008-02-15 | 1 | -0/+2 |
* | Allow filters to set the requirements on permissions for incoming buffers. | Vitor Sessak | 2008-02-15 | 1 | -2/+0 |
* | Separate the process of creating links between filters from that of configuring | Vitor Sessak | 2008-02-15 | 1 | -0/+10 |
* | Move default entry point implementations to their own file. | Vitor Sessak | 2008-02-15 | 1 | -0/+118 |