summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* vsrc_buffer: remove overwrite support.Michael Niedermayer2012-04-061-5/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-051-1/+1
|\
| * vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov2012-04-051-1/+1
| * vf_unsharp: Mark readonly variable as const.Diego Biurrun2012-04-041-2/+2
* | vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer2012-04-051-3/+28
* | vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer2012-04-051-1/+1
* | vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer2012-04-051-3/+10
* | vf_idet: Print both the single frame based detection and the multi frame one.Michael Niedermayer2012-04-051-4/+12
* | vf_idet: Add last_type variable to make code more readable.Michael Niedermayer2012-04-051-11/+13
* | vf_idet: use enum to represent the type.Michael Niedermayer2012-04-051-14/+28
* | libavfilter: add colormatrix filtermultiple authors2012-04-043-0/+391
* | vf_idet: print accumulated statistics at endMichael Niedermayer2012-04-041-1/+7
* | vf_idet: set interlaced flagsMichael Niedermayer2012-04-041-0/+7
* | vf_idet: fix indentionMichael Niedermayer2012-04-041-10/+10
* | vf_idet: move statistic variables into the contextMichael Niedermayer2012-04-041-5/+9
* | vf_idet: remove unused functionMichael Niedermayer2012-04-041-4/+0
* | vf_idet: pass context to av_log()Michael Niedermayer2012-04-041-5/+5
* | vf_ass: use drawutils.Nicolas George2012-04-041-49/+12
* | vf_drawtext: use drawutils.Nicolas George2012-04-041-180/+29
* | drawutils: implement uniform and mask blending.Nicolas George2012-04-042-0/+267
* | libavfilter: Add interlace detect filter.Michael Niedermayer2012-04-043-0/+272
* | vf_lut: avoid rgb component indexing in the inner loopMichael Niedermayer2012-04-031-6/+10
* | vf_lut: optimize rgb codepathMichael Niedermayer2012-04-031-3/+12
* | vf_lut: optimize planar caseMichael Niedermayer2012-04-031-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-025-46/+145
|\ \ | |/
| * vsrc_buffer: allow buffering arbitrary number of frames.Anton Khirnov2012-04-011-30/+42
| * vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-011-5/+20
| * avfiltergraph: try to reduce format conversions in filters.Anton Khirnov2012-04-011-1/+47
| * avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-013-1/+27
* | lavfi/fade: fix black level for non studio-level pixel formatsStefano Sabatini2012-03-311-2/+2
* | vsrc_buffer: Store allocated scale filter and free it later.Michael Niedermayer2012-03-311-2/+5
* | avfilter: allow freeing NULL.Michael Niedermayer2012-03-311-0/+3
* | avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref().Michael Niedermayer2012-03-291-0/+2
* | ass: fix aspect ratio computation.Nicolas George2012-03-282-13/+12
* | lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref().Clément Bœsch2012-03-263-2/+47
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-261-2/+0
|\ \ | |/
| * build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-261-2/+0
* | vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formatsPaul B Mahol2012-03-261-0/+2
* | bbox: remove superfluous initializationsPaul B Mahol2012-03-221-2/+2
* | lavfi: add tile video filter.Nicolas George2012-03-213-0/+208
* | vsrc_color: port to new drawutils API.Nicolas George2012-03-211-49/+12
* | vf_pad: port to new drawutils API.Nicolas George2012-03-211-81/+40
* | drawutils: new API.Nicolas George2012-03-213-1/+268
* | lavfi/ass: add dar optionStefano Sabatini2012-03-212-2/+43
* | lavfi/ass: use a default DAR value of 1.0Stefano Sabatini2012-03-211-2/+1
* | lavfi/aspect: check for a negative code from av_parse_ratio()Stefano Sabatini2012-03-211-1/+1
* | graphdump: use av_bprintf API.Nicolas George2012-03-211-59/+52
* | lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspectStefano Sabatini2012-03-191-3/+2
* | lavfi/movie: add loop parameterWilliam Yu2012-03-182-6/+24
* | lavfi/scale: document behavior with regards to the output sample aspect ratioStefano Sabatini2012-03-181-4/+6
OpenPOWER on IntegriCloud