Mon, 09 Nov 2009 09:11:35 +0000 |
cehoyos |
Move ff_reverse in libavcodec to av_reverse in libavutil.
libavcodec
|
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
|
Fri, 17 Apr 2009 14:10:24 +0000 |
kostya |
cosmetics: reindent after last commit
libavcodec
|
Fri, 17 Apr 2009 14:09:56 +0000 |
kostya |
Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sat, 11 Apr 2009 11:47:15 +0000 |
cehoyos |
Use INIT_VLC_USE_STATIC and not its value "1".
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 16:11:33 +0000 |
kostya |
Make WNV1 decoder use temporary buffer for bit-reversed input
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Tue, 24 Jun 2008 20:01:31 +0000 |
stefang |
mark read-only data as const
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
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
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
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
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
|
Sat, 26 Mar 2005 23:51:13 +0000 |
michael |
replace custom bitstream reader with get_bits/vlc()
libavcodec
|
Sat, 26 Mar 2005 20:32:55 +0000 |
melanson |
Winnov WNV1 video decoder, courtesy of Konstantin Shishkov
libavcodec
|