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
2011-05-17drawtext: fix strftime() text expansionStefano Sabatini
2011-05-17lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini
2011-05-15Merge branch 'master' into oldabiMichael Niedermayer
2011-05-15showinfo: replace "CRC" by "checksum"Stefano Sabatini
2011-05-15showinfo: fix vertical align nitStefano Sabatini
2011-05-15showinfo: fix computation of Adler checksumStefano Sabatini
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-08Merge remote branch 'qatar/master'Michael Niedermayer
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-07drawtext: add shadow support.Michael Niedermayer
2011-05-07drawtext: factor draw_glyphs.Michael Niedermayer
2011-05-07drawtext: fix and optimize yuv blend.Michael Niedermayer
2011-05-07drawtext: get rid of divisions in the inner loop.Michael Niedermayer
2011-05-07drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer
2011-05-07lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini
2011-05-07avfilter: dont use AVFilterLink as priv for pictures as its freed too early.Michael Niedermayer
2011-05-07avfilter: Fix ticket82 / fix initial buffer values.Michael Niedermayer
2011-05-07AVFilter: use picture pool to avoid malloc().Michael Niedermayer
2011-05-07avfilter_unref_buffer: favor av_freep()Michael Niedermayer
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-04avfilter: check malloc return values.Ronald S. Bultje
2011-05-04avfilter: don't av_malloc(0).Ronald S. Bultje
2011-05-02scale: fix leak occurring when a scale filter is reconfiguredStefano Sabatini
2011-05-02vsrc_buffer: improve reporting in case of format/size changeStefano Sabatini
2011-05-02Merge commit '1a9f9f8' into oldabiMichael Niedermayer
2011-05-02Merge commit 'd7e5aeb' into oldabiMichael Niedermayer
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-05-01lavc: add a pkt_pos field to AVFrameStefano Sabatini
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-30AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-29vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun
2011-04-28hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
2011-04-28crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
2011-04-27lavfi: add showinfo filterStefano Sabatini
2011-04-27lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-27Merge branch 'master' into oldabiMichael 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-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-26pad: make the filter parametricStefano Sabatini