log mjpeg.c @ 2522:e25782262d7d libavcodec

age author description
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
Fri, 06 Dec 2002 15:01:48 +0000 michaelni fixing aspect (hopefully, i couldnt reproduce the bug) libavcodec
Wed, 04 Dec 2002 10:04:03 +0000 michaelni cleanup libavcodec
Tue, 03 Dec 2002 15:42:17 +0000 al3x 10l fix libavcodec
Wed, 20 Nov 2002 15:18:11 +0000 al3x mjpegb support (need more samples) libavcodec
Wed, 06 Nov 2002 11:59:17 +0000 michaelni cleanup libavcodec
Wed, 06 Nov 2002 09:30:47 +0000 michaelni cleanup libavcodec
Sat, 02 Nov 2002 22:49:13 +0000 al3x fixed some bugs in app parser - some jfif and adobe jpgs fixed libavcodec
Thu, 31 Oct 2002 09:24:25 +0000 al3x fixed 10l libavcodec
Mon, 28 Oct 2002 16:29:40 +0000 al3x FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos) libavcodec
Sun, 27 Oct 2002 21:02:47 +0000 michaelni get_vlc2() libavcodec
Sun, 27 Oct 2002 19:20:02 +0000 arpi_esp 3rd 10l - don't let it read data beyond the end of frame libavcodec
Sun, 27 Oct 2002 19:11:06 +0000 al3x 2nd 10l (noticed by arpi) libavcodec
Sun, 27 Oct 2002 19:01:00 +0000 al3x minor speedup noticed by arpi libavcodec
Sun, 27 Oct 2002 18:03:42 +0000 al3x 10l libavcodec
Sun, 27 Oct 2002 17:59:35 +0000 al3x reworked decode_frame marker searching, fixes many non-working samples libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Sat, 14 Sep 2002 22:07:35 +0000 michaelni dont store version for bit-exact tests libavcodec
Sat, 14 Sep 2002 12:30:48 +0000 al3x complete aspect support libavcodec
Sat, 27 Jul 2002 08:27:02 +0000 michaelni handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl> libavcodec
Fri, 12 Jul 2002 12:41:32 +0000 mellum Warning fix. libavcodec
Thu, 11 Jul 2002 23:34:06 +0000 arpi_esp don't exit decoder after decoding first field -> fixes angels.avi interlacing libavcodec
Wed, 10 Jul 2002 14:34:06 +0000 kabi * clean compiler warning libavcodec
Thu, 27 Jun 2002 13:21:16 +0000 kabi * turned into debug message - it's annoying when watching mjpeg files libavcodec
Wed, 05 Jun 2002 18:35:28 +0000 bellard use ff_idct_put() libavcodec
Mon, 27 May 2002 16:42:14 +0000 kabi * started to cleanup name clashes for onetime compilation libavcodec
Sat, 25 May 2002 22:39:29 +0000 glantau fixed incorrect buffer handling libavcodec
Sat, 18 May 2002 23:03:29 +0000 glantau removed useless header includes - use av memory functions libavcodec
Thu, 09 May 2002 05:42:27 +0000 pulento - Warning fix. libavcodec
Tue, 07 May 2002 17:55:02 +0000 al3x clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) libavcodec
Tue, 07 May 2002 17:21:38 +0000 al3x added support for various app headers, and writin FFmpeg comment libavcodec
Fri, 03 May 2002 21:38:02 +0000 michaelni correct quantizer bias libavcodec
Fri, 03 May 2002 16:34:40 +0000 arpi_esp patch by Alex Beregszaszi <alex@naxine.org> libavcodec
Wed, 01 May 2002 18:12:04 +0000 arpi_esp Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org> libavcodec
Sat, 27 Apr 2002 12:30:26 +0000 michaelni fixed msmpeg4 infinite loop if buggy stream libavcodec
Tue, 12 Feb 2002 15:43:16 +0000 michaelni alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) libavcodec
Sat, 09 Feb 2002 01:23:41 +0000 arpi_esp PATCH by Rik Snel <rsnel@cube.dyndns.org> libavcodec
Thu, 07 Feb 2002 02:08:36 +0000 michaelni width or height %16 != 0 bugfix libavcodec
Wed, 15 Aug 2001 22:33:03 +0000 glantau win32 fixes libavcodec
Wed, 15 Aug 2001 13:10:39 +0000 glantau fix got_picture output libavcodec
Mon, 13 Aug 2001 21:48:05 +0000 glantau win32 fixes libavcodec
Sat, 11 Aug 2001 19:03:30 +0000 glantau added interlaced MJPEG support libavcodec
Wed, 08 Aug 2001 22:11:48 +0000 glantau return dummy quality to avoid bug in -sameq case - forgot emms in error case libavcodec
Wed, 08 Aug 2001 19:08:50 +0000 glantau added forgotten emms() - fix various segmentation faults when using mjpeg libavcodec
Tue, 07 Aug 2001 22:46:19 +0000 glantau fixed mjpeg matrix quant encoding and decoding libavcodec
Mon, 06 Aug 2001 02:46:46 +0000 glantau use default huffman tables if none given libavcodec
Mon, 06 Aug 2001 01:54:05 +0000 glantau added 422P and 444P support - fixed block parsing error libavcodec
Mon, 06 Aug 2001 01:04:59 +0000 glantau added correct component id handling libavcodec
Mon, 06 Aug 2001 00:44:48 +0000 glantau added MJPEG decoder, renamed mjpegenc.c to mjpeg.c libavcodec base mjpegenc.c@7c66f3811622