summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi: display pad type with mismatch error message.Nicolas George2012-06-23
* lavfi/buffer: remove unused function av_vsrc_buffer_add_frame_alt()Stefano Sabatini2012-06-23
* lavfi/buffer: apply misc consistency nitsStefano Sabatini2012-06-23
* lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* lavfi/drawtext: remove unnecessary parentheses in init()Stefano Sabatini2012-06-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-21
|\
| * lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov2012-06-21
| * lavfi/fifo: add audio version of the fifo filter.Anton Khirnov2012-06-21
| * fifo: fix parenthesis placement.Anton Khirnov2012-06-21
| * lavfi: rename vf_fifo.c -> fifo.cAnton Khirnov2012-06-21
* | lavfi/deshake: fix crash in uninit()Stefano Sabatini2012-06-21
* | lavfi/scale: remove unused variable out_linkStefano Sabatini2012-06-21
* | lavfi/audio: remove unused variable in ff_filter_samples()Stefano Sabatini2012-06-21
* | lavfi/ass: update use of deprecated functions, fix warningsStefano Sabatini2012-06-21
* | lavfi/blackdetect: add logic for handling stream terminationStefano Sabatini2012-06-21
* | lavfi/blackdetect: fix pts time debug printingStefano Sabatini2012-06-21
* | libavfilter/transform: fix mirroring.Michael Niedermayer2012-06-20
* | lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol2012-06-20
* | vf_vflip: fix handling of the last line.Michael Niedermayer2012-06-20
* | vf_lut: fix handling of odd dimensionsMichael Niedermayer2012-06-20
* | lavfi: add showwaves filterStefano Sabatini2012-06-20
* | lavfi/asplit: fix memleakStefano Sabatini2012-06-20
* | lavfi/color: fix typoPaul B Mahol2012-06-19
* | lavfi/color: use AVOptionsPaul B Mahol2012-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-19
|\|
| * af_amix: allow float planar sample format as inputJustin Ruggles2012-06-18
| * af_amix: use AVFloatDSPContext.vector_fmac_scalar()Justin Ruggles2012-06-18
* | libavfilter: improve atempo audio qualityPavel Koshevoy2012-06-19
* | lavfi/avfilter: use av_assertMichael Niedermayer2012-06-19
* | lavfi/avcodec: make avfilter_fill_frame_from*() functions use avfilter_copy_b...Stefano Sabatini2012-06-19
* | lavfi/avcodec: always use av_frame* accessors in avfilter_copy_buf_props()Stefano Sabatini2012-06-19
* | lavfi/avcodec: copy pos field from AVFilterBuffer to AVFrame pkt_posStefano Sabatini2012-06-19
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
* | lavfi: add atempo filterPavel Koshevoy2012-06-17
* | lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* | lavfi/super2xsai: fix fate test on bigendianPaul B Mahol2012-06-16
* | vf_pad: check that we have write permission before writing in the buffer.Michael Niedermayer2012-06-16
* | lavfi: add asetnsamples audio filterStefano Sabatini2012-06-16
* | lavfi/split: give a more accurate description to splitStefano Sabatini2012-06-16
* | lavfi/super2xsai: simplify code updating the color matrix at each y iterationStefano Sabatini2012-06-16
* | lavfi/super2xsai: fix table used to update color matrix at the end of each y ...Stefano Sabatini2012-06-16
* | lavfi/video: set output frame w/h properties in default_start_frame()Stefano Sabatini2012-06-16
* | lavfi/avcodec: add consistency checks in avfilter_copy_buf_props()Stefano Sabatini2012-06-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-15
|\|
| * af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64Janne Grunau2012-06-15
* | lavfi: af_amerge options array was not ended with NULLWilliam Yu2012-06-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\|
| * lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov2012-06-13
| * avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov2012-06-13
| * lavfi: allow building without swscale.Anton Khirnov2012-06-13