Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-08Implement avfilter_version().Stefano Sabatini
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-03Improve AVFilterFormats doxy.Michael Niedermayer
2008-03-06Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris
2008-02-27Make libavfilter define its version like the other libav* libsVitor Sessak
2008-02-22Ascii art to explain what avfilter_formats_changeref() does.Michael Niedermayer
2008-02-22cosmeticMichael Niedermayer
2008-02-22Better description (merge is too vague IMHO).Michael Niedermayer
2008-02-22Document avfilter_formats_ref() with some ascii art.Michael Niedermayer
2008-02-16Remove unneeded function.Vitor Sessak
2008-02-16OopsVitor Sessak
2008-02-16Missed this file in my conditional compilation patchVitor Sessak
2008-02-16Add libavfilter_versionVĂ­ctor Paesa
2008-02-16Remove author fieldVitor Sessak
2008-02-16Use CodecType for pad typeVitor Sessak
2008-02-16Nit: remove odd whitespaceVitor Sessak
2008-02-16Group avfilter_poll_frame() with related funcions and add doxygen commentVitor Sessak
2008-02-16Update comment to match codeVitor Sessak
2008-02-16Nits: punctuation and capitalizationVitor Sessak
2008-02-16Add const to silence warningsVitor Sessak
2008-02-16Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak
2008-02-16IndentationVitor Sessak
2008-02-16Rework link property configuration system.Vitor Sessak
2008-02-16Fix misc. warningsVitor Sessak
2008-02-16Rewrite colorspace negotiation.Vitor Sessak
2008-02-16Add pixel aspect ratio to AVFilterPicRef structureVitor Sessak
2008-02-16Add another "reuse" permission, to distinguish between the case where aVitor Sessak
2008-02-16use units of 1/AV_TIME_BASE for pts rather than millisecondsVitor Sessak
2008-02-16Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak
2008-02-16Revert braindead linked list of permissionsVitor Sessak
2008-02-16Track the permissions that have been given out to each picture.Vitor Sessak
2008-02-16Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak
2008-02-16spelling fixVitor Sessak
2008-02-16Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak
2008-02-16Add many new and improve existing doxy comments.Vitor Sessak
2008-02-16Let request_frame() indicate success or failureVitor Sessak
2008-02-16Helper functions for adding new pads to filters at runtimeVitor Sessak
2008-02-16Separate the process of creating links between filters from that of configuringVitor Sessak
2008-02-16Move default entry point implementations to their own file.Vitor Sessak
2008-02-16Make input/output pads modifiable on a per-instance basis.Vitor Sessak
2008-02-16Make the opaque init parameter non-const.Vitor Sessak
2008-02-16Fix some potential segfaults.Vitor Sessak
2008-02-16Allow code to pass data to filters it creates.Vitor Sessak
2008-02-16Split filter graphs out into their own source & header files.Vitor Sessak
2008-02-16Add a simple filter graph structure and functionsVitor Sessak
2008-02-16Allow giving filter instances names, in anticipation of the upcomingVitor Sessak
2008-02-16Add pts to frame referencesVitor Sessak
2008-02-16Adjust the default start_frame() and end_frame() implementations to simplifyVitor Sessak
2008-02-16Make avfilter_ref_pic also handle removal of permissions for the caller.Vitor Sessak