| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directly | Paul B Mahol | 2013-10-12 | 1 | -54/+76 |
* | avfilter/vf_separatefields: do not reset pts to 0 | Paul B Mahol | 2013-10-12 | 1 | -23/+56 |
* | avfilter/lavfutils: fix memleak of avpacket | Michael Niedermayer | 2013-10-12 | 1 | -0/+3 |
* | avfilter/vf_removelogo: fix pixel pointer so it points where its intended | Michael Niedermayer | 2013-10-12 | 1 | -1/+1 |
* | avfilter/vf_removelogo: fix offset for accessing pixels above and below | Michael Niedermayer | 2013-10-12 | 1 | -2/+2 |
* | avfilter/vf_removelogo: use av_freep() for saftey | Michael Niedermayer | 2013-10-12 | 1 | -4/+4 |
* | avfilter/vf_w3fdif: do not reset pts to 0 | Paul B Mahol | 2013-10-10 | 1 | -8/+20 |
* | avfilter/buffersink: try to fix AV_NOPTS_VALUE | Michael Niedermayer | 2013-10-09 | 1 | -2/+4 |
* | avfilter/ff_filter_frame_needs_framing: fix handling of AV_NOPTS_VALUE | Michael Niedermayer | 2013-10-09 | 1 | -2/+3 |
* | avfilter/af_join: remove now unnecessary goto | Paul B Mahol | 2013-10-08 | 1 | -10/+5 |
* | avfilter/vf_deshake: fix block_contrast() lower brightness value | Michael Niedermayer | 2013-10-07 | 1 | -1/+1 |
* | avfilter/deshake | Lenny Wang | 2013-10-07 | 1 | -1/+1 |
* | avfilter/lswsutils: dont override the default scaler | Michael Niedermayer | 2013-10-07 | 1 | -1/+1 |
* | avfilter/vf_drawtext: remove dead initialization | Paul B Mahol | 2013-10-07 | 1 | -1/+1 |
* | avfilter/vf_phase: remove dead initialization | Paul B Mahol | 2013-10-07 | 1 | -1/+1 |
* | avfilter/vf_scale: dont duplicate default. | Michael Niedermayer | 2013-10-06 | 1 | -1/+1 |
* | avfilter/vf_scale: change the default scaler to bicubic | Michael Niedermayer | 2013-10-06 | 1 | -1/+1 |
* | avfilter/f_interleave: use the name 's' for the pointer to the private context | Paul B Mahol | 2013-10-05 | 1 | -15/+15 |
* | avfilter/af_silencedetect: support more sample formats | Paul B Mahol | 2013-10-05 | 1 | -33/+81 |
* | avfilter/vf_histogram: use const for variables that are not supposed to change | Paul B Mahol | 2013-10-04 | 1 | -13/+13 |
* | avfilter/vf_frei0r: fix out of array read | Michael Niedermayer | 2013-10-04 | 1 | -1/+2 |
* | avfilter/vf_pullup: do not ignore frame field order | Paul B Mahol | 2013-10-03 | 1 | -1/+1 |
* | avfilter/vf_histogram: add mirrored waveform mode | Marton Balint | 2013-10-02 | 2 | -6/+17 |
* | avfilter/vf_histogram: fix segfault in parade waveform mode for subsampled fo... | Marton Balint | 2013-10-02 | 1 | -4/+4 |
* | Merge commit '06e7301a2efa8dededecbe6836ee5b59bf7e5e76' | Michael Niedermayer | 2013-10-03 | 1 | -0/+9 |
|\ |
|
| * | vf_interlace: do not process an already interlaced frame | Vittorio Giovara | 2013-10-02 | 1 | -0/+10 |
* | | avfilter/avf_showspectrum: use the name 's' for the pointer to the private co... | Clément Bœsch | 2013-10-02 | 1 | -93/+93 |
* | | avfilter/af_afade: use the name 's' for the pointer to the private context | Paul B Mahol | 2013-10-02 | 1 | -28/+28 |
* | | avfilter/vf_removelogo: use the name 's' for the pointer to the private context | Clément Bœsch | 2013-10-02 | 1 | -38/+38 |
* | | avfilter/af_silencedetect: use the name 's' for the pointer to the private co... | Paul B Mahol | 2013-10-02 | 1 | -17/+16 |
* | | avfilter/vf_histogram: change order of histograms for planar rgb | Paul B Mahol | 2013-10-01 | 1 | -3/+4 |
* | | avfilter/vf_histogram: add support for subsampled planar yuv modes in wavefor... | Marton Balint | 2013-10-01 | 1 | -7/+30 |
* | | avfilter/vf_histogram: improve waveform speed | Marton Balint | 2013-10-01 | 1 | -30/+41 |
* | | avfilter/vf_hflip: support slice threading | Paul B Mahol | 2013-09-30 | 1 | -19/+40 |
* | | avfilter/vf_hflip: refactor plane dimensions calculation | Paul B Mahol | 2013-09-30 | 1 | -5/+10 |
* | | avfilter/vf_rotate: support slice threading | Paul B Mahol | 2013-09-30 | 1 | -61/+94 |
* | | avfilter/dualinput: simplify | Paul B Mahol | 2013-09-30 | 6 | -49/+18 |
* | | avfilter/vf_rotate: use vsub for output plane height calculation | Paul B Mahol | 2013-09-29 | 1 | -1/+1 |
* | | avfilter/dualinput: remove unused variable | Paul B Mahol | 2013-09-28 | 2 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-28 | 7 | -15/+65 |
|\| |
|
| * | lavfi: allow user-provided execute() callbacks | Anton Khirnov | 2013-09-28 | 7 | -15/+65 |
* | | avfilter: add av_cold to init() | Paul B Mahol | 2013-09-27 | 8 | -9/+9 |
* | | avfilter/vidstabtransform: update optzoom range values for recent vid.stab up... | Georg Martius | 2013-09-27 | 1 | -1/+1 |
* | | avfilter/af_ladspa: set output channel layout for passthrough case | Paul B Mahol | 2013-09-27 | 1 | -1/+5 |
* | | avfilter/af_ladspa: allow changing controls dynamically | Paul B Mahol | 2013-09-27 | 1 | -0/+13 |
* | | avfilter/af_ladspa: refactor code setting input control ports values | Paul B Mahol | 2013-09-27 | 1 | -24/+37 |
* | | lavfi/dualinput: reimplement on top of framesync. | Nicolas George | 2013-09-23 | 7 | -116/+66 |
* | | lavfi: add an API to synchronize multiple video inputs. | Nicolas George | 2013-09-23 | 2 | -0/+625 |
* | | avfilter: add ladspa wrapper filter | Paul B Mahol | 2013-09-22 | 4 | -2/+677 |
* | | avfilter: remove duplicate includes | Michael Niedermayer | 2013-09-21 | 9 | -9/+0 |