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-28Add missing version macros to librariesjamal
2012-09-27lavfi/sink_buffer: implement libav compatibility API.Nicolas George
2012-09-27lavfi: enable buffersinks unconditionally.Nicolas George
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-23lavfi: add asendcmd and sendcmd filtersStefano Sabatini
2012-09-23lavfi/hue: simplify/fix setting logic in set_options()Stefano Sabatini
2012-09-22lavfi/buffersink: fix check on pixel_fmts in the opaque parameterAndrew Wason
2012-09-22hqdn3d: Fix out of array read in LOWPASSLoren Merritt
2012-09-21lavfi/hue: set to NULL freed pointersStefano Sabatini
2012-09-21lavfi/hue: fix crash when resetting the saturation expressionStefano Sabatini
2012-09-21vsrc_testsrc: Fix case without a specified durationMichael Niedermayer
2012-09-20lavfi/select: make lavc dependency optional.Clément Bœsch
2012-09-20lavfi/testsrc: increase precision of the duration parameterStefano Sabatini
2012-09-20libavfilter/filtfmts: fix argv/argc checksMichael Niedermayer
2012-09-20bavfilter/filtfmts: fix type for channel layoutsMichael Niedermayer
2012-09-18lavfi/select: make sure avctx is set before closing it.Clément Bœsch
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17avfiltergraph: silence an uninitialized variable warningAnton Khirnov
2012-09-17buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-09-16lavfi/ass: mark ass_libavfilter_log_level_map as static const.Clément Bœsch
2012-09-16af_pan: Fix sscanf formats to work with buggy sscanf implementationsHendrik Leppkes
2012-09-15lavfi/hue: add dynamic expression evaluation supportJérémy Tran
2012-09-14lavfi/avcodec: apply cosmetics style fixesStefano Sabatini
2012-09-13lavfi: check that buffer and link properties match.Nicolas George
2012-09-13lavfi: set sample_rate in the default allocator.Nicolas George
2012-09-13lavfi/aresample: set buffer properties after copy.Nicolas George
2012-09-11lavfi/amerge: clarify the error message in case of input overlapStefano Sabatini
2012-09-11lavfi/amerge: avoid a forward declaration.Clément Bœsch
2012-09-11lavfi/amerge: fix input pad name behaviour.Clément Bœsch
2012-09-10lavfi/setpts: set SAMPLE_RATE to NAN when input is no audioStefano Sabatini
2012-09-10lavfi/setpts: add FRAME_RATE constantStefano Sabatini
2012-09-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-09yadif: cosmeticsLuca Barbato
2012-09-09lavfi: drop deprecated and pointless avfilter_default_end_frame() functionStefano Sabatini
2012-09-07vf_idet: Remove emmsDerek Buitenhuis
2012-09-07vf_colormatrix: Drop unused strings.h headerDerek Buitenhuis
2012-09-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-07lavfi: add qp_table_sizeMichael Niedermayer
2012-09-07af_asyncts: check return value from lavr when flushing.Anton Khirnov
2012-09-07lavfi: 10l fix () placementMichael Niedermayer
2012-09-07lavfi: factor copy_video_props() outMichael Niedermayer
2012-09-07libavfilter: pass QP table through the filter chainMichael Niedermayer
2012-09-06lavfi/mp: drop rotate wrapperStefano Sabatini
2012-09-06lavfi/tinterlace: declare source buffers in copy_picture_field() as constStefano Sabatini
2012-09-06lavfi/tinterlace: set inlink->cur to NULL, since it is stored internallyStefano Sabatini
2012-09-06vf_hue: fix AVOption defaultsMichael Niedermayer
2012-09-05vf_scale: fix incompatible pointer type warningMichael Niedermayer
2012-09-05Merge commit '21bc44038491e525335ad763883b0288402ff6a0'Michael Niedermayer