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
/
split.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: do not export the filters from shared objects
Anton Khirnov
2013-10-28
1
-2
/
+2
*
avfilter: Add av_cold attributes to init/uninit functions
Diego Biurrun
2013-05-04
1
-2
/
+3
*
vf_split: fix description
Anton Khirnov
2013-04-30
1
-1
/
+1
*
lavfi: mark filters with dynamic number of inputs or outputs with special flags
Anton Khirnov
2013-04-11
1
-0
/
+4
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-09
1
-1
/
+1
*
split: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-11
/
+37
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-3
/
+3
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-55
/
+9
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-12
/
+24
*
lavfi: replace empty input/output lists with null pointers
Mans Rullgard
2012-09-17
1
-2
/
+2
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+4
*
lavfi: check all avfilter_ref_buffer() calls for errors.
Anton Khirnov
2012-07-22
1
-4
/
+13
*
lavfi: add error handling to end_frame().
Anton Khirnov
2012-07-22
1
-4
/
+8
*
lavfi: add error handling to draw_slice().
Anton Khirnov
2012-07-22
1
-4
/
+8
*
lavfi: add error handling to start_frame().
Anton Khirnov
2012-07-22
1
-5
/
+9
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
1
-8
/
+8
*
lavfi: unref AVFilterLink.cur_buf in ff_end_frame().
Anton Khirnov
2012-07-20
1
-2
/
+0
*
lavfi: add error handling to filter_samples().
Anton Khirnov
2012-07-09
1
-5
/
+9
*
asplit: don't leak the input buffer.
Anton Khirnov
2012-07-09
1
-0
/
+1
*
lavfi: remove 'opaque' parameter from AVFilter.init()
Anton Khirnov
2012-06-26
1
-1
/
+1
*
lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs
Anton Khirnov
2012-06-13
1
-5
/
+5
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-4
/
+4
*
lavfi: make avfilter_insert_pad and pals private on next bump.
Anton Khirnov
2012-06-05
1
-1
/
+2
*
lavfi: remove avfilter_null_* from public API on next bump.
Anton Khirnov
2012-05-22
1
-1
/
+2
*
lavfi: add an audio split filter
Justin Ruggles
2012-05-21
1
-2
/
+28
*
lavfi: rename vf_split.c to split.c
Justin Ruggles
2012-05-21
1
-0
/
+108