148 Commits (b51eae1abeab6875e619a598b6e8d4e14c1b6cfd)

Author SHA1 Message Date
  Andreas Rheinhardt 0963be71ec avfilter/formats: Remove pointless checks 4 years ago
  Nicolas George fe964d80fe lavfi/formats: more logical testing of inputs and outputs. 4 years ago
  Nicolas George 69f5f6ea37 lavfi: check the validity of formats lists. 4 years ago
  Nicolas George 6479f40afa lavfi/formats: simplify a macro parameters. 4 years ago
  Nicolas George 2f76476549 lavfi: regroup formats lists in a single structure. 4 years ago
  Andreas Rheinhardt 2a471af50a avfilter/formats: Fix double frees and memleaks on error 4 years ago
  Andreas Rheinhardt 242ba4d74c avfilter/formats: Remove unused functions 4 years ago
  Andreas Rheinhardt b2266961c0 avfilter/formats: Cosmetics 4 years ago
  Andreas Rheinhardt 06754f7bbf avfilter/formats: Factor checking for mergeability out of ff_merge_* 4 years ago
  Andreas Rheinhardt 363f93460f avfilter/formats: Avoid code duplication when merging samplerates 4 years ago
  Andreas Rheinhardt c0aa3dfaa8 avfilter/formats: Avoid allocations when merging formats and samplerates 4 years ago
  Andreas Rheinhardt 55eb24a92f avfilter/formats: Make check for buffer overflow redundant 4 years ago
  Andreas Rheinhardt cfc6552032 avfilter/formats: Avoid allocations when merging channel layouts 4 years ago
  Andreas Rheinhardt 4147f63d63 avfilter/formats: Fix heap-buffer overflow when merging channel layouts 4 years ago
  Andreas Rheinhardt 9d1bf9cffe avfilter/formats: Simplify cleanup for ff_merge_* functions 4 years ago
  Andreas Rheinhardt 195a25a7ab avfilter/formats: Leave lists' ownership unchanged upon merge failure 4 years ago
  Andreas Rheinhardt ae5026c905 avfilter/formats: Schedule avfilter_make_format64_list() for removal 4 years ago
  Andreas Rheinhardt efbe58ceb6 avfilter/formats: Remove ff_make_formatu64_list() 4 years ago
  Nicolas George d5e5c6862b lavfi/formats: remove dead code. 5 years ago
  Nicolas George 563e1df5d6 lavfi/formats: add ff_formats_pixdesc_filter(). 5 years ago
  Zhao Zhili 971c890c05 avfilter/formats: remove unnecessary unreference 5 years ago
  Paul B Mahol 9a53e01252 avfilter/formats: guard against double free 5 years ago
  Marton Balint e3acba0d5d avfilter/formats: remove support for deprecated channel count specification 7 years ago
  Jun Zhao 4280948702 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