Sun, 26 Jul 2009 12:20:04 +0000 |
mru |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
libavcodec
|
Wed, 22 Jul 2009 23:37:53 +0000 |
mru |
Remove useless #include <unistd.h> from many files
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sun, 01 Feb 2009 01:29:30 +0000 |
diego |
Fix filenames in doxygen comments.
libavcodec
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Tue, 29 Apr 2008 07:24:44 +0000 |
diego |
Add some long names to AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Wed, 12 Mar 2008 23:58:46 +0000 |
diego |
typo fixes
libavcodec
|
Fri, 01 Feb 2008 04:17:56 +0000 |
michael |
const
libavcodec
|
Tue, 04 Sep 2007 17:31:25 +0000 |
melanson |
Fix issue 123 (Support Magic-carpet fli version,
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Sat, 16 Jun 2007 14:52:12 +0000 |
mru |
fix indentation
libavcodec
|
Sat, 16 Jun 2007 14:52:10 +0000 |
mru |
replace endian detection hack with #ifdef WORDS_BIGENDIAN
libavcodec
|
Tue, 12 Jun 2007 18:50:50 +0000 |
diego |
misc typo fixes
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Sun, 08 Apr 2007 20:24:16 +0000 |
diego |
Get rid of unnecessary pointer casts.
libavcodec
|
Sat, 07 Apr 2007 17:37:30 +0000 |
diego |
Remove superfluous setting of has_b_frames in codecs without B-frames.
libavcodec
|
Wed, 07 Mar 2007 00:27:23 +0000 |
alex |
typo: unkown->unknown
libavcodec
|
Sun, 18 Feb 2007 01:02:34 +0000 |
alex |
display line number when printing error
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, 24 Nov 2006 12:36:06 +0000 |
lu_zero |
typo
libavcodec
|
Fri, 24 Nov 2006 00:16:32 +0000 |
alex |
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson
libavcodec
|
Thu, 23 Nov 2006 23:50:08 +0000 |
alex |
support byte_run=0 case in DELTA_FLI (this case means only skip pixels)
libavcodec
|
Thu, 23 Nov 2006 22:57:20 +0000 |
alex |
10l memory corruption bug found by Steven Johnson
libavcodec
|
Tue, 14 Nov 2006 19:19:13 +0000 |
alex |
Fix possible overflows. Found by Steven Johnson
libavcodec
|
Thu, 19 Oct 2006 23:03:47 +0000 |
alex |
correct signaling of palette change
libavcodec
|