]> git.sesse.net Git - vlc/history - modules/codec/mpeg_audio.c
Reduce the global verbosity
[vlc] / modules / codec / mpeg_audio.c
2005-03-11 Clément StenacReduce the global verbosity
2005-02-21 Laurent Aimar * block: added
2005-02-20 Gildas Bazin* modules/codec/mpeg_audio.c: let ffmpeg have the prior...
2004-12-11 Clément StenacImprovements to preferences
2004-08-29 Gildas Bazin* modules/codec/mpeg_audio.c: correct bitrate.
2004-08-15 Gildas Bazin* modules/codec/mpeg_audio.c: fixed segfault
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-29 Laurent Aimar * mpeg_audio: fixed input infos update, and removed...
2004-03-29 Rocky BernsteinPopulate stream information.
2004-03-02 Derk-Jan Hartman* This was the thing i didn't commit and which AGAIN...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-01-25 Benjamin Prachtstring review
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* 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...