Fri, 16 Oct 2009 15:16:59 +0000 |
cehoyos |
Do not try to free memory that was never allocated (partial revert of r20231).
libavcodec
|
Wed, 14 Oct 2009 05:28:24 +0000 |
kostya |
Release frame after decoding is done
libavcodec
|
Tue, 13 Oct 2009 20:13:28 +0000 |
reimar |
Remove unnecessary calls to avcodec_check_dimensions, the check is already
libavcodec
|
Fri, 24 Apr 2009 06:44:16 +0000 |
kostya |
TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
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 15:27:44 +0000 |
kostya |
Make TM2 decoder byteswap input into separate buffer instead of doing it in-place.
libavcodec
|
Sun, 01 Feb 2009 15:20:20 +0000 |
kostya |
Factorize stream reading in TM2 decoder
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
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
|
Fri, 01 Feb 2008 14:30:35 +0000 |
michael |
const
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Tue, 27 Mar 2007 05:23:07 +0000 |
kostya |
Remove redundant assign
libavcodec
|
Sun, 25 Feb 2007 10:27:12 +0000 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sun, 01 Oct 2006 05:09:20 +0000 |
kostya |
1l: correct argument order in avcodec_check_dimensions
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sun, 16 Oct 2005 13:56:52 +0000 |
melanson |
chroma decoding fix by Kostya
libavcodec
|
Sat, 15 Oct 2005 14:33:11 +0000 |
melanson |
TM2 fixes by Kostya
libavcodec
|
Fri, 14 Oct 2005 16:17:40 +0000 |
melanson |
gcc 2.95 fix, courtesy of Luca Abeni
libavcodec
|
Thu, 13 Oct 2005 04:31:55 +0000 |
melanson |
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
libavcodec
|