]> git.sesse.net Git - ffmpeg/history - libavcodec/flac.c
lavc: add a null bitstream filter
[ffmpeg] / libavcodec / flac.c
2014-11-06 Anton Khirnovlavc: make avpriv_flac_is_extradata_valid() private...
2014-11-06 Anton Khirnovlavc: make avpriv_flac_parse_streaminfo() private on...
2014-08-09 Anton Khirnovlavc: remove obsolete and disabled avpriv functions
2014-05-28 Anton Khirnovflac: make avpriv_flac_parse_block_header() inline
2014-05-28 Anton Khirnovflacdec: do not overwrite a channel layout set by the...
2013-07-28 Luca Barbatoflac: use meaningful return values
2013-02-06 Tim Walkerflac: add channel layout masks for streams with 7 or...
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Justin Rugglesflacdec: allow mid-stream channel layout change
2012-07-12 Diego Biurrunflac: Move flac functions shared between libraries...
2012-07-04 Mans Rullgardflac: make FLAC_CHMODE_* constants consecutive
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-12-07 Justin Rugglescosmetics: line wrap after last commit
2010-12-07 Michael ChinenAdd log_level_offset parameter to ff_flac_decode_frame_...
2010-12-07 Michael ChinenAdd is_var_size and frame_or_sample_num to FLACFrameInf...
2010-12-07 Michael ChinenCheck validity of the frame sync code in ff_flac_decode...
2010-12-07 Michael ChinenMove decode_frame_header() from flacdec.c to flac.c...
2009-03-21 Justin Rugglesadd a function to calculate a more accurate estimate...
2009-01-23 Justin Rugglesrename flac.c to flacdec.c
2009-01-22 Justin Rugglesflacdec: 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 Peter RossModify all codecs to report their supported input and...
2008-07-18 Michael NiedermayerSupport reading large metadata.
2008-07-18 Michael NiedermayerMake bitstream_* fields unsigned.
2008-07-18 Michael NiedermayerOnly realloc() bitstream buffer when the needed size...
2008-07-18 Michael NiedermayerIf metadata has been parsed goto end instead of trying to
2008-07-13 Michael NiedermayerMake our flac decoder decode all the data at EOF.
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-04 Ramiro PollaIndent.
2008-05-04 Ramiro PollaDo not read out of array bounds.
2008-05-02 Justin Rugglesmove call to init_get_bits inside conditional
2008-05-02 Justin Rugglesshare streaminfo parsing function
2008-05-02 Justin Rugglessplit out some decoder context params to a shared macro
2008-05-02 Justin Ruggleschange function parameters for dump_headers()
2008-05-02 Justin Ruggleschange function parameters for metadata_streaminfo()
2008-04-29 Justin Rugglesremove unused variable, min_framesize
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-19 Michael NiedermayerFix ;;
2008-02-01 Michael Niedermayerconst
2008-01-04 Aurelien Jacobsimprove CRC API
2007-11-04 Josh CoalsonAdd decoding support for variable block size FLAC files...
2007-11-03 Josh CoalsonAdd support for FLAC's new RICE2 entropy coding method...
2007-09-30 Loren Merritt20% faster lpc, 6% overall flac decoding
2007-09-30 Loren Merrittreplace FIR with finite differences.
2007-09-25 Loren Merrittoptimize decode_subframe_lpc()
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-06-14 Benoit Fouetadd and remove some parentheses
2007-06-12 Michael Donaghyfix 8- and 24-bit FLAC decoding
2007-01-21 Reimar DöffingerFix crash when pred_order greater s->blocksize >> rice_...
2007-01-14 Michael Niedermayeravcodec_decode_audio2()
2006-11-23 Aurelien Jacobsflac: allow reading of full metadata headers from extradata
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-28 Aurelien Jacobsforce usage of ALT_BITSTREAM_READER where needed
2006-07-07 Michael Niedermayermoving utf8 reading function to libavutil
2006-07-07 Michael Niedermayerseems i forgot to commit this simplification ...
2006-06-21 Luca Barbatofix 24bit flac support, revised from Thibaut Mattern...
2006-03-06 Michael Niedermayerswitch flac to av_crc
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-05 Michael NiedermayerAV_LOG_DEBUG vs. AV_LOG_ERROR
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-02-28 Loren Merritt10l (deallocated memory again)
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-20 Loren MerrittFix a crash when multiple metadata packets are present.
2005-02-04 Michael Niedermayer10l (use of deallocated memory)
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-06-26 Alex Beregszasziskip_utf8, unused yet
2004-06-13 Mike Melansonwarning vigilance
2004-06-10 Mike Melansonattempt to create some separation in the FLAC system...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-03-24 Falk Hüffnerwarning patrol
2004-03-05 Zdenek Kabelac* const warn elimintation
2004-02-18 Michael Niedermayerflac_flush()
2004-02-18 Michael Niedermayersimplify
2004-02-18 Michael Niedermayercrc8 checking, based upon a patch by (Miroslav Lichvar...
2004-02-18 Michael Niedermayerremove residual array, it isnt really needed
2004-02-18 Michael Niedermayerflac fixes:
2004-02-18 Michael Niedermayerflac decoder by (Alex Beregszaszi <alex at fsn dot...