]> git.sesse.net Git - ffmpeg/history - libavcodec/flac.c
Merge remote branch 'qatar/master'
[ffmpeg] / libavcodec / flac.c
2011-05-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-02 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-30 Michael NiedermayerMerge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
2011-04-29 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-29 Carl Eugen HoyosFix channel layout for some stereo flac files.
2011-04-29 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-28 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-27 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-26 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-23 Carl Eugen HoyosSet channel layout in flac decoder.
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
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
next