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
*
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
*
Make avfilter_insert_filter() log the names of the filters between
Stefano Sabatini
2010-01-13
1
-2
/
+3
*
Make query_formats() print an error message if an auto-inserted scale
Stefano Sabatini
2010-01-13
1
-4
/
+8
*
Make query_formats() increment the scaler_count after each scaler
Stefano Sabatini
2010-01-10
1
-1
/
+1
*
Make avfilter_insert_filter() print the instance name of the
Stefano Sabatini
2010-01-10
1
-1
/
+1
*
Add a log context to avfilter_graph_config_links().
Stefano Sabatini
2010-01-10
3
-6
/
+6
*
Make the scale filter set in the input and output links only the
Stefano Sabatini
2010-01-08
1
-2
/
+16
*
Fix compilation on gcc 2.95.3 (still supported) broken by r21077,
Stefano Sabatini
2010-01-08
1
-1
/
+3
*
Make avfilter_formats_unref(AVFilterFormats **ref) handle the case
Stefano Sabatini
2010-01-07
2
-3
/
+7
*
Use the @return doxy command, and extend documentation for the return
Stefano Sabatini
2010-01-07
1
-1
/
+2
*
Avoid the use of the modal auxiliary "should" in the
Stefano Sabatini
2010-01-07
1
-2
/
+2
*
Fix doxy, use third person.
Stefano Sabatini
2010-01-07
1
-1
/
+1
*
Change avfilter_add_colorspace() to make it accept **avff rather than
Stefano Sabatini
2010-01-06
2
-11
/
+16
*
Make avfilter_all_colorspaces() add to the returned list of pixel
Stefano Sabatini
2010-01-04
1
-6
/
+5
*
Implement avfilter_add_colorspace().
Stefano Sabatini
2010-01-03
2
-1
/
+22
*
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
Stefano Sabatini
2010-01-03
2
-4
/
+4
*
Make parse_filter() parsing more robust.
Stefano Sabatini
2009-12-11
1
-2
/
+2
*
Make parse_key_value_pair() print an error message if a key is not
Stefano Sabatini
2009-12-08
1
-0
/
+2
*
Use an unsigned int to contain all the color values of the expressions
Stefano Sabatini
2009-12-08
1
-1
/
+2
*
Fix alpha plane flipping for the yuva420p and similar pixel formats.
Stefano Sabatini
2009-12-08
1
-8
/
+8
*
Reindent after the last commit.
Stefano Sabatini
2009-12-06
1
-4
/
+4
*
Fix slicify when the slice_direction is negative, make it send slices
Stefano Sabatini
2009-12-06
1
-0
/
+8
*
Add a slice_dir parameter to avfilter_draw_slice().
Stefano Sabatini
2009-12-04
8
-33
/
+30
*
Use the correct chroma values for the data[] array used in
Stefano Sabatini
2009-11-29
1
-2
/
+2
*
Use a valid log context for av_log().
Stefano Sabatini
2009-11-29
1
-1
/
+1
*
Document slice ordering assumption required by avfilter_draw_slice().
Stefano Sabatini
2009-11-29
1
-0
/
+5
*
Remove AVFilter.next field, since it is not used and it is not going
Stefano Sabatini
2009-11-25
1
-6
/
+1
*
Implement avfilter_next().
Stefano Sabatini
2009-11-24
2
-1
/
+14
[next]