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_scale.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
Anton Khirnov
2013-05-15
1
-2
/
+2
*
vf_scale: add endianness conversion pixel format in query_formats
Janne Grunau
2013-05-06
1
-2
/
+4
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-09
1
-1
/
+1
*
vf_scale: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-20
/
+30
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-13
/
+12
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-66
/
+19
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-8
/
+10
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-10
/
+22
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-3
/
+3
*
vf_pad/scale: use double precision for aspect ratios.
Anton Khirnov
2012-10-06
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
-3
/
+11
*
lavfi: add error handling to draw_slice().
Anton Khirnov
2012-07-22
1
-5
/
+5
*
lavfi: add error handling to start_frame().
Anton Khirnov
2012-07-22
1
-5
/
+14
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
1
-10
/
+10
*
lavfi: make filters less verbose.
Anton Khirnov
2012-06-26
1
-1
/
+1
*
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: make avfilter_get_video_buffer() private on next bump.
Anton Khirnov
2012-06-13
1
-1
/
+1
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-4
/
+5
*
lavfi: make formats API private on next bump.
Anton Khirnov
2012-06-05
1
-6
/
+7
*
vf_scale: support named constants for sws flags.
Anton Khirnov
2012-04-09
1
-1
/
+10
*
vf_scale: avoid a pointless memcpy in no-op conversion.
Anton Khirnov
2012-04-01
1
-5
/
+20
*
Mark mutable static data const where appropriate.
Alex Converse
2012-02-21
1
-1
/
+1
*
pixdesc: mark pseudopaletted formats with a special flag.
Anton Khirnov
2012-02-08
1
-1
/
+2
*
vf_scale: apply the same transform to the aspect during init that is applied ...
Michael Niedermayer
2011-09-28
1
-0
/
+8
*
vf_scale: add a "sar" variable
Stefano Sabatini
2011-09-28
1
-3
/
+7
*
vf_scale: don't leak SWS context.
Michael Niedermayer
2011-08-27
1
-0
/
+2
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
scale: make the filter parametric
Stefano Sabatini
2011-04-26
1
-9
/
+84
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Make config_props() return AVERROR(EINVAL) rather than 1 in case of
Stefano Sabatini
2011-01-16
1
-1
/
+3
*
In libavfilter, use consistently "Copyright (c)" in the license
Stefano Sabatini
2010-11-28
1
-1
/
+1
*
Make init() return sensible error code rather than -1 in case of
Stefano Sabatini
2010-09-28
1
-1
/
+1
*
Cosmetics: apply nits.
Stefano Sabatini
2010-09-28
1
-3
/
+3
*
Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.
Stefano Sabatini
2010-09-24
1
-1
/
+1
*
100L, fix vf_scale, since copy_ref_props now copy w and h, we must update them
Baptiste Coudurier
2010-08-12
1
-0
/
+2
*
Separate video specific BufferRef properties into VideoProps.
S.N. Hemanth Meenakshisundaram
2010-08-11
1
-3
/
+3
*
Rename fields:
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-4
/
+4
*
Rename functions and fields:
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-2
/
+2
*
Rename AVFilterPicRef to AVFilterBufferRef.
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-3
/
+3
*
Generalize pixel format enum fields to int formats.
S.N. Hemanth Meenakshisundaram
2010-07-22
1
-2
/
+2
*
Use avfilter_copy_picref_props() along lavfi.
Víctor Paesa
2010-07-11
1
-4
/
+1
*
Add a const declaration, fixing a warning
Eli Friedman
2010-06-27
1
-1
/
+1
*
Prefix value for flags with "0x", to make it clear that it is an
Stefano Sabatini
2010-05-23
1
-1
/
+1
*
Make config_props() show conversion information before to create the
Stefano Sabatini
2010-05-07
1
-4
/
+4
*
Log input size, input format and swscale flags used for conversion in
Stefano Sabatini
2010-05-07
1
-2
/
+4
*
c99 sucks. Replacing scanf("%i") by strtoul()
Michael Niedermayer
2010-05-07
1
-1
/
+3
*
Try to keep track of interlaced and top field first.
Michael Niedermayer
2010-05-07
1
-0
/
+3
*
Support setting flags for sws.
Michael Niedermayer
2010-05-07
1
-2
/
+6
[next]