summaryrefslogtreecommitdiffstats
path: root/libavcodec/flac.c
Commit message (Expand)AuthorAgeFilesLines
* add and remove some parenthesesBenoit Fouet2007-06-141-3/+3
* fix 8- and 24-bit FLAC decodingMichael Donaghy2007-06-121-14/+3
* Fix crash when pred_order greater s->blocksize >> rice_order.Reimar Döffinger2007-01-211-0/+4
* avcodec_decode_audio2()Michael Niedermayer2007-01-141-2/+8
* flac: allow reading of full metadata headers from extradataAurelien Jacobs2006-11-231-47/+56
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-281-0/+1
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-071-44/+3
* seems i forgot to commit this simplification ...Michael Niedermayer2006-07-071-37/+14
* fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>Luca Barbato2006-06-211-14/+39
* switch flac to av_crcMichael Niedermayer2006-03-061-47/+2
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-251-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-56/+56
* AV_LOG_DEBUG vs. AV_LOG_ERRORMichael Niedermayer2005-09-051-5/+5
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-1/+1
* 10l (deallocated memory again)Loren Merritt2005-02-281-2/+9
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+2
* Fix a crash when multiple metadata packets are present.Loren Merritt2005-02-201-5/+2
* 10l (use of deallocated memory)Michael Niedermayer2005-02-041-2/+8
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
* skip_utf8, unused yetAlex Beregszaszi2004-06-261-0/+21
* warning vigilanceMike Melanson2004-06-131-2/+2
* attempt to create some separation in the FLAC system with respect toMike Melanson2004-06-101-2/+22
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* warning patrolFalk Hüffner2004-03-241-1/+0
* * const warn elimintationZdenek Kabelac2004-03-051-1/+1
* flac_flush()Michael Niedermayer2004-02-181-0/+9
* simplifyMichael Niedermayer2004-02-181-52/+41
* crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix d...Michael Niedermayer2004-02-181-38/+88
* remove residual array, it isnt really neededMichael Niedermayer2004-02-181-23/+13
* flac fixes:Michael Niedermayer2004-02-181-160/+244
* flac decoder by (Alex Beregszaszi <alex at fsn dot hu>)Michael Niedermayer2004-02-181-0/+651
OpenPOWER on IntegriCloud