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
|
Sat, 19 Dec 2009 18:41:03 +0000 |
diego |
Add long_name for Xxan codec.
libavcodec
|
Sat, 19 Dec 2009 17:04:30 +0000 |
kostya |
Improve handling allocated buffers in Xan decoder
libavcodec
|
Sat, 19 Dec 2009 16:39:21 +0000 |
kostya |
cosmetics: reindent a bit
libavcodec
|
Tue, 13 Oct 2009 20:13:28 +0000 |
reimar |
Remove unnecessary calls to avcodec_check_dimensions, the check is already
libavcodec
|
Sat, 05 Sep 2009 19:35:59 +0000 |
reimar |
Use memcpy to copy till end of line in one go instead of copying pixel by pixel
libavcodec
|
Sat, 05 Sep 2009 19:14:44 +0000 |
reimar |
Slightly simplify detection of end of compressed data in xan_unpack
libavcodec
|
Wed, 22 Jul 2009 23:37:53 +0000 |
mru |
Remove useless #include <unistd.h> from many files
libavcodec
|
Sat, 18 Apr 2009 17:26:00 +0000 |
reimar |
Avoid code duplication in xan_unpack for the final memcpy.
libavcodec
|
Fri, 17 Apr 2009 20:05:27 +0000 |
reimar |
Use sign_extend function instead of reimplementing it.
libavcodec
|
Fri, 17 Apr 2009 20:01:45 +0000 |
reimar |
Remove a useless "& 0xF"
libavcodec
|
Fri, 17 Apr 2009 19:56:50 +0000 |
reimar |
Use / and % operators instead of reimplementing them with a loop.
libavcodec
|
Fri, 17 Apr 2009 19:49:55 +0000 |
reimar |
Change buffer check to avoid an unlikely pointer arithmetic overflow.
libavcodec
|
Fri, 17 Apr 2009 19:48:54 +0000 |
reimar |
Simplify xan_huffman_decode by using get_bits
libavcodec
|
Fri, 17 Apr 2009 19:14:11 +0000 |
reimar |
Cosmetics to improve xan_unpack readability
libavcodec
|
Fri, 17 Apr 2009 19:07:16 +0000 |
reimar |
Fix buffer size check for xan_unpack which was broken by r18586
libavcodec
|
Fri, 17 Apr 2009 19:03:43 +0000 |
reimar |
Some more simplifications of xan_unpack
libavcodec
|
Fri, 17 Apr 2009 18:56:47 +0000 |
reimar |
Reindent xan_unpack code
libavcodec
|
Fri, 17 Apr 2009 18:54:17 +0000 |
reimar |
Avoid some code duplication in xan_unpack
libavcodec
|
Fri, 17 Apr 2009 18:26:24 +0000 |
reimar |
Increase buffer padding to avoid most space checks in xan_unpack
libavcodec
|
Fri, 17 Apr 2009 18:03:00 +0000 |
reimar |
Change buffer size checks to avoid the very unlikely overflow case.
libavcodec
|
Fri, 17 Apr 2009 17:54:55 +0000 |
reimar |
Remove a pointless right-shift in xan decoder.
libavcodec
|
Fri, 17 Apr 2009 17:46:10 +0000 |
reimar |
Replace bytecopy with the equivalent but faster av_memcpy_backptr.
libavcodec
|
Fri, 17 Apr 2009 17:20:48 +0000 |
reimar |
Use memcpy instead of the very inefficient bytecopy where both are correct
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, 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
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|