36 Commits (ec973f45a3afd82fd53313b0b570645c03b2b178)

Author SHA1 Message Date
S.N. Hemanth Meenakshisundaram 5d4890d73d Rename fields: 14 years ago
S.N. Hemanth Meenakshisundaram 7fce481a69 Rename functions and fields: 14 years ago
S.N. Hemanth Meenakshisundaram ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 years ago
S.N. Hemanth Meenakshisundaram d54e0948e0 Move format from AVFilterBuffer to AVFilterPicRef. 14 years ago
S.N. Hemanth Meenakshisundaram 59ff3fd536 Fix the size of the data to be copied from an AVFilterBuffer to an 14 years ago
Stefano Sabatini 7be5b7309c Make avfilter_default_get_video_buffer() use functions in 15 years ago
S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 15 years ago
S.N. Hemanth Meenakshisundaram b5c582fa9d Remove AVFilterBuffer w and h fields. 15 years ago
S.N. Hemanth Meenakshisundaram f0d77b2085 Rename AVFilterPic to AVFilterBuffer. 15 years ago
Víctor Paesa 922189feb0 Use avfilter_copy_picref_props() along lavfi. 15 years ago
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