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
/
lagarith.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dsputil: Split off HuffYUV decoding bits into their own context
Diego Biurrun
2014-05-27
1
-9
/
+7
*
lagarith: Fix typo in printf format string
Diego Biurrun
2014-03-22
1
-1
/
+1
*
avcodec: more correct printf specifiers
Diego Biurrun
2014-03-22
1
-2
/
+4
*
lagarith: reallocate rgb_planes when needed
Anton Khirnov
2014-02-04
1
-6
/
+6
*
lagarith: do not call simd functions on unaligned lines
Kostya Shishkov
2014-01-06
1
-6
/
+19
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-15
/
+6
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-2
/
+2
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+2
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-7
/
+7
*
lagarith: check count before writing zeros.
Michael Niedermayer
2012-09-29
1
-0
/
+5
*
lagarith: frame multithreading
Hendrik Leppkes
2012-08-09
1
-7
/
+8
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
lagarith: fix color plane inversion for YUY2 output.
Ronald S. Bultje
2012-08-03
1
-3
/
+3
*
lagarith: pad RGB buffer by 1 byte.
Ronald S. Bultje
2012-08-03
1
-1
/
+1
*
lagarith: add YUY2 decoding support
Kostya Shishkov
2012-05-08
1
-3
/
+71
*
Support decoding unaligned rgb24 lagarith.
Carl Eugen Hoyos
2012-05-08
1
-1
/
+2
*
lagarith: make offset array type unsigned
Kostya Shishkov
2012-05-06
1
-1
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
lagarith: fix buffer overreads.
Ronald S. Bultje
2012-03-28
1
-23
/
+51
*
lagarith: Add ff_ prefix to lag_rac_init
Martin Storsjö
2012-02-15
1
-1
/
+1
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
lagarith: add decode support for arith rgb24 mode
Thad Ward
2011-12-29
1
-10
/
+22
*
lagarith: add some RGBA decoding support
Kostya Shishkov
2011-11-16
1
-0
/
+67
*
lagarith: Add correct line prediction for RGB
Nathan Caldwell
2011-11-16
1
-5
/
+5
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-9
/
+8
*
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-06-24
1
-13
/
+13
*
Drop explicit filenames from @file Doxygen tags.
Diego Biurrun
2011-06-05
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
Anton Khirnov
2011-02-03
1
-1
/
+1
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Lagarith: fix decoding of one-coloured frames by reading the per-plane
Reimar Döffinger
2011-01-15
1
-2
/
+6
*
Lagarith decoder by Nathan Caldwell, saintdev at gmail
Carl Eugen Hoyos
2011-01-08
1
-0
/
+518