]> git.sesse.net Git - ffmpeg/history - libavfilter/formats.c
lavfi: make formats API private on next bump.
[ffmpeg] / libavfilter / formats.c
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-22 Anton Khirnovlavfi: remove avfilter_default_* from public API on...
2012-05-15 Anton Khirnovlavfi: move formats-related functions from default...
2012-05-14 Anton Khirnovlavfi: add types and functions for channel layout/sampl...
2012-05-07 Mina Nagy Zakilavfi: avfilter_merge_formats: handle case where inputs...
2012-05-06 Anton Khirnovlavfi/formats: use sizeof(var) instead of sizeof(type).
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-11-05 Ronald S. Bultjelibavfilter: reindent.
2011-11-05 Ronald S. Bultjeavfilter: don't abort() on zero-size allocations.
2011-10-17 Stefano Sabatinilavfi: add LUT (LookUp Table) generic filters
2011-09-28 Stefano Sabatinilavfi: fix realloc size computation in avfilter_add_for...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-08-17 S.N. Hemanth Meena... Implement libavfilter audio framework.
2010-07-22 S.N. Hemanth Meena... Generalize pixel format enum fields to int formats.
2010-01-08 Stefano SabatiniFix compilation on gcc 2.95.3 (still supported) broken...
2010-01-07 Stefano SabatiniMake avfilter_formats_unref(AVFilterFormats **ref)...
2010-01-06 Stefano SabatiniChange avfilter_add_colorspace() to make it accept...
2010-01-04 Stefano SabatiniMake avfilter_all_colorspaces() add to the returned...
2010-01-03 Stefano SabatiniImplement avfilter_add_colorspace().
2009-10-21 Stefano SabatiniCosmetics: prefer "pix_fmts" over "pix_fmt" for the...
2009-10-21 Stefano SabatiniMake avfilter_make_format_list() take in input a const...
2009-10-18 Stefano SabatiniRename avfilter_make_format_list2() to avfilter_make_fo...
2009-10-18 Stefano SabatiniRemove avfilter_make_format_list(), it has been replaced by
2009-10-18 Stefano SabatiniImplement avfilter_make_format_list2(), which is going...
2008-02-21 Michael NiedermayerBetter description for merge_ref().
2008-02-10 Vitor SessakCoding style changes
2008-02-10 Vitor SessakMore code factorization
2008-02-10 Vitor SessakFactor duplicated loop
2008-02-10 Vitor SessakDo not hardcode the list of pixel formats and use PIX_F...
2008-02-10 Vitor SessakDo not hardcode the type of AVFilterFormats.formats...
2008-02-10 Vitor SessakOops, my last commit broke compilation...
2008-02-10 Vitor SessakMake regression tests to pass with libavfilter.
2008-02-10 Vitor SessakNeed to be careful when dealing with references.
2008-02-10 Vitor Sessak10l. parameter was unused and redundant.
2008-02-10 Vitor Sessakavfilter_formats_unref() should remove the given refere...
2008-02-10 Vitor SessakFirst libavfilter commit.