103 Commits (0ebcf878032fa32a02e406a3397b51dc8b45109d)

Author SHA1 Message Date
  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
  Stefano Sabatini 4d4098da00 lavfi: drop planar/packed negotiation support 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
  Stefano Sabatini 386aee6864 sink_buffer: copy list of provided formats in the context 13 years ago
  Michael Niedermayer 248bb81ebc avfilter: Error out from avfilter_merge_formats() when there are duplicates 13 years ago
  Michael Niedermayer 8cda755c2f avfilter: dont write out of array for duplicate formats in avfilter_merge_formats() 13 years ago
  Reimar Döffinger b052601b95 Make another static array const. 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
  Michael Niedermayer 41215fdeb3 libavfilter/formats.c: fix compile of test 13 years ago
  Stefano Sabatini ea8de109af lavfi: add avfilter_all_channel_layouts public symbol 13 years ago
  Stefano Sabatini 9899037dc6 lavfi: rename avfilter_all_* function names to avfilter_make_all_* 13 years ago
  Stefano Sabatini 4381bddc9f lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps 13 years ago