summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* drawtext: fix hard dependency to lavc (timecode).Clément Bœsch2012-01-02
* af_astreamsync: remove unused variableJean First2012-01-01
* vf_tinterlace: implement interlace mode 5Stefano Sabatini2012-01-01
* lavfi: add amerge audio filter.Nicolas George2011-12-31
* lavfi: add astreamsync audio filter.Nicolas George2011-12-31
* lavfi: port tinterlace filter from MPlayerStefano Sabatini2011-12-31
* lavfi: remove redundant definition of avfilter_copy_frame_props() in avfilter.hStefano Sabatini2011-12-31
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-31
|\
| * cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* | lavfi: add asplit filterStefano Sabatini2011-12-27
* | lavfi: add missing check in avfilter_filter_samples()Stefano Sabatini2011-12-27
* | lavfi: fix avfilter_default_get_audio_buffer() after changes in av_samples_al...Stefano Sabatini2011-12-27
* | lavfi: don't try to indent words in trace messagesStefano Sabatini2011-12-27
* | thumbnail: fix error code in case of invalid args.Clément Bœsch2011-12-27
* | lavfi: add thumbnail video filter.Clément Bœsch2011-12-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-26
|\|
| * Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov2011-12-25
| * lavfi: add a new function av_buffersrc_buffer().Anton Khirnov2011-12-25
| * lavfi: add avfilter_copy_frame_props()Stefano Sabatini2011-12-25
| * lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-25
* | vf_drawtext: select YUV color for drawbox() in case YUV colorspace is usedStefano Sabatini2011-12-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-24
|\|
| * allfilters: fix type of avfilter_vsrc_buffer.Anton Khirnov2011-12-23
* | libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs.Michael Niedermayer2011-12-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-23
|\|
| * lavfi: always build vsrc_buffer.Anton Khirnov2011-12-22
* | sink_buffer: copy list of provided formats in the contextStefano Sabatini2011-12-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * yadif: support 10bit YUVLuca Barbato2011-12-13
| * build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
* | cleanup: for(intMichael Niedermayer2011-12-13
* | lavfi: use the new audio API in amovie source filter.Clément Bœsch2011-12-13
* | lavfi: skip the frame in case of error.Clément Bœsch2011-12-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
| * Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
| * lavfi: install libavfilter/vsrc_buffer.hAndrey Utkin2011-12-11
* | timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-12
* | drawtext: allow burning the timecode.Clément Bœsch2011-12-12
* | life: add mold, mold_color, life_color and death_color options.Clément Bœsch2011-12-11
* | life: add seed information in filter summary.Clément Bœsch2011-12-11
* | lavfi: add cellauto sourceStefano Sabatini2011-12-11
* | buffersink: Implement a poll function.Michael Niedermayer2011-12-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-08
|\|
| * drawtext: remove typoLuca Barbato2011-12-07
| * drawtext: introduce rand(min, max)Luca Barbato2011-12-07
| * drawtext: introduce explicit draw/hide variableLuca Barbato2011-12-07
| * drawtext: make x and y parametricLuca Barbato2011-12-03
| * drawtext: manage memory allocation betterLuca Barbato2011-12-03
| * drawtext: refactor draw_textLuca Barbato2011-12-03