12754 Commits (dc3f320dfd3bb2c0345ffcf7754af3e0bee9458a)
 

Author SHA1 Message Date
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
Vitor Sessak 1a18860a8f Add pts to frame references 17 years ago
Vitor Sessak 462f57dbd8 Adjust the default start_frame() and end_frame() implementations to simplify 17 years ago
Vitor Sessak 8fb48e7c44 Make avfilter_ref_pic also handle removal of permissions for the caller. 17 years ago
Vitor Sessak d3e57c15cf Rework filter initialization sequence. Now supports passing user parameters, 17 years ago
Vitor Sessak 4d96a914f9 Support passing parameters to filters. 17 years ago
Vitor Sessak bbf42679c5 Make linesize a per-reference property 17 years ago
Vitor Sessak a5cbb2f4cb Initial stab at an API 17 years ago
Vitor Sessak 5c212e6fbc Add last file of main filter framework 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