summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: port decimate libmpcodecs filterStefano Sabatini2012-08-314-2/+273
* lavfi/mp=decimate: fix off-by-one logic in diff_C() x loopStefano Sabatini2012-08-311-2/+2
* lavfi/mp: remove smartblur filterStefano Sabatini2012-08-314-268/+1
* vf_mp: fix duplicate returnMichael Niedermayer2012-08-311-1/+1
* buffersink: remove stray ;Michael Niedermayer2012-08-311-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-312-18/+14
|\
| * x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-312-18/+14
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-312-3/+3
|\ \ | |/
| * avfilter: x86: Use more precise compile template namesDiego Biurrun2012-08-302-3/+3
| * vf_hqdn3d: Remove a duplicate inline declarationMartin Storsjö2012-08-271-1/+1
* | avfiltergraph: kill uninitialized variable warningMichael Niedermayer2012-08-301-1/+2
* | vsrc_testsrc: fix uninitilaized variable bugMichael Niedermayer2012-08-301-2/+1
* | vf_framestep: fix uninitilaized variable bugMichael Niedermayer2012-08-301-3/+1
* | lavfi/af_atempo: use av_malloc for rDFT buffers.Nicolas George2012-08-291-11/+13
* | lavfi: add smartblur filterJérémy Tran2012-08-284-2/+308
* | vf_hqdn3d: remove duplicate inlineMichael Niedermayer2012-08-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-271-1/+1
|\ \ | |/
| * vf_hqdn3d: Don't declare the loop variable within the for loopMartin Storsjö2012-08-271-1/+2
* | vf_hqdn3d: avoid declaring variable in for()Michael Niedermayer2012-08-271-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-263-28/+176
|\ \ | |/
| * vf_hqdn3d: x86 asmLoren Merritt2012-08-263-4/+130
| * vf_hqdn3d: support 16bit colordepthLoren Merritt2012-08-261-24/+46
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-242-2/+2
|\ \ | |/
| * AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-1/+1
* | lavfi/asetpts,setpts: rework debug logStefano Sabatini2012-08-241-15/+14
* | lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTTStefano Sabatini2012-08-242-5/+19
* | lavfi: rename vf_setpts.c to f_setpts.cStefano Sabatini2012-08-242-2/+2
* | lavfi: free partial audio buffers when destroying links.Nicolas George2012-08-221-0/+2
* | lavfi/overlay: fix return values.Nicolas George2012-08-221-16/+34
* | lavfi/split: handle closed outputs.Nicolas George2012-08-221-4/+12
* | lavfi: add a closed field to AVFilerLink.Nicolas George2012-08-224-0/+36
* | lavfi/showspectrum: add priv_class and flags to optionsStefano Sabatini2012-08-211-2/+5
* | lavfi/asyncts: Fix compilation with GCC 4.7Thomas Weber2012-08-211-1/+1
* | lavfi/buffersrc: add AV_BUFFERSRC_FLAG_PUSH.Nicolas George2012-08-203-1/+10
* | lavfi/edgedetect: use "@see" instead of the invalid "@url".Clément Bœsch2012-08-201-1/+1
* | lavfi: add showspectrum filter.Clément Bœsch2012-08-204-2/+318
* | lavfi: add volumedetect filter.Nicolas George2012-08-193-0/+161
* | buildsys: fix cleaning of libmpcodecsMichael Niedermayer2012-08-181-0/+3
* | lavfi/mp: remove framestep wrapped filterStefano Sabatini2012-08-184-209/+1
* | lavfi: add framestep filterStefano Sabatini2012-08-184-2/+146
* | lavfi/testsrc: set output framerateStefano Sabatini2012-08-182-13/+13
* | lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-1830-224/+291
* | lavfi/movie: split class definitions for movie and amovieStefano Sabatini2012-08-181-5/+18
* | lavfi/lut: duplicate class definitions for each lut variant filterStefano Sabatini2012-08-181-26/+73
* | vf_yadif: fix permissions.Nicolas George2012-08-171-4/+4
* | vf_tinterlace: leave harmless permissions alone.Nicolas George2012-08-171-1/+1
* | vf_thumbnail: fix permissions.Nicolas George2012-08-171-1/+1
* | vf_select: require AV_PERM_PRESERVE.Nicolas George2012-08-171-0/+1
* | vf_removelogo: fix permissions.Nicolas George2012-08-171-10/+2
* | vf_overlay: fix permissions.Nicolas George2012-08-171-4/+3
OpenPOWER on IntegriCloud