46 Commits (77811482ab0485ff96ca9dd7cfb74948b216b471)

Author SHA1 Message Date
Michael Niedermayer 2c4862e7a1 avfilter/avcodec: Use av_mallocz_array() 11 years ago
Hendrik Leppkes a77f453703 lavfi/avcodec: deprecate remainders of the avcodec glue code 12 years ago
Hendrik Leppkes ed69c69a01 lavfi/avcodec: fix API version checks 12 years ago
Hendrik Leppkes 3c7f669972 lavfi/avcodec: cleanup includes 12 years ago
Michael Niedermayer 1336382c6d avfilter_get_audio_buffer_ref_from_frame: fix handling of >8 channels 12 years ago
Nicolas George b6afb2dde1 lavfi: support unknown channel layouts. 12 years ago
Paul B Mahol 8e4e532bb2 lavfi/avcodec: fix typo 12 years ago
Nicolas George 2eb2e1798e lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels. 12 years ago
Michael Niedermayer 02b238186a avfilter_get_audio_buffer_ref_from_frame: check that layout and channels match if they are set 12 years ago
Michael Niedermayer 5a4eb6aa27 avfilter_get_video_buffer_ref_from_frame: check channel count 12 years ago
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Michael Niedermayer 27d39c225b liavfi/avcodec: allow channel layouts with fewer channels than actually available. 12 years ago
Stefano Sabatini 7945665200 lavfi: store and propagate number of channels information in audio buffer properties 12 years ago
Michael Niedermayer 47ca2487ae lavfi/avcodec: check that injected avframes use a supported channel layout 12 years ago
Michael Niedermayer a150bad406 lavfi/avcodec: check avfilter_copy_frame_props() return code 12 years ago
Clément Bœsch 6fb2fd895e lavc: add lavfi metadata support. 12 years ago
Stefano Sabatini dead4580e2 lavfi/avcodec: apply cosmetics style fixes 12 years ago
Michael Niedermayer 91141f2a13 lavfi: add qp_table_size 12 years ago
Michael Niedermayer c9a0f9bf3c libavfilter: pass QP table through the filter chain 12 years ago
Stefano Sabatini 316f6df9cc lavfi/avcodec: rename picref->samplesref variable in avfilter_get_audio_buffer_ref_from_frame() 12 years ago
Nicolas George 5c5f75b92b lavfi: add avfilter_get_buffer_ref_from_frame. 12 years ago
Stefano Sabatini 43583fb85c lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API 13 years ago
Stefano Sabatini db142a8395 lavfi/avcodec: make avfilter_fill_frame_from*() functions use avfilter_copy_buf_props() 13 years ago
Stefano Sabatini 8f8d8b9538 lavfi/avcodec: always use av_frame* accessors in avfilter_copy_buf_props() 13 years ago
Stefano Sabatini d5761fe47d lavfi/avcodec: copy pos field from AVFilterBuffer to AVFrame pkt_pos 13 years ago
Stefano Sabatini f0394f28c3 lavfi/avcodec: add consistency checks in avfilter_copy_buf_props() 13 years ago
Stefano Sabatini 465a72b4b4 lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.c 13 years ago
Stefano Sabatini 0da9bce5a3 lavfi: move avfilter_copy_frame_props() definition from buffer.c to avcodec.c 13 years ago
Michael Niedermayer 59a78290b6 lavfi: use getter/setter functions for AVFrame.pkt_pos 13 years ago
Robert Nagy c2eae4bae7 lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_frame_from_audio_buffer_ref. 13 years ago
Michael Niedermayer 83995411f7 lavfi/avcodec.c: fix copyright 13 years ago
Michael Niedermayer 47aae2bc2e lavfi: switch to _alt functions 13 years ago
Nicolas George d8407bba0e lavfi/avcodec: implement audio copy_frame_prop. 13 years ago
Nicolas George 32094285ad lavfi: implement avfilter_get_audio_buffer_ref_from_frame. 13 years ago
Robert Nagy a80217a5ee copy pts and format props between lavfi buffer and frame. 13 years ago
Michael Niedermayer 8c2045c979 avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref(). 13 years ago
Clément Bœsch a67d9cfa58 lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref(). 13 years ago
Stefano Sabatini 3fe6bbd5dc libavfilter: implement avfilter_fill_frame_from_video_buffer_ref() 14 years ago
Stefano Sabatini 9fdf77217b lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.h 14 years ago
Stefano Sabatini 566666caf3 lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() 14 years ago
Michael Niedermayer 24009f3601 Make find_pix_fmt() non static 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini 6531b5c9f4 Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Carl Eugen Hoyos 95240bf3e3 Fix some icc warnings by using enum PixelFormat instead of int where appropriate. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Aurelien Jacobs 3a763f0f0b split rawvideo encoder and decoder in their own files 18 years ago