]> git.sesse.net Git - vlc/history - modules/codec/twolame.c
mediacodec: fix warning
[vlc] / modules / codec / twolame.c
2014-09-30 Tristan Matthewstwolame: fix chain deallocation
2014-09-30 Tristan Matthewstwolame: avoid buffer overflow
2014-09-30 Tristan Matthewstwolame: add error checking
2014-09-21 Ilkka Ollakkause CLOCK_FREQ
2014-08-13 Rémi Denis-Courmonttwolame: avoid double upconversion
2014-06-02 Francois Cartegnieencoder: twolame: return NULL if flush returns 0 bytes...
2014-01-09 Ilkka Ollakkatwolame: fix build after revert
2014-01-09 Ilkka Ollakkatwolame: set pf_encode at the end
2014-01-09 Ilkka OllakkaRevert "twolame: use FL32 as input"
2014-01-08 Ilkka Ollakkatwolame: use FL32 as input
2014-01-08 Ilkka Ollakkatwolame: implement flushing on close
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-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-04-06 Jean-Baptiste KempfTwolame: bump priority and accept mp2a fourcc
2011-11-01 Laurent AimarAllowed to use mp2/mp3 to specify layer 2/3 for mpeg...
2011-11-01 Jean-Baptiste KempfTwolame: fix copyright header, and remove unnecessary...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2009-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
2009-10-10 Rémi Durafforttwolame: "quality" is a float variable and not an integer !
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-02 Rémi Duraffortadd_bool wants booleans.
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-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
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-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-03-31 Clément StenacCodecs (except x264). Refs:#438
2006-01-12 Antoine CellerierFSF address change.
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-08-01 Christophe Massiot * modules/codec/twolame.c, modules/codec/ffmpeg/encode...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Christophe MutricyALL: Add some set_shorname() so the preferences look...
2005-04-29 Christophe Massiot* ALL: We are now using libtwolame instead of libtoolam...