]> git.sesse.net Git - vlc/history - modules/codec/a52.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / codec / a52.c
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-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-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-05-30 Laurent AimarImproved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED...
2006-11-26 Clément StenacA bit of headers cleanup
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
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-02-21 Laurent Aimar * block: added
2004-12-11 Clément StenacImprovements to preferences
2004-08-15 Gildas Bazin* modules/codec/a52.c: fixed segfault
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-13 Gildas Bazin* modules/demux/a52.c: rewritten from scratch to use...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-23 Gildas Bazin* include/vlc_block_helper.h: fixed an idiotically...
2003-10-08 Gildas Bazin* modules/demux/util/sub.c: fix when no subs specified.
2003-10-01 Gildas Bazin* modules/codec/a52.c: fixes and simplifications.
2003-09-30 Gildas Bazin* include/vlc_block_helper.h, modules/codec/a52.c:...
2003-09-30 Gildas Bazin* include/vlc_block.h, modules/codec/libmpeg2.c: re...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-03-31 Christophe Massiot* modules/codec/*: Fixed a PTS bug at the initializatio...
2003-01-15 Christophe Massiot* Totally rewrote the mad plug-in, in order to fix...
2002-12-28 Christophe MassiotAdded support for 32 kHz LPCM streams (thanks _Demo_ !).
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-10-28 Gildas Bazin* modules/codec/mpeg_video/parser.c: add_module() for...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-10-24 Gildas Bazin* src/input/input_ext-dec.c, include/input_ext-dec...
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-20 Christophe Massiot* Fixed miscellaneous cosmetic issues with lpcm and...
2002-09-16 Christophe Massiot* configure.in: Fixed detection of Qt-embedded.
2002-09-06 Christophe MassiotAout3 developer documentation, cont'd.
2002-09-02 Christophe MassiotThe liba52 "codec" is now an audio filter. It means...
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-26 Christophe Massiot* Miscellaneous S/PDIF fixes.
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
2002-08-13 Sam Hocevar * ./modules/audio_output/oss.c: we spare a variable...
2002-08-11 Christophe MassiotDefinition of vlc_fixed_t.
2002-08-11 Christophe MassiotMore S/PDIF fixes.