summaryrefslogtreecommitdiffstats
path: root/libavcodec/flacdec.c
Commit message (Collapse)AuthorAgeFilesLines
...
* flacdec: Return error when blocksize code of 0 is found. It is aJustin Ruggles2009-03-031-3/+4
| | | | | | reserved value per the FLAC format documentation. Originally committed as revision 17747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Avoid trying to read 33 bits. This occurs when the sourceJustin Ruggles2009-03-031-0/+5
| | | | | | | is 32 bits-per-sample and channel decorrelation is used. Such files are valid, but not supported currently. Originally committed as revision 17743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: ALT_BITSTREAM_READER is no longer required.Justin Ruggles2009-03-031-1/+0
| | | | Originally committed as revision 17742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: use get_sbits_long() where needed.Justin Ruggles2009-03-031-5/+5
| | | | Originally committed as revision 17741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Use get/skip_bits_long() for more than 17-bits andJustin Ruggles2009-03-021-4/+4
| | | | | | get/skip_bits() for 17-bits or less. Originally committed as revision 17735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: line wrap and indentation after last commit.Justin Ruggles2009-02-261-4/+3
| | | | Originally committed as revision 17603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-261-9/+38
| | | | Originally committed as revision 17602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Silence false positive warning about uninitialized variables inPatrik Kullman2009-02-161-1/+1
| | | | | | decode_subframe_fixed(). Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: set default sample_fmt before parsing extradataJustin Ruggles2009-02-021-1/+2
| | | | Originally committed as revision 16926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change comment type and vertical alignmentJustin Ruggles2009-01-311-2/+2
| | | | Originally committed as revision 16882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add some documentation to FLACContextJustin Ruggles2009-01-311-6/+6
| | | | Originally committed as revision 16881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: add support for SAMPLE_FMT_32Justin Ruggles2009-01-311-6/+33
| | | | Originally committed as revision 16871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: get total number of samples from STREAMINFOJustin Ruggles2009-01-251-1/+2
| | | | Originally committed as revision 16768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-251-1/+0
| | | | Originally committed as revision 16766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define FLAC metadata types in flac.hJustin Ruggles2009-01-251-3/+1
| | | | Originally committed as revision 16765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: some line wrapping at 80 charsJustin Ruggles2009-01-241-15/+31
| | | | Originally committed as revision 16763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: indentationJustin Ruggles2009-01-241-18/+18
| | | | Originally committed as revision 16762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: use consistent coding style (K&R)Justin Ruggles2009-01-241-137/+106
| | | | Originally committed as revision 16761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2009-01-241-14/+14
| | | | Originally committed as revision 16753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: change several AV_LOG_DEBUG to AV_LOG_ERRORJustin Ruggles2009-01-241-3/+3
| | | | Originally committed as revision 16752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove another unneeded debugging statementJustin Ruggles2009-01-241-1/+0
| | | | Originally committed as revision 16751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove unneeded debugging statementsJustin Ruggles2009-01-241-29/+0
| | | | Originally committed as revision 16750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove some unused codeJustin Ruggles2009-01-241-67/+2
| | | | Originally committed as revision 16749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename flac.c to flacdec.cJustin Ruggles2009-01-231-0/+795
Originally committed as revision 16735 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud