]> git.sesse.net Git - vlc/history - include/aout_internal.h
mkv.cpp: try to improve timecode and references handling
[vlc] / include / aout_internal.h
2005-01-07 Gildas Bazin* include/aout_internal.h: fixed old memory leak when...
2004-04-19 Gildas Bazin* include/aout_internal.h: added a b_restart field...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-27 Gildas Bazin* src/audio_output/dec.c: moved the audio desync option...
2003-03-06 Gildas Bazin* src/audio_output/dec.c, include/aout_internal.h:...
2003-03-04 Gildas Bazin* modules/audio_filter/resampler/bandlimited.[ch]:...
2003-02-09 Christophe Massiot* aout_Volume* functions now do their own vlc_object_fi...
2003-01-23 Christophe MassiotFixed a segfault with quitting when no audio output...
2002-12-07 Christophe Massiot* configure.ac.in: Disabled -Wtraditional as it produce...
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-11 Gildas Bazin* src/audio_output/filters.c, src/audio_output/input...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Gildas Bazin* src/audio_output/output.c: fixed another quality...
2002-11-09 Sam Hocevar * ./include/aout_internal.h: fixed a breakage I just...
2002-11-09 Sam Hocevar * ./Makefile.am: added a "update-vlc.dsp" rule to...
2002-11-01 Gildas Bazin* src/audio_output/common.c, include/aout_internal...
2002-10-25 Gildas Bazin* include/aout_internal.h: oops, forgot to commit this...
2002-10-22 Christophe Massiot* Added -mdynamic-no-pic to darwin CFLAGS (can you...
2002-10-21 Christophe Massiot* Avoid overflowing the message queue with "audio outpu...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-09-27 Christophe Massiot* Makefile.old: Fixed BeOS compilation.
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 Christophe Massiot* ALL: More hooks for audio volume management.
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 Massiotaout3 API change :
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-25 Sam Hocevar * ./src/audio_output/output.c: reverted my previous...
2002-08-24 Sam Hocevar * ./src/audio_output/output.c: added an argument...
2002-08-21 Sam Hocevar * ./include/vlc_common.h: declared aout_fifo_t.
2002-08-21 Sam Hocevar * ./include/aout_internal.h: exported aout_FifoPop...
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-19 Christophe MassiotMore changes in the date handling. Should be more toler...
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-14 Christophe Massiot* Added a third argument to aout_OutputNextBuffer....
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.