summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-31
|\
| * lavfi: amix: check active input count before calling request_samplesJustin Ruggles2012-05-30
| * avfilter: include required header file avfilter.h in video.hJanne Grunau2012-05-29
* | vf_overlay: rewrite request/push logic.Nicolas George2012-05-31
* | lavfi: add a generic API for buffer queues.Nicolas George2012-05-31
* | sink_buffer: guard against NULL frames.Nicolas George2012-05-31
* | avfilter: use designated initializer for classPaul B Mahol2012-05-29
* | lavfi: use getter/setter functions for AVFrame.pkt_posMichael Niedermayer2012-05-28
* | lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_...Robert Nagy2012-05-28
* | lswsutils: fix "ncompatible pointer type" warningMichael Niedermayer2012-05-26
* | lavfutils: fix incompatible pointer type warningMichael Niedermayer2012-05-26
* | af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer2012-05-26
* | af_aresample: fix request_frame()Michael Niedermayer2012-05-26
* | libavfilter: export ff_default_query_formats()Michael Niedermayer2012-05-25
* | lavfi/pixdesctest: use AVPALETTE_SIZE macroStefano Sabatini2012-05-25
* | lavfi/pixdesctest: fix SAME -> SAME memcpyStefano Sabatini2012-05-25
* | lavfi/hflip: copy palette data in start_frame()Stefano Sabatini2012-05-25
* | lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch2012-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-25
|\|
| * lavfi: add audio mix filterJustin Ruggles2012-05-23
* | lavfi/video: add avfilter.h include to fix make checkheaders.Clément Bœsch2012-05-24
* | lavfutils: fix copyrightMichael Niedermayer2012-05-24
* | lavfi/video: fix copyrightMichael Niedermayer2012-05-24
* | drawutils: fix copyrightMichael Niedermayer2012-05-24
* | vf_fps: fix copyrightMichael Niedermayer2012-05-24
* | vf_fps: license cleanupMichael Niedermayer2012-05-24
* | lavfi/buffer.c: fix copyrightMichael Niedermayer2012-05-24
* | lavfi/avcodec.c: fix copyrightMichael Niedermayer2012-05-24
* | asrc_anullsrc: fix copyrightMichael Niedermayer2012-05-24
* | asink_anullsink: fix copyrightMichael Niedermayer2012-05-24
* | af_null: fix copyrightMichael Niedermayer2012-05-24
* | lavfi: copy palette in start_frame()Stefano Sabatini2012-05-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-22
| * lavfi: fix incorrect comment.Anton Khirnov2012-05-22
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-22
| * lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-22
| * avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-22
| * asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-22
* | af_amerge: compute output timestamp.Nicolas George2012-05-23
* | af_amerge: set samples rate in query_formats.Nicolas George2012-05-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-22
|\|
| * af_resample: remove an extra space in the log outputJustin Ruggles2012-05-21
| * lavfi: add an audio split filterJustin Ruggles2012-05-21
| * lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-21
* | vf_yadif: Fixed potential access violation on EOF.Robert Nagy2012-05-22
* | vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* | vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* | vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20