| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -4/+4 |
* | lavfi/hue: show first decimal value of saturation | Stefano Sabatini | 2013-12-20 | 1 | -1/+1 |
* | lavfi/hue: use av_clip_uint8() instead of av_clip_uint8_c() | Stefano Sabatini | 2013-12-20 | 1 | -2/+2 |
* | lavfi/hue: force table initialization for the first frame | Stefano Sabatini | 2013-12-20 | 1 | -2/+6 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -8/+6 |
* | lavfi/hue: relicense to LGPL with permission by all contributors | Paul B Mahol | 2013-09-03 | 1 | -9/+9 |
* | lavfi/hue: allow changing brightness | Paul B Mahol | 2013-08-22 | 1 | -7/+62 |
* | lavfi/hue: use lookup tables | Paul B Mahol | 2013-08-21 | 1 | -30/+49 |
* | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -1/+1 |
* | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -1/+2 |
* | lavfi/hue: rework logic for setting commands | Stefano Sabatini | 2013-04-23 | 1 | -16/+39 |
* | lavfi: add timeline support. | Clément Bœsch | 2013-04-23 | 1 | -0/+1 |
* | lavfi: add frame counter into AVFilterLink and use it in filters. | Clément Bœsch | 2013-04-23 | 1 | -2/+1 |
* | lavfi/hue: add support for more alpha formats | Paul B Mahol | 2013-04-12 | 1 | -0/+1 |
* | lavfi/hue: copy alpha plane too | Paul B Mahol | 2013-04-12 | 1 | -1/+6 |
* | lavfi/hue: make do while (0) form meaningful. | Clément Bœsch | 2013-04-12 | 1 | -4/+4 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/hue: extend debugging message | Stefano Sabatini | 2013-04-11 | 1 | -2/+3 |
* | lavfi/hue: reindent after last commit | Stefano Sabatini | 2013-04-11 | 1 | -24/+23 |
* | lavfi/hue: apply major simplifications, and switch to AVOption-based system | Stefano Sabatini | 2013-04-11 | 1 | -83/+45 |
* | lavfi/hue: reindent. | Clément Bœsch | 2013-03-10 | 1 | -10/+10 |
* | lavfi/hue: add an optimized direct path. | Clément Bœsch | 2013-03-10 | 1 | -0/+8 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -7/+6 |
* | lavfi/hue: reindent after previous commit | Stefano Sabatini | 2013-02-20 | 1 | -30/+30 |
* | lavfi/hue: simplify parsing by making use of option shorthands | Stefano Sabatini | 2013-02-20 | 1 | -34/+3 |
* | lavfi/hue: move to ff_filter_frame. | Clément Bœsch | 2012-12-02 | 1 | -37/+14 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -20/+23 |
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -6/+6 |
* | lavfi/hue: simplify/fix setting logic in set_options() | Stefano Sabatini | 2012-09-23 | 1 | -18/+9 |
* | lavfi/hue: set to NULL freed pointers | Stefano Sabatini | 2012-09-21 | 1 | -1/+2 |
* | lavfi/hue: fix crash when resetting the saturation expression | Stefano Sabatini | 2012-09-21 | 1 | -0/+1 |
* | lavfi/hue: add dynamic expression evaluation support | Jérémy Tran | 2012-09-15 | 1 | -50/+195 |
* | vf_hue: fix AVOption defaults | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
* | lavfi/hue: add process_command callback | Jérémy Tran | 2012-08-31 | 1 | -4/+41 |
* | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -4/+6 |
* | lavfi/hue: add verbose debug message showing initial parameters | Stefano Sabatini | 2012-08-16 | 1 | -0/+2 |
* | lavfi/hue: reindent after previous commits | Stefano Sabatini | 2012-08-16 | 1 | -26/+26 |
* | lavfi/hue: apply misc fixes to default values setting | Stefano Sabatini | 2012-08-16 | 1 | -11/+10 |
* | lavfi/hue: add named options support | Jérémy Tran | 2012-08-16 | 1 | -7/+56 |
* | lavfi: add hue filter | Jérémy Tran | 2012-08-13 | 1 | -0/+202 |