summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* | vf_ass: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* | vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* | vf_scale: support dynamically changing input parameters.Michael Niedermayer2012-05-20
* | buffersrc: cosmetic: reindent.Nicolas George2012-05-20
* | Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer2012-05-19
|\|
| * lavfi: Add fps filter.Anton Khirnov2012-05-18