]> git.sesse.net Git - vlc/history - modules/codec/flac.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / flac.c
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...
2006-05-27 Dennis van Amerongenminor typo loose -> lose
2006-04-11 Derk-Jan Hartman* make the flac decoder errors less annoying. some...
2006-03-11 Christophe Mutricycodec/flac.c: fix preparse with flac
2006-01-12 Antoine CellerierFSF address change.
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-06 Gildas Bazin* modules/codec/flac.c, configure.ac: FLAC packetizer...
2005-02-21 Laurent Aimar * block: added
2004-12-11 Clément StenacImprovements to preferences
2004-08-28 Gildas Bazin* include/vlc_es_out.h, src/input/es_out.c: added an...
2004-08-16 Eric Petit gcc < 3 compile fix
2004-07-09 Gildas Bazin* modules/codec/flac.c: couple of fixes.
2004-04-25 Gildas Bazin* modules/stream_out/transcode.c:
2004-04-25 Gildas Bazin* modules/stream_out/transcode.c: if aenc/venc is speci...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-07 Gildas Bazin* modules/demux/ogg.c: fixed memleak.
2004-01-25 Benjamin Prachtstring review
2003-12-04 Gildas Bazin* modules/codec/flac.c: several fixes to the flac decod...
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-22 Gildas Bazin* src/input/input.c: don't free the ES twice.
2003-11-21 Gildas Bazin* modules/codec/flac.c: added a FLAC encoder.
2003-11-21 Gildas Bazin* modules/demux/flac.c, modules/codec/flac.c: couple...
2003-11-21 Gildas Bazin* modules/codec/flac.c: complete rewrite of the flac...