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
*
lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs
Anton Khirnov
2012-06-13
1
-24
/
+34
*
lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().
Anton Khirnov
2012-06-13
1
-0
/
+10
*
avfilter: Log an error if avfilter fails to configure a link.
Alex Converse
2012-06-12
1
-2
/
+10
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-4
/
+12
*
lavfi: make avfilter_insert_pad and pals private on next bump.
Anton Khirnov
2012-06-05
1
-3
/
+21
*
lavfi: make formats API private on next bump.
Anton Khirnov
2012-06-05
1
-10
/
+10
*
lavfi: deprecate default config_props() callback and refactor avfilter_config...
Mina Nagy Zaki
2012-05-22
1
-6
/
+33
*
avfilter: Move ff_get_ref_perms_string() to where it is used.
Diego Biurrun
2012-05-15
1
-14
/
+0
*
lavfi: move buffer management function to a separate file.
Anton Khirnov
2012-05-15
1
-138
/
+0
*
lavfi: move video-related functions to a separate file.
Anton Khirnov
2012-05-15
1
-184
/
+0
*
lavfi: add channel layout/sample rate negotiation.
Anton Khirnov
2012-05-14
1
-6
/
+15
*
lavfi: move audio-related functions to a separate file.
Anton Khirnov
2012-05-09
1
-126
/
+1
*
lavfi: remove some audio-related function from public API.
Anton Khirnov
2012-05-09
1
-7
/
+9
*
lavfi: simplify signature for avfilter_get_audio_buffer() and friends
Stefano Sabatini
2012-05-09
1
-7
/
+4
*
lavfi: cleanup avfilter_get_audio_buffer() and pals.
Stefano Sabatini
2012-05-09
1
-10
/
+12
*
lavfi: add avfilter_get_audio_buffer_ref_from_arrays().
Stefano Sabatini
2012-05-09
1
-0
/
+68
*
lavfi: add extended_data to AVFilterBuffer.
Anton Khirnov
2012-05-09
1
-0
/
+33
*
lavfi: add a function for copying properties from AVFilterBufferRef->AVFrame
Anton Khirnov
2012-05-09
1
-0
/
+30
*
lavfi: uninline avfilter_copy_buffer_ref_props().
Anton Khirnov
2012-05-07
1
-0
/
+13
*
lavfi: support audio in avfilter_copy_frame_props().
Anton Khirnov
2012-05-07
1
-10
/
+17
*
lavfi: add avfilter_copy_frame_props()
Stefano Sabatini
2011-12-25
1
-0
/
+19
*
Make channel layout masks unsigned
Mans Rullgard
2011-11-25
1
-1
/
+1
*
avfilter: Don't copy garbage from the stack when setting up video pictures.
Alex Converse
2011-11-03
1
-2
/
+2
*
avfilter: Surround function only used in debug mode by appropriate #ifdef.
Diego Biurrun
2011-05-29
1
-0
/
+2
*
lavfi: print key-frame and picture type information in ff_dlog_ref()
Stefano Sabatini
2011-05-16
1
-2
/
+4
*
avfilter: check malloc return values.
Ronald S. Bultje
2011-05-03
1
-1
/
+25
*
avfilter: don't av_malloc(0).
Ronald S. Bultje
2011-05-03
1
-1
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
1
-1
/
+1
*
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
Janne Grunau
2011-03-16
1
-1
/
+1
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-2
/
+2
*
Make avfilter_config_links() propagate audio information of the source link i...
Stefano Sabatini
2011-02-14
1
-0
/
+6
*
Add sample_aspect_ratio to AVFilterLink
Michael Niedermayer
2011-02-14
1
-0
/
+4
*
Log debug information in filter_samples().
Stefano Sabatini
2011-02-02
1
-0
/
+2
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-15
/
+15
*
Make the avfilter debug functions and macros static to avfilter.c
Diego Elio Pettenò
2011-01-26
1
-3
/
+5
*
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
[next]