Mercurial > libavcodec.hg
log flacdec.c @ 9138:063854fdfe73 libavcodec
age | author | description |
---|---|---|
Thu, 05 Mar 2009 02:36:17 +0000 | jbr | flacdec: There is an even smaller FLAC frame size possibility. libavcodec |
Thu, 05 Mar 2009 02:21:35 +0000 | jbr | flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16 libavcodec |
Thu, 05 Mar 2009 01:23:53 +0000 | jbr | flacdec: cosmetics: move 2 statements to immediately after frame libavcodec |
Thu, 05 Mar 2009 01:15:38 +0000 | jbr | flacdec: Simplify frame sync by not using the bitstream reader. libavcodec |
Thu, 05 Mar 2009 00:56:09 +0000 | jbr | flacdec: Split the metadata_parse() function into 2 separate functions, libavcodec |
Wed, 04 Mar 2009 23:55:10 +0000 | jbr | flacdec: Add a check for small buffer size. This ensures reading as libavcodec |
Wed, 04 Mar 2009 23:24:44 +0000 | jbr | flacdec: cosmetics: Use a more descriptive variable name for the number libavcodec |