summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-04
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-04
* Amend avfilter_graph_parse() documentation for the return code, makeStefano Sabatini2010-11-04
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* 1/PHIl: swap again settb/setpts, fix alphabetical order.Stefano Sabatini2010-11-02
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-02
* Fix timestamp handling in more filters after the change which set theStefano Sabatini2010-11-02
* Make the blackframe filter print the time, in addition to theStefano Sabatini2010-11-02
* Make the cropdetect filter print the time for each frame, in additionStefano Sabatini2010-11-02
* Fix crop->var_values[VAR_T] computation in the crop filter.Stefano Sabatini2010-11-02
* 100l: remove bogus inclusion of libavcodec/audioconvert.c inStefano Sabatini2010-10-25
* Add transpose filter.Stefano Sabatini2010-10-18
* Add avfilter_graph_config().Stefano Sabatini2010-10-16
* Make the validity checks fail only if the corresponding luma or chromaStefano Sabatini2010-10-13
* Make avfilter_config_links() use the timebase of the first input linkStefano Sabatini2010-10-12
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
* Remove unused symbol.Stefano Sabatini2010-10-12
* Implement cropdetect filter.Stefano Sabatini2010-10-12
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-11
* Implement settb filter.Stefano Sabatini2010-10-11
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-10
* Rename out -> outlink, link -> inlink in various defaults.c functions,Stefano Sabatini2010-10-10
* Make avfilter_config_links() propagate the error code coming from theStefano Sabatini2010-10-10
* Add validity checks for the unsharp filter.Stefano Sabatini2010-10-08
* yadif: Explicit wordlength for compare. Fixes compile with clang.İsmail Dönmez2010-10-03
* Use SLIBSUF instead of .so, as a more generic dynamic library suffix.Víctor Paesa2010-10-03
* Fix reference to nonexistent function.Stefano Sabatini2010-10-01
* Return AVERROR(EINVAL) rather than -1 in case of invalid values.Stefano Sabatini2010-09-30
* Fix compile on Darwin (FATE). Compile error:Alexander Strange2010-09-29
* Make init() return sensible error code rather than -1 in case ofStefano Sabatini2010-09-28
* Cosmetics: apply nits.Stefano Sabatini2010-09-28
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-28
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini2010-09-27
* use a Makefile in x86 subdirAurelien Jacobs2010-09-27
* merge #if with if()Aurelien Jacobs2010-09-27
* Make avfilter_insert_filter() propagate an error code in case theStefano Sabatini2010-09-27
* Make AVFilterLink store the pointers to the source and destinationStefano Sabatini2010-09-27
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Make avfilter_destroy() code less convoluted, introducing a temporaryStefano Sabatini2010-09-27
* yadif: remove unnecessary #includeMåns Rullgård2010-09-26
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-26
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Cosmetics: fix style nits.Stefano Sabatini2010-09-26
* In yadif filter, use current frame when previous is missing,Baptiste Coudurier2010-09-26
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Stefanos port was missing DIRS variable in the Makefile for the newly added x86Michael Niedermayer2010-09-25
* Bump lavfi minor and add Changelog notice after yadif addition.Stefano Sabatini2010-09-25
* Fix 0 vs 1 porting bug from mplayer.Michael Niedermayer2010-09-25
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-25