index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavfilter
/
avfilter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include libavcore/audioconvert.h, required for
Stefano Sabatini
2011-01-15
1
-0
/
+1
*
Reindent.
Stefano Sabatini
2011-01-15
1
-7
/
+7
*
Make ff_dprintf_link() print meaningful information for audio links.
Stefano Sabatini
2011-01-15
1
-0
/
+13
*
Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.
Stefano Sabatini
2011-01-15
1
-1
/
+1
*
Make avfilter_unref_buffer() accept a NULL parameter.
Stefano Sabatini
2011-01-15
1
-0
/
+2
*
Check linked pads media type mismatch in avfilter_link().
Stefano Sabatini
2011-01-13
1
-0
/
+7
*
Add w,h,format back into AVFilterBuffer, these are required for direct render...
Michael Niedermayer
2011-01-11
1
-3
/
+3
*
Support filters and decoders that dont support negative linesizes.
Michael Niedermayer
2010-12-27
1
-4
/
+7
*
Fix avfilter_draw_slice() copy code with alpha planes.
Stefano Sabatini
2010-12-19
1
-3
/
+3
*
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
[next]