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
*
avfilter: ported lenscorrection filter from frei0r
Daniel Oberhoff
2014-08-12
3
-0
/
+200
*
lavfi: stop exporting internal functions
James Almer
2014-08-10
1
-1
/
+0
*
libavfilter/af_amerge: Do not depend on SWR_CH_MAX
Michael Niedermayer
2014-08-10
1
-1
/
+2
*
avfilter/af_pan: Do not use SWR_CH_MAX
Michael Niedermayer
2014-08-10
1
-5
/
+5
*
avfilter/af_pan: check if the number of channels where sucessfully set
Michael Niedermayer
2014-08-10
1
-4
/
+8
*
Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'
Michael Niedermayer
2014-08-10
1
-3
/
+3
|
\
|
*
Bump major versions of all libraries.
Anton Khirnov
2014-08-09
1
-2
/
+2
*
|
Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e'
Michael Niedermayer
2014-08-09
1
-8
/
+8
|
\
\
|
|
/
|
*
Postpone API-incompatible changes until the next bump.
Anton Khirnov
2014-08-09
1
-8
/
+8
*
|
avfilter/dctdnoiz: remove a few indirections in idcts
Clément Bœsch
2014-08-09
1
-12
/
+8
*
|
avfilter/dctdnoiz: use 32-bit (float) operations instead of 64 (double) for DCTs
Clément Bœsch
2014-08-08
1
-136
/
+136
*
|
avfilter/dctdnoiz: remove forward declarations after previous commit
Clément Bœsch
2014-08-08
1
-92
/
+78
*
|
avfilter/dctdnoiz: make color [de]correlation less clumsy
Clément Bœsch
2014-08-08
1
-26
/
+79
*
|
avfilter/showcqt: add and extend tlength and volume options
Muhammad Faiz
2014-08-08
1
-8
/
+79
*
|
avfilter/dctdnoiz: add 8x8 dct and make it the default
Clément Bœsch
2014-08-07
2
-61
/
+173
*
|
avfilter/dctdnoiz: rewrite [f/i]dct
Clément Bœsch
2014-08-07
1
-88
/
+230
*
|
avfilter/select: fix "t" eval variable comment
Clément Bœsch
2014-08-05
1
-1
/
+1
*
|
avfilter/select: remove optional avcodec dependency
Clément Bœsch
2014-08-05
1
-38
/
+12
*
|
avfilter/mp_decimate: remove avcodec dependency
Clément Bœsch
2014-08-05
1
-24
/
+12
*
|
avfilter/deshake: remove avcodec dependency
Clément Bœsch
2014-08-05
2
-15
/
+10
*
|
avfilter/vf_noise: make constant things const
Michael Niedermayer
2014-08-05
1
-10
/
+10
*
|
avfilter/avf_showwaves: New p2p mode for showwaves filter
mrskman
2014-08-05
1
-1
/
+29
*
|
Merge commit '1ef9e8376466bb1e2c147e47554b94cab9c8b04a'
Michael Niedermayer
2014-08-04
1
-1
/
+1
|
\
\
|
|
/
|
*
avcodec: Deprecate dtg_active_format field in favor of avframe side-data
Kieran Kunhya
2014-08-03
1
-0
/
+3
*
|
Deprecate AFD field and add AFD as side-data
Kieran Kunhya
2014-08-04
1
-0
/
+3
*
|
avfilter/vf_spp: Use dct->get_pixels()
Michael Niedermayer
2014-08-03
2
-4
/
+1
*
|
Merge commit '072916d903d3a925bcd0c864f12254157cab63c1'
Michael Niedermayer
2014-08-03
1
-5
/
+7
|
\
\
|
|
/
|
*
filtfmts: Replace deprecated uses of AVFilterPad
Diego Biurrun
2014-08-03
1
-4
/
+6
|
*
vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrame
Diego Biurrun
2014-08-03
1
-1
/
+1
*
|
avfilter/lavfutils: remove redundant variable init
Michael Niedermayer
2014-08-02
1
-1
/
+0
*
|
Merge commit 'f0e959481968b6d906931127237ed981b6414f6e'
Michael Niedermayer
2014-08-02
1
-0
/
+2
|
\
\
|
|
/
|
*
af_channelmap: Set the frame channel layout
Luca Barbato
2014-08-02
1
-0
/
+2
*
|
Merge commit '87efaa97ceb0ad5820870855d6df3e569e6eac7e'
Michael Niedermayer
2014-08-02
1
-1
/
+1
|
\
\
|
|
/
|
*
af_join: Set the output frame format
Luca Barbato
2014-08-02
1
-0
/
+1
*
|
Merge commit '52269f48e835a52023656f8330262ae70e6061c4'
Michael Niedermayer
2014-08-01
2
-38
/
+34
|
\
\
|
|
/
|
*
Revert "vf_interlace: deprecate lowpass option"
Vittorio Giovara
2014-08-01
2
-38
/
+34
|
*
vf_select: Drop a debug av_log with an unchecked double to enum conversion
Diego Biurrun
2014-07-29
1
-12
/
+0
*
|
avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on arm
Michael Niedermayer
2014-08-01
1
-3
/
+3
*
|
avfilter/trim: remove duplicate assignment
Michael Niedermayer
2014-07-31
1
-1
/
+1
*
|
avfilter/f_select: avoid double->int in debug output
Michael Niedermayer
2014-07-30
1
-4
/
+4
*
|
avfilter/f_select: Set var_values[VAR_KEY] correctly
Michael Niedermayer
2014-07-30
1
-0
/
+1
*
|
avfilter/f_select: avoid using doubles for equals checks and casts to enums
Michael Niedermayer
2014-07-30
1
-4
/
+3
*
|
avfilter/vf_spp: support setting dct avoptions from the filter graph string
Michael Niedermayer
2014-07-28
1
-3
/
+34
*
|
avfilter/vf_scale: fix log message category
Michael Niedermayer
2014-07-28
1
-0
/
+1
*
|
avfilter/vf_spp: use AVDCT
Michael Niedermayer
2014-07-27
2
-10
/
+9
*
|
reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump
Michael Niedermayer
2014-07-26
4
-12
/
+12
*
|
lavfi/src_movie: minor simplifications
Lukasz Marek
2014-07-24
1
-5
/
+3
*
|
lavfi/src_movie: remove frame from priv context
Lukasz Marek
2014-07-24
1
-15
/
+13
*
|
avfilter/biquads: avoid clipping when using floating type
Muhammad Faiz
2014-07-21
1
-11
/
+11
*
|
avfilter/vf_owdenoise: use av_malloc_array()
Michael Niedermayer
2014-07-21
1
-1
/
+1
[next]