]> git.sesse.net Git - ffmpeg/history - libavfilter
Correctly handle case where buffer is 100% full
[ffmpeg] / libavfilter /
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-07 Måns Rullgårdfix AVClass for avfilter
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 Panagiotis IssarisMake av_class a pointer to a const AVClass. Addresses...
2008-03-05 Vitor SessakAdd correct version number to shared libavfilter
2008-03-05 Vitor SessakFix avfilter compilation with --enable-shared and no...
2008-03-03 Vitor SessakFix libavfilter compilation and make it more in line
2008-02-26 Vitor SessakMake libavfilter define its version like the other...
2008-02-21 Michael NiedermayerAscii art to explain what avfilter_formats_changeref...
2008-02-21 Michael Niedermayercosmetic
2008-02-21 Michael NiedermayerBetter description (merge is too vague IMHO).
2008-02-21 Michael NiedermayerBetter description for merge_ref().
2008-02-21 Michael NiedermayerDocument avfilter_formats_ref() with some ascii art.
2008-02-15 Vitor SessakRemove unneeded function.
2008-02-15 Vitor SessakOops
2008-02-15 Vitor SessakMissed this file in my conditional compilation patch
2008-02-15 Víctor PaesaAdd libavfilter_version
2008-02-15 Vitor SessakRemove author field
2008-02-15 Vitor SessakUse CodecType for pad type
2008-02-15 Vitor SessakNit: remove odd whitespace
2008-02-15 Vitor SessakGroup avfilter_poll_frame() with related funcions and...
2008-02-15 Vitor SessakUpdate comment to match code
2008-02-15 Vitor SessakNits: punctuation and capitalization
2008-02-15 Vitor SessakAdd const to silence warnings
2008-02-15 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-02-15 Vitor SessakIndentation
2008-02-15 Vitor SessakRework link property configuration system.
2008-02-15 Vitor SessakFix misc. warnings
2008-02-15 Vitor SessakRewrite colorspace negotiation.
2008-02-15 Vitor SessakAdd pixel aspect ratio to AVFilterPicRef structure
2008-02-15 Vitor SessakAdd another "reuse" permission, to distinguish between...
2008-02-15 Vitor Sessakuse units of 1/AV_TIME_BASE for pts rather than millise...
2008-02-15 Vitor SessakRename avfilter_create to avfilter_open and remove...
2008-02-15 Vitor SessakRevert braindead linked list of permissions
2008-02-15 Vitor SessakTrack the permissions that have been given out to each...
2008-02-15 Vitor SessakAllow filters to set the requirements on permissions...
2008-02-15 Vitor Sessakspelling fix
2008-02-15 Vitor SessakRemove the data parameter from draw_slice(). It's...
2008-02-15 Vitor SessakAdd many new and improve existing doxy comments.
2008-02-15 Vitor SessakLet request_frame() indicate success or failure
2008-02-15 Vitor SessakHelper functions for adding new pads to filters at...
2008-02-15 Vitor SessakSeparate the process of creating links between filters...
2008-02-15 Vitor SessakMove default entry point implementations to their own...
2008-02-15 Vitor SessakMake input/output pads modifiable on a per-instance...
2008-02-15 Vitor SessakMake the opaque init parameter non-const.
2008-02-15 Vitor SessakFix some potential segfaults.
2008-02-15 Vitor SessakAllow code to pass data to filters it creates.
2008-02-15 Vitor SessakSplit filter graphs out into their own source & header...
2008-02-15 Vitor SessakAdd a simple filter graph structure and functions
2008-02-15 Vitor SessakAllow giving filter instances names, in anticipation...
2008-02-15 Vitor SessakAdd pts to frame references
2008-02-15 Vitor SessakAdjust the default start_frame() and end_frame() implem...
2008-02-15 Vitor SessakMake avfilter_ref_pic also handle removal of permission...
2008-02-15 Vitor SessakRework filter initialization sequence. Now supports...
2008-02-15 Vitor SessakSupport passing parameters to filters.
2008-02-15 Vitor SessakMake linesize a per-reference property
2008-02-15 Vitor SessakInitial stab at an API
2008-02-15 Vitor SessakAdd last file of main filter framework
2008-02-15 Vitor SessakForce alignment of pic->linesize
2008-02-15 Vitor SessakForce linesize to be a multiple of 16
2008-02-15 Vitor SessakRework link property configuration system.
2008-02-15 Vitor SessakRewrite colorspace negotiation.
2008-02-15 Vitor SessakMake an invalid use of a default callback implementatio...
2008-02-15 Vitor SessakEnsure that buffers returned by the default allocator...
2008-02-15 Vitor SessakRevert braindead linked list of permissions
2008-02-15 Vitor SessakTrack the permissions that have been given out to each...
2008-02-15 Vitor Sessakindentation
2008-02-15 Vitor SessakMake default end_frame() implementation more useful.
2008-02-15 Vitor SessakAllow filters to set the requirements on permissions...
2008-02-15 Vitor SessakSeparate the process of creating links between filters...
2008-02-15 Vitor SessakMove default entry point implementations to their own...
2008-02-15 Vitor SessakDo not copy more data than needed
2008-02-15 Vitor SessakRemove header now made useless
2008-02-15 Vitor SessakRemove unneeded function.
2008-02-15 Vitor SessakMissed this file in my conditional compilation patch
2008-02-15 Vitor SessakSimplify
2008-02-15 Vitor SessakSimplify
2008-02-15 Vitor SessakIndent after last commit
2008-02-15 Vitor SessakRemove unneded else
2008-02-15 Vitor SessakCosmetical: indentation
2008-02-15 Vitor SessakNit: Alignment
2008-02-15 Vitor SessakRemove useless ()
2008-02-15 Vitor SessakDo not always fail for circular filter chains
2008-02-15 Vitor SessakRemove unused var (dead code leftover?).
2008-02-15 Vitor SessakAvoid link_dpad() overuse in avfilter_start_frame()
2008-02-15 Vitor SessakAdd context to av_log()
2008-02-15 Vitor SessakMerge loops
2008-02-15 Vitor SessakCoding style changes
2008-02-15 Vitor SessakRemove unneded headers
2008-02-15 Vitor SessakNits: more punctuation and capitalization
2008-02-15 Vitor SessakMove setting the pts of the copied frame to a more...
2008-02-15 Vitor SessakAdd const to silence warnings
2008-02-15 Vitor SessakThe filter framework as is hangs with filters that
2008-02-15 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-02-15 Vitor SessakAdd movie file video source filter.
2008-02-15 Vitor SessakPresentation timestamp (PTS) modification filter
2008-02-15 Vitor SessakRename filter
2008-02-15 Vitor Sessak90 degrees counter-clockwise rotation filter
2008-02-15 Vitor SessakAdd an equivalent to the mplayer format filter
next