Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-06lavfi/avfilter: remove now unused {src,cur,out}_buf.Clément Bœsch
2013-01-01lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels.Nicolas George
2012-12-20lavfi: add an accessor for ref->audio->channels.Nicolas George
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George
2012-12-15lavfi/avfilter.h: clarify doxy for AVFilterLink.out_bufStefano Sabatini
2012-12-11doxy: add ref for lavfi, lpp and lsws.Clément Bœsch
2012-11-29avfilter: mark start_frame/end_frame/draw_slice as deprecatedAnton Khirnov
2012-11-28libavfilter: update doxy for filter_frameMichael Niedermayer
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-13lavfi: store and propagate number of channels information in audio buffer pro...Stefano Sabatini
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-31lavfi: fix references to avfilter_* functions that don't exist anymore.Clément Bœsch
2012-10-25libavfilter: include needed header for AVDictionaryMichael Niedermayer
2012-10-21lavc: add lavfi metadata support.Clément Bœsch
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-09lavfi: drop deprecated and pointless avfilter_default_end_frame() functionStefano Sabatini
2012-09-07lavfi: add qp_table_sizeMichael Niedermayer
2012-09-07libavfilter: pass QP table through the filter chainMichael Niedermayer
2012-08-22lavfi: add a closed field to AVFilerLink.Nicolas George
2012-08-14lavfi: use min_perms and rej_perms for out pads.Nicolas George
2012-08-13lavfi: add avfilter_get_class() and iteration callbacksStefano Sabatini
2012-08-04lavfi: document the constraints on incoming frames.Nicolas George
2012-08-04lavfi: use a new field for automatic buffer copy.Nicolas George
2012-07-30avfilter: fix minor typoMichael Niedermayer
2012-07-25lavfi/avfilter.h: add doxy for AVFilterLink.out_bufStefano Sabatini
2012-07-25lavfi/avfilter.h: add doxy for AVFilterLink.cur_bufStefano Sabatini
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20lavfi: add avfilter_unref_bufferp()Robert Nagy
2012-07-10lavfi: add init_opaque callbackStefano Sabatini
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov
2012-06-30lavfi: implement samples framing on links.Nicolas George
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-26lavfi: reorder AVFilterLink fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilterContext fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilter fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilterBufferRef fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilterBuffer fields.Anton Khirnov
2012-06-26lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov