]> git.sesse.net Git - vlc/history - modules/codec/mpeg_audio.c
* ALL: final improvements to the decoders/packetizers api.
[vlc] / modules / codec / mpeg_audio.c
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-23 Gildas Bazin* modules/codec/mpeg_audio.c: debug_message--;
2003-10-23 Gildas Bazin* include/vlc_block_helper.h: fixed an idiotically...
2003-10-05 Gildas Bazin* modules/codec/mpeg_audio.c: fixes and improvements.
2003-10-04 Gildas Bazin* modules/packetizer/mpegaudio.c: updated mpegaudio...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-06-25 Laurent Aimar * mpeg_audio.c: fix segfault caused by free bitrate...
2003-05-04 Laurent Aimar * mpga_audio: should fix an infinite loop when miss...
2003-03-31 Christophe Massiot* modules/codec/*: Fixed a PTS bug at the initializatio...
2003-02-20 Gildas Bazin* src/libvlc.h, modules/audio_output: added a global...
2003-02-18 Laurent Aimar * mpeg_audio.c: removed some fprintf...
2003-02-18 Laurent Aimar * raah, corrected mpeg2-layer3 playback (and streaming...
2003-02-16 Laurent Aimar * all: fix mpeg2 handling.
2003-01-28 Christophe MassiotNot sure the buffer was large enough.
2003-01-28 Laurent Aimar * mpeg_audio.c : due to mpeg 2.5, max frame size is...
2003-01-28 Laurent Aimar * mpeg_audio.c : fixed a stack corruption. fprintf...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-16 Christophe Massiot* modules/codec/mpeg_audio.c: attempt at fixing free...
2003-01-15 Christophe Massiot* Fixed MPEG audio layer III VBR,
2003-01-15 Christophe MassiotTypo.
2003-01-15 Christophe MassiotBetter recovery on emulated startcode. Still doesn...
2003-01-15 Christophe Massiot* Totally rewrote the mad plug-in, in order to fix...