Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Wed, 22 Jul 2009 23:37:53 +0000 |
mru |
Remove useless #include <unistd.h> from many files
libavcodec
|
Wed, 27 May 2009 21:45:25 +0000 |
bcoudurier |
msrle uncompressed decoding, fix #1074 and many other samples under /RLE
libavcodec
|
Sun, 10 May 2009 19:11:06 +0000 |
bcoudurier |
reindent
libavcodec
|
Sun, 10 May 2009 19:10:37 +0000 |
bcoudurier |
check for palette presence, fix crash with QT-BMP.mov, issue #1074
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 14:44:51 +0000 |
kostya |
Silence useless compiler warning when passing AVFrame* instead of AVPicture*
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Thu, 18 Sep 2008 05:20:54 +0000 |
kostya |
Factorize out code used for MS RLE format decoding in different decoders.
libavcodec
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
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 03:26:31 +0000 |
michael |
consts
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
|
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
|
Sun, 23 Jan 2005 18:09:06 +0000 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
Sat, 31 Jan 2004 17:57:57 +0000 |
melanson |
watch those hard tabs
libavcodec
|
Wed, 26 Nov 2003 20:57:15 +0000 |
rtognimp |
- Add reget_buffer() function to AVCodecContext
libavcodec
|
Sun, 09 Nov 2003 21:54:49 +0000 |
rtognimp |
4bpp support
libavcodec
|
Fri, 07 Nov 2003 21:21:36 +0000 |
rtognimp |
Set buffer hints, use cr where available
libavcodec
|
Wed, 05 Nov 2003 23:27:23 +0000 |
rtognimp |
100l: sometime palette was not copied to output frame
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Sun, 02 Nov 2003 21:57:55 +0000 |
rtognimp |
Moved to new palette API
libavcodec
|
Fri, 31 Oct 2003 22:56:16 +0000 |
rtognimp |
100l: free previous frame, not current one!
libavcodec
|
Fri, 31 Oct 2003 22:28:19 +0000 |
rtognimp |
Don't memcpy from unallocated memory
libavcodec
|