OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavfilter / formats.c
2014-11-21 Vittorio Giovaralavfi: clean memory on error in ADD_FORMAT()
2014-05-26 Anton Khirnovlavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB
2013-05-17 Anton Khirnovlavfi: rename AVFilterFormats.format_count to nb_formats
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-06-12 Anton Khirnovlavfi: add channelsplit audio filter.
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.