summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
| * lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
| * lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-13
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
| * lavfi: add channelsplit audio filter.Anton Khirnov2012-06-12
* | lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.cStefano Sabatini2012-06-13
* | lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-12
|\|
| * avfilter: Log an error if avfilter fails to configure a link.Alex Converse2012-06-12
| * vf_libopencv: add missing headers.Anton Khirnov2012-06-10
* | lavfi: fix signature for default_filter_name()Stefano Sabatini2012-06-10
* | vf_fps: set frame_rate.Nicolas George2012-06-10
* | vf_tile: update deprecated functions.Nicolas George2012-06-10
* | vf_tile: set frame_rate.Nicolas George2012-06-10
* | sink_buffer: dont return void from void functions.Michael Niedermayer2012-06-10
* | libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer2012-06-10
* | buffersrc: deprecate flat options syntax.Nicolas George2012-06-09
* | buffersrc: accept the frame rate as argument.Nicolas George2012-06-09
* | buffersrc: accept key=value arguments.Nicolas George2012-06-09
* | buffersink: add av_buffersink_get_frame_rate().Nicolas George2012-06-09
* | lavfi: add a frame_rate field to AVFilterLink.Nicolas George2012-06-09
* | add bracket around the argument (fixes compilation error with ICL)J. Bohl2012-06-09
* | amerge: accept multiple inputs.Nicolas George2012-06-07
* | af_amerge: move nb_in_ch into the in structure.Nicolas George2012-06-07
* | lavfi/audio: fix size of copied samples.Nicolas George2012-06-07
* | lavfi: remove avfilter_default_item_name() from public APIStefano Sabatini2012-06-06
* | lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini2012-06-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|