Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Mon, 15 Feb 2010 16:43:45 +0000 |
stefang |
add heuristic to discern the old sample clips from streams encoded
libavcodec
|
Tue, 30 Jun 2009 06:44:32 +0000 |
stefang |
fix slice header checking
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
|
Tue, 24 Feb 2009 15:56:53 +0000 |
stefang |
check for a stuffing byte at the end of a slice
libavcodec
|
Tue, 24 Feb 2009 15:54:51 +0000 |
stefang |
change macroblock loop in inter frames so that after a
libavcodec
|
Tue, 10 Feb 2009 22:38:02 +0000 |
stefang |
introduce a macroblock index to avoid a few x*width+y calculations
libavcodec
|
Tue, 10 Feb 2009 20:51:35 +0000 |
stefang |
fix multiple slices per frame
libavcodec
|
Tue, 10 Feb 2009 17:08:56 +0000 |
stefang |
fix parsing of pic_structure
libavcodec
|
Tue, 10 Feb 2009 16:45:02 +0000 |
stefang |
avoid duplicating dsputil's clear_block
libavcodec
|
Tue, 10 Feb 2009 16:36:01 +0000 |
stefang |
time_code has 24 bits, not 16
libavcodec
|
Tue, 10 Feb 2009 16:34:45 +0000 |
stefang |
do not check for minimum slice start code, 0x00000100 is valid
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Tue, 27 Jan 2009 06:04:01 +0000 |
stefang |
fix doxygen file reference
libavcodec
|
Fri, 16 Jan 2009 17:58:38 +0000 |
stefang |
use assignment of structure instead of memcpy
libavcodec
|
Fri, 16 Jan 2009 17:45:54 +0000 |
stefang |
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
libavcodec
|
Fri, 16 Jan 2009 17:20:17 +0000 |
stefang |
rename vector_t to cavs_vector
libavcodec
|
Mon, 15 Dec 2008 10:08:31 +0000 |
diego |
Avoid POSIX-reserved _t in identifier names.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Tue, 27 May 2008 22:10:17 +0000 |
michael |
Arrays where one element too small, fixes CID114.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Fri, 01 Feb 2008 03:59:06 +0000 |
michael |
const
libavcodec
|
Thu, 23 Aug 2007 07:02:27 +0000 |
lucabe |
Initialize the "stc" variable before using it in ff_find_start_code()
libavcodec
|
Thu, 09 Aug 2007 01:08:28 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Wed, 25 Jul 2007 05:09:54 +0000 |
stefang |
have less functions as inline
libavcodec
|
Sun, 08 Jul 2007 07:37:30 +0000 |
stefang |
split decoder-specific parts into their own file
libavcodec
base
cavs.c@b37325a2c7e9
|