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-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
2012-09-05Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Explicitly store rational option defaults in .dblMartin Storsjö
2012-09-05avopt: Explicitly store float/double option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-09-04libavfilter/Makefile: add forgotten entries for the ff-sinksMichael Niedermayer
2012-09-04sink_buffer: fix #ifs for FF-sinksMichael Niedermayer
2012-09-04lavfi/transpose: implement landscape passthrough modeStefano Sabatini
2012-09-04yadif: remove unused variableMichael Niedermayer
2012-09-02lavfi: when configuring a link, set channel layout from previous link if unsp...Stefano Sabatini
2012-09-01lavfi/vf_frei0: add missing new line to some error messagesPiotr Bandurski
2012-09-01libmpcodecs: remove unused and half existing vo_fs variableMichael Niedermayer
2012-09-01lavfi/mp: remove decimate wrapperStefano Sabatini
2012-09-01libavfilter: Support the forks ABI for buffer sinksMichael Niedermayer
2012-09-01Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö
2012-08-31avfiltergraph: use avcodec_find_best_pix_fmt_of_2()Michael Niedermayer
2012-08-31lavfi/hue: add process_command callbackJérémy Tran
2012-08-31lavfi: port decimate libmpcodecs filterStefano Sabatini
2012-08-31lavfi/mp=decimate: fix off-by-one logic in diff_C() x loopStefano Sabatini
2012-08-31lavfi/mp: remove smartblur filterStefano Sabatini
2012-08-31vf_mp: fix duplicate returnMichael Niedermayer
2012-08-31buffersink: remove stray ;Michael Niedermayer
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer