index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
buffersrc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctly
Anton Khirnov
2014-01-17
1
-3
/
+15
*
lavfi: do not export the filters from shared objects
Anton Khirnov
2013-10-28
1
-2
/
+2
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-0
/
+3
*
lavfi: add attribute_align_arg to all public entry points
Hendrik Leppkes
2013-07-26
1
-1
/
+1
*
lavfi: let gcc realign the stack on public graph driving functions
Hendrik Leppkes
2013-05-04
1
-1
/
+2
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-09
1
-2
/
+2
*
buffersrc: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-29
/
+42
*
buffersrc: fix a typo.
Anton Khirnov
2013-03-19
1
-1
/
+1
*
lavc, lavfi: fix counting number of planes in AVBufferRef wrappers
Anton Khirnov
2013-03-19
1
-2
/
+2
*
lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers
Anton Khirnov
2013-03-17
1
-2
/
+2
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-63
/
+137
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-14
/
+1
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-7
/
+6
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-1
/
+1
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-12
/
+24
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-3
/
+3
*
buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()
Anton Khirnov
2012-09-17
1
-1
/
+1
*
lavfi: replace empty input/output lists with null pointers
Mans Rullgard
2012-09-17
1
-2
/
+2
*
avopt: Explicitly store rational option defaults in .dbl
Martin Storsjö
2012-09-04
1
-1
/
+1
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
buffersrc: check ff_get_audio_buffer() for errors.
Anton Khirnov
2012-07-22
1
-0
/
+3
*
lavfi: check all ff_get_video_buffer() calls for errors.
Anton Khirnov
2012-07-22
1
-0
/
+3
*
buffersrc: avoid creating unnecessary buffer reference
Anton Khirnov
2012-07-22
1
-6
/
+4
*
lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors
Anton Khirnov
2012-07-22
1
-3
/
+5
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
1
-14
/
+14
*
lavfi: add error handling to filter_samples().
Anton Khirnov
2012-07-09
1
-2
/
+3
*
lavfi: make filters less verbose.
Anton Khirnov
2012-06-26
1
-1
/
+1
*
lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruft
Anton Khirnov
2012-06-26
1
-20
/
+0
*
lavfi: remove 'opaque' parameter from AVFilter.init()
Anton Khirnov
2012-06-26
1
-2
/
+2
*
lavfi: make AVFilterPad opaque after two major bumps.
Anton Khirnov
2012-06-13
1
-0
/
+1
*
lavfi: make avfilter_get_video_buffer() private on next bump.
Anton Khirnov
2012-06-13
1
-2
/
+2
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-3
/
+4
*
lavfi: make formats API private on next bump.
Anton Khirnov
2012-06-05
1
-5
/
+5
*
lavfi: add an audio buffer source.
Anton Khirnov
2012-05-14
1
-20
/
+191
*
buffersrc: add av_buffersrc_write_frame().
Anton Khirnov
2012-05-14
1
-2
/
+18
*
buffersrc: fix invalid read in uninit if the fifo hasn't been allocated
Anton Khirnov
2012-05-14
1
-1
/
+1
*
lavfi: rename vsrc_buffer.c to buffersrc.c
Anton Khirnov
2012-05-14
1
-0
/
+215