50 Commits (b06cb15b9d7928bf54b639c9f9f7658c2c38bfb9)

Author SHA1 Message Date
  Anton Khirnov ae25413daf lavfi: do not exclude hwaccel formats from ff_all_formats() 9 years ago
  Vittorio Giovara c3bd1d60af formats: Check memory allocations 10 years ago
  Vittorio Giovara 863ee8a855 lavfi: clean memory on error in ADD_FORMAT() 10 years ago
  Anton Khirnov 7cc4c9f32f lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB 11 years ago
  Anton Khirnov b01f6041f4 lavfi: rename AVFilterFormats.format_count to nb_formats 12 years ago
  Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
  Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov 1961e46c15 lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft 13 years ago
  Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
  Anton Khirnov d625136877 lavfi: add channelsplit audio filter. 13 years ago
  Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
  Anton Khirnov 43c7a01e98 lavfi: remove avfilter_default_* from public API on next bump. 13 years ago
  Anton Khirnov 4c64fed37c lavfi: move formats-related functions from default.c to formats.c 13 years ago
  Anton Khirnov 5775a1832c lavfi: add types and functions for channel layout/samplerate negotiation 13 years ago
  Mina Nagy Zaki 11b6a82412 lavfi: avfilter_merge_formats: handle case where inputs are same 14 years ago
  Anton Khirnov d4ac703c7f lavfi/formats: use sizeof(var) instead of sizeof(type). 13 years ago
  Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
  Ronald S. Bultje 43317fd52c libavfilter: reindent. 13 years ago
  Ronald S. Bultje 23a8b4ddfc avfilter: don't abort() on zero-size allocations. 13 years ago
  Stefano Sabatini 8fe0c527f3 lavfi: add LUT (LookUp Table) generic filters 14 years ago
  Stefano Sabatini 0ec56d1144 lavfi: fix realloc size computation in avfilter_add_format() 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
  Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
  S.N. Hemanth Meenakshisundaram ad2c950154 Implement libavfilter audio framework. 14 years ago
  S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 15 years ago
  Stefano Sabatini d3c01751a3 Fix compilation on gcc 2.95.3 (still supported) broken by r21077, 15 years ago
  Stefano Sabatini 063e769273 Make avfilter_formats_unref(AVFilterFormats **ref) handle the case 15 years ago
  Stefano Sabatini c1d662fd88 Change avfilter_add_colorspace() to make it accept **avff rather than 15 years ago
  Stefano Sabatini 5ff84183de Make avfilter_all_colorspaces() add to the returned list of pixel 15 years ago
  Stefano Sabatini 4fd1f1876a Implement avfilter_add_colorspace(). 15 years ago
  Stefano Sabatini 9abba21ad3 Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the 15 years ago
  Stefano Sabatini 1554fed2d6 Make avfilter_make_format_list() take in input a const argument. 15 years ago
  Stefano Sabatini 6b5dc050a2 Rename avfilter_make_format_list2() to avfilter_make_format_list(). 15 years ago
  Stefano Sabatini e768cb7668 Remove avfilter_make_format_list(), it has been replaced by 15 years ago
  Stefano Sabatini f6a1fa850a Implement avfilter_make_format_list2(), which is going to replace 15 years ago
  Michael Niedermayer 4c4de9ca49 Better description for merge_ref(). 17 years ago
  Vitor Sessak 9189411bdb Coding style changes 17 years ago
  Vitor Sessak 93faa9fad7 More code factorization 17 years ago
  Vitor Sessak 37e0b997a8 Factor duplicated loop 17 years ago
  Vitor Sessak d3a4e41c8a Do not hardcode the list of pixel formats and use PIX_FMT_NB instead. 17 years ago
  Vitor Sessak 243370cb4d Do not hardcode the type of AVFilterFormats.formats in allocation 17 years ago
  Vitor Sessak bd8ae4885b Oops, my last commit broke compilation... 17 years ago
  Vitor Sessak 5ced2c996d Make regression tests to pass with libavfilter. 17 years ago
  Vitor Sessak eac2495095 Need to be careful when dealing with references. 17 years ago
  Vitor Sessak 30f4baebf8 10l. parameter was unused and redundant. 17 years ago
  Vitor Sessak 88cfb80418 avfilter_formats_unref() should remove the given reference, not the last 17 years ago
  Vitor Sessak 391354656c First libavfilter commit. 17 years ago