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
/
vsrc_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark AVFilterPad[] compound literals as const.
Reimar Döffinger
2011-11-06
1
-2
/
+2
*
vsrc_buffer: FIx incompatible pointer type warning
Michael Niedermayer
2011-10-18
1
-1
/
+1
*
lavfi: add ff_parse_pixel_format() internal function, and use it
Stefano Sabatini
2011-08-23
1
-9
/
+4
*
lavfi: add layout negotiation fields and helper functions.
Mina Nagy Zaki
2011-06-19
1
-1
/
+1
*
vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref
Stefano Sabatini
2011-06-06
1
-8
/
+14
*
vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame()
Stefano Sabatini
2011-06-02
1
-2
/
+3
*
vsrc_buffer: return an error code if no frames are available
Stefano Sabatini
2011-05-25
1
-2
/
+2
*
vsrc_buffer: add av_vsrc_buffer_add_frame()
Stefano Sabatini
2011-05-19
1
-0
/
+17
*
vsrc_buffer: make the source accept sws_param in init
Stefano Sabatini
2011-05-19
1
-19
/
+14
*
vsrc_buffer: propagate avfilter_open() error code
Stefano Sabatini
2011-05-19
1
-2
/
+2
*
vsrc_buffer: fix style
Stefano Sabatini
2011-05-19
1
-9
/
+9
*
vsrc_buffer: remove dependency on AVFrame
Stefano Sabatini
2011-05-19
1
-34
/
+23
*
vsrc_buffer: during init, print information about timebase and sample aspect ...
Stefano Sabatini
2011-05-07
1
-1
/
+4
*
vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface
Stefano Sabatini
2011-05-07
1
-25
/
+8
*
lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()
Stefano Sabatini
2011-05-07
1
-6
/
+3
*
lavc: add format field to AVFrame
Stefano Sabatini
2011-05-07
1
-0
/
+1
*
lavc: add width and height fields to AVFrame
Stefano Sabatini
2011-05-07
1
-0
/
+2
*
vsrc_buffer: improve reporting in case of format/size change
Stefano Sabatini
2011-05-02
1
-2
/
+4
*
lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio
Stefano Sabatini
2011-05-01
1
-4
/
+4
*
lavc: add a sample_aspect_ratio field to AVFrame
Stefano Sabatini
2011-05-01
1
-5
/
+5
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-27
1
-1
/
+1
|
\
|
*
lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.
Roger Pau Monné
2011-04-26
1
-0
/
+4
|
*
vsrc_buffer: add sample_aspect_ratio fields to arguments.
Michael Niedermayer
2011-04-26
1
-2
/
+5
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
|
vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked 99% of t...
Michael Niedermayer
2011-04-26
1
-0
/
+1
*
|
vsrc_buffer: Reinit scale filter when an existing filter is used.
Michael Niedermayer
2011-04-26
1
-0
/
+2
*
|
vsrc_buffer: set output timebase when output equalization is done
Michael Niedermayer
2011-04-26
1
-0
/
+1
*
|
vsrc_buffer: Set output size
Michael Niedermayer
2011-04-26
1
-1
/
+6
*
|
vsrc_buffer: fix NULL dereference
Michael Niedermayer
2011-04-26
1
-1
/
+1
*
|
Add key_frame and pict_type to AVFilterBufferRefVideo.
Roger Pau Monné
2011-04-16
1
-0
/
+4
*
|
vsrc_buffer: tweak error message in init()
Stefano Sabatini
2011-04-11
1
-1
/
+1
*
|
Support changing pixel formats on avfilter input.
Michael Niedermayer
2011-04-03
1
-2
/
+51
*
|
Merge libavcore into libavutil
Reinhard Tartler
2011-02-16
1
-1
/
+1
*
|
Add sample_aspect_ratio fields to vsrc_buffer arguments.
Michael Niedermayer
2011-01-31
1
-2
/
+5
|
/
*
Extend buffer source to accept the time base for the output PTS.
Stefano Sabatini
2010-10-12
1
-2
/
+5
*
Reindent.
Stefano Sabatini
2010-09-07
1
-2
/
+2
*
Move av_picture_data_copy() to libavcore, and rename it
Stefano Sabatini
2010-09-07
1
-2
/
+2
*
Resize data and linesize in AVFilterBufferRef to 8.
S.N. Hemanth Meenakshisundaram
2010-08-11
1
-2
/
+3
*
Separate video specific BufferRef properties into VideoProps.
S.N. Hemanth Meenakshisundaram
2010-08-11
1
-4
/
+4
*
Rename functions and fields:
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-2
/
+2
*
Rename AVFilterPicRef to AVFilterBufferRef.
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-1
/
+1
*
Move format from AVFilterBuffer to AVFilterPicRef.
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-1
/
+1
*
Extend buffer source syntax.
Stefano Sabatini
2010-07-21
1
-1
/
+10
*
Add an informational trace in init().
Stefano Sabatini
2010-07-21
1
-0
/
+2
*
Clarify logic and feedback of the init() function.
Stefano Sabatini
2010-07-21
1
-4
/
+6
*
Add description to the buffer source.
Stefano Sabatini
2010-07-21
1
-0
/
+1
*
Apply misc cosmetical style fixes.
Stefano Sabatini
2010-07-20
1
-7
/
+4
*
Add @file doxy.
Stefano Sabatini
2010-07-20
1
-1
/
+5
*
Use enum PixelFormat to silence one icc warning:
Carl Eugen Hoyos
2010-06-17
1
-1
/
+2
[next]