]> git.sesse.net Git - vlc/history - modules/packetizer/flac.c
decoder: factor some common code into DecoderUpdateFormatLocked()
[vlc] / modules / packetizer / flac.c
2014-11-21 Tristan Matthewspacketizer: flac: fix realloc call
2014-11-21 Tristan Matthewspacketizer: flac: reduce memory allocations
2014-11-16 Tristan Matthewspacketizer: flac: recover from bad CRC (fixes #12714)
2014-08-29 Hannes Domanipacketizer: flac: fix memory leak
2014-04-17 Francois Cartegniepacketizer: flac: fix divbyzero (cid #1151677)
2014-01-10 Francois Cartegniepacketizer: flac: process end of streambuffer (fix...
2014-01-10 Francois Cartegniepacketizer: flac: fix end of frame blocksize handling
2014-01-10 Francois Cartegniepacketizer: flac: hint min frame size
2014-01-10 Francois Cartegniepacketizer: flac: ensure blocksize range
2014-01-10 Francois Cartegniepacketizer: flac: remove commited debug code
2014-01-10 Francois Cartegniepacketizer: flac: add some comments
2014-01-08 Francois Cartegniepacketizer: flac: generate PTS from frame info.
2013-12-11 Tristan Matthewsflac: move CRC update into STATE_NEXT_SYNC
2013-11-16 Rafaël Carréflac packetizer: validate frames with their CRC
2013-11-16 Rafaël Carréflac packetizer: deindent switch
2013-11-16 Rafaël Carréflac packetizer: small factorization when first PTS...
2013-11-16 Rafaël Carréflac packetizer: verbose error message
2013-11-16 Rafaël Carréflac packetizer: Use meaningful names for block_t
2013-11-16 Rafaël Carréflac packetizer: avoid realloc
2013-11-16 Rafaël Carréflac packetizer: simplify header parsing
2013-11-16 Rafaël Carréflac packetizer: move functions
2013-11-16 Rafaël Carréflac packetizer: cosmetics
2013-11-15 Rafaël CarréRevert "flac packetizer: use the largest possible frame...
2013-10-14 Rafaël Carréflac packetizer: use the largest possible frame size
2013-06-23 Rafaël CarréSimplify FLAC extradata (streaminfo) parsing
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.