- 22 Nov, 2003 24 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-> i_rate isn't used for now : it will need to be fixed.
-
Gildas Bazin authored
* configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore.
-
Gildas Bazin authored
* include/input_ext-intf.h, include/vlc_es.h: moved ES categories into vlc_es.h * modules/codec/lpcm.c: ported to the new decoders api + lpcm packetizer.
-
Laurent Aimar authored
(may be readded later). * mpgv.c: new demuxer using the packetizer (allow to stream ES).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Fixed internal symbols for version numbers containing "+". + Added a --enable-caca flag. * modules/video_output/caca.c: + Updated libcaca video output to the released version. + Added --caca-dithering flag (none, dither, random).
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste of time ;).
-
Laurent Aimar authored
-
Olivier Teulière authored
-
Gildas Bazin authored
* modules/stream_out/transcode.c: put back the dumb downmixing routine.
-
Gildas Bazin authored
* src/input/input.c: fixed previous fix (sout needs to be destroyed after the ES).
-
Gildas Bazin authored
* src/input/input.c: don't free the ES twice. * modules/demux/ogg.c: ported to the es_out_*() api and fixed flac support. * modules/codec/flac.c: couple of fixes.
-
Sigmund Augdal Helberg authored
* fixed a minor memory leak
-
Sigmund Augdal Helberg authored
* fixed a possible buffer overflow
-
Sigmund Augdal Helberg authored
* fixed a couple of nasty memleaks
-
Eric Petit authored
interface because this makes crash others interfaces which might be still using it (e.g. sap)
-
Eric Petit authored
-
Eric Petit authored
+ *threads*, src/libvlc.h: test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H for now because Zeta now has a pthread implementation but it's doesn't seem to be (enough) POSIX compliant atm.
-
- 21 Nov, 2003 13 commits
-
-
Gildas Bazin authored
* modules/codec/flac.c: added a FLAC encoder. * modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: drag&drop on the playlist only enqueue. Small cosmetic change to the playlist.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Clément Stenac authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Jean-Paul Saman authored
- Code cleanup and fixes for file view widget.
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer. * modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer.
-
Gildas Bazin authored
* include/vlc_common.h: include stdlib.h * include/ninput.h, src/input/stream.c, src/input/input.c: new stream_Block() function to read a block_t from the input. es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES(). * modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though.
-
- 20 Nov, 2003 3 commits
-
-
Sigmund Augdal Helberg authored
* more verbose header parsing code * support for compressed announces if zlib is available (using some code from Mosu from the matroska project) * if the sdp packet contains more than one m= line, pass it to the livedotcom module configure.ac: * link sap with zlib if available modules/demux/livedotcom.c: * accept sdp from the sap module
-
Laurent Aimar authored
all: removed i_extra_type from es_format_t.
-
Laurent Aimar authored
-