]> git.sesse.net Git - vlc/history - modules/codec/faad.c
mediacodec: fix warning
[vlc] / modules / codec / faad.c
2014-12-15 Tristan MatthewsRevert "faad: drop byte of padding for raw streams"
2014-12-15 Tristan Matthewsfaad: always drop byte of padding (fixes #5257)
2014-06-06 Francois CartegnieRevert "codec: faad: fail if no extradata"
2014-06-06 Francois Cartegniecodec: faad: fail if no extradata
2014-05-31 Tristan Matthewsfaad: drop byte of padding for raw streams
2014-01-09 Ilkka Ollakkafaad: set decode_audio at the end
2013-12-15 Rémi DuraffortRemove dead initializations
2013-12-04 Ilkka OllakkaRevert "faad: try to guess channel count if we can...
2013-09-22 Ilkka Ollakkafaad: try to guess channel count if we can, and don...
2013-06-04 Rafaël Carréfaad decoder: fix decoding with some samples
2013-05-22 Rémi Denis-Courmontfaad: cosmetic
2012-11-13 Jean-Baptiste KempfLGPL
2012-07-29 Jean-Baptiste KempfFaad: Fix wrong variable type
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-05-04 Hugo Beauzée-Luyssenfaad: Fix a crash when channel info are invalids.
2012-05-04 Hugo Beauzée-Luyssenfaad: Remove useless assignment.
2012-05-04 Hugo Beauzée-Luyssenfaad: Fix channel reordering loop.
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2011-12-15 Pere Orgafix filename self-references
2011-12-13 Naohiro KORIYAMAFaad: Reinitialize decoder when we got Unexpected chann...
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
2010-07-21 Rémi Duraffortfaad: fix potential memleak.
2009-12-07 Rafaël Carréfaad: use VLC_TS_INVALID (refs #3135)
2009-11-02 Rafaël Carréfaad: NeAACDecFrameInfo.sbr is not a boolean
2009-10-19 Rémi Denis-CourmontHAVE_FPU: make constant
2009-09-30 Laurent AimarProtected against NULL realloc from unbounded size...
2009-09-23 Rafaël Carréfaad: fix a typo of [38c08789]
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-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-08-30 Rémi Denis-Courmontfaad: remove broken vlc_memcpy() instead of memmove()
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-04-16 Laurent AimarBe more explicit on faad error.
2009-02-14 Laurent AimarUse calloc when applicable (decoders).
2008-12-09 Laurent AimarDo not access input object from decoders.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
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-03 Jean-Baptiste KempfFix typo in commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09
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-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-10 Rafaël Carréfaad: sets physical channel configuration in all cases
2008-03-25 Jean-Paul SamanCleanup whitespace and use fastmemcpy.
2008-03-14 Rafaël CarréFix aac decoding when muxed with ADTS headers + AudioSp...
2008-03-13 Rémi DuraffortUseless test before a free()
2008-03-12 Rafaël Carréverify asprintf() return value, fix indentation
2008-02-10 Jean-Baptiste KempfAAC reordering fix. Patch by Sebastian Jenny and atmo...
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-11-21 Christophe Massiot * modules/codec/faad.c: Put sensible defaults in i_...
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-03-02 Laurent AimarWarning fix.
2007-02-25 Laurent AimarFixed segfault when faad reports an unknown channel...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-05 Gildas Bazin* modules/codec/faad.c: adjust stream info when dealing...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-02-21 Laurent Aimar * block: added
2004-12-11 Clément StenacImprovements to preferences
2004-09-23 Derk-Jan Hartman* unknow -> unknown
2004-09-07 Gildas Bazin* src/input/decoder.c, modules/codec/faad.c: work aroun...
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-19 Jean-Paul SamanCorrect fix for iPAQ. (do not mix watching your kids...
2004-02-19 Gildas Bazin* modules/codec/faad.c: compilation fix and proper...
2004-02-19 Jean-Paul SamanTell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values...
next