]> git.sesse.net Git - vlc/history - modules/codec
* modules/demux/ogg.c: we now correctly handle multiple vorbis logical streams
[vlc] / modules / codec /
2002-11-03 Gildas Bazin* modules/demux/ogg.c: we now correctly handle multiple...
2002-11-02 Gildas Bazin* modules/demux/ogg.c, modules/codec/vorbis.c: seeking...
2002-11-02 Sigmund Augdal Helbergmodules/codec/dv/dv.h: workaround for a namespace colli...
2002-10-31 Gildas Bazin* modules/codec/spudec/spudec.c, modules/codec/spudec...
2002-10-29 Gildas Bazin* modules/codec/ffmpeg/audio.c: compilation fix for...
2002-10-28 Gildas Bazin* modules/codec/mpeg_video/parser.c: add_module() for...
2002-10-28 Laurent Aimar * all : add audio decoding support in ffmpeg module...
2002-10-27 Laurent Aimar * all: new way to gather frame (same as ffmpeg).
2002-10-27 Eric Petitvlc_threads_func.h : skip a useless BeOS warning
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-10-24 Laurent Aimar * ffmpeg : new way to gather a frame
2002-10-24 Gildas Bazin* src/input/input_ext-dec.c, include/input_ext-dec...
2002-10-24 Gildas Bazin* ALL: I did add these files, but forgot to commit...
2002-10-23 Gildas Bazin* ALL: New ogg demux and vorbis codec modules for preli...
2002-10-23 Christophe MassiotCosmetic.
2002-10-21 Laurent Aimar * input_ext-dec.* : add a new function to parse decode...
2002-10-20 Laurent Aimar * all: fix for correct "i_channels" use.
2002-10-20 Laurent Aimar * all: add wmv1/2 codec support.
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-10-17 Sam Hocevar * ./modules/codec/spudec/parse.c: fixed bad initializ...
2002-10-15 Christophe Massiot* Fixed filters which couldn't work with more than...
2002-10-15 Laurent Aimar * cinepak.c : initialize picture to black.
2002-10-14 Laurent Aimar * araw.c : pseudo pcm decoder
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-30 Eric PetitAttempt to port new BeOS features from the stable branch.
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
2002-09-28 Christophe Massiot* Several stability patches for multiple input streams...
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-19 Christophe Massiot* Audio volume management now works properly. See src...
2002-09-18 Henri Fallonlpcm support (tested on 1 source only)
2002-09-16 Christophe Massiot* configure.in: Fixed detection of Qt-embedded.
2002-09-14 Stéphane Borel*Fixed a typo that made spudec selection fail.
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-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-28 Christophe Massiot* Finally fixed the segfault when resampling.
2002-08-26 Christophe Massiot* Miscellaneous S/PDIF fixes.
2002-08-26 Sam Hocevar (A few minor pending patches I had around)
2002-08-23 Sam Hocevar * ./modules/codec/faad/decoder.c: the AAC decoder...
2002-08-22 Sam Hocevar Forgot one file in my previous commit.
2002-08-22 Sam Hocevar * ./modules/audio_filter/converter/fixed32tofloat32...
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-21 Sam Hocevar * ./modules/codec/a52old/a52old.c: ported the old...
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-17 Laurent Aimar * all : mpeg_audio decoder works now with aout3.
2002-08-16 Sam Hocevar * ./modules/codec/spudec/*: split spudec into the...
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-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-12 Jean-Paul Saman- Updated configure to build fixed32tos16 and fixed32to...
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-11 Christophe MassiotS/PDIF fixes.
2002-08-11 Christophe MassiotDefinition of vlc_fixed_t.
2002-08-11 Christophe Massiot* S/PDIF output should now be working (untested, though).
2002-08-11 Christophe MassiotPorted fix from STABLE.
2002-08-11 Christophe MassiotMore S/PDIF fixes.
2002-08-10 Laurent Aimar * modules/codec/faad : an AAC decoder module using...
2002-08-10 Jean-Paul SamanAllocation of New buffers seems alright now.
2002-08-10 Jean-Paul SamanAdapted mad codec plugin to new aout3. Not tested yet.`
2002-08-10 Jean-Paul SamanPreparation for Qt embedded support.
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.
2002-08-07 Sam Hocevar * added a .cvsignore file.
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-05 Sam Hocevar * ./modules/codec/dv/dv.c: decoder for the DV format...
2002-08-04 Laurent Aimar * add post processing modules.( As defined in MPEG4...
2002-08-04 Sam Hocevar * ./src/misc/modules.c: if a module name starts with...
2002-08-04 Sam Hocevar * ./include/vdec_ext-plugins.h: removed this public...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...