]> git.sesse.net Git - ffmpeg/history - libavcodec/flac_parser.c
Drop pointless void* casts
[ffmpeg] / libavcodec / flac_parser.c
2016-11-13 Diego BiurrunDrop pointless void* casts
2015-04-20 Thomas Guillemflac: fix realloc loop with invalid flac files
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-05-03 Diego Biurrunsilly typo fixes
2013-02-06 Tim Walkerflac: don't check the number of channels before setting...
2012-12-22 Justin Rugglesflac: only set channel layout if not previously set...
2012-11-01 Justin Rugglesflacdec: allow mid-stream channel layout change
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-02-20 Justin Rugglesflac parser: set duration instead of frame_size
2011-11-02 Anton Khirnovlavc: use designated initialisers for parsers.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-12-30 Justin RugglesUse %td instead of %PRIdPTR. The argument has type...
2010-12-30 Justin RugglesUse %"PRIdPTR" instead of %d to silence gcc warning...
2010-12-30 Michael Chinenflac_parser: loop append buffer when the default size...
2010-12-12 Justin Rugglescosmetics: vertical alignment after last commit
2010-12-12 Michael Chinenflac_parser: only buffer the estimated amount of input...
2010-12-12 Michael ChinenMake FLAC parser return frames when it has the required...
2010-12-07 Michael ChinenAdd a FLAC parser.