| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Replace PixelFormats which sneaked in over time or where forgotten by AVPixel... | Michael Niedermayer | 2015-03-18 | 12 | -13/+13 |
* | | avfilter/vf_colormatrix: make sure the number of threads is even for yuv420p | Clément Bœsch | 2015-03-17 | 1 | -1/+1 |
* | | avfilter/vf_histeq: Change enums to int, which are accessed via AVOption as int | Michael Niedermayer | 2015-03-17 | 1 | -1/+1 |
* | | avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption ... | Michael Niedermayer | 2015-03-17 | 1 | -2/+2 |
* | | avfilter/vf_field: Change enum to int, which is accessed via AVOption as int | Michael Niedermayer | 2015-03-17 | 1 | -1/+1 |
* | | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 27 | -83/+118 |
* | | avfilter/formats: proper error handling in ff_set_common_*() functions | Clément Bœsch | 2015-03-16 | 2 | -18/+37 |
* | | avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_fo... | Clément Bœsch | 2015-03-16 | 2 | -14/+14 |
* | | avfilter/formats: use av_realloc_array in ADD_FORMAT() | Clément Bœsch | 2015-03-16 | 1 | -2/+2 |
* | | avfilter/formats: remove unused COPY_INT_LIST() macro | Clément Bœsch | 2015-03-16 | 1 | -12/+0 |
* | | lavfi/sendcmd: improve error reporting and robustness in case of missing comm... | Stefano Sabatini | 2015-03-16 | 1 | -3/+6 |
* | | avfilter/palettegen: make sure at least one frame was sent to the filter | Clément Bœsch | 2015-03-15 | 1 | -1/+1 |
* | | lavfi/eq: clarify error message in case of expression parsing error | Stefano Sabatini | 2015-03-15 | 1 | -1/+1 |
* | | Merge commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8' | Michael Niedermayer | 2015-03-12 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | formats: Check memory allocations | Vittorio Giovara | 2015-03-12 | 1 | -1/+10 |
* | | avfilter/colormatrix:add slice threading | Yayoi | 2015-03-12 | 1 | -52/+94 |
* | | lavfi/boxblur: Fix colourpsace list. | Carl Eugen Hoyos | 2015-03-10 | 1 | -1/+1 |
* | | avfilter/aeval: Fixed a memory leak in EvalContext::channel_values | Ole Andre Birkedal | 2015-03-10 | 1 | -0/+1 |
* | | avfilter/vf_fftfilt: increase RDFT length by 10% | Michael Niedermayer | 2015-03-10 | 1 | -2/+2 |
* | | avfilter/vf_edgedetect: Change enums to int, which are accessed via AVOption ... | Michael Niedermayer | 2015-03-08 | 1 | -1/+1 |
* | | avfilter/vf_curves: Change enums to int, which are accessed via AVOption as int | Michael Niedermayer | 2015-03-08 | 1 | -1/+1 |
* | | avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as... | Michael Niedermayer | 2015-03-08 | 1 | -1/+1 |
* | | avfilter/af_astats: redo zero channel handling | Paul B Mahol | 2015-03-08 | 1 | -4/+2 |
* | | avfilter/af_astats: Avoid Zero division in print part. | Martin Vignali | 2015-03-08 | 1 | -0/+3 |
* | | avfilter: Add FFT domain filter. | Arwa Arif | 2015-03-07 | 4 | -2/+347 |
* | | avfilter/vf_colormatrix: Change enums to int, which are accessed via AVOption... | Michael Niedermayer | 2015-03-07 | 1 | -1/+1 |
* | | avfilter/f_perms: Change enums to int, which are accessed via AVOption as int | Michael Niedermayer | 2015-03-07 | 1 | -1/+1 |
* | | avfilter/avf_showwaves: Change enums to int, which are accessed via AVOption ... | Michael Niedermayer | 2015-03-07 | 1 | -1/+1 |
* | | Merge commit '88b160a457e491cb9e014630ef5387ad3500258e' | Michael Niedermayer | 2015-03-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | avfilter: Return more meaningful error codes | Himangi Saraogi | 2015-03-05 | 1 | -3/+4 |
* | | avfilter/vf_paletteuse: indent fix after 7ccc5848 | Clément Bœsch | 2015-03-05 | 1 | -8/+8 |
* | | avfilter/vf_paletteuse: Use int where AVERROR can be returned | Michael Niedermayer | 2015-03-05 | 1 | -3/+3 |
* | | vf_showinfo: minimum widths for some early fields | Peter Cordes | 2015-03-04 | 1 | -1/+1 |
* | | avfilter/vf_tblend: use av_frame_free for freeing an AVFrame | Clément Bœsch | 2015-03-02 | 1 | -1/+1 |
* | | avfilter/lavfutils: use av_frame_free for freeing an AVFrame | Clément Bœsch | 2015-03-02 | 1 | -1/+1 |
* | | avfilter/af_aphaser: Change type to int as its accessed as int via AVOptions | Michael Niedermayer | 2015-03-02 | 1 | -1/+1 |
* | | avfilter/af_biquads: Change width_type to int as its accessed as int via AVOp... | Michael Niedermayer | 2015-03-02 | 1 | -1/+1 |
* | | avfilter/af_volume: Change enums to int, which are accessed via AVOption as int | Michael Niedermayer | 2015-03-02 | 1 | -3/+3 |
* | | avfilter/avf_avectorscope: Change enums to int, which are accessed via AVOpti... | Michael Niedermayer | 2015-03-02 | 1 | -1/+1 |
* | | avfilter/avf_showspectrum: Change enums to int, which are accessed via AVOpti... | Michael Niedermayer | 2015-03-02 | 1 | -4/+4 |
* | | avfilter/vf_drawbox: Fix handling of max values | Michael Niedermayer | 2015-03-02 | 1 | -0/+7 |
* | | avfilter/af_volume: fix precision=fixed and volume=0 case | Gilles Chanteperdrix | 2015-03-01 | 1 | -1/+2 |
* | | avfilter/palettegen: fix frame mem leak | Clément Bœsch | 2015-02-27 | 1 | -1/+1 |
* | | colormatrix: Accept bt601 aliases as input | Vittorio Giovara | 2015-02-26 | 1 | -0/+3 |
* | | avfilter/paletteuse: use AV_QSORT() | Clément Bœsch | 2015-02-26 | 1 | -1/+4 |
* | | avfilter/palettegen: use AV_QSORT() | Clément Bœsch | 2015-02-26 | 1 | -1/+3 |
* | | avfilter/palettegen: consistently use the same frame for dimensions | Clément Bœsch | 2015-02-26 | 1 | -1/+1 |
* | | avfilter/palettegen: use a logging context for the dupped color warning | Clément Bœsch | 2015-02-26 | 1 | -3/+4 |
* | | avfilter/palettegen: export color quantization ratio | Clément Bœsch | 2015-02-26 | 2 | -3/+14 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2015-02-25 | 1 | -1/+3 |
|\ \ |
|