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
/
vf_aspect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: name anonymous structs
Vittorio Giovara
2014-04-19
1
-1
/
+1
*
vf_aspect: support variables in evaluating the aspect ratios
Rudolf Polzer
2013-11-02
1
-2
/
+84
*
lavfi: do not export the filters from shared objects
Anton Khirnov
2013-10-28
1
-2
/
+2
*
vf_setdar: make config_props work properly when called multiple times.
Anton Khirnov
2013-05-17
1
-13
/
+15
*
vf_aspect: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-12
/
+12
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-09
1
-1
/
+1
*
vf_aspect: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-31
/
+68
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-2
/
+2
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-8
/
+5
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-22
/
+46
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
lavfi: add error handling to start_frame().
Anton Khirnov
2012-07-22
1
-2
/
+2
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
1
-22
/
+22
*
vf_aspect: clear AVFilterLink.cur_buf in start_frame().
Anton Khirnov
2012-07-20
1
-0
/
+1
*
lavfi: make filters less verbose.
Anton Khirnov
2012-06-26
1
-2
/
+2
*
lavfi: remove 'opaque' parameter from AVFilter.init()
Anton Khirnov
2012-06-26
1
-1
/
+1
*
lavfi: make AVFilterPad opaque after two major bumps.
Anton Khirnov
2012-06-13
1
-0
/
+1
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-1
/
+1
*
lavfi: remove avfilter_null_* from public API on next bump.
Anton Khirnov
2012-05-22
1
-4
/
+5
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
setdar: prefer "sar" over "par" in log info message
Stefano Sabatini
2011-04-25
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add sample_aspect_ratio to AVFilterLink
Michael Niedermayer
2011-02-14
1
-0
/
+14
*
In aspect filter, fix display for input resolution
Baptiste Coudurier
2010-11-24
1
-1
/
+1
*
Reindent.
Stefano Sabatini
2010-11-22
1
-5
/
+5
*
Implement robust parsing in aspect filters.
Stefano Sabatini
2010-11-22
1
-9
/
+11
*
Add informative log messages to the set aspect filters.
Stefano Sabatini
2010-11-22
1
-0
/
+4
*
Give more explicit/less confusing names to the filters dealing with
Stefano Sabatini
2010-11-22
1
-13
/
+13
*
Log error message in case of invalid parsing.
Stefano Sabatini
2010-11-18
1
-2
/
+5
*
Fix style: if( -> if (.
Stefano Sabatini
2010-11-18
1
-5
/
+5
*
Remove redundant information in header.
Stefano Sabatini
2010-11-18
1
-2
/
+1
*
Separate video specific BufferRef properties into VideoProps.
S.N. Hemanth Meenakshisundaram
2010-08-11
1
-1
/
+1
*
Rename AVFilterPicRef to AVFilterBufferRef.
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-4
/
+4
*
Use the new null callbacks to simplify filters and reduce duplicated code.
Bobby Bingham
2010-03-18
1
-16
/
+4
*
Add video filter to manipulate aspect ratio
Bobby Bingham
2010-03-17
1
-0
/
+135