summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * vf_settb: rename to settbKaterina Barone-Adesi2014-04-022-1/+1
* | avfilter/vf_pullup: fix gray8Michael Niedermayer2014-03-311-0/+2
* | avfilter/lavfutils: call av_find_stream_info() before reading various informa...Michael Niedermayer2014-03-281-0/+5
* | avfilter/vf_pullup: add comment to explain memset(0)Michael Niedermayer2014-03-261-1/+1
* | avfilter/vf_pullup: zero freed memory for safteyMichael Niedermayer2014-03-261-0/+1
* | vf_pullup: simplify, fix double free errorwm42014-03-261-12/+13
* | Merge commit '6ee55c7b111eec6c51dfdc0fddbd46f5dd867fa3'Michael Niedermayer2014-03-251-29/+34
|\ \ | |/
| * vf_transpose: K&R formatting cosmeticsVittorio Giovara2014-03-251-33/+35
* | Merge commit 'b4679ecdbd80ae050094733f137ccd7ebf1316ab'Michael Niedermayer2014-03-242-0/+165
|\ \ | |/
| * {v,a}f_showinfo: print frame side dataAnton Khirnov2014-03-242-0/+165
* | Merge commit '06c3cd3c0186803619bc6aad2d8f06c3e9015d15'Michael Niedermayer2014-03-242-1/+48
|\ \ | |/
| * af_volume: support using replaygain frame side dataAnton Khirnov2014-03-242-0/+47
* | Merge commit '7513234bdd93f80593bfee3eb2da8c8f0d3992da'Michael Niedermayer2014-03-222-4/+6
|\ \ | |/
| * avfilter: more correct printf format specifiersDiego Biurrun2014-03-222-3/+5
* | avfilter/src_movie: Check that the pixel format hasnt changedMichael Niedermayer2014-03-181-0/+10
* | avfilter/vf_tinterlace: Fix vf_tinterlace mode 6 (interlacex2)Jasper Taylor2014-03-161-0/+12
* | Merge commit 'e843612695007cc623813073754c651ab43021f7'Michael Niedermayer2014-03-161-1/+1
|\ \ | |/
| * af_channelmap: fix ONE_STR mapping modeAnton Khirnov2014-03-161-1/+1
* | avfilter: make avfilter_graph_get_filter use const string nameYu Xiaolei2014-03-142-2/+2
* | lavfi/af_atempo: clear references before returning error.Nicolas George2014-03-081-2/+2
* | avfilter/vf_shuffleplanes: Fix flags / add AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer2014-03-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-061-1/+1
|\ \ | |/
| * vf_shuffleplanes: fix the type of the mapping indicesAnton Khirnov2014-03-061-1/+1
* | Merge commit '599b81ca9a8e04a27ddad94af462171d16063167'Michael Niedermayer2014-03-064-1/+175
|\ \ | |/
| * lavfi: add shuffleplanes filterAnton Khirnov2014-03-054-1/+175
* | Merge commit 'bba2a7cc5f7c7aaa32a938f3d4edd9f555f39cdb'Michael Niedermayer2014-03-061-1/+1
|\ \ | |/
| * lavfi: use the correct filter context for logging an error.Anton Khirnov2014-03-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-052-0/+3
|\ \ | |/
| * 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
* | 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
OpenPOWER on IntegriCloud