]> git.sesse.net Git - ffmpeg/history - libavcodec/flac_parser.c
cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.
[ffmpeg] / libavcodec / flac_parser.c
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.