summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* Allow giving filter instances names, in anticipation of the upcomingVitor Sessak2008-02-15
* Add pts to frame referencesVitor Sessak2008-02-15
* Adjust the default start_frame() and end_frame() implementations to simplifyVitor Sessak2008-02-15
* Make avfilter_ref_pic also handle removal of permissions for the caller.Vitor Sessak2008-02-15
* Rework filter initialization sequence. Now supports passing user parameters,Vitor Sessak2008-02-15
* Support passing parameters to filters.Vitor Sessak2008-02-15
* Make linesize a per-reference propertyVitor Sessak2008-02-15
* Initial stab at an APIVitor Sessak2008-02-15
* Add last file of main filter frameworkVitor Sessak2008-02-15
* Force alignment of pic->linesizeVitor Sessak2008-02-15
* Force linesize to be a multiple of 16Vitor Sessak2008-02-15
* Rework link property configuration system.Vitor Sessak2008-02-15
* Rewrite colorspace negotiation.Vitor Sessak2008-02-15
* Make an invalid use of a default callback implementation return an error.Vitor Sessak2008-02-15
* Ensure that buffers returned by the default allocator are readable, or elseVitor Sessak2008-02-15
* Revert braindead linked list of permissionsVitor Sessak2008-02-15
* Track the permissions that have been given out to each picture.Vitor Sessak2008-02-15
* indentationVitor Sessak2008-02-15
* Make default end_frame() implementation more useful.Vitor Sessak2008-02-15
* Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak2008-02-15
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-02-15
* Move default entry point implementations to their own file.Vitor Sessak2008-02-15
* Do not copy more data than neededVitor Sessak2008-02-15
* Remove header now made uselessVitor Sessak2008-02-15
* Remove unneeded function.Vitor Sessak2008-02-15
* Missed this file in my conditional compilation patchVitor Sessak2008-02-15
* SimplifyVitor Sessak2008-02-15
* SimplifyVitor Sessak2008-02-15
* Indent after last commitVitor Sessak2008-02-15
* Remove unneded elseVitor Sessak2008-02-15
* Cosmetical: indentationVitor Sessak2008-02-15
* Nit: AlignmentVitor Sessak2008-02-15
* Remove useless ()Vitor Sessak2008-02-15
* Do not always fail for circular filter chainsVitor Sessak2008-02-15
* Remove unused var (dead code leftover?).Vitor Sessak2008-02-15
* Avoid link_dpad() overuse in avfilter_start_frame()Vitor Sessak2008-02-15
* Add context to av_log()Vitor Sessak2008-02-15
* Merge loopsVitor Sessak2008-02-15
* Coding style changesVitor Sessak2008-02-15
* Remove unneded headersVitor Sessak2008-02-15
* Nits: more punctuation and capitalizationVitor Sessak2008-02-15
* Move setting the pts of the copied frame to a more adequated place.Vitor Sessak2008-02-15
* Add const to silence warningsVitor Sessak2008-02-15
* The filter framework as is hangs with filters thatVitor Sessak2008-02-15
* Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak2008-02-15
* Add movie file video source filter.Vitor Sessak2008-02-15
* Presentation timestamp (PTS) modification filterVitor Sessak2008-02-15
* Rename filterVitor Sessak2008-02-15
* 90 degrees counter-clockwise rotation filterVitor Sessak2008-02-15
* Add an equivalent to the mplayer format filterVitor Sessak2008-02-15