aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | vf_yadif: accept input with several frames available.Nicolas George2012-03-071-1/+1
* | vsrx_mptestsrc: remove duplicate config_props init.Michael Niedermayer2012-03-071-1/+0
* | libmpcodecs/vf_pp: import memleak fix from MPlayer.Nicolas George2012-03-041-0/+1
* | vf_mp: uninit filter chain.Nicolas George2012-03-041-0/+18
* | lavfi: add blackdetect filterStefano Sabatini2012-03-044-2/+213
* | vsrc_testsrc: free option values.Nicolas George2012-03-031-0/+3
* | vsrc_life: free option values.Nicolas George2012-03-031-0/+4
* | vf_fade: free type when overwriting it.Nicolas George2012-03-031-0/+1
* | vf_deshake: try to fix memleakMichael Niedermayer2012-02-291-0/+2
* | libavfilter/libmpcodecs: add vf_pp from current mplayer svnMichael Niedermayer2012-02-263-1/+244
* | avfiltergraph: avoid harmful auto audio conversions.Nicolas George2012-02-231-3/+8
* | af_pan: remove dual double/int storage of gain.Nicolas George2012-02-221-23/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-2210-12/+12
|\|
| * Mark mutable static data const where appropriate.Alex Converse2012-02-2111-13/+13
* | lavfi/abuffer: init the data planes with NULL pointers.Clément Bœsch2012-02-211-1/+1