Sat, 27 Sep 2008 02:39:24 +0000 |
michael |
Replace apparently always true condition by assert().
libavcodec
|
Sat, 27 Sep 2008 01:59:50 +0000 |
michael |
Simplify pix_fmt_id instead of listing a subset of non-simplified ones.
libavcodec
|
Sat, 27 Sep 2008 01:50:57 +0000 |
michael |
Check the 4th plane too when selecting the pixfmt.
libavcodec
|
Mon, 04 Aug 2008 08:25:38 +0000 |
benoit |
Return an error when ff_jpegls_decode_picture fails.
libavcodec
|
Wed, 25 Jun 2008 11:33:49 +0000 |
stefang |
remove duplicate tables
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Sat, 19 Apr 2008 17:07:58 +0000 |
voroshil |
Implement FFMAX3(a,b,c) - maximum over three arguments.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Wed, 05 Mar 2008 00:07:53 +0000 |
aurel |
remove #include "mpegvideo.h" where it is not needed
libavcodec
|
Fri, 01 Feb 2008 03:40:46 +0000 |
michael |
const
libavcodec
|
Sat, 13 Oct 2007 17:38:58 +0000 |
voroshil |
Fix MJPEG decoder for AMV files.
libavcodec
|
Sat, 29 Sep 2007 15:20:22 +0000 |
vitor |
AMV video decoder.
libavcodec
|
Sat, 29 Sep 2007 12:52:56 +0000 |
vitor |
Add variables to prepare to the AMV decoder patch.
libavcodec
|
Sat, 04 Aug 2007 20:49:39 +0000 |
diego |
Add support for grayscale MJPEG streams sent by Axis cameras such as the
libavcodec
|
Thu, 19 Jul 2007 15:56:56 +0000 |
gpoirier |
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly
libavcodec
|
Wed, 18 Jul 2007 08:11:16 +0000 |
benoit |
add YUV440P and YUVJ440P support
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Sat, 16 Jun 2007 14:52:05 +0000 |
mru |
fix some printf format specifiers
libavcodec
|
Wed, 23 May 2007 18:41:34 +0000 |
ods15 |
fix mjpeg decoding with broken huffman table headers
libavcodec
|
Sat, 19 May 2007 14:58:31 +0000 |
aurel |
move mjpeg-b decoder in its own file
libavcodec
|
Sat, 19 May 2007 14:40:02 +0000 |
aurel |
move sp5x decoder in its own file
libavcodec
|
Sat, 19 May 2007 14:31:57 +0000 |
aurel |
allows to disable jpegls decoder
libavcodec
|
Sat, 19 May 2007 00:53:41 +0000 |
aurel |
move mjpega_dump_header bitstream filter in its own file
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
|