100 Commits (47362785ae0fe71880845ff2237a1bc3ea41e4dc)

Author SHA1 Message Date
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
Andreas Rheinhardt a272c9cffa avfilter: Add a header for internal generic-layer APIs 9 months ago
Anton Khirnov 86417b759f lavfi: get rid of FF_INTERNAL_FIELDS 9 months ago
Niklas Haas 75f4cb81de avfilter/buffersink: add color_spaces, color_ranges params 9 months ago
Niklas Haas 475a99628d avfilter/buffersink: add color space/range accessors 11 months ago
Anton Khirnov c6483f1c2a lavfi/buffersink: avoid leaking peeked_frame on uninit 12 months ago
Michael Niedermayer c0a18e884c
avfilter/buffersink: fix order of operation with = and <0 1 year ago
Andreas Rheinhardt 19af142d45 avfilter/internal: Don't include formats.h 1 year ago
Andreas Rheinhardt 2f62a433f2 avfilter: Deduplicate default video inputs/outputs 1 year ago
Andreas Rheinhardt 50ea7389ec avfilter: Deduplicate default audio inputs/outputs 1 year ago
James Almer 863822bfaf avfilter: remove FF_API_BUFFERSINK_ALLOC 2 years ago
James Almer f5d67469b0 avfilter/buffersink: simplify parsing the input channel layout string 3 years ago
James Almer 1f96db959c avfilter: convert to new channel layout API 3 years ago
Andreas Rheinhardt 03ab1de429 avfilter/buffersink: Remove outdated comments 3 years ago
Andreas Rheinhardt b4f5201967 avfilter: Replace query_formats callback with union of list and callback 3 years ago
Andreas Rheinhardt 8be701d9f7 avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter 3 years ago
Andreas Rheinhardt 304cb08693 avfilter/avfilter: Remove unused partial_buf 3 years ago
Andreas Rheinhardt a04ad248a0 avfilter: Constify all AVFilters 4 years ago
Andreas Rheinhardt 59c0301be9 avfilter/buffersink: Postpone removal of av_[a]buffersink_params_alloc 4 years ago
Nicolas George b0203fa72b lavfi/buffersink: cast to uint64_t before shifting. 4 years ago
Nicolas George 0d942357f6 lavfi/buffersink: remove redundant channel layouts. 4 years ago
Zhao Zhili 61097535cd avfilter/buffersink: deprecate AVBufferSinkParams and AVABufferSinkParams 5 years ago
Zhao Zhili 07ffdedf78 avfilter/buffersink: replace init_opaque by init 5 years ago
Zhao Zhili 807e90d232 avfilter/buffersink: remove unused macros 5 years ago
Paul B Mahol 8e30514c4c avfilter/buffersink: cosmetics 5 years ago
Jun Zhao 5ecd4f24f0 lavfi/buffersink: fix abuffersink flag setting issue 6 years ago
Nicolas George f7191ccad6 lavfi: remove stray semicolons. 8 years ago
Nicolas George 912969a33e lavfi/buffersink: move to the new design. 8 years ago
Nicolas George dbe9dbed31 lavfi/buffersink: add accessors for the stream properties. 8 years ago
Nicolas George 02aa0701ae lavfi: make filter_frame non-recursive. 8 years ago
Nicolas George 1655788712 lavfi: make request_frame() non-recursive. 9 years ago
Nicolas George 108b4de552 lavfi: replace link.closed by link.status. 9 years ago
Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
Nicolas George 807d4b6355 lavfi/buffersink: loop over ff_request_frame(). 9 years ago
Clément Bœsch e73f46b105 avfilter/abuffersink: use AV_OPT_TYPE_BOOL for all_channel_counts option 9 years ago
Andreas Cadhalpun e6c20e214e avfilter: add missing FF_API_AVFILTERBUFFER guards 9 years ago
Vittorio Giovara f6974fe651 lavfi: Drop deprecated AVFilterBuffer* code 9 years ago
Andreas Cadhalpun d90fbde06a buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZE 9 years ago
Michael Niedermayer 8e3b1f259e avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_flags() 10 years ago
Lukasz Marek d15db8e413 lavfi/buffersink: use av_fifo_alloc_array 11 years ago
Lukasz Marek 70b63419ee lavfi: use av_fifo_freep 11 years ago
Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
Michael Niedermayer 0f322feffd avfilter/buffersink: try to fix AV_NOPTS_VALUE 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Diego Biurrun 966689442e buffersink: K&R formatting cosmetics 11 years ago
Hendrik Leppkes 779e6c2b98 lavfi: add attribute_align_arg to all public entry points 11 years ago
Hendrik Leppkes af2a196e66 lavfi: add attribute_align_arg to all public entry points 11 years ago
Hendrik Leppkes 20c86571cc lavfi: let gcc realign the stack on public graph driving functions 12 years ago
Nicolas George fd7a7e11b9 lavfi/buffersink: fix possible leaks after allocation failures. 12 years ago