]> git.sesse.net Git - ffmpeg/history - libavcodec/flac_parser.c
g726dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec / flac_parser.c
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.