| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/signalstats: add more pixel formats | Paul B Mahol | 2014-09-27 | 1 | -0/+3 |
* | libavfilter/af_amix: avoid derreferencing possible null | Reynaldo H. Verdejo Pinochet | 2014-09-26 | 1 | -1/+8 |
* | libavfilter/af_channelmap: avoid derreferencing possible null | Reynaldo H. Verdejo Pinochet | 2014-09-26 | 1 | -1/+7 |
* | libavfilter/af_join: avoid derreferencing possible null | Reynaldo H. Verdejo Pinochet | 2014-09-26 | 1 | -3/+6 |
* | avfilter/vf_scale: Allow chroma samples to be above and to the left of luma s... | Michael Niedermayer | 2014-09-21 | 2 | -5/+5 |
* | avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVE | Pascal Massimino | 2014-09-20 | 2 | -9/+9 |
* | vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion | Andreas Cadhalpun | 2014-09-18 | 2 | -26/+26 |
* | avfilter: remove obsolete FF_API_FILL_FRAME cruft | James Almer | 2014-09-17 | 3 | -64/+0 |
* | avfilter: remove obsolete FF_API_ACONVERT_FILTER cruft | James Almer | 2014-09-17 | 4 | -203/+0 |
* | avfilter/ass: add shaping option | Clément Bœsch | 2014-09-16 | 2 | -1/+8 |
* | avfilter/ass: better log level mapping | Clément Bœsch | 2014-09-16 | 1 | -8/+8 |
* | avfilter/ass: make sure the log level are in available range | Clément Bœsch | 2014-09-16 | 1 | -1/+3 |
* | avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruft | James Almer | 2014-09-15 | 1 | -3/+0 |
* | av_filter/x86/idet: use HADDD where appropriate | Pascal Massimino | 2014-09-09 | 1 | -16/+3 |
* | av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line() | Pascal Massimino | 2014-09-09 | 4 | -14/+103 |
* | avfilter/vf_cropdetect: Do not check lines or columns twice on black frames | Michael Niedermayer | 2014-09-09 | 1 | -2/+2 |
* | avfilter/af_silenceremove: remove dead code | Michael Niedermayer | 2014-09-06 | 1 | -5/+2 |
* | avfilter/ebur128: rework channel weighting definition code | Clément Bœsch | 2014-09-06 | 1 | -11/+3 |
* | add silenceremove filter | Paul B Mahol | 2014-09-05 | 4 | -2/+486 |
* | vfi/x86/vf_idet: fix incorrect use of paddq | James Darnley | 2014-09-05 | 1 | -1/+1 |
* | avfilter/x86/idet: fix license header (GPL -> LGPL) | Pascal Massimino | 2014-09-05 | 3 | -31/+34 |
* | avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line() | skal | 2014-09-04 | 5 | -32/+250 |
* | vf_deshake: Avoid doing a malloc+free for every single frame. | Reimar Döffinger | 2014-09-02 | 2 | -4/+8 |
* | vf_deshake: reduce stack usage. | Reimar Döffinger | 2014-09-02 | 2 | -8/+8 |
* | vf_drawtext: move "static const" before "struct". | Reimar Döffinger | 2014-08-31 | 1 | -2/+2 |
* | lavfi: add const/static const to pix_fmts arrays. | Reimar Döffinger | 2014-08-31 | 4 | -4/+4 |
* | avfilter/vf_mp: remove incorrect usage of AVFrame.type | Michael Niedermayer | 2014-08-30 | 1 | -2/+0 |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 7 | -8/+8 |
* | avfilter: add codecview filter | Clément Bœsch | 2014-08-24 | 3 | -0/+246 |
* | avfilter/showcqt: add fontcolor option | Muhammad Faiz | 2014-08-23 | 2 | -32/+72 |
* | vidstabutils: improve documentation | Timothy Gu | 2014-08-22 | 1 | -3/+14 |
* | vidstab*: Remove accidentally exported av_2_vs_pixel_format() | Timothy Gu | 2014-08-22 | 4 | -11/+12 |
* | Merge commit '593aaee953f8b07c141ff115e67bae85ef0350c7' | Michael Niedermayer | 2014-08-21 | 1 | -12/+14 |
|\ |
|
| * | setpts: Add missing inttypes.h #include for PRId64 | Diego Biurrun | 2014-08-21 | 1 | -9/+8 |
| * | vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6 | Diego Biurrun | 2014-08-21 | 1 | -1/+1 |
* | | lavfi/apad: fix logic when whole_len or pad_len options are specified | Stefano Sabatini | 2014-08-21 | 2 | -15/+21 |
* | | avfilter/vf_lenscorrection: fix memleak | Michael Niedermayer | 2014-08-21 | 1 | -0/+11 |
* | | avfilter/vf_lenscorrection: get rid of floats in init code | Michael Niedermayer | 2014-08-21 | 1 | -6/+7 |
* | | avfilter/vf_lenscorrection: get rid of all floats per frame | Michael Niedermayer | 2014-08-21 | 1 | -13/+32 |
* | | avfilter/vf_lenscorrection: get rid of some floats | Michael Niedermayer | 2014-08-21 | 1 | -12/+12 |
* | | avfilter/showwaves: align const mode values (cosmetics) | Clément Bœsch | 2014-08-20 | 1 | -4/+4 |
* | | avfilter/showwaves: add split_channels option | Clément Bœsch | 2014-08-20 | 2 | -5/+11 |
* | | avfilter/showwaves: split out draw sample code | Clément Bœsch | 2014-08-20 | 1 | -45/+74 |
* | | avfilter/showwaves: add "cline" mode (centered line) | Clément Bœsch | 2014-08-20 | 1 | -5/+19 |
* | | avfilter/avf_showspectrum: fix colums typo | Michael Niedermayer | 2014-08-20 | 1 | -1/+1 |
* | | lavfi/apad: fix if_( style | Stefano Sabatini | 2014-08-20 | 1 | -1/+1 |
* | | Merge commit '67a7695c142561fe60f21adffe89c133385d37c9' | Michael Niedermayer | 2014-08-20 | 1 | -1/+0 |
|\| |
|
| * | avfilter: Remove unused variable from ff_get_video_buffer() | Diego Biurrun | 2014-08-19 | 1 | -1/+0 |
| * | vsrc_movie: Avoid a variable indirection in movie_get_frame() | Diego Biurrun | 2014-08-19 | 1 | -2/+2 |
* | | avfilter/atempo: Flush all buffered input samples | Pavel Koshevoy | 2014-08-19 | 1 | -1/+7 |