index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liblpcm
Age
Commit message (
Expand
)
Author
2002-10-28
Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",
Juergen Keil
2002-10-20
bring the linear PCM decoder in line with the latest API revision
Mike Melanson
2002-09-05
remove plugin's private priority and interface members
Michael Roitzsch
2002-09-05
make all the plugin init functions static
Michael Roitzsch
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-09-01
clarify what the 'l' in 'lpcm' stands for
Mike Melanson
2002-07-19
- fix mpeg2/lpcm mess
Miguel Freitas
2002-07-17
stop sending audio parameters all the time
Miguel Freitas
2002-07-05
Bump up version numbers due to changes in xine_t
Michael Roitzsch
2002-06-23
Let cvs ignore a lot of files that are built.
Dennis Björklund
2002-06-16
Fix for streams with LPCM audio.
James Courtier-Dutton
2002-06-12
Remove no more needed XINE_LOGO.
Daniel Caujolle-Bert
2002-05-25
patch from Michael Roitzsch:
Siggi Langauf
2002-05-10
add support for 20bit lpcm streams
Miguel Freitas
2002-04-23
Increment audio/video/spu decoder and input plugin API version number
Ewald Snel
2002-04-23
Fix memory leaks by disposing input, demux and decoder plugins at exit
Ewald Snel
2002-04-09
- new (fast) demuxer seeking scheme
Miguel Freitas
2002-03-24
Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are broken
Daniel Caujolle-Bert
2002-03-11
metronom and demuxers should work again (although not all demuxers are fully ...
Guenter Bartsch
2002-02-09
the long-awaited video_out changes, not completely debuged (races)
Guenter Bartsch
2002-01-05
updates for closed caption decoder
Miguel Freitas
2001-12-11
audio_decoder->reset() on discontinuities
Miguel Freitas
2001-12-10
Disable _XOPEN_SOURCE define for solaris, it causes compile errors with a
Juergen Keil
2001-12-09
Fixed LPCM sound.
James Courtier-Dutton
2001-11-13
metronom logic changed
Heiko Schaefer
2001-11-10
very unfinished scr discontinuity detection stuff, new software audio out buf...
Guenter Bartsch
2001-10-22
Fixed libxineutils linking.
Daniel Caujolle-Bert
2001-10-22
introducing libxineutils and a this pointer for video_out_x11 callbacks
Guenter Bartsch
2001-10-18
fix comment
Juergen Keil
2001-09-23
dvdnav on a DVD with LPCM sound never sends us a preview buffer with the
Juergen Keil
2001-09-16
Update docs. Fixed some warnings. configure.in is ready for 0.9.1.
Daniel Caujolle-Bert
2001-09-11
Fix some Floating point exceptions
James Courtier-Dutton
2001-09-10
a quicktime demuxer based on openquicktime, cinepack support fixed, minor bug...
Guenter Bartsch
2001-09-06
Fix error checking for failed ao_instance->open
Juergen Keil
2001-09-01
Better rate info passing.
James Courtier-Dutton
2001-08-31
Fix byte order problems for AVI files with LPCM sound.
Juergen Keil
2001-08-31
Improved rate sensing.
James Courtier-Dutton
2001-08-30
Added autosensing of rate.
James Courtier-Dutton
2001-08-21
First checkin of new audio_out architecture.
James Courtier-Dutton
2001-08-04
LPCM audio decoder plugin contributed by Gert Vervoort
Guenter Bartsch