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
/
libavcodec
/
snow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
snow: remove a VLA used for edge emulation
Ronald S. Bultje
2012-07-03
1
-0
/
+4
*
snow: remove the runs[] VLA.
Ronald S. Bultje
2012-07-03
1
-0
/
+2
*
snow: Check mallocs at init
Martin Storsjö
2012-07-03
1
-7
/
+12
*
snow: remove VLA in mc_block()
Mans Rullgard
2012-07-02
1
-16
/
+25
*
dwt: remove variable-length arrays
Ronald S. Bultje
2012-06-17
1
-0
/
+4
*
snow: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
snow: Restore three mistakenly removed casts.
Diego Biurrun
2012-01-03
1
-3
/
+3
*
Drop some pointless void* return value casts from av_malloc() invocations.
Diego Biurrun
2012-01-02
1
-3
/
+3
*
snow: fix signed overflow in byte to 32-bit replication
Mans Rullgard
2011-11-26
1
-2
/
+2
*
snow: split snow in snowdec and snowenc
Luca Barbato
2011-11-24
1
-3107
/
+55
*
snow: do not draw_edge if emu_edge is set
Michael Niedermayer
2011-10-28
1
-3
/
+1
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-1
/
+1
*
snow: add 'memc_only' private option.
Anton Khirnov
2011-08-31
1
-2
/
+20
*
doxygen: fix wrong comment syntax, //< vs. ///<
Diego Biurrun
2011-08-26
1
-1
/
+1
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-17
/
+15
*
Remove snow/dwt test program
Mans Rullgard
2011-07-20
1
-121
/
+0
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-11
/
+11
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
snow: Remove unused code.
Diego Biurrun
2011-07-03
1
-342
/
+0
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-3
/
+3
*
Roll back 4:4:4 H.264 for now
Jason Garrett-Glaser
2011-06-13
1
-3
/
+3
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-3
/
+3
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-11
/
+11
*
Eliminate pointless '#if 1' statements without matching '#else'.
Diego Biurrun
2011-04-26
1
-2
/
+0
*
dsputil: allow to skip drawing of top/bottom edges.
Alexander Strange
2011-03-26
1
-3
/
+9
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2011-01-28
1
-1
/
+1
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
snow: remove unused parameter to mc_block()
Måns Rullgård
2010-06-23
1
-4
/
+3
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Add ff_ prefix to dwt functions
Måns Rullgård
2010-03-14
1
-7
/
+7
*
Separate DWT from snow and dsputil
Måns Rullgård
2010-03-14
1
-723
/
+5
*
Move ff_sqrt() to libavutil/intmath.h
Måns Rullgård
2010-03-08
1
-0
/
+1
*
Add some missing #includes
Måns Rullgård
2010-03-06
1
-0
/
+1
*
Optimize ff_snow_horizontal_compose97i.
Michael Niedermayer
2010-01-11
1
-4
/
+30
*
Merge vertical_compose53iL0*()
Michael Niedermayer
2010-01-11
1
-0
/
+9
*
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the
Michael Niedermayer
2010-01-11
1
-36
/
+14
*
Snow : re-indent after r21093.
Jai Menon
2010-01-08
1
-74
/
+74
*
Snow : remove pointless 'if(1)'.
Jai Menon
2010-01-08
1
-2
/
+0
*
Snow : use non-NULL context for av_log.
Jai Menon
2010-01-08
1
-2
/
+2
*
Cosmetics : remove duplicated comment.
Jai Menon
2010-01-08
1
-1
/
+0
*
Snow : release buffers allocated using avctx->get_buffer.
Jai Menon
2010-01-08
1
-0
/
+6
*
Fix 1 pass RC in snow.
Michael Niedermayer
2009-12-02
1
-0
/
+2
*
Reorder functions so that encoding functions are disabled by the preprocessor.
Diego Biurrun
2009-09-18
1
-1344
/
+1342
*
snow decoder uses get_buffer, set CODEC_CAP_DR1
Baptiste Coudurier
2009-06-05
1
-1
/
+1
*
Correct x/ymin to avoid segfault due to out of picture reads.
Michael Niedermayer
2009-05-08
1
-4
/
+4
*
Optimize sign handling in get_symbol().
Michael Niedermayer
2009-04-24
1
-4
/
+2
*
Remove 2 useless FFMIN().
Michael Niedermayer
2009-04-22
1
-2
/
+2
[next]