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
2013-05-17lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-26lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-06-12lavfi: add channelsplit audio filter.Anton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-15lavfi: move formats-related functions from default.c to formats.cAnton Khirnov
2012-05-14lavfi: add types and functions for channel layout/samplerate negotiationAnton Khirnov
2012-05-07lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki
2012-05-06lavfi/formats: use sizeof(var) instead of sizeof(type).Anton Khirnov
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-11-05libavfilter: reindent.Ronald S. Bultje
2011-11-05avfilter: don't abort() on zero-size allocations.Ronald S. Bultje
2011-10-17lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
2011-09-28lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-08-17Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram
2010-07-22Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram
2010-01-08Fix compilation on gcc 2.95.3 (still supported) broken by r21077,Stefano Sabatini
2010-01-08Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini
2010-01-06Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini
2010-01-04Make avfilter_all_colorspaces() add to the returned list of pixelStefano Sabatini
2010-01-04Implement avfilter_add_colorspace().Stefano Sabatini
2009-10-22Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini
2009-10-22Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini
2009-10-19Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini
2009-10-19Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini
2009-10-19Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini
2008-02-22Better description for merge_ref().Michael Niedermayer
2008-02-10Coding style changesVitor Sessak
2008-02-10More code factorizationVitor Sessak
2008-02-10Factor duplicated loopVitor Sessak
2008-02-10Do not hardcode the list of pixel formats and use PIX_FMT_NB instead.Vitor Sessak
2008-02-10Do not hardcode the type of AVFilterFormats.formats in allocationVitor Sessak
2008-02-10Oops, my last commit broke compilation...Vitor Sessak
2008-02-10Make regression tests to pass with libavfilter.Vitor Sessak
2008-02-10Need to be careful when dealing with references.Vitor Sessak
2008-02-1010l. parameter was unused and redundant.Vitor Sessak
2008-02-10avfilter_formats_unref() should remove the given reference, not the lastVitor Sessak
2008-02-10First libavfilter commit.Vitor Sessak