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
|