Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Wed, 25 Jun 2008 11:33:49 +0000 |
stefang |
remove duplicate tables
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Thu, 17 May 2007 16:45:55 +0000 |
aurel |
add proper prefix to new mjpeg extern func/var
libavcodec
|
Thu, 17 May 2007 16:29:11 +0000 |
aurel |
split mjpeg.c into an encoder and a decoder file
libavcodec
|
Mon, 14 May 2007 11:53:27 +0000 |
aurel |
remove some unused mjpeg encoding variables
libavcodec
|
Sun, 13 May 2007 23:22:05 +0000 |
aurel |
jpegls encoder does not call this function, so remove useless tests
libavcodec
|
Sun, 13 May 2007 23:16:56 +0000 |
aurel |
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls
libavcodec
|
Sat, 12 May 2007 23:33:53 +0000 |
aurel |
allow to enable or disable every bitstream filters individually
libavcodec
|
Thu, 10 May 2007 22:37:36 +0000 |
aurel |
move mjpeg parser in its own file
libavcodec
|
Mon, 07 May 2007 00:47:03 +0000 |
aurel |
make some parser parameters const to avoid casting const to non-const
libavcodec
|
Sat, 21 Apr 2007 00:36:53 +0000 |
alex |
compile mjpeg parser if requested
libavcodec
|
Fri, 20 Apr 2007 23:59:22 +0000 |
alex |
cosmetics: remove my email address
libavcodec
|
Sun, 15 Apr 2007 08:53:03 +0000 |
michael |
fix mjpeg.mov
libavcodec
|
Sat, 14 Apr 2007 22:58:23 +0000 |
michael |
fix playback of angels_480-mjpegcompress.avi
libavcodec
|
Sat, 14 Apr 2007 22:22:34 +0000 |
michael |
fix playback of odd_height.mov
libavcodec
|
Sat, 14 Apr 2007 22:05:12 +0000 |
michael |
correct another possible buffer overflow where interlaced would
libavcodec
|
Sat, 14 Apr 2007 18:42:50 +0000 |
michael |
remove MpegEncContext, patch by baptiste
libavcodec
|
Sun, 01 Apr 2007 22:20:51 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Sun, 01 Apr 2007 14:28:48 +0000 |
diego |
support for the THP game format by Marco Gerards, mgerards xs4all nl
libavcodec
|
Fri, 02 Mar 2007 12:26:07 +0000 |
bcoudurier |
support for mjpeg bottom field first in mov
libavcodec
|
Sat, 24 Feb 2007 09:41:43 +0000 |
diego |
cosmetics: Fix another common typo, dependAnt --> dependEnt.
libavcodec
|
Wed, 21 Feb 2007 18:10:25 +0000 |
kostya |
100l: forgot to reset LS mode on new frame
libavcodec
|
Tue, 13 Feb 2007 16:06:50 +0000 |
mbardiaux |
Change some dprintf to av_log
libavcodec
|
Wed, 07 Feb 2007 17:35:36 +0000 |
reimar |
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
libavcodec
|
Wed, 07 Feb 2007 01:48:09 +0000 |
diego |
Replace deprecated PIX_FMT names by the newer variants.
libavcodec
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Fri, 01 Dec 2006 14:06:21 +0000 |
bcoudurier |
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime
libavcodec
|
Tue, 21 Nov 2006 06:15:18 +0000 |
kostya |
Decode non-interleaved scans
libavcodec
|
Mon, 20 Nov 2006 05:21:17 +0000 |
kostya |
Some progressive JPEG support
libavcodec
|
Tue, 24 Oct 2006 05:01:04 +0000 |
kostya |
JPEG-LS 16-bit gray support
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Wed, 04 Oct 2006 12:49:52 +0000 |
bcoudurier |
mjpeg 4:2:2 encoding support
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Thu, 21 Sep 2006 04:28:46 +0000 |
kostya |
Zero number of current scan after decoding one picture.
libavcodec
|
Fri, 31 Mar 2006 18:22:35 +0000 |
michael |
remove useless code
libavcodec
|
Fri, 31 Mar 2006 18:04:36 +0000 |
michael |
simplify loop a little
libavcodec
|
Fri, 31 Mar 2006 17:43:28 +0000 |
michael |
do UPDATE_CACHE only when needed (which should be VERY rare)
libavcodec
|
Fri, 31 Mar 2006 17:01:58 +0000 |
michael |
+ (sign&1) -> -sign (1 instruction less)
libavcodec
|
Fri, 31 Mar 2006 16:50:43 +0000 |
michael |
avoid hard to predict branch (idea by arpi)
libavcodec
|
Wed, 29 Mar 2006 21:11:57 +0000 |
michael |
fix gcc 2.95 compilation
libavcodec
|
Wed, 29 Mar 2006 09:20:44 +0000 |
michael |
avoid if(i>=63) check at the end of decode_block()
libavcodec
|
Wed, 29 Mar 2006 09:13:43 +0000 |
michael |
avoid i++ in decode_block()
libavcodec
|
Wed, 29 Mar 2006 08:41:53 +0000 |
michael |
minor optimization of decode_block()
libavcodec
|
Wed, 29 Mar 2006 01:59:24 +0000 |
michael |
optimizations by arpi
libavcodec
|
Sun, 05 Feb 2006 13:35:17 +0000 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
Thu, 02 Feb 2006 02:28:33 +0000 |
michael |
JPEG-LS codec by (Kostya | kostya.forjunk gmail com)
libavcodec
|
Mon, 23 Jan 2006 06:40:08 +0000 |
banan |
Mjpeg interlaced decoding fix, height was wrong while decoding (/2).
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Tue, 20 Dec 2005 23:07:25 +0000 |
rfelker |
10l to michael for breaking gcc 2.95 compile :)
libavcodec
|
Sun, 18 Dec 2005 13:17:44 +0000 |
michael |
unfinished jpeg-ls codec (feel free to finish it ...)
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sun, 18 Sep 2005 21:21:01 +0000 |
diego |
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
libavcodec
|
Fri, 26 Aug 2005 19:05:44 +0000 |
michael |
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
libavcodec
|
Fri, 22 Jul 2005 08:48:00 +0000 |
reimar |
reset restart_count when restart_interval is set and fill the
libavcodec
|
Sun, 17 Jul 2005 12:56:56 +0000 |
michael |
dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE
libavcodec
|
Sun, 17 Jul 2005 11:27:00 +0000 |
michael |
verify len field validity in mjpeg_decode_com()
libavcodec
|
Mon, 11 Jul 2005 23:39:47 +0000 |
michael |
check len (should fix #1165694)
libavcodec
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavcodec
|
Sun, 23 Jan 2005 18:09:06 +0000 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
Thu, 20 Jan 2005 00:30:20 +0000 |
michael |
jpeg style yuv fixes
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Sat, 27 Nov 2004 18:10:06 +0000 |
michael |
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
libavcodec
|
Thu, 25 Nov 2004 19:17:27 +0000 |
michael |
fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)
libavcodec
|
Fri, 19 Nov 2004 20:49:12 +0000 |
michael |
workaround apps which dont provided correctly padded streams
libavcodec
|
Fri, 29 Oct 2004 20:45:47 +0000 |
rtognimp |
Fix mjpeg-b (padding bytes can exist between end of sos and image data)
libavcodec
|
Sun, 24 Oct 2004 22:37:29 +0000 |
michael |
mjpeg parser
libavcodec
|
Mon, 27 Sep 2004 11:50:56 +0000 |
michael |
lowres width/height cleanup 3rd try
libavcodec
|
Mon, 27 Sep 2004 03:17:26 +0000 |
michael |
10l
libavcodec
|
Mon, 27 Sep 2004 02:39:55 +0000 |
michael |
set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0)
libavcodec
|
Sun, 26 Sep 2004 09:00:37 +0000 |
michael |
low resolution decoding fix
libavcodec
|
Sat, 21 Aug 2004 19:18:45 +0000 |
alex |
new copyrights
libavcodec
|
Mon, 16 Aug 2004 01:25:52 +0000 |
michael |
get_bits(32) fix
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Fri, 30 Apr 2004 17:42:58 +0000 |
michael |
cleanup & memleak fix
libavcodec
|
Sun, 28 Mar 2004 23:10:53 +0000 |
michael |
hmm av_log(..., get_bits());
libavcodec
|
Fri, 26 Mar 2004 02:06:34 +0000 |
michael |
always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise
libavcodec
|
Tue, 16 Mar 2004 16:11:29 +0000 |
michael |
init cleanup
libavcodec
|
Fri, 13 Feb 2004 17:54:10 +0000 |
michael |
multithreaded/SMP motion estimation
libavcodec
|
Sun, 08 Feb 2004 22:52:35 +0000 |
michael |
2 byte shorter userdata for mpeg4
libavcodec
|
Fri, 06 Feb 2004 15:27:31 +0000 |
alex |
get_bit_count -> put_bits_count
libavcodec
|
Thu, 22 Jan 2004 19:48:28 +0000 |
michael |
closed gop support & flags2 as all bits in flags are used
libavcodec
|
Sat, 10 Jan 2004 19:54:12 +0000 |
michael |
grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))
libavcodec
|
Thu, 11 Dec 2003 11:17:54 +0000 |
michael |
set AVCodecContext.width/height before get_buffer()
libavcodec
|
Wed, 12 Nov 2003 22:06:15 +0000 |
michael |
better fix
libavcodec
|
Wed, 12 Nov 2003 22:01:13 +0000 |
michael |
small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>)
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Wed, 22 Oct 2003 22:12:25 +0000 |
alex |
10l
libavcodec
|
Mon, 20 Oct 2003 20:23:46 +0000 |
michael |
AVRational
libavcodec
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavcodec
|
Sun, 12 Oct 2003 21:25:00 +0000 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
Sat, 11 Oct 2003 21:49:10 +0000 |
alex |
Sunplus JPEG codec (SP5X) support
libavcodec
|
Sat, 11 Oct 2003 08:29:05 +0000 |
michael |
recommit of
libavcodec
|
Tue, 07 Oct 2003 11:32:40 +0000 |
michaelni |
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken
libavcodec
|
Tue, 09 Sep 2003 22:59:16 +0000 |
bellard |
removed warnings
libavcodec
|
Mon, 14 Jul 2003 21:07:50 +0000 |
michaelni |
10l
libavcodec
|
Sat, 12 Jul 2003 20:21:34 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 10 Jul 2003 19:09:24 +0000 |
michaelni |
postprocessing support
libavcodec
|
Tue, 08 Jul 2003 22:12:17 +0000 |
michaelni |
few more error checks
libavcodec
|
Sun, 22 Jun 2003 11:08:22 +0000 |
michaelni |
CONFIG_ENCODERS cleanup
libavcodec
|
Fri, 20 Jun 2003 15:21:25 +0000 |
al3x |
some warning fixes
libavcodec
|
Tue, 17 Jun 2003 22:48:51 +0000 |
michaelni |
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes
libavcodec
|
Mon, 16 Jun 2003 15:06:31 +0000 |
al3x |
10l
libavcodec
|
Mon, 16 Jun 2003 13:19:30 +0000 |
michaelni |
cleanup
libavcodec
|
Sun, 15 Jun 2003 00:15:57 +0000 |
michaelni |
lossless jpeg decoding support
libavcodec
|
Fri, 23 May 2003 16:04:24 +0000 |
michaelni |
optimize
libavcodec
|
Tue, 20 May 2003 01:03:40 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 15 May 2003 01:34:47 +0000 |
mellum |
Warning fixes.
libavcodec
|
Sat, 22 Mar 2003 12:09:02 +0000 |
michaelni |
user setable quantizer bias
libavcodec
|
Sun, 09 Mar 2003 16:07:19 +0000 |
al3x |
simplified
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Mon, 03 Mar 2003 14:54:00 +0000 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Mon, 10 Feb 2003 10:45:41 +0000 |
kabi |
* check for potentialy problematic field len
libavcodec
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
Tue, 21 Jan 2003 17:34:12 +0000 |
michaelni |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
libavcodec
|
Wed, 01 Jan 2003 15:10:45 +0000 |
michaelni |
warnings patch by (bubu <bubu at bubu dot net>)
libavcodec
|
Sun, 22 Dec 2002 22:34:42 +0000 |
al3x |
disabled aspect code due to it is extra buggy
libavcodec
|