125 Commits (18c9d5d3e80dc0b47e0a260b51f5230bdd499e8b)

Author SHA1 Message Date
  Jun Zhao 603845225c avfilter/formats: fix wrong function name in error message 7 years ago
  Marton Balint 977fd88419 avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if nret is not set 8 years ago
  Marton Balint 7ceb9e6b11 avfilter/formats: allow unknown channel layouts by default 8 years ago
  Paul B Mahol 9f17d4ae7e avfilter/formats: fix leak of formats on error 9 years ago
  Paul B Mahol 0a19538bcf avfilter: add SOFAlizer audio filter 9 years ago
  Ganesh Ajjanagadde 93afb338a4 lavfi/formats: fix segfault when allocation fails 9 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
  Anton Khirnov ae25413daf lavfi: do not exclude hwaccel formats from ff_all_formats() 9 years ago
  Simon Thelen 7cbb52ecab libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'. 10 years ago
  Michael Niedermayer 50ee17340b avfilter/formats: Add test for ff_parse_channel_layout() 10 years ago
  Clément Bœsch 545b0dd6aa avfilter/formats: proper error handling in ff_set_common_*() functions 10 years ago
  Clément Bœsch f861d9b2c6 avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_formats_ref() 10 years ago
  Clément Bœsch 93d9ce7cec avfilter/formats: use av_realloc_array in ADD_FORMAT() 10 years ago
  Clément Bœsch 38fb183b12 avfilter/formats: remove unused COPY_INT_LIST() macro 10 years ago
  Vittorio Giovara c3bd1d60af formats: Check memory allocations 10 years ago
  Michael Niedermayer b9ffafbfcc avfilter/formats: Alloc NULL fmts in SET_COMMON_FORMATS() 10 years ago
  Michael Niedermayer 75819fafd8 avfilter/formats: free the correct pointer in ADD_FORMAT() 10 years ago
  Vittorio Giovara 863ee8a855 lavfi: clean memory on error in ADD_FORMAT() 10 years ago
  Michael Niedermayer 0a7ad6bf51 avfilter/formats: Use av_realloc_array() 11 years ago
  Michael Niedermayer 1853e2cba9 avfilter/formats: Avoid using non public AV_SAMPLE_FMT_NB 11 years ago
  Michael Niedermayer 64fb19cc99 avfilter/formats: Avoid using non public AV_PIX_FMT_NB 11 years ago
  Anton Khirnov 7cc4c9f32f lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB 11 years ago
  Nicolas George 6e2473edfd lavfi: parsing helper for unknown channel layouts. 11 years ago
  Michael Niedermayer 247fa6c27c avfilter: remove ff_copy_int*_list 11 years ago
  Anton Khirnov b01f6041f4 lavfi: rename AVFilterFormats.format_count to nb_formats 12 years ago
  Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
  Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
  Nicolas George f810ca63f8 lavfi: detect merge failure for unknown layouts. 12 years ago
  Nicolas George e568d432b1 lavfi/formats: reindent after last commit. 12 years ago
  Nicolas George 2d98dd3d14 lavfi: fix merging of formats and clarify exception. 12 years ago
  Michael Niedermayer b97d61f924 avfilter/ff_merge_formats: only merge if doing so does not loose chroma or alpha 12 years ago
  Nicolas George b6b2f3433c lavfi: implement ff_query_formats_all(). 12 years ago
  Nicolas George 7bb98b753b lavfi: implement ff_all_channel_counts(). 12 years ago
  Nicolas George b6afb2dde1 lavfi: support unknown channel layouts. 12 years ago
  Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
  Paul B Mahol 1acd2f6ba7 Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 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
  Stefano Sabatini 720ec62012 lavfi: drop deprecated and disabled packing API 13 years ago
  Paul B Mahol c9e183b490 lavfi: update some deprecated functions 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
  Andrew Wason c527027c27 aconvert filter needs to configure samplerates 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
  Nicolas George 5ac9ef6493 avfilter: make AVFilterFormats compatible with libav. 13 years ago
  Clément Bœsch 64ff8a7670 lavfi: rename all_channel_layouts.h to all_channel_layouts.inc. 13 years ago
  Michael Niedermayer 3448404a70 libavfilter: add ff_parse_time_base() 13 years ago