26 Commits (efdccce500de7dbd91a8f35fabdd8ccbed4d7064)

Author SHA1 Message Date
Vitor Sessak 8ad802e610 Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale. 15 years ago
Michael Niedermayer efdc74ef19 Try to keep track of interlaced and top field first. 15 years ago
Bobby Bingham 91d1c741bf Create a set of null callback functions. 15 years ago
Stefano Sabatini 5bb5c1dc86 Add AVFilterPicRef.pos field and make libavfilter propagate stream 15 years ago
Måns Rullgård 1250fcc862 avfilter: make avfilter_default_free_video_buffer() static 15 years ago
Stefano Sabatini 3b2142af99 Make avfilter_default_start_frame() correctly pass the aspect ratio 15 years ago
Stefano Sabatini b5eab66e9f Make avfilter_default_start_frame() request a buffer with the same 15 years ago
Stefano Sabatini a13a543797 Add a slice_dir parameter to avfilter_draw_slice(). 15 years ago
Stefano Sabatini 0eb4ff9e37 Make avfilter_get_video_buffer() recursive. 15 years ago
Stefano Sabatini 46c40e4835 Add w and h fields to AVFilterPic. 15 years ago
David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
Stefano Sabatini b9609848f3 Implement the avfilter_default_draw_slice() handler and use it in 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Vitor Sessak 790a03d701 Force alignment of pic->linesize 17 years ago
Vitor Sessak 4cf48782f8 Force linesize to be a multiple of 16 17 years ago
Vitor Sessak 459821c533 Rework link property configuration system. 17 years ago
Vitor Sessak e363730c01 Rewrite colorspace negotiation. 17 years ago
Vitor Sessak d0e4eba57c Make an invalid use of a default callback implementation return an error. 17 years ago
Vitor Sessak 4f90956596 Ensure that buffers returned by the default allocator are readable, or else 17 years ago
Vitor Sessak 23274667c2 Revert braindead linked list of permissions 17 years ago
Vitor Sessak 4d62c9d377 Track the permissions that have been given out to each picture. 17 years ago
Vitor Sessak fc0f39c222 indentation 17 years ago
Vitor Sessak 552c020875 Make default end_frame() implementation more useful. 17 years ago
Vitor Sessak 712048daf5 Allow filters to set the requirements on permissions for incoming buffers. 17 years ago
Vitor Sessak f66f53dac8 Separate the process of creating links between filters from that of configuring 17 years ago
Vitor Sessak bf4ce7a364 Move default entry point implementations to their own file. 17 years ago