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
*
lavfi: document filter design subtleties.
Nicolas George
2012-05-14
1
-0
/
+2
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-13
3
-0
/
+228
|
\
|
*
lavfi: autoinsert resample filter when necessary.
Anton Khirnov
2012-05-12
1
-16
/
+42
|
*
lavfi: add lavr-based audio resampling filter.
Anton Khirnov
2012-05-12
3
-0
/
+228
*
|
avfilter: fix regression since addition of extended_data to audio
Michael Niedermayer
2012-05-12
1
-1
/
+1
*
|
lavfi: remove audio.h include from avfilter.h.
Clément Bœsch
2012-05-12
16
-2
/
+15
*
|
lavfutils: ff_load_image: Initialize context
Michael Niedermayer
2012-05-11
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-10
24
-303
/
+408
|
\
\
|
|
/
|
*
lavfi: move audio-related functions to a separate file.
Anton Khirnov
2012-05-09
5
-190
/
+215
|
*
lavfi: remove some audio-related function from public API.
Anton Khirnov
2012-05-09
5
-57
/
+86
|
*
lavfi: change AVFilterLink.sample_rate from int64_t to int on next bump
Anton Khirnov
2012-05-09
2
-0
/
+7
|
*
lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to int
Anton Khirnov
2012-05-09
1
-1
/
+1
|
*
lavfi: simplify signature for avfilter_get_audio_buffer() and friends
Stefano Sabatini
2012-05-09
3
-33
/
+18
|
*
lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_ge...
Stefano Sabatini
2012-05-09
1
-64
/
+18
|
*
lavfi: cleanup avfilter_get_audio_buffer() and pals.
Stefano Sabatini
2012-05-09
3
-32
/
+33
*
|
vf_lut: fix pointer type (const) warning
Michael Niedermayer
2012-05-10
1
-1
/
+1
*
|
vf_idet: remove unused variables
Michael Niedermayer
2012-05-10
1
-2
/
+0
*
|
vf_idet: fix pointer type (const) warning
Michael Niedermayer
2012-05-10
1
-1
/
+1
*
|
avfiltergraph: improve pick_format()
Michael Niedermayer
2012-05-10
1
-10
/
+33
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-10
9
-4
/
+333
|
\
\
|
|
/
|
*
lavfi: add avfilter_get_audio_buffer_ref_from_arrays().
Stefano Sabatini
2012-05-09
2
-0
/
+86
|
*
lavfi: add extended_data to AVFilterBuffer.
Anton Khirnov
2012-05-09
3
-0
/
+67
|
*
lavfi: add video buffer sink, and use it in avtools
Anton Khirnov
2012-05-09
4
-0
/
+163
|
*
lavfi: add a function for copying properties from AVFilterBufferRef->AVFrame
Anton Khirnov
2012-05-09
2
-0
/
+38
*
|
src_buffer: ifdef->if CONFIG_*
Michael Niedermayer
2012-05-09
1
-1
/
+1
*
|
src_buffer: move code to avoid forward declarations.
Nicolas George
2012-05-08
1
-73
/
+67
*
|
Add yuva422p to yadif format list.
Carl Eugen Hoyos
2012-05-08
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-07
6
-18
/
+29
|
\
\
|
|
/
|
*
lavfi: uninline avfilter_copy_buffer_ref_props().
Anton Khirnov
2012-05-07
3
-13
/
+15
|
*
build: cosmetics: Add missing end-of-line backslashes to item lists.
Diego Biurrun
2012-05-07
1
-1
/
+1
|
*
build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.
Diego Biurrun
2012-05-07
1
-2
/
+7
|
*
vf_yadif: fix missing error handling for avfilter_poll_frame()
Robert Nagy
2012-05-07
1
-0
/
+4
|
*
lavfi: support audio in avfilter_copy_frame_props().
Anton Khirnov
2012-05-07
1
-10
/
+17
|
*
lavfi: avfilter_merge_formats: handle case where inputs are same
Mina Nagy Zaki
2012-05-07
1
-0
/
+3
*
|
yadif: Add yuva444p to format list.
Robert Nagy
2012-05-07
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-06
4
-26
/
+71
|
\
\
|
|
/
|
*
lavfi/formats: use sizeof(var) instead of sizeof(type).
Anton Khirnov
2012-05-06
1
-7
/
+7
|
*
lavfi: remove avfilter_default_config_input_link() declaration
Stefano Sabatini
2012-05-06
1
-3
/
+0
|
*
lavfi: always enable the scale filter and depend on sws.
Anton Khirnov
2012-05-06
2
-5
/
+8
|
*
vf_split: support user-specifiable number of outputs.
Anton Khirnov
2012-05-06
1
-13
/
+55
|
*
vsrc_buffer: return EAGAIN if no frame is available.
Nicolas George
2012-05-05
1
-3
/
+1
*
|
vsrc_buffer: deprecate the header.
Nicolas George
2012-05-06
1
-0
/
+2
*
|
vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref.
Nicolas George
2012-05-06
1
-0
/
+3
*
|
src_buffer: update get_nb_failed_requests name.
Nicolas George
2012-05-06
3
-0
/
+17
*
|
asrc_abuffer: deprecate the header.
Nicolas George
2012-05-06
1
-0
/
+2
*
|
asrc_abuffer: deprecate av_asrc_buffer_* functions.
Nicolas George
2012-05-06
2
-0
/
+13
*
|
lavfi: install buffersrc.h.
Nicolas George
2012-05-06
1
-1
/
+1
*
|
lavfi: remove av_buffersrc_buffer.
Nicolas George
2012-05-06
2
-15
/
+0
*
|
buffersrc: fix av_buffersrc_add_ref doxy.
Nicolas George
2012-05-06
1
-1
/
+1
*
|
src_buffer: implement av_buffersrc_add_frame.
Nicolas George
2012-05-04
2
-11
/
+33
[next]