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
/
mjpeg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mjpeg 4:2:2 encoding support
Baptiste Coudurier
2006-10-04
1
-7
/
+20
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-1
/
+1
*
Zero number of current scan after decoding one picture.
Kostya Shishkov
2006-09-21
1
-0
/
+1
*
remove useless code
Michael Niedermayer
2006-03-31
1
-2
/
+0
*
simplify loop a little
Michael Niedermayer
2006-03-31
1
-5
/
+3
*
do UPDATE_CACHE only when needed (which should be VERY rare)
Michael Niedermayer
2006-03-31
1
-2
/
+3
*
+ (sign&1) -> -sign (1 instruction less)
Michael Niedermayer
2006-03-31
1
-1
/
+1
*
avoid hard to predict branch (idea by arpi)
Michael Niedermayer
2006-03-31
1
-5
/
+4
*
fix gcc 2.95 compilation
Michael Niedermayer
2006-03-29
1
-2
/
+2
*
avoid if(i>=63) check at the end of decode_block()
Michael Niedermayer
2006-03-29
1
-3
/
+6
*
avoid i++ in decode_block()
Michael Niedermayer
2006-03-29
1
-13
/
+22
*
minor optimization of decode_block()
Michael Niedermayer
2006-03-29
1
-6
/
+2
*
optimizations by arpi
Michael Niedermayer
2006-03-29
1
-6
/
+19
*
MSVC-compatible __align8/__align16 declaration
Steve L'Homme
2006-02-05
1
-1
/
+1
*
JPEG-LS codec by (Kostya | kostya.forjunk gmail com)
Michael Niedermayer
2006-02-02
1
-5
/
+64
*
Mjpeg interlaced decoding fix, height was wrong while decoding (/2).
Baptiste Coudurier
2006-01-23
1
-2
/
+3
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-276
/
+276
*
10l to michael for breaking gcc 2.95 compile :)
D Richard Felker III
2005-12-20
1
-1
/
+2
*
unfinished jpeg-ls codec (feel free to finish it ...)
Michael Niedermayer
2005-12-18
1
-9
/
+53
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-106
/
+106
*
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
Diego Biurrun
2005-09-18
1
-3
/
+3
*
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...
Michael Niedermayer
2005-08-26
1
-1
/
+1
*
reset restart_count when restart_interval is set and fill the
Reimar Döffinger
2005-07-22
1
-0
/
+4
*
dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADD...
Michael Niedermayer
2005-07-17
1
-6
/
+3
*
verify len field validity in mjpeg_decode_com()
Michael Niedermayer
2005-07-17
1
-3
/
+1
*
check len (should fix #1165694)
Michael Niedermayer
2005-07-11
1
-1
/
+2
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-1
/
+1
*
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-23
1
-12
/
+0
*
jpeg style yuv fixes
Michael Niedermayer
2005-01-20
1
-4
/
+21
*
various security fixes and precautionary checks
Michael Niedermayer
2005-01-12
1
-3
/
+18
*
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...
Burkhard Plaum
2004-11-27
1
-7
/
+7
*
fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)
Jeff Muizelaar
2004-11-25
1
-1
/
+1
*
workaround apps which dont provided correctly padded streams
Michael Niedermayer
2004-11-19
1
-2
/
+2
*
Fix mjpeg-b (padding bytes can exist between end of sos and image data)
Roberto Togni
2004-10-29
1
-3
/
+11
*
mjpeg parser
Michael Niedermayer
2004-10-24
1
-0
/
+72
*
lowres width/height cleanup 3rd try
Michael Niedermayer
2004-09-27
1
-13
/
+8
*
10l
Michael Niedermayer
2004-09-27
1
-4
/
+6
*
set AVCodecContext.width/height to the picture width/height instead of the on...
Michael Niedermayer
2004-09-27
1
-6
/
+8
*
low resolution decoding fix
Michael Niedermayer
2004-09-26
1
-2
/
+2
*
new copyrights
Alex Beregszaszi
2004-08-21
1
-0
/
+2
*
get_bits(32) fix
Michael Niedermayer
2004-08-16
1
-7
/
+7
*
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
1
-6
/
+0
*
cleanup & memleak fix
Michael Niedermayer
2004-04-30
1
-2
/
+1
*
hmm av_log(..., get_bits());
Michael Niedermayer
2004-03-28
1
-5
/
+12
*
always parse APP* as it sometimes contains startcodes which confuse the decod...
Michael Niedermayer
2004-03-26
1
-9
/
+11
*
init cleanup
Michael Niedermayer
2004-03-16
1
-5
/
+3
*
multithreaded/SMP motion estimation
Michael Niedermayer
2004-02-13
1
-3
/
+8
*
2 byte shorter userdata for mpeg4
Michael Niedermayer
2004-02-08
1
-2
/
+2
*
get_bit_count -> put_bits_count
Alex Beregszaszi
2004-02-06
1
-4
/
+4
[next]