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-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
2012-06-26lavfi: drop deprecated and disabled packing APIStefano Sabatini
2012-06-26lavfi/avfilter.h: reorganize headers dispositionStefano Sabatini
2012-06-25lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini
2012-06-25lavfi: move some FF_API_ definitions from avfilter.h to version.hStefano Sabatini
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22lavfi: allow audio filters to request a given number of samples.Anton Khirnov
2012-06-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov
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 AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-13lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-09lavfi: add a frame_rate field to AVFilterLink.Nicolas George
2012-06-07lavfi: remove avfilter_default_item_name() from public APIStefano Sabatini
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov