log

age author description
Sun, 12 Aug 2007 13:50:06 +0000 gpoirier use shorter types vec_"type" instead of the too long vector "type" libavcodec
Sun, 12 Aug 2007 12:22:19 +0000 michael add second vlc table libavcodec
Sun, 12 Aug 2007 00:07:29 +0000 conrad Don't check the return value of decode_cabac_residual since it always libavcodec
Sat, 11 Aug 2007 23:29:21 +0000 aurel more usage of av_clip() libavcodec
Sat, 11 Aug 2007 23:23:20 +0000 aurel one more simplification libavcodec
Sat, 11 Aug 2007 23:17:03 +0000 aurel various simplifications around recent av_clip_int16() usage libavcodec
Sat, 11 Aug 2007 23:09:28 +0000 michael fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq libavcodec
Sat, 11 Aug 2007 22:48:55 +0000 aurel use av_clip_int16() where it makes sense libavcodec
Fri, 10 Aug 2007 19:28:28 +0000 michael ensure that default_get_buffer() doesnt reuse images if the dimension or libavcodec
Fri, 10 Aug 2007 19:23:14 +0000 bcoudurier dnxhd 120 interlaced support libavcodec
Thu, 09 Aug 2007 17:01:15 +0000 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) libavcodec
Thu, 09 Aug 2007 01:08:28 +0000 alex use skip_bits where appropriate libavcodec
Thu, 09 Aug 2007 00:57:36 +0000 alex use skip_bits where appropriate libavcodec
Thu, 09 Aug 2007 00:54:41 +0000 alex fix compilation with TRACE enabled libavcodec
Thu, 09 Aug 2007 00:39:35 +0000 jbr cosmetics: vertical alignment libavcodec
Thu, 09 Aug 2007 00:36:49 +0000 jbr comments modification: add, clean up, Doxygenize, and reword libavcodec
Thu, 09 Aug 2007 00:16:27 +0000 alex use reget_buffer and remove internal copying of buffer - codec works again libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Wed, 08 Aug 2007 23:58:23 +0000 romansh * getting rid of code duplication libavcodec
Wed, 08 Aug 2007 22:54:47 +0000 alex use get_unary from bitstream.h libavcodec
Wed, 08 Aug 2007 22:36:12 +0000 alex use get_unary from bitstream.h libavcodec
Wed, 08 Aug 2007 20:38:30 +0000 alex copy get_unary from vc1 libavcodec
Wed, 08 Aug 2007 20:27:18 +0000 alex debug: tell how much bits are skipped with unknown nal code libavcodec
Wed, 08 Aug 2007 07:04:23 +0000 benoit kill warning libavcodec
Tue, 07 Aug 2007 12:53:22 +0000 vitor More indentation libavcodec
Tue, 07 Aug 2007 12:50:41 +0000 vitor Cosmetics: indentation libavcodec
Tue, 07 Aug 2007 12:44:23 +0000 vitor Rename function libavcodec
Tue, 07 Aug 2007 00:02:29 +0000 jbr enable the native AC-3 decoder libavcodec
Mon, 06 Aug 2007 23:34:41 +0000 michael make output buffer larger so drift compensation can work libavcodec
Mon, 06 Aug 2007 19:49:18 +0000 banan Don't encode the first sample twice. libavcodec