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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix value for flags with "0x", to make it clear that it is an
Stefano Sabatini
2010-05-23
1
-1
/
+1
*
Make ff_random_get_seed public, rename to av_get_random_seed, export the header
Martin Storsjö
2010-05-23
1
-1
/
+1
*
use filter name when graph parser add filters
Baptiste Coudurier
2010-05-16
1
-1
/
+1
*
Remove the name of the file from the @file doxy, it is unnecessary and
Stefano Sabatini
2010-05-13
1
-1
/
+1
*
Make the init and config_filter callbacks of the pad filter return
Stefano Sabatini
2010-05-13
1
-3
/
+3
*
Make av_parse_color() return AVERROR(EINVAL) rather than -1.
Stefano Sabatini
2010-05-13
1
-2
/
+2
*
silence gcc warning about potential uninitialized usage
Baptiste Coudurier
2010-05-11
1
-1
/
+1
*
Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.
Vitor Sessak
2010-05-10
1
-1
/
+2
*
Bump lavfi minor after the addition of the fields interlaced and
Stefano Sabatini
2010-05-09
1
-1
/
+1
*
Make config_props() show conversion information before to create the
Stefano Sabatini
2010-05-07
1
-4
/
+4
*
Log input size, input format and swscale flags used for conversion in
Stefano Sabatini
2010-05-07
1
-2
/
+4
*
vf_pad: fix mixed code and declarations
Måns Rullgård
2010-05-07
1
-2
/
+5
*
c99 sucks. Replacing scanf("%i") by strtoul()
Michael Niedermayer
2010-05-07
1
-1
/
+3
*
Add pad filter.
Michael Niedermayer
2010-05-07
3
-0
/
+328
*
Try to keep track of interlaced and top field first.
Michael Niedermayer
2010-05-07
5
-0
/
+14
*
Enable vsrc_buffer
Michael Niedermayer
2010-05-07
2
-0
/
+2
*
Support setting flags for sws.
Michael Niedermayer
2010-05-07
1
-2
/
+6
*
Add "Memory buffer source filter" from SOC.
Michael Niedermayer
2010-05-07
2
-0
/
+164
*
Add version to AVClass so we can add to and use fields of AVClass without ABI...
Michael Niedermayer
2010-04-28
1
-1
/
+3
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
11
-11
/
+11
*
Fix leak in avfilter_graph_add_filter().
Stefano Sabatini
2010-04-18
1
-5
/
+5
*
Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of
Stefano Sabatini
2010-04-13
1
-1
/
+1
*
Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.
Stefano Sabatini
2010-04-11
1
-2
/
+3
*
Bump libavfilter minor version and Changelog for unsharp filter
Bobby Bingham
2010-04-10
1
-1
/
+1
*
Add unsharp video filter.
Bobby Bingham
2010-04-07
3
-0
/
+238
*
Remove variable whose value was never read. Found by clang.
Bobby Bingham
2010-04-03
1
-2
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
10
-21
/
+21
*
The vflip filter does not need to keep ownership of a picture reference.
Bobby Bingham
2010-03-18
1
-5
/
+5
*
Use the new null callbacks to simplify filters and reduce duplicated code.
Bobby Bingham
2010-03-18
5
-84
/
+18
*
Create a set of null callback functions.
Bobby Bingham
2010-03-18
2
-0
/
+33
*
Cosmetics: vertical align
Bobby Bingham
2010-03-17
1
-10
/
+10
*
Allow format and noformat filters to be more completely disabled when the
Bobby Bingham
2010-03-17
1
-0
/
+5
*
Cosmetics: rearrange functions to simplify ifdeffery
Bobby Bingham
2010-03-17
1
-12
/
+12
*
Add video filter to manipulate aspect ratio
Bobby Bingham
2010-03-17
3
-1
/
+140
*
Make the scale filter pass the pkt.pos information to the output
Stefano Sabatini
2010-03-13
1
-0
/
+1
*
Bump libavfilter minor version and add APIchanges entry after the
Stefano Sabatini
2010-03-13
1
-1
/
+1
*
Add AVFilterPicRef.pos field and make libavfilter propagate stream
Stefano Sabatini
2010-03-13
3
-2
/
+6
*
Extend the slice filter to make it issue slice height values randomly
Stefano Sabatini
2010-03-13
1
-9
/
+22
*
avfilter: make avfilter_default_free_video_buffer() static
Måns Rullgård
2010-03-08
1
-1
/
+1
*
Make avfilter_default_start_frame() correctly pass the aspect ratio
Stefano Sabatini
2010-03-07
1
-0
/
+1
*
Show aspect ratio information in dprintf_picref() traces.
Stefano Sabatini
2010-03-06
1
-2
/
+2
*
Add the graph2dot tools and document it.
Stefano Sabatini
2010-02-25
1
-0
/
+2
*
Use pixel format descriptors for checking if the input format is
Stefano Sabatini
2010-02-03
1
-5
/
+2
*
Use pixel format descriptors to check if the input format is paletted.
Stefano Sabatini
2010-02-01
1
-5
/
+1
*
Avoid usage of avcodec_get_pix_fmt_name() and
Stefano Sabatini
2010-01-31
4
-8
/
+12
*
Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()
Stefano Sabatini
2010-01-30
1
-1
/
+2
*
Implement null video sink.
Stefano Sabatini
2010-01-16
4
-1
/
+50
*
Implement null video source.
Stefano Sabatini
2010-01-16
4
-1
/
+88
*
Make avfilter_default_start_frame() request a buffer with the same
Stefano Sabatini
2010-01-16
1
-1
/
+1
*
Add symbol versioning for shared libraries
Måns Rullgård
2010-01-16
1
-0
/
+4
[next]