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
2015-06-10lavfi: check av_strdup() return valuePaul B Mahol
2015-06-10avfilter/vf_sab: fix filtering tiny imagesMichael Niedermayer
2015-05-17lavfi/fade: Do not overread input buffer.Carl Eugen Hoyos
2014-06-25avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer
2014-06-25avfilter/filtfmts: Support dynamically allocated in/outputsMichael Niedermayer
2014-06-25avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer
2014-06-25avfilter/f_select: fix loss of precission in SAD calculationMichael Niedermayer
2013-12-24do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer
2013-12-24avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer
2013-11-28lavfi/af_pan: support unknown layouts on input.Nicolas George
2013-11-28lavfi/af_pan: support unknown layouts on output.Nicolas George
2013-11-28lavfi: parsing helper for unknown channel layouts.Nicolas George
2013-11-28lavfi/avfiltergraph: do not reduce incompatible lists.Nicolas George
2013-11-28lavfi/avfiltergraph: suggest a solution when format selection fails.Nicolas George
2013-09-23avfilter/vf_fps: make sure the fifo is not empty before using itMichael Niedermayer
2013-08-09avfilter/vf_separatefields: fix ;;Michael Niedermayer
2013-08-09avfilter: fix plane validity checksMichael Niedermayer
2013-07-11lavfi/aconvert: unbreakPaul B Mahol
2013-07-10avfilter/af_earwax: Fix out of array accesses on odd packetsMichael Niedermayer
2013-07-09avfilter/graphparse: Fix build with --enable-incompatible-fork-abiMichael Niedermayer
2013-07-09lavfi/drawtext: add support for printing frame metadataPaul B Mahol
2013-07-09lavfi/psnr: rename 's' parameter to match documentationPaul B Mahol
2013-07-09lavfi: fix broken logic in metadata handlingPaul B Mahol
2013-07-08lavfi/rotate: switch to new drawutilsPaul B Mahol
2013-07-08lavfi/drawutils: fix planar rgbPaul B Mahol
2013-07-08lavfi/pad: use FFSIGNPaul B Mahol
2013-07-08lavfi: add psnr filterPaul B Mahol
2013-07-06replace some deprecated definesPaul B Mahol
2013-07-06lavfi/blend: use dual input helpersPaul B Mahol
2013-07-05lavfi/delogo: band width must be at least 1Jean Delvare
2013-07-05lavfi/delogo: option show shouldn't affect bandJean Delvare
2013-07-05lavfi/blackdetect: support 2 more pixels formatsPaul B Mahol
2013-07-05lavfi/cropdetect: export cropdetect info to frame metadataPaul B Mahol
2013-07-05lavfi/delogo: remember left and right samples when interpolatingJean Delvare
2013-07-05lavfi/delogo: don't recompute the same difference again and againJean Delvare
2013-07-04lavfi/crop: support more pixel formatsPaul B Mahol
2013-07-04lavfi/delogo: avoid propagation of rounding errors in chroma planesJean Delvare
2013-07-04lavfi/delogo: take SAR into accountJean Delvare
2013-07-03lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini
2013-07-01lavfi/delogo: use weighted interpolationJean Delvare
2013-06-30Rename thread_init() in libavcodec and libavfilter as library_thread_init().Carl Eugen Hoyos
2013-06-30Rename constant HZ in af_biquads.c as HERTZ.Carl Eugen Hoyos
2013-06-28avfilter/avfilter: Make avfilter_register() thread safeMichael Niedermayer
2013-06-28avfilter/vf_mp: preserve pixel format when possibleMichael Niedermayer
2013-06-26avfilter/src_movie: Fix handling of packet size for videoMichael Niedermayer
2013-06-26libavfilter/src_movie: fix which packet is resetMichael Niedermayer
2013-06-26vf_drawbox: give all v_log() a contextMichael Niedermayer
2013-06-26vf_drawbox: avoid declaration in for() argumentsMichael Niedermayer
2013-06-26Merge branch 'drawbox_exprs' of https://github.com/mjmvisser/FFmpegMichael Niedermayer
2013-06-25enabled expressions on x, y, w, h and t parameters for drawgrid and drawbox, ...Mark Visser