summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | vf_thumbnail: forward request_frame at least once.Nicolas George2012-03-171-2/+2
* | lavfi/crop: show input and output sample aspect ratio in the logStefano Sabatini2012-03-171-2/+3
* | lavfi/allfilters: fix weird vertical alignStefano Sabatini2012-03-171-1/+1
* | lavfi: add bbox filterStefano Sabatini2012-03-176-2/+236
* | ass: fix DAR calculation.Michael Niedermayer2012-03-161-1/+1
* | vf_fspp: add ff_ prefix to non static variables.Michael Niedermayer2012-03-141-11/+11
* | vf_fspp: fix compilation with llvmBaptiste Coudurier2012-03-141-2/+2
* | cosmetics: fix some typosLou Logan2012-03-131-1/+1
* | lavfi/drawtext: add 24 hours wrapping option for timecode.Clément Bœsch2012-03-121-0/+4
* | vf_crop: keepaspect supportBaptiste Coudurier2012-03-111-1/+13
* | vf_frei0r: set outlinks sample aspect ratio to 1Baptiste Coudurier2012-03-101-0/+1
* | lavfi: remove swapuv libmpcodecs wrapperStefano Sabatini2012-03-104-110/+1
* | lavfi: port MP swapuv filterStefano Sabatini2012-03-104-1/+96
* | vf_pad: keep a reference to the output buffer.Nicolas George2012-03-081-9/+2
OpenPOWER on IntegriCloud