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
...
*
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
*
closed gop support & flags2 as all bits in flags are used
Michael Niedermayer
2004-01-22
1
-1
/
+0
*
grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))
Michael Niedermayer
2004-01-10
1
-2
/
+4
*
set AVCodecContext.width/height before get_buffer()
Michael Niedermayer
2003-12-11
1
-11
/
+6
*
better fix
Michael Niedermayer
2003-11-12
1
-4
/
+1
*
small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge do...
Michael Niedermayer
2003-11-12
1
-0
/
+3
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-11-03
1
-17
/
+17
*
10l
Alex Beregszaszi
2003-10-22
1
-1
/
+1
*
AVRational
Michael Niedermayer
2003-10-20
1
-45
/
+6
*
disable encoders where appropriate (patch courtesy of BERO
Mike Melanson
2003-10-14
1
-0
/
+2
*
removed the obsolete and unused parameters of init_put_bits
Alex Beregszaszi
2003-10-12
1
-1
/
+1
*
Sunplus JPEG codec (SP5X) support
Alex Beregszaszi
2003-10-11
1
-2
/
+176
*
recommit of
Michael Niedermayer
2003-10-11
1
-80
/
+51
*
use lagrange multipler instead of qp for ratecontrol, this may break some thi...
Michael Niedermayer
2003-10-07
1
-2
/
+4
*
removed warnings
Fabrice Bellard
2003-09-09
1
-1
/
+2
[prev]
[next]