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