]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/flac.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / flac.c
2009-03-21 jbradd a function to calculate a more accurate estimate...
2009-01-23 jbrrename flac.c to flacdec.c
2009-01-22 jbrflacdec: add support for 3 additional sample rate codes
2008-09-03 jai_menonfix issue 616 on roundup : decoding of short flac files
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-18 michaelSupport reading large metadata.
2008-07-18 michaelMake bitstream_* fields unsigned.
2008-07-18 michaelOnly realloc() bitstream buffer when the needed size...
2008-07-18 michaelIf metadata has been parsed goto end instead of trying to
2008-07-13 michaelMake our flac decoder decode all the data at EOF.
2008-06-24 stefangmark read-only data as const
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-04 ramiroIndent.
2008-05-04 ramiroDo not read out of array bounds.
2008-05-02 jbrmove call to init_get_bits inside conditional
2008-05-02 jbrshare streaminfo parsing function
2008-05-02 jbrsplit out some decoder context params to a shared macro
2008-05-02 jbrchange function parameters for dump_headers()
2008-05-02 jbrchange function parameters for metadata_streaminfo()
2008-04-29 jbrremove unused variable, min_framesize
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-19 michaelFix ;;
2008-02-01 michaelconst
2008-01-04 aurelimprove CRC API
2007-11-04 jbrAdd decoding support for variable block size FLAC files...
2007-11-03 jbrAdd support for FLAC's new RICE2 entropy coding method...
2007-09-30 lorenm20% faster lpc, 6% overall flac decoding
2007-09-30 lorenmreplace FIR with finite differences.
2007-09-25 lorenmoptimize decode_subframe_lpc()
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-06-14 benoitadd and remove some parentheses
2007-06-12 gpoirierfix 8- and 24-bit FLAC decoding
2007-01-21 reimarFix crash when pred_order greater s->blocksize >> rice_...
2007-01-14 michaelavcodec_decode_audio2()
2006-11-23 aurelflac: allow reading of full metadata headers from extradata
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-28 aurelforce usage of ALT_BITSTREAM_READER where needed
2006-07-07 michaelmoving utf8 reading function to libavutil
2006-07-07 michaelseems i forgot to commit this simplification ...
2006-06-21 lu_zerofix 24bit flac support, revised from Thibaut Mattern...
2006-03-06 michaelswitch flac to av_crc
2006-01-25 diegowarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-05 michaelAV_LOG_DEBUG vs. AV_LOG_ERROR
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-02-28 lorenm10l (deallocated memory again)
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-20 lorenmFix a crash when multiple metadata packets are present.
2005-02-04 michael10l (use of deallocated memory)
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...
2004-06-26 alexskip_utf8, unused yet
2004-06-13 melansonwarning vigilance
2004-06-10 melansonattempt to create some separation in the FLAC system...
2004-05-21 michaeldata_size = 0 cleanup
2004-03-24 mellumwarning patrol
2004-03-05 kabi* const warn elimintation
2004-02-18 michaelflac_flush()
2004-02-18 michaelsimplify
2004-02-18 michaelcrc8 checking, based upon a patch by (Miroslav Lichvar...
2004-02-18 michaelremove residual array, it isnt really needed
2004-02-18 michaelflac fixes:
2004-02-18 michaelflac decoder by (Alex Beregszaszi <alex at fsn dot...