]> git.sesse.net Git - ffmpeg/history - libavfilter/buffersrc.c
avpacket: fix setting AVPacket.data in av_packet_ref()
[ffmpeg] / libavfilter / buffersrc.c
2016-02-14 Anton Khirnovlavfi: pass the hw frames context through the filter...
2016-02-14 Anton Khirnovbuffersrc: default SAR to 0 (unknown) rather than 1
2016-02-12 Anton Khirnovbuffersrc: do not discard the error from ff_filter_frame()
2015-11-09 Nicolas Georgebuffersrc: accept the frame rate as argument.
2015-09-13 Vittorio Giovarabuffersrc: Improve initialization log message
2015-08-28 Vittorio Giovaralavfi: Drop deprecated AVFilterBuffer* code
2015-04-22 Federico Tomassettibuffersrc: Use the correct deallocation function
2015-04-19 Federico Tomassettibuffersrc: Fix resource leak on error
2014-05-26 Anton Khirnovbuffersrc: avoid using AV_PIX_FMT_NB
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2014-01-17 Anton Khirnovbuffersrc: handle non-refcounted frames in av_buffersrc...
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-07-26 Hendrik Leppkeslavfi: add attribute_align_arg to all public entry...
2013-05-04 Hendrik Leppkeslavfi: let gcc realign the stack on public graph drivin...
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovbuffersrc: switch to an AVOptions-based system.
2013-03-19 Anton Khirnovbuffersrc: fix a typo.
2013-03-19 Anton Khirnovlavc, lavfi: fix counting number of planes in AVBufferR...
2013-03-17 Anton Khirnovlavc,lavfi: fix calculating the plane size in the AVBuf...
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-17 Anton Khirnovbuffersrc: add const to the AVFrame* argument of av_buf...
2012-09-17 Mans Rullgardlavfi: replace empty input/output lists with null pointers
2012-09-04 Martin Storsjöavopt: Explicitly store rational option defaults in...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-22 Anton Khirnovbuffersrc: check ff_get_audio_buffer() for errors.
2012-07-22 Anton Khirnovlavfi: check all ff_get_video_buffer() calls for errors.
2012-07-22 Anton Khirnovbuffersrc: avoid creating unnecessary buffer reference
2012-07-22 Anton Khirnovlavfi: check all ff_start_frame/draw_slice/end_frame...
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME...
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-13 Anton Khirnovlavfi: make avfilter_get_video_buffer() private on...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-14 Anton Khirnovlavfi: add an audio buffer source.
2012-05-14 Anton Khirnovbuffersrc: add av_buffersrc_write_frame().
2012-05-14 Anton Khirnovbuffersrc: fix invalid read in uninit if the fifo hasn...
2012-05-14 Anton Khirnovlavfi: rename vsrc_buffer.c to buffersrc.c