summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-197-15/+15
* Merge commit 'eb90a2091ffb94d8c29aaa5ff50f4192520254fc'Michael Niedermayer2013-10-141-1/+2
|\
| * pthread: Fix deadlock during thread initializationDerek Buitenhuis2013-10-131-1/+2
* | avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directlyPaul B Mahol2013-10-121-54/+76
* | avfilter/vf_separatefields: do not reset pts to 0Paul B Mahol2013-10-121-23/+56
* | avfilter/lavfutils: fix memleak of avpacketMichael Niedermayer2013-10-121-0/+3
* | avfilter/vf_removelogo: fix pixel pointer so it points where its intendedMichael Niedermayer2013-10-121-1/+1
* | avfilter/vf_removelogo: fix offset for accessing pixels above and belowMichael Niedermayer2013-10-121-2/+2
* | avfilter/vf_removelogo: use av_freep() for safteyMichael Niedermayer2013-10-121-4/+4
* | avfilter/vf_w3fdif: do not reset pts to 0Paul B Mahol2013-10-101-8/+20
* | avfilter/buffersink: try to fix AV_NOPTS_VALUEMichael Niedermayer2013-10-091-2/+4
* | avfilter/ff_filter_frame_needs_framing: fix handling of AV_NOPTS_VALUEMichael Niedermayer2013-10-091-2/+3
* | avfilter/af_join: remove now unnecessary gotoPaul B Mahol2013-10-081-10/+5
* | avfilter/vf_deshake: fix block_contrast() lower brightness valueMichael Niedermayer2013-10-071-1/+1
* | avfilter/deshakeLenny Wang2013-10-071-1/+1
* | avfilter/lswsutils: dont override the default scalerMichael Niedermayer2013-10-071-1/+1
* | avfilter/vf_drawtext: remove dead initializationPaul B Mahol2013-10-071-1/+1
* | avfilter/vf_phase: remove dead initializationPaul B Mahol2013-10-071-1/+1
* | avfilter/vf_scale: dont duplicate default.Michael Niedermayer2013-10-061-1/+1
* | avfilter/vf_scale: change the default scaler to bicubicMichael Niedermayer2013-10-061-1/+1
* | avfilter/f_interleave: use the name 's' for the pointer to the private contextPaul B Mahol2013-10-051-15/+15
* | avfilter/af_silencedetect: support more sample formatsPaul B Mahol2013-10-051-33/+81
* | avfilter/vf_histogram: use const for variables that are not supposed to changePaul B Mahol2013-10-041-13/+13
* | avfilter/vf_frei0r: fix out of array readMichael Niedermayer2013-10-041-1/+2
* | avfilter/vf_pullup: do not ignore frame field orderPaul B Mahol2013-10-031-1/+1
* | avfilter/vf_histogram: add mirrored waveform modeMarton Balint2013-10-022-6/+17
* | avfilter/vf_histogram: fix segfault in parade waveform mode for subsampled fo...Marton Balint2013-10-021-4/+4
* | Merge commit '06e7301a2efa8dededecbe6836ee5b59bf7e5e76'Michael Niedermayer2013-10-031-0/+9
|\ \ | |/
| * vf_interlace: do not process an already interlaced frameVittorio Giovara2013-10-021-0/+10
* | avfilter/avf_showspectrum: use the name 's' for the pointer to the private co...Clément Bœsch2013-10-021-93/+93
* | avfilter/af_afade: use the name 's' for the pointer to the private contextPaul B Mahol2013-10-021-28/+28
* | avfilter/vf_removelogo: use the name 's' for the pointer to the private contextClément Bœsch2013-10-021-38/+38
* | avfilter/af_silencedetect: use the name 's' for the pointer to the private co...Paul B Mahol2013-10-021-17/+16
* | avfilter/vf_histogram: change order of histograms for planar rgbPaul B Mahol2013-10-011-3/+4
* | avfilter/vf_histogram: add support for subsampled planar yuv modes in wavefor...Marton Balint2013-10-011-7/+30
* | avfilter/vf_histogram: improve waveform speedMarton Balint2013-10-011-30/+41
* | avfilter/vf_hflip: support slice threadingPaul B Mahol2013-09-301-19/+40
* | avfilter/vf_hflip: refactor plane dimensions calculationPaul B Mahol2013-09-301-5/+10
* | avfilter/vf_rotate: support slice threadingPaul B Mahol2013-09-301-61/+94
* | avfilter/dualinput: simplifyPaul B Mahol2013-09-306-49/+18
* | avfilter/vf_rotate: use vsub for output plane height calculationPaul B Mahol2013-09-291-1/+1
* | avfilter/dualinput: remove unused variablePaul B Mahol2013-09-282-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-287-15/+65
|\ \ | |/
| * lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-287-15/+65
* | avfilter: add av_cold to init()Paul B Mahol2013-09-278-9/+9
* | avfilter/vidstabtransform: update optzoom range values for recent vid.stab up...Georg Martius2013-09-271-1/+1
* | avfilter/af_ladspa: set output channel layout for passthrough casePaul B Mahol2013-09-271-1/+5
* | avfilter/af_ladspa: allow changing controls dynamicallyPaul B Mahol2013-09-271-0/+13
* | avfilter/af_ladspa: refactor code setting input control ports valuesPaul B Mahol2013-09-271-24/+37
* | lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-237-116/+66
OpenPOWER on IntegriCloud