summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-14
* lavfi: move version macros to a new installed header version.hAnton Khirnov2012-01-12
* vsrc_buffer: release the buffer on uninit.Anton Khirnov2012-01-12
* vsrc_buffer: error on changing frame parameters.Anton Khirnov2012-01-10
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* Disable annoying warning without changing behaviorAndrey Utkin2012-01-07
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov2011-12-25
* lavfi: add a new function av_buffersrc_buffer().Anton Khirnov2011-12-25
* lavfi: add avfilter_copy_frame_props()Stefano Sabatini2011-12-25
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-25
* allfilters: fix type of avfilter_vsrc_buffer.Anton Khirnov2011-12-23
* lavfi: always build vsrc_buffer.Anton Khirnov2011-12-22
* yadif: support 10bit YUVLuca Barbato2011-12-13
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* lavfi: install libavfilter/vsrc_buffer.hAndrey Utkin2011-12-11
* drawtext: remove typoLuca Barbato2011-12-07
* drawtext: introduce rand(min, max)Luca Barbato2011-12-07
* drawtext: introduce explicit draw/hide variableLuca Barbato2011-12-07
* drawtext: make x and y parametricLuca Barbato2011-12-03
* drawtext: manage memory allocation betterLuca Barbato2011-12-03
* drawtext: refactor draw_textLuca Barbato2011-12-03
* Make channel layout masks unsignedMans Rullgard2011-11-25
* libavfilter: reindent.Ronald S. Bultje2011-11-05
* avfilter: don't abort() on zero-size allocations.Ronald S. Bultje2011-11-05
* avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse2011-11-03
* vsrc_testsrc: fix mailing list reference URLDiego Biurrun2011-11-02
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-10-19
* lavfi: add testsrc sourceStefano Sabatini2011-10-19
* lavfi: port libmpcodecs delogo filterStefano Sabatini2011-10-17
* lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-10-17
* lavfi: add negate filterStefano Sabatini2011-10-17
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-17
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* vf_unsharp: set default chroma size value to 5x5Stefano Sabatini2011-09-29
* vf_unsharp: fix out-of-buffer readStefano Sabatini2011-09-29
* vf_unsharp: store hsub/vsub in the filter contextStefano Sabatini2011-09-28
* vf_unsharp: adopt a more natural order of params in apply_unsharp()Stefano Sabatini2011-09-28
* vf_unsharp: rename method "unsharpen" to "apply_unsharp"Stefano Sabatini2011-09-28
* vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-09-28
* vf_pad: fix "vsub" variable value computationStefano Sabatini2011-09-28
* vf_scale: add a "sar" variableStefano Sabatini2011-09-28
* lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini2011-09-28
* vsrc_color: use internal timebaseStefano Sabatini2011-09-28
* lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-28
* graphparser: prefer void * over AVClass * for log contextsStefano Sabatini2011-09-28
* avfiltergraph: use meaningful error codesStefano Sabatini2011-09-28