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
*
vf_shuffleplanes: fix the type of the mapping indices
Anton Khirnov
2014-03-06
1
-1
/
+1
*
lavfi: add shuffleplanes filter
Anton Khirnov
2014-03-05
4
-1
/
+175
*
lavfi: use the correct filter context for logging an error.
Anton Khirnov
2014-03-05
1
-1
/
+1
*
avfilter: Add missing emms_c when needed
Luca Barbato
2014-03-05
3
-0
/
+4
*
vf_frei0r: fix missing end of line character
Vittorio Giovara
2014-03-04
1
-1
/
+1
*
vf_frei0r: refactor library loading from env variable
Vittorio Giovara
2014-03-04
1
-6
/
+12
*
vf_frei0r: prevent a segfault when filter parameters are not set
Vittorio Giovara
2014-03-04
1
-0
/
+4
*
vf_frei0r: adjust error messages
Vittorio Giovara
2014-03-04
1
-12
/
+12
*
af_compand: replace strtok_r() with av_get_token()
Anton Khirnov
2014-02-28
1
-8
/
+24
*
lavfi: add compand audio filter
Andrew Kelley
2014-02-26
4
-2
/
+591
*
af_volume: preserve frame properties
Anton Khirnov
2014-02-24
1
-1
/
+7
*
af_resample: preserve frame properties
Anton Khirnov
2014-02-24
1
-0
/
+8
*
Use av_frame_copy() to simplify code where appropriate.
Anton Khirnov
2014-02-24
1
-3
/
+1
*
vf_interlace: deprecate lowpass option
Vittorio Giovara
2014-02-19
2
-30
/
+39
*
lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy group
Anton Khirnov
2014-02-14
2
-0
/
+22
*
buffersink: document special error codes returned from av_buffersink_get_frame
Anton Khirnov
2014-02-14
1
-2
/
+9
*
buffersrc: Have function parameter names match between .c and .h file
Diego Biurrun
2014-02-12
1
-5
/
+6
*
vf_overlay: add eof_action switch
Keith Lawson
2014-02-04
1
-5
/
+27
*
buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctly
Anton Khirnov
2014-01-17
1
-3
/
+15
*
vf_yadif: Relicense from GPL to LGPL
Robert Krüger
2014-01-14
4
-36
/
+36
*
avfilter: fix leaks on error in ff_filter_frame
Vittorio Giovara
2014-01-09
1
-6
/
+19
*
avfilter: add needs_writable field to the internal AVFilterPad structure
Vittorio Giovara
2014-01-09
1
-0
/
+8
*
avfilter: add documentation for needs_writable
Vittorio Giovara
2014-01-09
1
-0
/
+6
*
lavfi: add framepack filter
Vittorio Giovara
2014-01-09
4
-1
/
+366
*
drawtext: Drop pointless header
Luca Barbato
2014-01-06
1
-1
/
+0
*
avutil: Move library version related macros to version.h
Diego Biurrun
2013-12-26
1
-1
/
+1
*
Bump major of libavfilter for reference counted buffer API changes.
Reinhard Tartler
2013-12-14
1
-11
/
+11
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
4
-0
/
+5
*
vf_interlace: check one av_frame_clone allocation
Vittorio Giovara
2013-11-19
1
-0
/
+2
*
avfilter/graphparser: Directly free filter memory if initialization fails
Diego Biurrun
2013-11-06
1
-0
/
+1
*
avfilter/buffer: Suppress deprecation warning for avfilter_unref_buffer
Diego Biurrun
2013-11-04
1
-0
/
+3
*
filtfmts-test: Fix use of deprecated API
Diego Biurrun
2013-11-04
1
-4
/
+4
*
vf_fieldorder: remove superfluous get_video_buffer
Vittorio Giovara
2013-11-04
1
-9
/
+0
*
vf_scale: make the dar variable return the DAR.
Rudolf Polzer
2013-11-02
2
-2
/
+3
*
vf_aspect: support variables in evaluating the aspect ratios
Rudolf Polzer
2013-11-02
1
-2
/
+84
*
gradfun: x86: Factor out common code for some gradfun_filter_line() variants
Diego Biurrun
2013-10-31
1
-16
/
+13
*
avfilter: x86: K&R formatting cosmetics
Diego Biurrun
2013-10-31
2
-23
/
+42
*
lavfi: do not export the filters from shared objects
Anton Khirnov
2013-10-28
56
-69
/
+69
*
avfilter: fix const use of avfilter_next
Vittorio Giovara
2013-10-28
1
-2
/
+2
*
avfilter: have avfilter_get_by_name return const for next bump
Vittorio Giovara
2013-10-28
3
-0
/
+9
*
avfilter: x86: Port gradfun filter optimizations to yasm
Daniel Kang
2013-10-23
4
-218
/
+207
*
avfilter: Fix typo in Loren's email address
Diego Biurrun
2013-10-23
3
-3
/
+3
*
pthread: Avoid crashes/odd behavior caused by spurious wakeups
Derek Buitenhuis
2013-10-22
1
-2
/
+8
*
vf_fieldorder: log when processing is skipped
Vittorio Giovara
2013-10-22
1
-1
/
+6
*
pthread: Fix deadlock during thread initialization
Derek Buitenhuis
2013-10-13
1
-1
/
+2
*
vf_interlace: do not process an already interlaced frame
Vittorio Giovara
2013-10-02
1
-0
/
+10
*
lavfi: allow user-provided execute() callbacks
Anton Khirnov
2013-09-28
7
-15
/
+65
*
vf_lut: Constantize
Diego Elio Pettenò
2013-08-31
1
-5
/
+6
*
vf_fps: use double constants for default/min/max for start_time
Hendrik Leppkes
2013-08-28
1
-2
/
+4
*
vf_interlace: fix file permissions
Vittorio Giovara
2013-08-27
1
-0
/
+0
[next]