]> git.sesse.net Git - vlc/history - modules/packetizer/mpeg4audio.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / packetizer / mpeg4audio.c
2010-02-13 Laurent AimarDo not loose pts on stream properties changes.
2009-12-07 Rafaël Carrémp4a packetizer: use VLC_TS_INVALID
2009-08-23 Rémi Denis-CourmontRevert "vlc_bits: Differentiate between writable bits...
2009-08-20 Pierre d'Herbemontvlc_bits: Differentiate between writable bits stream...
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in packetizers.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
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-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-20 Laurent AimarFixed object type parsing in mpeg4 audio.
2009-04-16 Laurent AimarAdded support for explicit HeV2 LOAS/LATM stream in...
2009-02-09 Laurent AimarFixed various decoder/packetizer flush.
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-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
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-13 Rafaël Carrém4a packetizer: remove (comment) unused parameter
2008-03-12 Rafaël CarréFix adts packetizer
2008-03-04 Jean-Paul SamanCheck malloc return values and small cleanup.
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.
2008-01-12 Sigmund Augdal HelbergFixed a segfault/division by zero caused by delayed...
2007-10-11 Laurent AimarAdded support for basic LOAS AAC stream.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-05-30 Laurent AimarImproved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED...
2007-03-02 Laurent AimarPacketizers should trash all blocks with DISCONTINUITY...
2007-02-25 Laurent AimarFixed uninitialized value for ADTS stream.
2006-12-24 Clément StenacMore cleanup
2006-11-26 Clément StenacA bit of headers cleanup
2006-03-31 Clément Stenac2nd packetizer round (Refs:#438)
2006-03-25 Felix Paul Kühne* another 1st string review, refs #438
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
2004-12-11 Clément StenacImprovements to preferences
2004-02-25 Gildas Bazin* modules/packetizer/mpeg4audio.c, modules/packetizer...
2004-01-25 Carlo Calabròreverting a whole bunch of stupid changes,
2004-01-25 Carlo CalabròString review, round three in advance :)
2003-12-22 Sam Hocevar * toolbox:
2003-12-15 Gildas Bazin* modules/packetizer/mpeg4audio.c: fixed raw mpeg4...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-24 Gildas Bazin* modules/packetizer/mpeg4audio.c: when packetizing...
2003-10-23 Gildas Bazin* include/vlc_block_helper.h: fixed an idiotically...
2003-10-05 Gildas Bazin* modules/packetizer/mpeg4audio.c: ported to the new...
2003-09-24 Laurent Aimar * all: set pf_run *only* if we accept this stream.
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-05-03 Laurent Aimar*** empty log message ***
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-08 Laurent Aimar * mpeg4audio.c: new packetizer (but for now it don...