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
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-17lavfi: limit matching w/h/fmt asserts to non scale filtersMichael Niedermayer
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-13lavfi: check that buffer and link properties match.Nicolas George
2012-09-09lavfi: drop deprecated and pointless avfilter_default_end_frame() functionStefano Sabatini
2012-09-07libavfilter: pass QP table through the filter chainMichael Niedermayer
2012-08-22lavfi: add a closed field to AVFilerLink.Nicolas George
2012-08-17lavfi: fix erroneous use of AV_PERM_PRESERVE in ff_inplace_start_frame.Nicolas George
2012-08-17lavfi: grant all permissions on mallocated video buffers.Nicolas George
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-14lavfi: use min_perms and rej_perms for out pads.Nicolas George
2012-08-04lavfi: use a new field for automatic buffer copy.Nicolas George
2012-08-02lavfi/video: remove duplicated function ff_null_start_frame_keep_ref()Stefano Sabatini
2012-07-30lavfi: use correct PTS for link age.Nicolas George
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-29factor identical ff_inplace_start_frame out of two filtersLoren Merritt
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
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: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
2012-06-27Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer
2012-06-26lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-06-16lavfi/video: set output frame w/h properties in default_start_frame()Stefano Sabatini
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-13lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini
2012-06-10libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: move tracing utilities definition from video.c to avfilter.cStefano Sabatini
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-05-24lavfi/video: fix copyrightMichael Niedermayer
2012-05-24lavfi: copy palette in start_frame()Stefano Sabatini
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-19Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer
2012-05-19lavfi: remove stray reference to planar/packed.Nicolas George
2012-05-18lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov