]> git.sesse.net Git - vlc/history - modules/codec/fdkaac.c
mediacodec: fix warning
[vlc] / modules / codec / fdkaac.c
2014-05-03 Rafaël Carréfdkaac error strings: compactify
2014-05-03 Rafaël Carréfdkaac: simplify parameters checks
2014-05-03 Rafaël Carréfdkaac: simplify parameters setup
2014-05-03 Rafaël Carréfdkaac: simplify bitrate calculation
2014-05-03 Rafaël Carréfdkaac: coding style
2014-05-03 Rafaël Carréfdkaac: reduce context size
2014-05-03 Rafaël Carréfdkaac: move variables declaration
2014-05-03 Rafaël Carréfdkaac: simplify profile selection
2014-05-03 Rafaël Carréfdkaac: cosmetics
2014-05-03 Rafaël Carréfdkaac: set channel configuration
2014-03-21 Ilkka Ollakkafdkaac: set i_nb_samples for output blocks
2014-03-21 Ilkka Ollakkafdkaac: output length is constant and doesn't vary...
2014-02-09 Ilkka Ollakkafdkaac: prefer fdkaac over avcodec for mp4a encoding
2013-07-11 Sergio AmmirataDual license fdkaac module under BSD 2-clause
2013-05-02 Christoph MiebachRemove more unused msgid defines and de-duplication
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-26 Sergio AmmirataAdd a new aac audio encoder module based on the fdkaac...