summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '4e0be9c86f2003dd3ba2eb8fad01e8d0e538075e'Michael Niedermayer2014-03-041-0/+4
|\
| * vf_frei0r: prevent a segfault when filter parameters are not setVittorio Giovara2014-03-041-0/+4
* | Merge commit '8accddeb5806cd98e3803b4ddf2a2ef576d0e4d9'Michael Niedermayer2014-03-041-10/+10
|\ \ | |/
| * 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/frei0r: factorize plugin loading with static pathMarton Balint2014-02-261-17/+10
* | lavfi/frei0r: search plugins in lib64 dirs on all architecturesMarton Balint2014-02-261-2/+0
* | avfilter: remove superflous linesPaul B Mahol2014-02-264-4/+0
* | avfilter/af_compand: some more cosmetics to decrease difference with qatarPaul B Mahol2014-02-261-6/+6
* | avfilter: remove af_compand_forkMichael Niedermayer2014-02-263-588/+0
* | avfilter/af_compand: more cosmetics from libavfilter/af_compand_fork.cMichael Niedermayer2014-02-261-5/+6
* | avfilter/af_compand: cosmetics from libavfilter/af_compand_fork.cMichael Niedermayer2014-02-261-3/+5
* | avfilter/af_compand: switch defaults to libavfilter/af_compand_fork.cMichael Niedermayer2014-02-261-9/+3
* | avfilter/af_compand: "use local variable for channels" from libavfilter/af_co...Michael Niedermayer2014-02-261-3/+3
* | avfilter/af_compand: error checks from libavfilter/af_compand_fork.cMichael Niedermayer2014-02-261-2/+20
* | avfilter/af_compand: pts init code from libavfilter/af_compand_fork.cMichael Niedermayer2014-02-261-0/+5
* | avfilter/af_compand: cosmetics and doxy comment from libavfilter/af_compand_f...Michael Niedermayer2014-02-261-1/+6
* | avfilter/af_compand: add Andrew Kelley to the copyrightMichael Niedermayer2014-02-261-0/+1
* | avfilter/af_compand: merge avframe code from af_compand_forkMichael Niedermayer2014-02-261-16/+27
* | avfilter/af_compand: merge uninit() calls on error from af_compand_fork.cMichael Niedermayer2014-02-261-3/+12
* | avfilter/af_compand: also support '|' as seperatorMichael Niedermayer2014-02-261-4/+4
* | avfilter/af_compand_fork: avoid strtok_r() so as not to break buildMichael Niedermayer2014-02-261-5/+4
* | avfilter/af_compand: whitespace changes from af_compand_forkMichael Niedermayer2014-02-261-36/+44
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-264-2/+591
|\ \ | |/
| * lavfi: add compand audio filterAndrew Kelley2014-02-264-2/+591
* | avfilter/af_compand: fix invalid readAndrew Kelley2014-02-251-4/+6
* | Merge commit '39c2880eeae6930b1036ce1f479afc1e1152c13f'Michael Niedermayer2014-02-241-1/+7
|\ \ | |/
| * af_volume: preserve frame propertiesAnton Khirnov2014-02-241-1/+7
* | Merge commit 'dcc7e4bf1d0913123bfafbc58bf47bd41dd5848d'Michael Niedermayer2014-02-241-0/+8
|\ \ | |/
| * af_resample: preserve frame propertiesAnton Khirnov2014-02-241-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-241-3/+1
|\ \ | |/
| * Use av_frame_copy() to simplify code where appropriate.Anton Khirnov2014-02-241-3/+1
* | Fix FSF address in colormatrix and libzvbi license headers.Carl Eugen Hoyos2014-02-221-1/+1
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2014-02-201-1/+2
|\ \
| * | lavfi/pan: use extended_data instead of data.Nicolas George2014-02-191-1/+2
* | | avfilter/vf_fps: fix rounding error accumulationMichael Niedermayer2014-02-201-8/+5
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-192-30/+39
|\ \ \ | |/ / |/| / | |/
| * vf_interlace: deprecate lowpass optionVittorio Giovara2014-02-192-30/+39
* | lavfi: adding dejudder filter to remove judder produced by partially telecine...Nicholas Robbins2014-02-163-0/+189
* | avfilter/af_compand: do not leak frames on errorPaul B Mahol2014-02-151-2/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-152-0/+22
|\ \ | |/
| * lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy groupAnton Khirnov2014-02-142-0/+22
* | Merge commit 'f758ea6e99af6ebd24bbe222898a921c222e5593'Michael Niedermayer2014-02-151-2/+9
|\ \ | |/
| * buffersink: document special error codes returned from av_buffersink_get_frameAnton Khirnov2014-02-141-2/+9
* | avfilter/curves: support slice threading.Clément Bœsch2014-02-131-25/+41
* | avfilter/lut3d: support slice threading.Clément Bœsch2014-02-131-8/+22
* | Merge commit '4a7d3837b4dd17fff270b55166597c093204e542'Michael Niedermayer2014-02-121-5/+6
|\ \ | |/
| * buffersrc: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-121-5/+6
* | avfilter/lut3d: inline whole loop in interpolation function.Clément Bœsch2014-02-121-47/+40
* | lavfi/frei0r: load plugins from lib64 folders as well on 64bit buildsMarton Balint2014-02-111-0/+12
OpenPOWER on IntegriCloud