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
|
Sun, 27 Dec 2009 14:07:21 +0000 |
kostya |
16-bit Interplay video does not need palette control
libavcodec
|
Sun, 27 Dec 2009 09:12:50 +0000 |
kostya |
Add missing opcodes for 16-bit Interplay Video decoding and finally enable it
libavcodec
|
Sun, 27 Dec 2009 09:03:31 +0000 |
kostya |
16-bit Interplay Video stores motion vector data at the end of frame,
libavcodec
|
Sun, 27 Dec 2009 08:56:06 +0000 |
kostya |
10l trocadero: forgot one case where picture linesize should be used
libavcodec
|
Sun, 27 Dec 2009 08:53:02 +0000 |
kostya |
cosmetics: reindent and break long lines after last commits
libavcodec
|
Sun, 27 Dec 2009 08:49:32 +0000 |
kostya |
Add 16-bit image data handling (but not decoding yet) to Interplay Video
libavcodec
|
Sun, 27 Dec 2009 08:38:07 +0000 |
kostya |
Use frame linesize in Interplay Video block copying function
libavcodec
|
Sun, 27 Dec 2009 08:31:39 +0000 |
kostya |
Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with
libavcodec
|
Sun, 27 Dec 2009 08:21:40 +0000 |
kostya |
Recognize 16-bit Interplay Video variant
libavcodec
|
Sun, 27 Dec 2009 08:15:19 +0000 |
kostya |
Change main loop in Interplay Video decoder, so variables x and y really mean
libavcodec
|
Fri, 25 Dec 2009 17:13:05 +0000 |
kostya |
cosmetics: reindent
libavcodec
|
Wed, 22 Jul 2009 23:37:53 +0000 |
mru |
Remove useless #include <unistd.h> from many files
libavcodec
|
Fri, 17 Apr 2009 19:28:36 +0000 |
reimar |
Simplify ipvideo_decode_opcodes by using get_bits, this might be slower
libavcodec
|
Fri, 17 Apr 2009 19:21:50 +0000 |
reimar |
Remove unused code_counts array from interplavideo.c.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Tue, 31 Mar 2009 22:28:36 +0000 |
reimar |
Fix ipvideo_decode_block_opcode_0xD again.
libavcodec
|
Tue, 31 Mar 2009 19:39:47 +0000 |
reimar |
Cosmetics: remove some pointless {}
libavcodec
|
Tue, 31 Mar 2009 19:36:44 +0000 |
reimar |
Slightly simplify ipvideo_decode_block_opcode_0xD
libavcodec
|
Tue, 31 Mar 2009 19:18:13 +0000 |
reimar |
One more simplification for ipvideo_decode_block_opcode_0xA
libavcodec
|
Tue, 31 Mar 2009 18:48:31 +0000 |
reimar |
Slightly simplify first part of ipvideo_decode_block_opcode_0xA,
libavcodec
|
Tue, 31 Mar 2009 18:35:19 +0000 |
reimar |
Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels
libavcodec
|
Tue, 31 Mar 2009 18:23:52 +0000 |
reimar |
Fix a too small CHECK_STREAM_PTR value in interplayvideo.c
libavcodec
|
Tue, 31 Mar 2009 14:48:14 +0000 |
reimar |
Avoid the last two uses of bitmasks in interplayvideo
libavcodec
|
Tue, 31 Mar 2009 14:44:46 +0000 |
reimar |
100l, fix FATE test broken by r18264
libavcodec
|
Tue, 31 Mar 2009 14:10:45 +0000 |
reimar |
Reindent
libavcodec
|
Tue, 31 Mar 2009 14:06:22 +0000 |
reimar |
Deduplicate code by moving it outside the if/else
libavcodec
|
Tue, 31 Mar 2009 14:04:54 +0000 |
reimar |
Rearrange how the different cases are checked to reduce the number of
libavcodec
|
Tue, 31 Mar 2009 13:58:40 +0000 |
reimar |
Avoid "reloading" code by using a 64 bit type for the flags and loading all at once.
libavcodec
|
Tue, 31 Mar 2009 13:33:55 +0000 |
reimar |
Remove now pointless temporary pix variables.
libavcodec
|
Tue, 31 Mar 2009 13:30:42 +0000 |
reimar |
Slightly simplify part of ipvideo_decode_block_opcode_0x8
libavcodec
|
Tue, 31 Mar 2009 13:21:41 +0000 |
reimar |
Fix indentation
libavcodec
|
Tue, 31 Mar 2009 13:21:10 +0000 |
reimar |
Avoid code duplication by using ?: and array indexing instead of if..else
libavcodec
|
Tue, 31 Mar 2009 12:57:03 +0000 |
reimar |
Prettify some assignments
libavcodec
|
Tue, 31 Mar 2009 12:44:35 +0000 |
reimar |
Get rid of some pointless bitmask/shifter variables in interplayvideo.c
libavcodec
|
Sun, 29 Mar 2009 18:15:02 +0000 |
reimar |
Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single
libavcodec
|
Sun, 29 Mar 2009 17:50:46 +0000 |
reimar |
Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)
libavcodec
|
Sun, 29 Mar 2009 17:42:03 +0000 |
reimar |
Simplify check for leftover bytes after decoding for interplayvideo.
libavcodec
|
Sun, 29 Mar 2009 17:35:22 +0000 |
reimar |
Get rid of pointless "B" array in interplayvideo decoder.
libavcodec
|
Sun, 29 Mar 2009 17:23:40 +0000 |
reimar |
Replace many tiny loops in the interplayvideo decoder by memset, memcpy
libavcodec
|
Sun, 29 Mar 2009 17:15:42 +0000 |
reimar |
Make ipvideo_decode_block array constant, compile-time initialized instead
libavcodec
|
Wed, 04 Mar 2009 18:18:49 +0000 |
reimar |
100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab function
libavcodec
|
Mon, 02 Mar 2009 05:18:33 +0000 |
diego |
Change a bunch of codec long_names to be more consistent and descriptive.
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
|
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
|
Mon, 10 Mar 2008 03:07:15 +0000 |
melanson |
There is no reason to assign a variable to itself
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Sat, 02 Jun 2007 01:41:07 +0000 |
ramiro |
Use AV_xx throughout libavcodec
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
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
|
Mon, 12 Dec 2005 01:56:46 +0000 |
mru |
use PRIxN, %zd, %td formats where needed
libavcodec
|
Mon, 21 Feb 2005 17:52:23 +0000 |
alex |
10l
libavcodec
|
Wed, 07 Apr 2004 13:14:29 +0000 |
alex |
unknown format chars
libavcodec
|
Wed, 24 Mar 2004 23:32:48 +0000 |
mellum |
warning patrol
libavcodec
|