]> git.sesse.net Git - vlc/history - modules/codec/flac.c
mediacodec: fix warning
[vlc] / modules / codec / flac.c
2014-11-21 Hugo Beauzée-Luyssenflac: Force static linking
2014-09-30 Tristan Matthewsflac: reset decoder on end of stream (fixes #9298)
2014-09-02 Hannes Domaniflac: check block allocation
2014-09-02 Hannes Domaniflac: fix memory leak
2014-06-10 Rémi Denis-Courmontflac: avoid overflow in conversion to signed integer
2014-06-08 Rémi Denis-Courmontflac: fix undefined left shift of negative value
2014-01-23 Rémi Duraffortflac: fix encoder enum type
2013-12-11 Rafaël CarréRevert "flac: fix extradata clamping check"
2013-12-05 Tristan Matthewsflac: fix void pointer arithmetic warning
2013-11-29 Tristan Matthewsflac: fix extradata clamping check
2013-08-20 Rafaël Carréflac encoders: use the long format extradata
2013-07-13 Rémi DuraffortFix allocation size mismatch (cid #1047373)
2013-07-03 Tristan Matthewsflac: add warning message for decoder error 3
2013-07-02 Rafaël Carréflac: fix decoding samples with too large extradata
2013-06-23 Rafaël Carréflac: don't overwrite bitspersample
2013-06-23 Rafaël CarréSimplify FLAC extradata (streaminfo) parsing
2013-06-23 Rafaël Carréflac decoder: supports avformat extradata
2013-01-22 Rémi Denis-CourmontFLAC: fix 7 channels layout
2013-01-03 Nicolas ChauvetFix build with unreleased FLAC 1.3.x
2012-12-20 Rémi Denis-CourmontFLAC: keep signed 32-bits output format and simplify
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-19 Ilkka Ollakkatranscode: send NULL packet to audio encoder when closing
2012-09-26 Jean-Baptiste KempfFLAC: split encoder from decoder
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-05-02 Hugo Beauzée-Luyssenflac: encoder: remove unused p_sys member.
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2011-09-06 Laurent AimarRevert "block_t ** parameter is never NULL for audio...
2011-08-25 Rémi Denis-Courmontblock_t ** parameter is never NULL for audio decoding
2011-06-13 Rafaël Carréflac: reorder, remove some forward declarations
2011-06-13 Rafaël Carréflac: fix warnings (unsigned -> size_t)
2010-06-17 Rafaël Carrélibflac installs its own assert.h which fails to define...
2010-04-11 Laurent AimarInterpolate audio date in flac decoder.
2010-04-08 Francois CartegnieFix flac includes accordingly to libflac's pkgconfig...
2010-02-26 Jean-Baptiste KempfFix FLAC 7.1 support
2010-02-13 Laurent AimarMoved out the flac packetizer from the flac decoder.
2010-02-08 Laurent AimarFixed typo in 192kHz case in flac packetizer.
2010-02-08 Laurent AimarAdded 88.2/176.4/192 kHz samplerates support in flac...
2009-12-20 Laurent AimarFixed audio date on rate change in FLAC packetizer.
2009-12-07 Rafaël Carréflac: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in codecs.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-03 Laurent AimarFixed channels order with native flac decoder.
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-02-14 Laurent AimarUse calloc when applicable (decoders).
2009-02-09 Laurent AimarFixed various decoder/packetizer flush.
2008-11-30 Rémi Duraffortflac: Fix comparaison between signed and unsigned.
2008-11-30 Laurent AimarCorrectly reset date after a discontinuity in audio...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-08-24 David Flynn[codec/flac] Fix 24bit flac support
2008-08-23 David FlynnFix divide by 0 when repacketizing a Flac stream of...
2008-08-18 Laurent AimarImproved flac SyncInfo robustness by using stream info...
2008-08-03 Justus PiaterDeclared many static variables const
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-11 Rémi DuraffortAnother time : remove useless test before free().
2008-03-02 Christophe Mutricyuse proper error svn-trunk
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-04 Rémi Denis-CourmontFix usage of add_shortcut.
2007-06-03 Laurent AimarFixed flac packetizer when compiling with libflac ...
2007-05-30 Laurent AimarImproved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED...
2007-03-01 Laurent AimarFixed a memleak per packetizer module_Need.
2007-02-15 Rémi Denis-CourmontSupport for FLAC version 1.1.3 - fixes #921
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-19 Derk-Jan Hartman* Support 5.1 channels in Flac (untested with a 5.1...
2006-08-29 Jean-Paul SamanFix compiler warning about comparing signed and unsigne...
next