]> git.sesse.net Git - vlc/history - modules/packetizer/flac.c
Use same string in definition as in ui
[vlc] / modules / packetizer / flac.c
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-08-05 Jean-Baptiste KempfFlac Packetizer issue
2011-09-13 Rafaël Carrépacketizers: move state enum in packetizer_helper.h
2011-08-03 Rémi Denis-Courmontblock_BytestreamInit(): rationalize prototype
2011-06-25 Laurent AimarAdded a check against block size in FLAC packetizer.
2011-06-25 Laurent AimarFixed packetization of variable block size FLAC stream...
2011-06-25 Laurent AimarSimplify the validation of sample/frame numbers in...
2010-02-26 Jean-Baptiste KempfFlac: Fix compilation warnings about signed vs unsigned
2010-02-26 Jean-Baptiste KempfFix FLAC 7.1 support
2010-02-13 Laurent AimarBe more strict in flac SyncInfo checks.
2010-02-13 Laurent AimarDo not loose pts on stream properties changes.
2010-02-13 Laurent AimarFixed a few errors in flac packetizer.
2010-02-13 Laurent AimarMoved out the flac packetizer from the flac decoder.