aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/select: use exported dsputil_init function.Clément Bœsch2012-06-051-1/+1
* lavfi/select: 10l: llabs -> fabs after switching types.Clément Bœsch2012-06-051-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-042-28/+22
|\
| * avfiltergraph: make some functions static.Anton Khirnov2012-06-042-29/+22
* | lavfi/select: add scene detection.Clément Bœsch2012-06-041-0/+78
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-0420-20/+20
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-0425-119/+35
* | lavfi/lut: fix component -> rgba mappingStefano Sabatini2012-06-041-24/+20
* | set some categories of some AVClass structsMichael Niedermayer2012-06-033-0/+3
* | af_amerge: use the buferqueue API.Nicolas George2012-06-031-52/+34
* | af_astreamsync: set samples rate in query_formats.Nicolas George2012-06-031-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-311-7/+12
|\|
| * lavfi: amix: check active input count before calling request_samplesJustin Ruggles2012-05-301-7/+12
| * avfilter: include required header file avfilter.h in video.hJanne Grunau2012-05-291-0/+2
* | vf_overlay: rewrite request/push logic.Nicolas George2012-05-311-71/+154
* | lavfi: add a generic API for buffer queues.Nicolas George2012-05-311-0/+111
* | sink_buffer: guard against NULL frames.Nicolas George2012-05-311-0/+2
* | avfilter: use designated initializer for classPaul B Mahol2012-05-291-4/+3
* | lavfi: use getter/setter functions for AVFrame.pkt_posMichael Niedermayer2012-05-282-3/+3
* | lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_...Robert Nagy2012-05-281-4/+7
* | lswsutils: fix "ncompatible pointer type" warningMichael Niedermayer2012-05-261-1/+1
* | lavfutils: fix incompatible pointer type warningMichael Niedermayer2012-05-261-1/+1
* | af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer2012-05-261-23/+12
* | af_aresample: fix request_frame()Michael Niedermayer2012-05-261-1/+8
* | libavfilter: export ff_default_query_formats()Michael Niedermayer2012-05-251-0/+1
* | lavfi/pixdesctest: use AVPALETTE_SIZE macroStefano Sabatini2012-05-251-1/+1
* | lavfi/pixdesctest: fix SAME -> SAME memcpyStefano Sabatini2012-05-251-1/+1
* | lavfi/hflip: copy palette data in start_frame()Stefano Sabatini2012-05-251-0/+16
* | lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch2012-05-251-2/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-254-1/+548
|\|
| * lavfi: add audio mix filterJustin Ruggles2012-05-234-1/+548
* | lavfi/video: add avfilter.h include to fix make checkheaders.Clément Bœsch2012-05-241-0/+2
* | lavfutils: fix copyrightMichael Niedermayer2012-05-241-0/+2
* | lavfi/video: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | drawutils: fix copyrightMichael Niedermayer2012-05-241-0/+3
* | vf_fps: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | vf_fps: license cleanupMichael Niedermayer2012-05-241-4/+4
* | lavfi/buffer.c: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | lavfi/avcodec.c: fix copyrightMichael Niedermayer2012-05-241-0/+2
* | asrc_anullsrc: fix copyrightMichael Niedermayer2012-05-241-0/+3
* | asink_anullsink: fix copyrightMichael Niedermayer2012-05-241-0/+2
* | af_null: fix copyrightMichael Niedermayer2012-05-241-0/+1
* | lavfi: copy palette in start_frame()Stefano Sabatini2012-05-241-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-2329-69/+253
|\|
| * lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-221-2/+1
| * lavfi: fix incorrect comment.Anton Khirnov2012-05-221-2/+2
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-2221-44/+90
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-229-15/+79
| * lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-225-55/+39
| * avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-221-1/+70