summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* vf_transpose: K&R formatting cosmeticsVittorio Giovara2014-03-251-33/+35
* {v,a}f_showinfo: print frame side dataAnton Khirnov2014-03-242-0/+165
* af_volume: support using replaygain frame side dataAnton Khirnov2014-03-242-0/+47
* avfilter: more correct printf format specifiersDiego Biurrun2014-03-222-3/+5
* af_channelmap: fix ONE_STR mapping modeAnton Khirnov2014-03-161-1/+1
* vf_shuffleplanes: fix the type of the mapping indicesAnton Khirnov2014-03-061-1/+1
* lavfi: add shuffleplanes filterAnton Khirnov2014-03-054-1/+175
* lavfi: use the correct filter context for logging an error.Anton Khirnov2014-03-051-1/+1
* avfilter: Add missing emms_c when neededLuca Barbato2014-03-053-0/+4
* vf_frei0r: fix missing end of line characterVittorio Giovara2014-03-041-1/+1
* vf_frei0r: refactor library loading from env variableVittorio Giovara2014-03-041-6/+12
* vf_frei0r: prevent a segfault when filter parameters are not setVittorio Giovara2014-03-041-0/+4
* vf_frei0r: adjust error messagesVittorio Giovara2014-03-041-12/+12
* af_compand: replace strtok_r() with av_get_token()Anton Khirnov2014-02-281-8/+24
* lavfi: add compand audio filterAndrew Kelley2014-02-264-2/+591
* af_volume: preserve frame propertiesAnton Khirnov2014-02-241-1/+7
* af_resample: preserve frame propertiesAnton Khirnov2014-02-241-0/+8
* Use av_frame_copy() to simplify code where appropriate.Anton Khirnov2014-02-241-3/+1
* vf_interlace: deprecate lowpass optionVittorio Giovara2014-02-192-30/+39
* lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy groupAnton Khirnov2014-02-142-0/+22
* buffersink: document special error codes returned from av_buffersink_get_frameAnton Khirnov2014-02-141-2/+9
* buffersrc: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-121-5/+6
* vf_overlay: add eof_action switchKeith Lawson2014-02-041-5/+27
* buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctlyAnton Khirnov2014-01-171-3/+15
* vf_yadif: Relicense from GPL to LGPLRobert Krüger2014-01-144-36/+36
* avfilter: fix leaks on error in ff_filter_frameVittorio Giovara2014-01-091-6/+19
* avfilter: add needs_writable field to the internal AVFilterPad structureVittorio Giovara2014-01-091-0/+8
* avfilter: add documentation for needs_writableVittorio Giovara2014-01-091-0/+6
* lavfi: add framepack filterVittorio Giovara2014-01-094-1/+366
* drawtext: Drop pointless headerLuca Barbato2014-01-061-1/+0
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-1/+1
* Bump major of libavfilter for reference counted buffer API changes.Reinhard Tartler2013-12-141-11/+11
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-234-0/+5
* vf_interlace: check one av_frame_clone allocationVittorio Giovara2013-11-191-0/+2
* avfilter/graphparser: Directly free filter memory if initialization failsDiego Biurrun2013-11-061-0/+1
* avfilter/buffer: Suppress deprecation warning for avfilter_unref_bufferDiego Biurrun2013-11-041-0/+3
* filtfmts-test: Fix use of deprecated APIDiego Biurrun2013-11-041-4/+4
* vf_fieldorder: remove superfluous get_video_bufferVittorio Giovara2013-11-041-9/+0
* vf_scale: make the dar variable return the DAR.Rudolf Polzer2013-11-022-2/+3
* vf_aspect: support variables in evaluating the aspect ratiosRudolf Polzer2013-11-021-2/+84
* gradfun: x86: Factor out common code for some gradfun_filter_line() variantsDiego Biurrun2013-10-311-16/+13
* avfilter: x86: K&R formatting cosmeticsDiego Biurrun2013-10-312-23/+42
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-2856-69/+69
* avfilter: fix const use of avfilter_nextVittorio Giovara2013-10-281-2/+2
* avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara2013-10-283-0/+9
* avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang2013-10-234-218/+207
* avfilter: Fix typo in Loren's email addressDiego Biurrun2013-10-233-3/+3
* pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis2013-10-221-2/+8
* vf_fieldorder: log when processing is skippedVittorio Giovara2013-10-221-1/+6
* pthread: Fix deadlock during thread initializationDerek Buitenhuis2013-10-131-1/+2
OpenPOWER on IntegriCloud