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-04-28lavfi: rename vsrc_buffer.c into src_buffer.c.Nicolas George
2012-04-28lavfi: merge asrc_abuffer into vsrc_buffer.Nicolas George
2012-04-23vsrc_buffer: count the number of failed requests.Nicolas George
2012-04-23vsrc_buffer: return EAGAIN if no frame is available.Nicolas George
2012-04-17vsrc_buffer: fix null ptr segfaultMichael Niedermayer
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-14vsrc_buffer: fix check from 7ae7c41.Anton Khirnov
2012-04-14vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov
2012-04-06vsrc_buffer: remove overwrite support.Michael Niedermayer
2012-04-05vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov
2012-04-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-01vsrc_buffer: allow buffering arbitrary number of frames.Anton Khirnov
2012-03-31vsrc_buffer: Store allocated scale filter and free it later.Michael Niedermayer
2012-01-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-12vsrc_buffer: release the buffer on uninit.Anton Khirnov
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-10vsrc_buffer: error on changing frame parameters.Anton Khirnov
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-12-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-25lavfi: add a new function av_buffersrc_buffer().Anton Khirnov
2011-12-25lavfi: add avfilter_copy_frame_props()Stefano Sabatini
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-10-19vsrc_buffer: FIx incompatible pointer type warningMichael Niedermayer
2011-08-23lavfi: add ff_parse_pixel_format() internal function, and use itStefano Sabatini
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-06-06vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_refStefano Sabatini
2011-06-02vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame()Stefano Sabatini
2011-05-25vsrc_buffer: return an error code if no frames are availableStefano Sabatini
2011-05-24vsrc_buffer: tweak error message in init()Stefano Sabatini
2011-05-20vsrc_buffer: add av_vsrc_buffer_add_frame()Stefano Sabatini
2011-05-20vsrc_buffer: make the source accept sws_param in initStefano Sabatini
2011-05-20vsrc_buffer: propagate avfilter_open() error codeStefano Sabatini
2011-05-20vsrc_buffer: fix styleStefano Sabatini
2011-05-20vsrc_buffer: remove dependency on AVFrameStefano Sabatini
2011-05-07vsrc_buffer: during init, print information about timebase and sample aspect ...Stefano Sabatini
2011-05-07vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interfaceStefano Sabatini
2011-05-07lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini
2011-05-07lavc: add format field to AVFrameStefano Sabatini
2011-05-07lavc: add width and height fields to AVFrameStefano Sabatini
2011-05-02vsrc_buffer: improve reporting in case of format/size changeStefano Sabatini
2011-05-01lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini
2011-05-01lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-27vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked 99% of t...Michael Niedermayer
2011-04-26vsrc_buffer: Reinit scale filter when an existing filter is used.Michael Niedermayer
2011-04-26vsrc_buffer: set output timebase when output equalization is doneMichael Niedermayer
2011-04-26vsrc_buffer: Set output sizeMichael Niedermayer
2011-04-26vsrc_buffer: fix NULL dereferenceMichael Niedermayer
2011-04-26lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné