summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-7/+5
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* fix AVClass for avfilterMåns Rullgård2008-03-071-3/+6
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-12/+3
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-061-1/+1
* Add correct version number to shared libavfilterVitor Sessak2008-03-051-2/+2
* Fix avfilter compilation with --enable-shared and no libswscalerVitor Sessak2008-03-051-1/+5
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-032-9/+5
* Make libavfilter define its version like the other libav* libsVitor Sessak2008-02-261-1/+11
* Ascii art to explain what avfilter_formats_changeref() does.Michael Niedermayer2008-02-211-0/+13
* cosmeticMichael Niedermayer2008-02-211-3/+3
* Better description (merge is too vague IMHO).Michael Niedermayer2008-02-211-3/+3
* Better description for merge_ref().Michael Niedermayer2008-02-211-1/+3
* Document avfilter_formats_ref() with some ascii art.Michael Niedermayer2008-02-211-1/+12
* Remove unneeded function.Vitor Sessak2008-02-151-3/+0
* OopsVitor Sessak2008-02-151-1/+1
* Missed this file in my conditional compilation patchVitor Sessak2008-02-151-0/+3
* Add libavfilter_versionVíctor Paesa2008-02-151-0/+2
* Remove author fieldVitor Sessak2008-02-151-1/+0
* Use CodecType for pad typeVitor Sessak2008-02-151-2/+1
* Nit: remove odd whitespaceVitor Sessak2008-02-151-1/+1
* Group avfilter_poll_frame() with related funcions and add doxygen commentVitor Sessak2008-02-151-2/+7
* Update comment to match codeVitor Sessak2008-02-151-3/+1
* Nits: punctuation and capitalizationVitor Sessak2008-02-151-50/+50
* Add const to silence warningsVitor Sessak2008-02-151-5/+5
* Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak2008-02-151-0/+13
* IndentationVitor Sessak2008-02-151-1/+1
* Rework link property configuration system.Vitor Sessak2008-02-151-3/+10
* Fix misc. warningsVitor Sessak2008-02-151-0/+3
* Rewrite colorspace negotiation.Vitor Sessak2008-02-151-21/+118
* Add pixel aspect ratio to AVFilterPicRef structureVitor Sessak2008-02-151-0/+2
* Add another "reuse" permission, to distinguish between the case where aVitor Sessak2008-02-151-1/+2
* use units of 1/AV_TIME_BASE for pts rather than millisecondsVitor Sessak2008-02-151-1/+1
* Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak2008-02-151-12/+5
* Revert braindead linked list of permissionsVitor Sessak2008-02-151-37/+1
* Track the permissions that have been given out to each picture.Vitor Sessak2008-02-151-1/+37
* Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak2008-02-151-0/+28
* spelling fixVitor Sessak2008-02-151-1/+1
* Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak2008-02-151-3/+2
* Add many new and improve existing doxy comments.Vitor Sessak2008-02-151-47/+207
* Let request_frame() indicate success or failureVitor Sessak2008-02-151-2/+2
* Helper functions for adding new pads to filters at runtimeVitor Sessak2008-02-151-0/+33
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-02-151-0/+4
* Move default entry point implementations to their own file.Vitor Sessak2008-02-151-1/+5
* Make input/output pads modifiable on a per-instance basis.Vitor Sessak2008-02-151-0/+2
* Make the opaque init parameter non-const.Vitor Sessak2008-02-151-1/+1
* Fix some potential segfaults.Vitor Sessak2008-02-151-0/+3
* Allow code to pass data to filters it creates.Vitor Sessak2008-02-151-2/+4
* Split filter graphs out into their own source & header files.Vitor Sessak2008-02-151-20/+0
* Add a simple filter graph structure and functionsVitor Sessak2008-02-151-0/+20
OpenPOWER on IntegriCloud