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
/
avfilter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In libavfilter, use consistently "Copyright (c)" in the license
Stefano Sabatini
2010-11-28
1
-1
/
+1
*
Implement avfilter_get_video_buffer_ref_from_arrays().
Stefano Sabatini
2010-11-25
1
-0
/
+40
*
In ff_get_ref_perms_string() use 'u' and 'U' for representing
Stefano Sabatini
2010-11-13
1
-2
/
+2
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-2
/
+2
*
Rename avfilter_destroy() as avfilter_free().
Stefano Sabatini
2010-11-08
1
-1
/
+1
*
100l: remove bogus inclusion of libavcodec/audioconvert.c in
Stefano Sabatini
2010-10-25
1
-1
/
+0
*
Make avfilter_config_links() use the timebase of the first input link
Stefano Sabatini
2010-10-12
1
-1
/
+2
*
Add a time_base field to AVFilterLink.
Stefano Sabatini
2010-10-10
1
-0
/
+4
*
Make avfilter_config_links() propagate the error code coming from the
Stefano Sabatini
2010-10-10
1
-6
/
+7
*
Use more expressive names for the avfilter_insert_filter() in and out
Stefano Sabatini
2010-09-27
1
-5
/
+5
*
Make avfilter_insert_filter() propagate an error code in case the
Stefano Sabatini
2010-09-27
1
-2
/
+3
*
Make AVFilterLink store the pointers to the source and destination
Stefano Sabatini
2010-09-27
1
-28
/
+26
*
Make avfilter_destroy() code less convoluted, introducing a temporary
Stefano Sabatini
2010-09-27
1
-12
/
+13
*
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-09-07
1
-1
/
+1
*
Implement ff_get_ref_perms_string() and use it for tracing.
Stefano Sabatini
2010-08-24
1
-3
/
+17
*
Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the
Stefano Sabatini
2010-08-24
1
-1
/
+1
*
Make ff_dprintf_ref() print audio related information if available.
Stefano Sabatini
2010-08-20
1
-0
/
+9
*
Cosmetics: merge two lines in ff_dprintf_ref().
Stefano Sabatini
2010-08-20
1
-2
/
+1
*
Make ff_dprintf_ref() print the information related to the referenced
Stefano Sabatini
2010-08-20
1
-2
/
+2
*
Rename ff_dprintf_picref() to ff_dprintf_ref().
Stefano Sabatini
2010-08-20
1
-13
/
+13
*
Extend ff_dprintf_picref() to make it print video interlaced and
Stefano Sabatini
2010-08-20
1
-2
/
+4
*
Make ff_dprintf_picref() print video properties only if available.
Stefano Sabatini
2010-08-20
1
-4
/
+9
*
Only print the pointer to the first plane in ff_dprintf_picref().
Stefano Sabatini
2010-08-20
1
-2
/
+2
*
Enable and change the log level to DEBUG for the message printed in
Stefano Sabatini
2010-08-19
1
-3
/
+1
*
Cosmetics: apply misc spacing style fixes.
Stefano Sabatini
2010-08-19
1
-45
/
+44
*
Implement libavfilter audio framework.
S.N. Hemanth Meenakshisundaram
2010-08-17
1
-0
/
+61
*
Add missing NULL checks in avfilter_ref_buffer().
Stefano Sabatini
2010-08-17
1
-0
/
+6
*
Deprecate ff_get_plane_bytewidth() in favor of
Stefano Sabatini
2010-08-12
1
-2
/
+2
*
Set type on buffer in get_video_buffer().
S.N. Hemanth Meenakshisundaram
2010-08-11
1
-0
/
+3
*
Change avfilter_open() signature, from:
Stefano Sabatini
2010-08-11
1
-3
/
+5
*
Separate video specific BufferRef properties into VideoProps.
S.N. Hemanth Meenakshisundaram
2010-08-11
1
-2
/
+7
*
Rename fields:
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-17
/
+17
*
Rename functions and fields:
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-7
/
+7
*
Rename AVFilterPicRef to AVFilterBufferRef.
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-8
/
+8
*
avfilter: indent
Måns Rullgård
2010-08-06
1
-2
/
+2
*
avfilter: do not crash on null link src/dst in avfilter_destroy()
Måns Rullgård
2010-08-06
1
-0
/
+2
*
avfilter: free link in/out_formats in avfilter_destroy()
Måns Rullgård
2010-08-06
1
-2
/
+8
*
Generalize pixel format enum fields to int formats.
S.N. Hemanth Meenakshisundaram
2010-07-22
1
-2
/
+4
*
Make avfilter.c dprintf* functions internal and declare them in an
Stefano Sabatini
2010-07-18
1
-9
/
+8
*
Use avfilter_copy_picref_props() along lavfi.
Víctor Paesa
2010-07-11
1
-5
/
+1
*
Try to keep track of interlaced and top field first.
Michael Niedermayer
2010-05-07
1
-0
/
+2
*
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 variable whose value was never read. Found by clang.
Bobby Bingham
2010-04-03
1
-2
/
+1
*
Add AVFilterPicRef.pos field and make libavfilter propagate stream
Stefano Sabatini
2010-03-13
1
-2
/
+4
*
Show aspect ratio information in dprintf_picref() traces.
Stefano Sabatini
2010-03-06
1
-2
/
+2
*
Avoid usage of avcodec_get_pix_fmt_name() and
Stefano Sabatini
2010-01-31
1
-2
/
+4
*
Make avfilter_insert_filter() log the names of the filters between
Stefano Sabatini
2010-01-13
1
-2
/
+3
*
Make avfilter_insert_filter() print the instance name of the
Stefano Sabatini
2010-01-10
1
-1
/
+1
*
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
Stefano Sabatini
2010-01-03
1
-2
/
+2
*
Add a slice_dir parameter to avfilter_draw_slice().
Stefano Sabatini
2009-12-04
1
-4
/
+4
[next]